Correct __ASSUME_PRLIMIT64 for hppa/microblaze/sh (bug 17779).
[glibc.git] / ChangeLog
blob0412b046cede320e1a7bc60b98c0cfbc348dfd65
1 2015-03-02  Joseph Myers  <joseph@codesourcery.com>
3         [BZ #17779]
4         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
5         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
6         Undefine.
7         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
9         Likewise.
10         * sysdeps/unix/sysv/linux/sh/kernel-features.h
11         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
12         Likewise.
14 2015-03-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
16         [BZ #18036]
17         * posix/fnmatch_loop.c (END): Detect invalid pattern.
18         * posix/tst-fnmatch3.c (do_bz18036): Add test case.
20 2015-03-02  Andreas Schwab  <schwab@suse.de>
22         * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
23         variable name.
25 2015-03-02  Florian Weimer  <fweimer@redhat.com>
27         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
28         Return error status.
30 2015-02-27  Alexandre Oliva <aoliva@redhat.com>
32         [BZ #15969]
33         * locale/findlocale.c (_nl_find_locale): Introduce const
34         version of loc_name and drop unsafe type casts.
36 2015-02-27  Roland McGrath  <roland@hack.frob.com>
38         * dlfcn/tststatic2.c (main): Converted to ...
39         (do_test): ... this.
40         (TEST_FUNCTION): New macro.
41         Include test-skeleton.c.
43 2015-02-27  H.J. Lu  <hongjiu.lu@intel.com>
45         [BZ #17711]
46         * elf/Makefile (tests): Add vismain only if PIE is enabled.
47         (tests-pie): Add vismain.
48         (CFLAGS-vismain.c): New.
49         * elf/vismain.c: Add comments for PIE requirement.
51 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
53         [BZ #18046]
54         [BZ #18047]
55         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
56         0x1p-56L as threshold for just returning the argument.
57         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
58         0x1p-32L as threshold for just returning the argument.
59         * math/auto-libm-test-in: Add more tests of atanh.
60         * math/auto-libm-test-out: Regenerated.
61         * sysdeps/i386/fpu/libm-test-ulps: Update.
62         * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
64 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
66         * string/bcopy.c (bcopy): Call memmove for performance.
68 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
70         * string/bzero.c (__bzero): Call memset for performance.
72 2015-02-27  John David Anglin  <dave.anglin@bell.net>
74         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
75         to 00100000.
77 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
79         * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
81 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
83         * sysdeps/ieee754/k_standard.c (CSTR): New macro.
84         (__kernel_standard): Use CSTR macro when setting exc.name.
85         * sysdeps/ieee754/Makefile [$(subdir) = math]
86         (CFLAGS-k_standard.c): Remove variable.
88         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
89         setting p and q from "else if" to "else".
90         (qzero): Likewise.
91         * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
92         (qone): Likewise.
93         * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
94         (qzerof): Likewise.
95         * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
96         (qonef): Likewise.
97         * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
98         (qzero): Likewise.
99         * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
100         (qone): Likewise.
102         [BZ #18038]
103         [BZ #18039]
104         * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
105         return pi/2 for arguments below 0x1p-113L.
106         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
107         return pi/2 for arguments below 0x1p-106L.
108         * math/auto-libm-test-in: Add more tests of acos.
109         * math/auto-libm-test-out: Regenerated.
111         [BZ #16351]
112         * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
113         (MO): New macro.
114         (__ieee754_asin): Force underflow exception for results with small
115         absolute value.
116         * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
117         (MO): New macro.
118         (__ieee754_asinf): Force underflow exception for results with
119         small absolute value.
120         * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
121         (__ieee754_asin): Force underflow exception for results with small
122         absolute value.
123         * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
124         (__ieee754_asinf): Force underflow exception for results with
125         small absolute value.
126         * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
127         (__ieee754_asinl): Force underflow exception for results with
128         small absolute value.
129         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
130         (__ieee754_asinl): Force underflow exception for results with
131         small absolute value.
132         * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
133         (__ieee754_asinl): Force underflow exception for results with
134         small absolute value.
135         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
136         Include <math.h>.
137         * math/auto-libm-test-in: Do not mark underflow exceptions as
138         possibly missing for bug 16351.
139         * math/auto-libm-test-out: Regenerated.
141         [BZ #18030]
142         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
143         of power of 2 down when low part has opposite sign.
144         * math/libm-test.inc (logb_test_data): Add more tests.
146 2015-02-26  Andreas Schwab  <schwab@suse.de>
148         [BZ #18032]
149         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
150         over collating symbol inside a bracket expression.  Minor cleanup.
151         * posix/tst-fnmatch3.c (do_test): Add test case.
153 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
155         [BZ #18029]
156         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
157         Adjust exponent of power of 2 down when low part has opposite
158         sign.
159         * math/libm-test.inc (ilogb_test_data): Add more tests.
161 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
163         [BZ #15969]
164         * locale/findlocale.c (_nl_find_locale): Fix constness error in
165         the previous change.
167         [BZ #15969]
168         * locale/findlocale.c (_nl_find_locale): Retry archive search
169         after alias expansion.
171 2015-02-25  Roland McGrath  <roland@hack.frob.com>
173         * iconv/tst-iconv3.c (main): Converted to ...
174         (do_test): ... this.
175         (TEST_FUNCTION): New macro.
176         Include test-skeleton.c.
178         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
179         (convert): Make function static.
180         (test_unalign): Likewise.  Add const to argument pointee types.
181         (main): Replace with static function do_test.
182         Print "Succeeded." only if RET is zero.
183         (TEST_FUNCTION): New macro.
184         Include test-skeleton.c.
186         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
187         returns a null pointer.
189 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
191         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
192         to __memcpy_ppc only for static builds.
194 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
196         [BZ #18020]
197         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
198         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
199         * math/auto-libm-test-in: Add more tests of asinh.
200         * math/auto-libm-test-out: Regenerated.
201         * sysdeps/i386/fpu/libm-test-ulps: Update.
202         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
204 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
206         [BZ #15850]
207         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
208         and ip6_mtuinfo definitions here.
209         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
210         in this define too.  Update comment.
212 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
214         * elf/sprof.c (load_shobj): Tweak error message to match others.
216 2015-02-24  Kevin Easton  <kevin@guarana.org>
218         [BZ #16145] (partial fix)
219         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
220         to reduce lock contention.
222 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
224         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
225         (struct timex): Update time comment.
226         (ADJ_SETOFFSET): Define.
228 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
230         [BZ #18019]
231         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
232         2**56 not 2**28 as threshold for log (2x) formula.
233         * math/auto-libm-test-in: Add more tests of acosh.
234         * math/auto-libm-test-out: Regenerated.
235         * sysdeps/i386/fpu/libm-test-ulps: Update.
236         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
238 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
240         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
241         parenthesis around the buf assignment.
242         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
244 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
246         [BZ #16783]
247         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
248         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
249         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
250         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
251         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
252         * math/libm-test.inc (scalb_test_data): Add more tests.
254 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
256         [BZ #17916]
257         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
258         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
260 2015-02-24  Eric Rannaud  <e@nanocritical.com>
262         [BZ #17523]
263         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
264         * io/bits/fcntl2.h (open): Use it.
265         (openat): Likewise.
266         * io/open.c (__libc_open): Likewise.
267         * io/open64.c (__libc_open64): Likewise.
268         * io/open64_2.c (__open64_2): Likewise.
269         * io/open_2.c (__open_2): Likewise.
270         * io/openat.c (__openat): Likewise.
271         * io/openat64.c (__openat64): Likewise.
272         * io/openat64_2.c (__openat64_2): Likewise.
273         * io/openat_2.c (__openat_2): Likewise.
274         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
275         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
276         * sysdeps/posix/open64.c (__libc_open64): Likewise.
277         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
278         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
279         (__open_nocancel): Likewise.
280         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
281         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
282         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
284 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
286         [BZ #14841]
287         * resolv/gethnamaddr.c (getanswer): Skip logging if
288         RES_USE_DNSSEC is set.
289         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
291 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
293         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
295 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
297         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
298         201304L, for Unicode 7.
300 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
302         [BZ #17836]
303         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
304         shared library.  Add gmon-start.os otherwise.
305         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
306         $(objpfx)gmon-start.os if builing shared library.
307         ($(objpfx)g$(static-start-installed-name)): Likewise.
309 2015-02-23  Andreas Schwab  <schwab@suse.de>
311         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
313 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
315         [BZ #17269]
316         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
317         (enlarge_userbuf): Likewise.
319 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
321         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
322         * math/atest-exp.c (TIMEOUT): Adjust to 200.
323         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
324         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
326 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
328         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
329         expression inside statement expression.
331 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
333         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
334         <sysdeps/nptl/lowlevellock.h> and remove macros and
335         functions that are now defined there.
336         (SYS_futex): Remove.
337         (lll_compare_and_swap): Remove.
338         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
340 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
342         [BZ #17999]
343         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
344         instead of scandirat.
345         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
346         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
347         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
348         __scandirat.
349         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
350         (__scandirat): Declare.  Use libc_hidden_proto.
351         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
352         Remove variable.
353         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
355 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
357         [BZ #15319]
358         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
359         (MO): New macro.
360         (__ieee754_atan2): For results with small absolute value, force
361         underflow exception and remove excess range and precision from
362         return value.
363         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
364         (MO): New macro.
365         (__ieee754_atan2f): For results with small absolute value, force
366         underflow exception and remove excess range and precision from
367         return value.
368         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
369         (MO): New macro.
370         (__atan): For results with small absolute value, force underflow
371         exception and remove excess range and precision from return value.
372         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
373         (MO): New macro.
374         (__atanf): For results with small absolute value, force underflow
375         exception and remove excess range and precision from return value.
376         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
377         <math.h>.
378         (__ieee754_atan2): Force underflow exception for results with
379         small absolute value.
380         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
381         <math_private.h>.
382         (atan): Force underflow exception for results with small absolute
383         value.
384         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
385         (__atanf): Force underflow exception for results with small
386         absolute value.
387         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
388         <math.h>.
389         (__atanl): Force underflow exception for results with small
390         absolute value.
391         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
392         (__atanl): Force underflow exception for results with small
393         absolute value.
394         * sysdeps/x86/fpu/bits/mathinline.h
395         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
396         (__ieee754_atan2): Only define inline for long double.
397         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
398         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
399         * math/auto-libm-test-in: Do not mark underflow exceptions as
400         possibly missing for bug 15319.  Add more tests of atan2.
401         * math/auto-libm-test-out: Regenerated.
402         * math/libm-test.inc (casin_test_data): Do not mark underflow
403         exceptions as possibly missing for bug 15319.
404         (casinh_test_data): Likewise.
405         * sysdeps/i386/fpu/libm-test-ulps: Update.
407 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
409         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
410         * sysdeps/mips/bits/endian.h: Fix comments.
412 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
414         [BZ #17996]
415         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
416         (hdestroy_r): Likewise.
417         (hsearch_r): Likewise.
418         (__hcreate_r): Declare and use libc_hidden_proto.
419         (__hdestroy_r): Likewise.
420         (__hsearch_r): Likewise.
421         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
422         (hcreate): Call __hcreate_r instead of hcreate_r.
423         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
424         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
425         as weak alias of __hcreate_r.
426         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
427         __hdestroy_r.
428         (hsearch_r): Rename to __hsearch_r and define as weak alias of
429         __hsearch_r.
430         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
431         Remove variable.
432         (test-xfail-XPG4/search.h/linknamespace): Likewise.
433         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
434         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
435         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
437 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
439         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
440         arena_lock into a single arena_get.
442 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
444         * dl-reloc.c: Inlucde libc-internal.h.
445         (_dl_try_allocate_static_tls): Call ALIGN_UP.
446         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
447         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
448         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
449         (grow_heap): Likewise.
450         * malloc/malloc.c: Include libc-internal.h.
451         (do_check_malloc): Call powerof2.
452         (sysmalloc): Use pagesize. Call ALIGN_UP.
453         (systrim): Use pagesize.
454         (mremap_chunk): Use pagesize. Call ALIGN_UP.
455         (__libc_valloc): Use pagesize.
456         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
458 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
460         [BZ #17991]
461         * include/sys/resource.h (__getrlimit64): Declare.  Use
462         libc_hidden_proto.
463         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
464         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
465         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
466         getrlimit64.
467         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
468         __getrlimit64.
469         [!getrlimit64] (getrlimit64): Define as weak alias of
470         __getrlimit64.  Use libc_hidden_weak.
471         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
472         using __getrlimit64 not __new_getrlimit64.
473         (__GI_getrlimit64): Likewise.
474         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
475         Likewise.
476         (__GI_getrlimit64): Likewise.
477         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
478         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
479         (getrlimit): Add __getrlimit64 alias.
480         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
481         Likewise.
482         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
483         Remove variable.
484         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
485         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
487 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
489         * libio/fileops.c: Add missing sys/mman.h
490         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
492 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
494         * manual/math.texi (Errors in Math Functions): Clarify goals
495         regarding inexact and underflow exceptions.
497 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
499         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
500         * sysdeps/mips/memset.S: Ditto.
502 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
504         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
506 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
508         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
509         (__v1longjmp): Remove versioned symbol.
510         (__v1siglongjmp): Remove alias and versioned symbol.
511         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
512         (__v2siglongjmp): Likewise.
514 2015-02-16  Torvald Riegel  <triegel@redhat.com>
516         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
518 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
520         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
522 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
524         [BZ #17987]
525         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
526         zero result does not depend on the sign resulting from
527         subtraction.
528         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
529         Likewise.
530         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
531         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
532         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
533         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
534         * math/libm-test.inc (remquo_test_data): Add more tests.
536 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
538         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
539         Problem reported by J William Piggott.
541 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
543         [BZ #17978]
544         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
545         products 4 * y and 2 * y where those would overflow.
546         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
547         Likewise.
548         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
549         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
550         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
551         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
552         * math/libm-test.inc (remquo_test_data): Add more tests.
554         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
556         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
557         [defined _COMPILING_NEWLIB].
558         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
559         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
561         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
562         [!defined __mips_isa_rev || __mips_isa_rev < 6].
564 2015-02-16  Torvald Riegel  <triegel@redhat.com>
566         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
567         acquired.
569 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
571         [BZ #17792]
572         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
573         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
574         HOST_STACK_END_ADDR): Likewise.
576 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
578         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
579         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
580         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
582 2015-02-13  Roland McGrath  <roland@hack.frob.com>
584         * sysdeps/generic/c++-types.data: New file.
585         * sysdeps/generic/ld.abilist: New file.
586         * sysdeps/generic/libBrokenLocale.abilist: New file.
587         * sysdeps/generic/libanl.abilist: New file.
588         * sysdeps/generic/libc.abilist: New file.
589         * sysdeps/generic/libcrypt.abilist: New file.
590         * sysdeps/generic/libdl.abilist: New file.
591         * sysdeps/generic/libm.abilist: New file.
592         * sysdeps/generic/libpthread.abilist: New file.
593         * sysdeps/generic/libresolv.abilist: New file.
594         * sysdeps/generic/librt.abilist: New file.
596 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
598         [BZ #17569]
599         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
600         Compute absolute value of x as modified by fmod, not original
601         value of x.
602         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
603         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
604         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
605         RUN_TEST_ffI_f1_mod8.
606         (remquo_test_data): Add more tests.
608 2015-02-13  Roland McGrath  <roland@hack.frob.com>
610         * sysdeps/init_array/pt-crti.S: New file.
612 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
614         [BZ #17967]
615         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
616         __builtin_fmaf instead of relying on contraction of a * b + c.
618 2015-02-12  J William Piggott  <elseifthen@gmx.com>
620         [BZ #17969]
621         * manual/time.texi: correct the zoneinfo path in the TZ Variable
622         node.
624 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
626         [BZ #17964]
627         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
628         __builtin_fma instead of relying on contraction of a * b + c.
630 2015-02-12  Roland McGrath  <roland@hack.frob.com>
632         * Makeconfig (ASFLAGS): Add -Werror=undef.
633         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
634         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
635         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
637         * Makeconfig (after-link): New variable.
638         (+link-pie, +link-pie-tests): Use it.
639         (+link-static, +link-static-tests): Likewise.
640         (+link, +link-tests): Likewise.
641         * Makerules (build-module, build-module-asneeded): Likewise.
642         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
643         Likewise.
644         * elf/Makefile ($(objpfx)ld.so): Likewise.
646 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
648         [BZ #17965]
649         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
650         both struct timeval and struct timespec.
652 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
654         [BZ #16560]
655         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
656         and redefine.
657         (__ieee754_exp2l): Do not multiply small fractional parts by
658         M_LN2l.
659         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
660         small argument.
661         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
662         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
663         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
664         * math/auto-libm-test-in: Add more tests of exp2.
665         * math/auto-libm-test-out: Regenerated.
667 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
669         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
670         unaligned path.
672 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
674         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
675         little endian.
677 2015-02-12  Andreas Schwab  <schwab@suse.de>
679         [BZ #15790]
680         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
681         Filter out elision flags from value returned in kind.
682         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
683         * nptl/tst-pthread-mutexattr.c: New file.
685 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
687         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
688         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
689         into gnu-gnu, and update comment to refer to abi-tags.
691 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
693         [BZ #15467]
694         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
695         (__sincos): Set errno to EDOM for infinite argument.
696         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
697         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
698         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
699         (__sincosl): Set errno to EDOM for infinite argument.
700         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
701         (__sincosl): Set errno to EDOM for infinite argument.
702         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
703         (__sincosl): Set errno to EDOM for infinite argument.
704         * math/libm-test.inc (sincos_test_data): Test errno setting.
706 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
708         * string/strxfrm_l.c: Remove #define STRCMP.
709         * string/strcoll_l.c: Remove #define STRLEN.
710         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
711         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
713 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
715         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
716         * sysdeps/mips/mips32/sfp-machine.h: ... here.
717         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
718         * sysdeps/mips/mips64/Makefile: ... here.
719         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
720         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
721         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
722         * sysdeps/mips/mips64/sfp-machine.h: ... here.
723         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
724         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
725         * sysdeps/mips/mips64/n64/Implies: Likewise.
727 2015-02-10  Roland McGrath  <roland@hack.frob.com>
729         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
730         <sys/time.h>, <string.h>, and <errno.h>.
731         (dest_offset, dest_address, value, zero): Remove unused variables.
732         (ldouble): Remove typedef.
733         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
734         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
735         1).  Fix code style.
736         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
737         (check): Function removed.
738         (CHECK): New macro.
739         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
740         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
741         Don't call set_sigaction_FP and remove_sigaction_FP here.
742         (ldouble_test): Just use 'long double' as macro argument, no need for
743         the 'ldouble' typedef.
744         (do_test): Set up SIGFPE handler at start, using plain signal rather
745         than sigaction.  Fix code style.
747 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
749         [BZ #17949]
750         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
751         jump label.
753 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
755         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
756         * sysdeps/powerpc/powerpc32/configure: Regenerated.
758         * sysdeps/powerpc/configure.ac: Remove file.
759         * sysdeps/powerpc/configure: Likewise.
761         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
762         [sysdep_routines]: Remove wordcopy-power6 object.
763         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
764         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
765         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
766         (__memmove_ppc32): Likewise.
767         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
768         file.
769         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
770         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
771         Remove preprocessor.
773         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
774         [sysdep_routines]: Remove wide chars objects.
775         [wcsmbs]: New rule for wide char objects.
777         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
778         Remove wordcopy-power6 obejct.
779         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
780         Use local call for wordcopy and memcpy symbols.
781         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
782         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
783         implementation for loader.
784         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
786         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
787         Remove wordcopy-power7 object.
788         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
789         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
790         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
791         (_wordcopy_fwd_dest_aligned): Likewise.
792         (_wordcopy_bwd_aligned): Likewise.
793         (_wordcopy_bwd_dest_aligned): Likewise.
795         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
796         Rewrite to call __memmove_ppc instead of include default
797         implementation.
799         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
800         Remove wide chars objects.
801         [wcsmbs]: New rule for wide char objects.
803 2015-02-09  Andreas Schwab  <schwab@suse.de>
805         [BZ #17912]
806         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
807         in terms of __O_DIRECTORY.
809 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
811         * time/getdate.c: Include <stdbool.h>.
812         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
813         call PTR_MANGLE.
814         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
815         PTR_DEMANGLE.
817 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
819         Add ersatz _Static_assert on older C hosts
820         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
821         pre-C11 C platform that is not known to support _Static_assert.
823 2015-02-07  Richard Braun  <rbraun@sceen.net>
825         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
826         sigstate.
827         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
829 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
831         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
832         priority against unexistent AIO_PRIO_DELTA_MAX.
833         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
834         instead of int.
835         * misc/fchflags.c (fchflags): Likewise.
836         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
837         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
838         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
839         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
840         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
841         Declare macros.
842         [__USE_MISC] (chflags, fchflags): Declare functions.
843         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
844         EINVAL when nfds is greater than FD_SETSIZE.
845         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
846         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
847         45.
848         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
849         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
850         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
851         MACH_RCV_TIMED_OUT.
852         * hurd/hurd/signal.h (_hurd_self_sigstate,
853         _hurd_critical_section_lock, _hurd_critical_section_unlock):
854         Explicit casts from void *.
855         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
856         * abi-tags: Rename gnu-gnu os into gnu.
858         [BZ #4719]
859         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
860         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
861         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
862         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
863         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
864         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
866         [BZ #17944]
867         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
868         duplicates ADDR->sun_path with sockaddr LEN limitation.
869         * sysdeps/mach/hurd/connect.c: Include <string.h>
870         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
871         * sysdeps/mach/hurd/sendmsg.c: Likewise.
872         * sysdeps/mach/hurd/sendto.c: Likewise.
873         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
874         implementing it by hand.
876 2015-02-06  Roland McGrath  <roland@hack.frob.com>
878         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
879         Use sfi_breg on ldr.
880         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
881         Likewise.
883         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
884         it's defined.
885         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
886         Test SIGSETXID only if it's defined.
888         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
890         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
891         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
893         * nptl/tst-align2.c: Moved ...
894         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
895         * nptl/Makefile (tests): Remove tst-align2.
896         * sysdeps/unix/sysv/linux/Makefile
897         [$(subdir) = nptl] (tests): Add tst-align-clone.
898         * nptl/tst-getpid1.c: Moved ...
899         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
900         * nptl/tst-getpid2.c: Moved ...
901         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
902         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
903         * sysdeps/unix/sysv/linux/Makefile
904         [$(subdir) = nptl] (tests): ... here.
905         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
906         * sysdeps/unix/sysv/linux/Makefile
907         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
909         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
910         Drop trailing \n from perror argument.  Use return rather than exit.
912         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
913         on [SA_SIGINFO].
914         * nptl/tst-cancel21.c (do_test): Likewise.
915         * debug/tst-backtrace6.c: Include <signal.h> first thing.
916         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
917         [!SA_SIGINFO]: Make it a stub test.
919         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
920         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
922         * posix/tst-getlogin.c: Move to ...
923         * login/tst-getlogin.c: ... here.
924         * posix/Makefile (tests): Move tst-getlogin to ...
925         * login/Makefile (tests): ... here.
927         * libio/tst-atime.c (do_test): Move local variables SV and E
928         inside [ST_NOATIME] conditional.
930         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
932         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
934         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
935         (wait_code): New function replaces macro.
936         Call nanosleep rather than syscall.
938         * nptl/pt-system.c: Rewritten.  Put everything under
939         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
940         Use IFUNC to redirect when possible.
942         * nptl/pt-longjmp.c: Rewritten.  Put everything under
943         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
944         Use IFUNC to redirect when possible.
946         * nptl/pt-fork.c: Rewritten.  Put everything under
947         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
948         Use IFUNC to redirect when possible.
949         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
951         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
952         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
953         unconditionally nowadays.  This included the only reference to
954         __vdso_clock_gettime that appears outside libc proper.
955         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
956         Remove version set (containing only __vdso_clock_gettime).
957         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
958         Add attribute_hidden.
959         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
960         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
961         libc_hidden_data_def.
962         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
963         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
965         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
966         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
967         setrpcent, and getrpcport to ...
968         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
969         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
970         getrpcbynumber_r, and getrpcent_r to ...
971         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
972         * inet/getrpcbyname.c: Moved ...
973         * sunrpc/getrpcbyname.c: ... here.
974         * inet/getrpcbyname_r.c: Moved ...
975         * sunrpc/getrpcbyname_r.c: ... here.
976         * inet/getrpcbynumber.c: Moved ...
977         * sunrpc/getrpcbynumber.c: ... here.
978         * inet/getrpcbynumber_r.c: Moved ...
979         * sunrpc/getrpcbynumber_r.c: ... here.
980         * inet/getrpcent.c: Moved ...
981         * sunrpc/getrpcent.c: ... here.
982         * inet/getrpcent_r.c: Moved ...
983         * sunrpc/getrpcent_r.c: ... here.
984         * inet/Makefile (routines): Move those to ...
985         * sunrpc/Makefile (routines): ... here.
986         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
987         the $(subdirs) list.
988         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
989         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
990         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
991         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
993         * elf/Makefile (routines): Include $(all-dl-routines), not just
994         $(dl-routines).
995         (rtld-routines): Likewise.  Use = rather than :=.
996         * sysdeps/aarch64/Makefile [$(subdir) = elf]
997         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
998         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
999         * sysdeps/arm/Makefile: Likewise.
1000         * sysdeps/i386/Makefile: Likewise.
1001         * sysdeps/x86_64/Makefile: Likewise.
1002         * sysdeps/hppa/Makefile [$(subdir) = elf]
1003         (sysdep_routines, sysdep-rtld-routines): Don't add
1004         $(sysdep-dl-routines) to these.
1005         * sysdeps/ia64/Makefile: Likewise.
1006         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
1007         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
1008         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
1009         Don't add dl-static to these; sysdep-dl-routines alone is enough.
1010         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
1011         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
1012         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
1013         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
1014         * sysdeps/powerpc/Makefile [$(subdir) = elf]
1015         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
1016         these; sysdep-dl-routines alone is enough.
1018 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
1020         [BZ #17932]
1021         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
1022         where multiplication results in zero and third argument is finite
1023         and nonzero.
1024         * math/auto-libm-test-in: Add more tests of fma.
1025         * math/auto-libm-test-out: Regenerated.
1027         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
1028         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
1029         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
1030         (_FP_CMP_EQ): Likewise.
1031         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
1033         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
1034         extra argument CHECK_NAN.  Redefine as wrapper around
1035         _FP_EXTEND_CNAN.
1037 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
1039         * version.h (RELEASE): Set to "stable".
1040         (VERSION): Set to "2.21"
1041         * include/features.h (__GLIBC_MINOR__): Set to 21.
1043         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
1045 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
1046             Paul Eggert  <eggert@cs.ucla.edu>
1048         [BZ #16618]
1049         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
1050         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
1051         size in bytes. Store needed elements in wpmax. Use needed size
1052         in bytes for extend_alloca.
1054 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
1056         * manual/install.texi: Latest tested versions are GCC 4.9.2,
1057         binutls 2.25, and texinfo 5.2.
1058         * INSTALL: Regenerate.
1059         * sysdeps/nios2/configure: Regenerate.
1060         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
1061         * manual/contrib.texi: Update.
1062         * po/be.po: Update.
1063         * po/bg.po: Update.
1064         * po/ca.po: Update.
1065         * po/cs.po: Update.
1066         * po/da.po: Update.
1067         * po/de.po: Update.
1068         * po/el.po: Update.
1069         * po/eo.po: Update.
1070         * po/es.po: Update.
1071         * po/fi.po: Update.
1072         * po/fr.po: Update.
1073         * po/gl.po: Update.
1074         * po/hr.po: Update.
1075         * po/hu.po: Update.
1076         * po/ia.po: Update.
1077         * po/id.po: Update.
1078         * po/it.po: Update.
1079         * po/ja.po: Update.
1080         * po/ko.po: Update.
1081         * po/lt.po: Update.
1082         * po/nb.po: Update.
1083         * po/nl.po: Update.
1084         * po/pl.po: Update.
1085         * po/pt_BR.po: Update.
1086         * po/ru.po: Update.
1087         * po/rw.po: Update.
1088         * po/sk.po: Update.
1089         * po/sl.po: Update.
1090         * po/sv.po: Update.
1091         * po/tr.po: Update.
1092         * po/uk.po: Update.
1093         * po/vi.po: Update.
1094         * po/zh_CN.po: Update.
1095         * po/zh_TW.po: Update.
1097         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
1098         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
1099         * sysdeps/hppa/dl-irel.h: Remove #warning.
1100         * sysdeps/hppa/entry.h: Provide prototype for
1101         __canonicalize_funcptr_for_compare and cast argument.
1102         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
1103         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
1104         * sysdeps/hppa/sotruss-lib.c: New file.
1105         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
1106         (atomic_compare_and_exchange_val_acq): Use __typeof__.
1107         (atomic_compare_and_exchange_bool_acq): Likewise.
1108         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
1109         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
1111         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
1112         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
1113         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
1115 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
1117         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
1118         called function in non-PIC case.
1120 2015-01-31  David S. Miller  <davem@davemloft.net>
1122         * sysdeps/sparc/sparc32/bits/atomic.h
1123         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
1124         unlock not after it.
1125         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
1126         volatile register usage warnings from the compiler.
1128         * sysdeps/sparc/nptl/sem_init.c: Delete.
1129         * sysdeps/sparc/nptl/sem_post.c: Delete.
1130         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
1131         * sysdeps/sparc/nptl/sem_wait.c: Delete.
1132         * sysdeps/sparc/sparc32/sem_init.c: New file.
1133         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
1134         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
1135         padding explicitly initialized.
1136         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
1137         padding for in-semaphore spinlock.
1138         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
1139         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
1140         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
1141         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
1142         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
1143         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
1144         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
1145         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
1146         version.
1147         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
1148         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
1150 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
1152         [BZ #17801]
1153         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1154         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
1155         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
1156         New.
1157         (index_AVX_Fast_Unaligned_Load): Likewise.
1158         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
1159         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
1160         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
1161         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
1162         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
1163         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
1164         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
1165         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
1166         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
1168 2015-01-29  Andreas Schwab  <schwab@suse.de>
1170         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
1172 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
1174         [BZ #17892]
1175         * nscd/nscd_stat.c (send_stats): Initialize DATA.
1177 2015-01-28  Martin Sebor  <msebor@redhat.com>
1179         * math/README.libm-test: Clarify. Add "How to read the test output."
1181 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
1183         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
1184         Define to 0.
1186 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
1188         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
1189         (__HAVE_64B_ATOMICS): Define to 0.
1191 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1193         [BZ #17885]
1194         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
1195         value to set as new flag.
1197         [BZ #16576]
1198         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
1199         and use _ARCH_PPCSQ instead.
1200         (__ieee754_sqrt): Likewise.
1201         (__ieee754_sqrtf): Likewise.
1202         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
1203         _ARCH_PPCSQ is defined.
1204         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
1205         fsqrt instruction.
1206         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
1207         _ARCH_PPCSQ is defined.
1208         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
1209         fsqrts instruction.
1210         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
1212 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1214         * iconv/loop.c: Suppress array out of bound warning caused by GCC
1215         bug (GCC BZ #64739).
1217 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
1219         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
1220         Mark _retval as used.
1221         (lll_futex_wake_unlock): Likewise.
1222         (lll_futex_timed_wait_requeue_pi): Likewise.
1224         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1225         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
1226         register variables.
1228         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
1229         libm_hidden_def.
1231         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
1232         (__bswap_64): Mark as __always_inline.
1234 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
1236         [BZ #15378]
1237         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
1238         when none of the search directories exist.
1240 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1242         [BZ #17869]
1243         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
1244         power8 in .machine directive.
1246         [BZ #17868]
1247         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
1248         set dependency from opd value.
1250 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
1252         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1253         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
1254         architecture.
1256 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
1258         [BZ #17870]
1259         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
1260         with uint64_t.
1261         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
1262         (uint64_t) 1.
1263         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
1264         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
1265         Replace 1UL with (uint64_t) 1.
1266         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
1267         int with uint64_t.
1269 2015-01-23  Roland McGrath  <roland@hack.frob.com>
1271         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
1272         (if_freenameindex): Likewise.
1274         * resource/getrlimit64.c: Add missing libc_hidden_def.
1276 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
1278         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
1279         __label__.
1280         (_FP_FMA): Likewise.
1281         (_FP_TO_INT_ROUND): Likewise.
1282         (_FP_FROM_INT): Likewise.
1284 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1286         [BZ #16418]
1287         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
1288         Make code racy and cancel safe.
1290 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
1292         * sysdeps/arm/unwind-resume.h: Fix copyright year.
1293         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
1294         attribution.
1296         * pwd/tst-getpw.c: Rewrite.
1298         [BZ #17702]
1299         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
1300         (modules-names): Add moddummy1 and moddummy2.
1301         ($(objpfx)tst-rec-dlopen): Define.
1302         * dlfcn/moddummy1.c: New file.
1303         * dlfcn/moddummy2.c: New file.
1304         * dlfcn/tst-rec-dlopen.c: New file.
1305         * elf/dl-cache.c (_dl_load_cache_lookup):
1306         Return char*. Copy result with alloca/strcpy/strdup.
1307         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
1308         returns char*. Free cached. If not saving realname
1309         free cached.
1310         * elf/dl-open.c (dl_open_worker): Do not assert that
1311         _r_debug->r_state is RT_CONSISTENT.
1312         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
1313         returns char*.
1315 2015-01-21  Torvald Riegel  <triegel@redhat.com>
1316             Carlos O'Donell  <carlos@redhat.com>
1318         [BZ #12674]
1319         * nptl/sem_waitcommon.c: New file.
1320         * nptl/sem_wait.c: Include sem_waitcommon.c.
1321         (__sem_wait_cleanup, do_futex_wait): Remove.
1322         (__new_sem_wait): Adapt.
1323         (__new_sem_trywait): New function.
1324         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
1325         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
1326         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
1327         (sem_timedwait): Adapt.
1328         * nptl/sem_post.c (__new_sem_post): Adapt.
1329         (futex_wake): New function.
1330         (__old_sem_post): Add release MO fence.
1331         * nptl/sem_open.c (sem_open): Adapt.
1332         * nptl/sem_init.c (__new_sem_init): Adapt.
1333         (futex_private_if_supported): New function.
1334         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
1335         (__old_sem_getvalue): Add using previous code.
1336         * sysdeps/nptl/internaltypes.h: Adapt.
1337         * nptl/tst-sem13.c (do_test): Adapt.
1338         * nptl/tst-sem11.c (main): Adapt.
1339         * nptl/sem_trywait.c: Remove.
1340         * nptl/DESIGN-sem.txt: Remove.
1341         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
1342         (gen-as-const-headers): Remove structsem.sym.
1343         * nptl/structsem.sym: Remove.
1344         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
1345         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
1346         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
1347         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
1348         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
1349         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
1350         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
1351         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
1352         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
1353         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
1354         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
1355         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
1356         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
1357         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
1358         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
1359         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
1360         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
1361         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
1362         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
1363         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
1364         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
1365         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
1367 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
1369         * INSTALL: Regenerated.
1371         * po/libc.pot: Regenerated.
1373 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
1374             Sandra Loosemore  <sandra@codesourcery.com>
1375             Andrew Jenner  <andrew@codesourcery.com>
1376             Joseph Myers  <joseph@codesourcery.com>
1377             Nathan Sidwell  <nathan@codesourcery.com>
1379         * NEWS: Mention new Nios II port.
1380         * sysdeps/nios2/Implies: New file.
1381         * sysdeps/nios2/Makefile: New file.
1382         * sysdeps/nios2/Subdirs: New file.
1383         * sysdeps/nios2/Versions: New file.
1384         * sysdeps/nios2/__longjmp.S: New file.
1385         * sysdeps/nios2/abort-instr.h: New file.
1386         * sysdeps/nios2/backtrace.c: New file.
1387         * sysdeps/nios2/bits/endian.h: New file.
1388         * sysdeps/nios2/bits/fenv.h: New file.
1389         * sysdeps/nios2/bits/link.h: New file.
1390         * sysdeps/nios2/bits/setjmp.h: New file.
1391         * sysdeps/nios2/bsd-_setjmp.S: New file.
1392         * sysdeps/nios2/bsd-setjmp.S: New file.
1393         * sysdeps/nios2/configure: New generated file.
1394         * sysdeps/nios2/configure.ac: New file.
1395         * sysdeps/nios2/crti.S: New file.
1396         * sysdeps/nios2/crtn.S: New file.
1397         * sysdeps/nios2/dl-init.c: New file.
1398         * sysdeps/nios2/dl-machine.h: New file.
1399         * sysdeps/nios2/dl-sysdep.h: New file.
1400         * sysdeps/nios2/dl-tls.h: New file.
1401         * sysdeps/nios2/dl-trampoline.S: New file.
1402         * sysdeps/nios2/gccframe.h: New file.
1403         * sysdeps/nios2/gmp-mparam.h: New file.
1404         * sysdeps/nios2/jmpbuf-offsets.h: New file.
1405         * sysdeps/nios2/jmpbuf-unwind.h: New file.
1406         * sysdeps/nios2/ldsodefs.h: New file.
1407         * sysdeps/nios2/libc-tls.c: New file.
1408         * sysdeps/nios2/libm-test-ulps: New file.
1409         * sysdeps/nios2/machine-gmon.h: New file.
1410         * sysdeps/nios2/math-tests.h: New file.
1411         * sysdeps/nios2/math_private.h: New file.
1412         * sysdeps/nios2/memusage.h: New file.
1413         * sysdeps/nios2/nptl/Makefile: New file.
1414         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
1415         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
1416         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
1417         * sysdeps/nios2/nptl/pthreaddef.h: New file.
1418         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
1419         * sysdeps/nios2/nptl/tls.h: New file.
1420         * sysdeps/nios2/preconfigure: New file.
1421         * sysdeps/nios2/s_fma.c: New file.
1422         * sysdeps/nios2/s_fmaf.c: New file.
1423         * sysdeps/nios2/setjmp.S: New file.
1424         * sysdeps/nios2/sfp-machine.h: New file.
1425         * sysdeps/nios2/sotruss-lib.c: New file.
1426         * sysdeps/nios2/stackguard-macros.h: New file.
1427         * sysdeps/nios2/stackinfo.h: New file.
1428         * sysdeps/nios2/start.S: New file.
1429         * sysdeps/nios2/sysdep.h: New file.
1430         * sysdeps/nios2/tls-macros.h: New file.
1431         * sysdeps/nios2/tst-audit.h: New file.
1432         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
1433         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
1434         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
1435         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
1436         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
1437         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
1438         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
1439         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
1440         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
1441         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
1442         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
1443         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
1444         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
1445         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
1446         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
1447         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
1448         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
1449         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
1450         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
1451         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
1452         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
1453         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
1454         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
1455         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
1456         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
1457         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
1458         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
1459         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
1460         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
1461         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
1462         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
1463         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
1464         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
1465         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
1466         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
1467         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
1468         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
1469         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
1470         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
1471         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
1472         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
1473         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
1474         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
1475         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
1477 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
1479         [BZ #17844]
1480         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
1481         (getutent): Use weak_alias in non SHARED case
1482         and default_symbol_version in SHARED case.
1483         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
1484         (getutent_r, pututline): Likewise.
1485         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
1486         (getutid): Likewise.
1487         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
1488         (getutid_r): Likewise.
1489         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
1490         (getutline): Likewise.
1491         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
1492         (getutline_r): Likewise.
1493         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
1494         (updwtmp): Likewise.
1496 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
1498         [BZ #17848]
1499         * sysdeps/s390/s390-32/memcmp.S
1500         (memcmp_g5): Rename to __memcmp_g5.
1501         * sysdeps/s390/s390-32/memcpy.S
1502         (memcpy_g5): Rename to __memcpy_g5.
1503         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1504         (memcpy_mvcle) Rename to __memcpy_mvcle.
1505         * sysdeps/s390/s390-32/memset.S
1506         (memset_g5): Rename to __memset_g5.
1507         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
1508         (IFUNC_RESOLVE): Prefix ifunc-resolve function
1509         and use prefixed functions.
1510         * sysdeps/s390/s390-32/multiarch/memcmp.S
1511         (memcmp_z196): Rename to __memcmp_z196.
1512         (memcmp_z10): Rename to __memcmp_z10.
1513         (memcmp): Set alias to __memcmp_g5.
1514         (bcmp): Set alias to __memcmp_g5.
1515         * sysdeps/s390/s390-32/multiarch/memcpy.S
1516         (memcpy_z196): Rename to __memcpy_z196.
1517         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1518         (memcpy_z10): Rename to __memcpy_z10.
1519         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1520         (memcpy): Set alias to __memcpy_g5.
1521         * sysdeps/s390/s390-32/multiarch/memset.S
1522         (memset_z196): Rename to __memset_z196.
1523         Jump to __memset_mvcle instead of memset_mvcle.
1524         (memset_z10): Rename to __memset_z10.
1525         Jump to __memset_mvcle instead of memset_mvcle.
1526         (memset_mvcle) Rename to __memset_mvcle.
1527         (memset): Set alias to __memset_g5.
1528         * sysdeps/s390/s390-64/memcmp.S
1529         (memcmp_z900): Rename to __memcmp_z900.
1530         * sysdeps/s390/s390-64/memcpy.S
1531         (memcpy_z900): Rename to __memcpy_z900.
1532         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1533         (memcpy_mvcle) Rename to __memcpy_mvcle.
1534         * sysdeps/s390/s390-64/memset.S
1535         (memset_z900): Rename to __memset_z900.
1536         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
1537         (IFUNC_RESOLVE): Prefix ifunc-resolve function
1538         and use prefixed functions.
1539         * sysdeps/s390/s390-64/multiarch/memcmp.S
1540         (memcmp_z196): Rename to __memcmp_z196.
1541         (memcmp_z10): Rename to __memcmp_z10.
1542         (memcmp): Set alias to __memcmp_z900.
1543         (bcmp): Set alias to __memcmp_z900.
1544         * sysdeps/s390/s390-64/multiarch/memcpy.S
1545         (memcpy_z196): Rename to __memcpy_z196.
1546         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1547         (memcpy_z10): Rename to __memcpy_z10.
1548         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1549         (memcpy): Set alias to __memcpy_z900.
1550         * sysdeps/s390/s390-64/multiarch/memset.S
1551         (memset_z196): Rename to __memset_z196.
1552         Jump to __memset_mvcle instead of memset_mvcle.
1553         (memset_z10): Rename to __memset_z10.
1554         Jump to __memset_mvcle instead of memset_mvcle.
1555         (memset_mvcle) Rename to __memset_mvcle.
1556         (memset): Set alias to __memset_z900.
1558 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
1560         [BZ #17748]
1561         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
1562         __fesetenv instead of fesetenv.
1564 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
1566         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
1567         macro.
1569 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1571         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
1572         regression on LE.
1574         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
1575         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
1576         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1577         strncmp-power8 object.
1578         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1579         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
1580         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
1581         * NEWS: Update.
1583 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1584             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1586         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
1587         trailing byte check.
1589 2015-01-13  David S. Miller  <davem@davemloft.net>
1591         * include/signal.h (__sigreturn): Guard with __USE_MISC.
1593 2015-01-13  Roland McGrath  <roland@hack.frob.com>
1595         * login/logout.c (logout): Use memset rather than bzero.
1596         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
1597         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
1598         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
1599         (_gethtbyaddr): Likewise.
1600         * locale/programs/simple-hash.c (bcopy): Macro removed.
1602 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1604         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1605         Add strcmp-power8 object.
1606         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1607         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
1608         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
1609         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
1610         __strcmp_power8 implementation.
1611         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
1612         * NEWS: Update.
1614         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1615         Add strncpy-power8 and stpncpy-power8 objects.
1616         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1617         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
1618         implementations.
1619         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
1620         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
1621         __stpncpy_power8 implementation.
1622         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
1623         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
1624         __strncpy_power8 implementation.
1625         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
1626         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
1627         * NEWS: Update.
1629         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
1630         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
1631         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
1633         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1634         strncat-power8 object.
1635         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
1636         __strcat_power8 implementation.
1637         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1638         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
1639         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
1640         optimized strcat for power8.
1642         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1643         strcpy-power8 and stpcpy-power8 objects.
1644         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1645         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
1646         implementations.
1647         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
1648         multiarch stpcpy implementation for POWER8.
1649         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
1650         multiarch strcpy implementation for POWER8.
1651         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
1652         __strcpy_power8 function.
1653         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
1654         stpcpy for POWER8.
1655         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
1656         strcpy for POWER8.
1657         * NEWS: Update.
1659 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
1661         [BZ #16009]
1662         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
1663         weights and rules. Use do_xfrm_cached if data fits in cache,
1664         do_xfrm otherwise.  Moved former main loop to...
1665         * (do_xfrm_cached): New function.
1666         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
1667         find_idx, find_position and stack_push.
1668         * (find_idx): New function.
1669         * (find_position): Likewise.
1670         * localedata/sort-test.sh: Added test run for do_xfrm.
1671         * localedata/xfrm-test.c (main): Added command line option
1672         -nocache to run the test with strings that are too large for
1673         the STRXFRM cache.
1675 2015-01-13  Torvald Riegel  <triegel@redhat.com>
1677         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
1678         variable to lll_futex_wake call, not the value itself.
1680 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
1682         [BZ #17803]
1683         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
1684         twom64.  Adjust value to 0x1p-64L.
1685         (__scalblnl): Only return standard underflowing result for K <=
1686         -64 not K <= -63; adjust exponent for underflowing result by 64
1687         not 63.
1688         * math/libm-test.inc (scalbn_test_data): Add more tests.
1689         (scalbln_test_data): Likewise.
1691         [BZ #17834]
1692         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
1693         0x1p63L.
1694         (__scalblnl): Get new exponent of adjusted subnormal value from ES
1695         not HX.
1696         * math/libm-test.inc (scalbn_test_data): Add more tests.
1697         (scalbln_test_data): Likewise.
1699 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1700             Stefani Seibold  <stefani@seibold.net>
1702         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
1703         (sysdep_routines): Add dl-vdso here, ...
1704         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
1705         (sysdep_routines): ... not here.
1706         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
1707         fallback when vDSO is not presented.
1708         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
1709         Define with libc_hidden_proto/libc_hidden_data_def definitions.
1710         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
1711         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
1712         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
1713         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
1714         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
1715         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
1716         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
1717         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
1718         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
1719         fallback configurable symbol when vDSO is not available.
1720         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
1721         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
1722         be able to redefine fallback symbol when vDSO is not available.
1723         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
1724         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
1726 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1728         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
1729         (TLS_INIT_TP): Add tm_capable initialization.
1730         (TLS_DEFINE_INIT_TP): Likewise.
1731         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
1732         TCB.
1733         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
1734         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
1735         calculation.
1736         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
1737         transactoion is lock elision is built and TCB tm_capable is set.
1738         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
1739         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
1740         (INTERNAL_SYSCALL_NCS): Likewise.
1741         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
1742         (INTERNAL_SYSCALL_NCS): Likewise.
1743         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
1745         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
1746         for powerpc.
1747         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
1748         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
1749         and remove it for 32 bits case.
1750         [pthread_rwlock_t] (__rwelision): New field for lock elision.
1751         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
1752         initialization.
1753         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
1754         Disable lock elision with rdlocks if elision is not available.
1756         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
1757         (sysdep_routines): Add lock elision objects.
1758         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
1759         [pthread_mutex_t] (__spins): Rework to add lock elision field.
1760         [pthread_mutex_t] (__elision): Add field.
1761         [__PTHREAD_SPINS]: Adjust to init lock elision field.
1762         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
1763         elision definitions for powerpc.
1764         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
1765         implementation of lock elision for powerpc.
1766         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
1767         implementation of timed lock elision for powerpc.
1768         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
1769         implementation of trylock with lock elision for powerpc.
1770         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
1771         implementaion of unlock for lock elision for powerpc.
1772         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
1773         automatic enable lock elision for mutexes.
1774         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
1775         transaction execution definitions for powerpc.
1776         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
1777         definitions.
1778         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
1779         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
1780         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
1781         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
1782         * NEWS: Update.
1784 2015-01-09  Roland McGrath  <roland@hack.frob.com>
1786         * sysdeps/posix/shm-directory.c: Use <> rather than ""
1787         for #include of <shm-directory.h>.
1789 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
1791         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
1792         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
1794 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
1796         [BZ #17791]
1797         * NEWS: Mention bug fix.
1798         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
1799         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
1800         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
1802 2015-01-09  Torvald Riegel <triegel@redhat.com>
1804         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
1806 2015-01-09  Torvald Riegel <triegel@redhat.com>
1808         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
1810 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
1812         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
1813         pointer and cast to uintptr_t.
1815 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
1817         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
1818         removed.
1819         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
1821 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
1823         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
1824         of 0.
1826 2015-01-08  Roland McGrath  <roland@hack.frob.com>
1828         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
1829         <nptl/pthreadP.h> instead.
1830         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
1832         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
1833         already defined.
1834         [__SIGRTMIN] (init): Function removed.
1835         [__SIGRTMIN] (initialized): Variable removed.
1836         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
1837         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
1838         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
1839         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
1840         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
1841         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
1842         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
1843         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
1844         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
1845         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
1846         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
1847         * sysdeps/nptl/allocrtsig.c: New file.
1848         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
1849         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
1850         * sysdeps/generic/testrtsig.h: File removed.
1852         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
1853         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
1855         * nptl/nptl-init.c (pthread_functions): Conditionalize
1856         .ptr__nptl_setxid initialization on [SIGSETXID].
1858         * sysdeps/nptl/sys/procfs.h: New file.
1859         * nptl_db/Makefile (headers): Add it.
1860         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
1862         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
1863         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
1864         * nptl/pthread_attr_setaffinity.c: Include it.
1865         * nptl/pthread_setattr_default_np.c: Likewise.
1866         * nptl/check-cpuset.h: New file.
1868 2015-01-08  Richard Henderson  <rth@redhat.com>
1870         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
1871         (CFLAGS-tst-execstack-prog.c): Likewise.
1872         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
1874 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
1875             Sandra Loosemore  <sandra@codesourcery.com>
1876             Andrew Jenner  <andrew@codesourcery.com>
1877             Joseph Myers  <joseph@codesourcery.com>
1878             Nathan Sidwell  <nathan@codesourcery.com>
1880         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
1881         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
1882         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
1883         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
1884         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
1885         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
1886         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
1887         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
1888         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
1889         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
1890         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
1891         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
1892         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
1893         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
1894         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
1895         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
1896         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
1898 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1900         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
1901         timespec struct member in syscall macro.
1902         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
1903         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
1904         first timeval struct member in syscall macro.
1905         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
1907 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
1909         [BZ #17748]
1910         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
1911         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
1912         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
1913         __feupdateenv and define as weak alias of __feupdateenv.  Use
1914         libm_hidden_weak.
1915         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
1916         libm_hidden_def.
1917         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
1918         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
1919         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
1920         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
1921         libm_hidden_def.
1922         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
1923         __feupdateenv and define as weak alias of __feupdateenv.  Use
1924         libm_hidden_weak.
1925         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
1926         libm_hidden_def.
1927         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
1928         __feupdateenv and define as weak alias of __feupdateenv.  Use
1929         libm_hidden_weak.
1930         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
1931         libm_hidden_def.
1932         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
1933         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
1934         (__feupdateenv): Likewise.
1935         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
1936         __feupdateenv and define as weak alias of __feupdateenv.  Use
1937         libm_hidden_weak.
1938         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1939         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
1940         libm_hidden_def.
1941         * sysdeps/tile/math_private.h (__feupdateenv): New inline
1942         function.
1943         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
1944         libm_hidden_def.
1945         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
1946         __feupdateenv instead of feupdateenv.
1947         (default_libc_feupdateenv_test): Likewise.
1948         (libc_feresetround_ctx): Likewise.
1950 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1952         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
1953         prototype.
1955 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
1957         * posix/regcomp.c (parse_bracket_exp): Initialize type to
1958         COLL_SYM in a couple of places to avoid uninitialized variable
1959         wanings on tilegx gcc 4.8.2.
1961 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
1963         * sysdeps/aarch64/strcpy.S: New file.
1964         * sysdeps/aarch64/stpcpy.S: New file.
1965         * NEWS: Updated.
1967 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
1969         * sysdeps/aarch64/strrchr.S: New file.
1970         * NEWS: Updated.
1972 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
1974         [BZ #17658]
1975         * stdlib/setenv.c: Fix memory leak when setting large,
1976         duplicate string.
1978 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
1980         [BZ #17273]
1981         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
1982         and tabs from buffer before parsing fstab entry.
1983         * misc/tst-mntent.c (main): Add test for mount entry with
1984         trailing spaces and tabs.
1986 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
1988         [BZ #17748]
1989         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
1990         * math/fesetround.c (fesetround): Rename to __fesetround and
1991         define as weak alias of __fesetround.  Use libm_hidden_weak.
1992         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
1993         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
1994         * sysdeps/arm/fesetround.c (fesetround): Likewise.
1995         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
1996         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
1997         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
1998         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
1999         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
2000         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
2001         __fesetround_inline.
2002         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
2003         __fesetround_inline instead of __fesetround.
2004         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
2005         __fesetround and define as weak alias of __fesetround.  Use
2006         libm_hidden_weak.  Call __fesetround_inline instead of
2007         __fesetround.
2008         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
2009         __fesetround and define as weak alias of __fesetround.  Use
2010         libm_hidden_weak.
2011         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
2012         Likewise.
2013         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
2014         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
2015         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
2016         * sysdeps/tile/math_private.h (__fesetround): New inline function.
2017         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
2018         __fesetround and define as weak alias of __fesetround.  Use
2019         libm_hidden_weak.
2020         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
2021         __fesetround instead of fesetround.
2022         (default_libc_feholdexcept_setround): Likewise.
2023         (libc_feholdsetround_ctx): Likewise.
2024         (libc_feholdsetround_noex_ctx): Likewise.
2026         [BZ #17748]
2027         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
2028         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
2029         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
2030         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
2031         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2032         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
2033         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2034         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
2035         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2036         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2037         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2038         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2039         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2040         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2041         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
2042         libm_hidden_def.
2043         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
2044         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
2045         Likewise.
2046         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2047         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2048         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
2049         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2050         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
2051         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
2052         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
2053         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
2054         __fesetenv instead of fesetenv.
2055         (libc_feresetround_noex_ctx): Likewise.
2056         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
2057         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
2058         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
2059         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
2060         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
2061         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
2062         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
2063         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
2064         (__feupdateenv): Likewise.
2065         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
2066         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2067         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
2068         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
2070 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
2072         [BZ #17806]
2073         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
2074         addresses have been freed.
2076 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
2078         * resolv/res_init.c (__res_vinit): Improve comments about nserv
2079         and nservall.
2081 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
2083         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
2084         Clean up check_pf allocation pattern. addresses
2086 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2088         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
2089         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
2090         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
2091         * nptl/pthread_exit.c (__pthread_exit): Likewise.
2092         * nptl/pthread_join.c (pthread_join): Likewise.
2093         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
2094         * sysdeps/posix/waitid.c (__waitid): Likewise.
2095         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
2096         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
2097         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
2098         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
2099         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
2100         Likewise.
2101         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
2102         (__libc_pread64): Likewise.
2103         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
2104         (__libc_pwrite): Likewise.
2105         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
2106         (__libc_pwrite64): Likewsie.
2107         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
2108         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
2109         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
2110         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
2111         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
2112         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
2113         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
2114         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
2115         Likewise.
2116         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
2117         (__libc_pread64): Likewise.
2118         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
2119         Likewise.
2120         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
2121         (__libc_pwrite64): Likewise.
2122         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
2123         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
2124         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
2125         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
2126         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
2127         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
2128         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
2129         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
2130         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
2131         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
2132         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
2133         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
2134         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
2135         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
2136         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
2137         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
2138         Likewise.
2140 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2142         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
2143         (CFLAGS-test-double.c): Likewise.
2144         (CFLAGS-test-ldouble.c): Likewise.
2145         (CPPFLAGS-test-ifloat.c): Likewise.
2146         (CPPFLAGS-test-idouble.c): Likewise.
2147         (CPPFLAGS-test-ildoubl.c): Likewise.
2148         (CFLAGS-test-test-fenv.c): Remove variable.
2149         (CFLAGS-test-misc.c): Likewise.
2151 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
2153         [BZ #17797]
2154         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
2155         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
2156         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
2157         CLOCKS_PER_SEC == 1000000.
2158         * time/clocktest.c (main): Replace %ld with %jd and cast to
2159         intmax_t.
2161 2015-01-05  Roland McGrath  <roland@hack.frob.com>
2163         * sysdeps/generic/unwind-resume.h: New file.
2164         * sysdeps/gnu/unwind-resume.c: Include it.
2165         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
2166         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
2167         argument list.
2168         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
2169         global rather than static.
2170         (_Unwind_Resume): Update user.
2171         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
2172         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
2173         rather than static.  Add __attribute__ ((cold)).
2174         (_Unwind_Resume, __gcc_personality_v0): Update callers.
2175         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
2176         * sysdeps/arm/arm-unwind-resume.S: New file.
2177         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
2178         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
2179         * sysdeps/arm/Makefile [$(subdir) = csu]
2180         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
2181         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
2182         Add rt-arm-unwind-resume.
2183         [$(subdir) = nptl]
2184         (libpthread-sysdep_routines, libpthread-shared-only-routines):
2185         Add pt-arm-unwind-resume.
2186         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
2187         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
2189 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
2191         [BZ #17748]
2192         * include/fenv.h (__feholdexcept): Declare.  Use
2193         libm_hidden_proto.
2194         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
2195         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
2196         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2197         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
2198         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
2199         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
2200         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
2201         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2202         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
2203         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
2204         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
2205         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
2206         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
2207         (feholdexcept): Likewise.
2208         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
2209         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
2210         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
2211         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2212         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
2213         __feholdexcept instead of feholdexcept.
2214         (default_libc_feholdexcept_setround): Likewise.
2216 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
2218         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
2219         to avoid using stl/str to align destination.
2221 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
2223         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
2225 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
2227         [BZ #17796]
2228         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
2229         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
2230         Define as weak alias not strong alias.
2232 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
2234         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
2235         bltzal with addiupc.
2236         (RTLD_START): Ditto.
2238 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
2240         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
2241         for __vdso_* functions in declarations.
2242         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
2243         definitions.
2244         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
2245         INTERNAL_VSYSCALL): Use struct return types to check for error.
2247         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
2248         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
2249         function with cast from llround().
2250         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
2251         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
2252         Define.
2254 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
2256         [BZ #17793]
2257         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
2258         Define as weak alias not strong alias.
2260         [BZ #17635]
2261         * ctype/ctype-c99.c: New file.  isblank implementation moved from
2262         ...
2263         * ctype/ctype-extn.c: ... here.
2264         (__isblank_l): Move to ...
2265         * ctype/ctype-c99_l.c: ... here.  New file.
2266         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
2267         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
2268         Remove variable.
2269         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2270         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2271         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2272         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2273         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2275         [BZ #17777]
2276         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
2277         (posix_fadvise64): Define as weak alias not strong alias.
2278         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
2279         (posix_fallocate64): Likewise.
2280         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
2281         Remove variable.
2282         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2283         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2284         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2285         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2286         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2288 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
2290         [BZ #16191]
2291         * NEWS: Mention bug fix.
2292         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
2293         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
2294         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
2295         (HOST_STACK_END_ADDR): Likewise.
2297 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
2299         [BZ #17748]
2300         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
2301         * math/fegetround.c (fegetround): Rename to __fegetround and
2302         define as weak alias of __fegetround.  Use libm_hidden_weak.
2303         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
2304         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
2305         * sysdeps/arm/fegetround.c (fegetround): Likewise.
2306         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
2307         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
2308         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
2309         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
2310         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
2311         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
2312         Undefine after rather than before function definition; use
2313         parentheses around function name in definition.
2314         (__fegetround): Also undefine macro after function definition.
2315         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
2316         __fegetround and define as weak alias of __fegetround.  Use
2317         libm_hidden_weak.  Do not undefine as macro.
2318         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
2319         Likewise.
2320         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
2321         __fegetround and define as weak alias of __fegetround.  Use
2322         libm_hidden_weak.
2323         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
2324         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
2325         * sysdeps/tile/math_private.h (__fegetround): New inline function.
2326         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
2327         __fegetround and define as weak alias of __fegetround.  Use
2328         libm_hidden_weak.
2329         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
2330         __fegetround instead of fegetround.
2332         [BZ #17782]
2333         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
2334         Condition macro definition on [__USE_MISC].
2336         [BZ #17781]
2337         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
2338         (struct sigaction): Change type of sa_flags field to int.
2340         [BZ #17780]
2341         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
2342         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
2343         __glibc_reserved0.
2345         * nptl/version.c (banner): Use single year in copyright notice.
2347         * NEWS: Update copyright dates.
2348         * catgets/gencat.c (print_version): Likewise.
2349         * csu/version.c (banner): Likewise.
2350         * debug/catchsegv.sh: Likewise.
2351         * debug/pcprofiledump.c (print_version): Likewise.
2352         * debug/xtrace.sh (do_version): Likewise.
2353         * elf/ldconfig.c (print_version): Likewise.
2354         * elf/ldd.bash.in: Likewise.
2355         * elf/pldd.c (print_version): Likewise.
2356         * elf/sotruss.sh: Likewise.
2357         * elf/sprof.c (print_version): Likewise.
2358         * iconv/iconv_prog.c (print_version): Likewise.
2359         * iconv/iconvconfig.c (print_version): Likewise.
2360         * locale/programs/locale.c (print_version): Likewise.
2361         * locale/programs/localedef.c (print_version): Likewise.
2362         * login/programs/pt_chown.c (print_version): Likewise.
2363         * malloc/memusage.sh (do_version): Likewise.
2364         * malloc/memusagestat.c (print_version): Likewise.
2365         * malloc/mtrace.pl: Likewise.
2366         * manual/libc.texinfo: Likewise.
2367         * nptl/version.c (banner): Likewise.
2368         * nscd/nscd.c (print_version): Likewise.
2369         * nss/getent.c (print_version): Likewise.
2370         * nss/makedb.c (print_version): Likewise.
2371         * posix/getconf.c (main): Likewise.
2372         * scripts/test-installation.pl: Likewise.
2373         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
2375 2015-01-02  Will Newton  <will.newton@linaro.org>
2377         * sysdeps/arm/armv7/configure: Removed.
2378         * sysdeps/arm/armv7/configure.ac: Likewise.
2380 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
2382         * All files with FSF copyright notices: Update copyright dates
2383         using scripts/update-copyrights.
2384         * intl/plural.c: Regenerated.
2385         * locale/programs/charmap-kw.h: Likewise.
2386         * locale/programs/locfile-kw.h: Likewise.
2388 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2390         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
2392 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
2394         [BZ #17748]
2395         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
2396         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
2397         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
2398         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
2399         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2400         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
2401         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2402         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
2403         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2404         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2405         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2406         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2407         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2408         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2409         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
2410         libm_hidden_def.
2411         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
2412         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
2413         Likewise.
2414         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2415         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2416         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
2417         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2418         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
2419         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
2420         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
2421         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
2422         __fegetenv instead of fegetenv.
2423         (libc_feholdsetround_noex_ctx): Likewise.
2425 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2427         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
2428         (Elf_MIPS_ABIFlags_v0): New structure.
2429         (EF_MIPS_FP64): Define.
2430         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
2431         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
2432         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
2433         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
2434         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
2435         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
2436         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
2437         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
2438         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
2439         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
2440         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
2441         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
2442         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
2443         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
2444         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
2445         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
2446         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
2447         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
2448         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
2449         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
2450         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
2451         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
2452         field.
2453         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
2454         EF_MIPS_FP64.
2455         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
2456         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
2457         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
2458         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
2459         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
2460         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
2461         * sysdeps/mips/tst-abi-interlink.c: Likewise.
2462         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
2463         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
2464         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
2465         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
2466         record the current FP ABI extension.
2467         (mips-mode-switch): Define to show if kernel headers support mode
2468         switching.
2469         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
2470         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
2471         supported SYSV ABI version to 3.
2472         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
2473         feature.
2475 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2476             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2478         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
2479         path.
2480         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
2482 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
2484         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
2485         __fegetround and redefine to call __fegetround.  Remove condition
2486         on [!__NO_MATH_INLINES].
2487         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
2488         function.
2489         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
2490         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
2491         Remove macro.
2492         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
2493         instead of <fenv_libc.h>.
2494         (__llrintl): Call fegetround instead of __fegetround.
2495         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
2496         instead of <fenv_libc.h>.
2497         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
2498         (__lrintl): Call fegetround instead of __fegetround.
2499         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
2500         instead of <fenv_libc.h>.
2501         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
2502         (__rintl): Call fegetround instead of __fegetround.
2504 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
2506         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
2507         arrays.
2509 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
2511         [BZ #17775]
2512         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
2513         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
2514         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
2516 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
2518         * sysdeps/i386/tls-macros.h: Include <features.h>.
2519         (TLS_LE): Use non-PIC version for GCC >= 5.0.
2520         (TLS_IE): Likewise.
2521         (TLS_LD): Likewise.
2522         (TLS_GD): Likewise.
2523         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
2524         define for GCC >= 5.0.
2526 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
2528         * math/test-fenv.c (test_single_exception, set_single_exc,
2529         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
2530         feexcp_mask_test, feenable_test, fe_single_test): Add
2531         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
2532         case where they are not used.
2533         * math/libm-test.inc: Likewise.
2534         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
2535         unused in the absence of FP rounding/exception support.
2536         * stdio-common/tst-printf-round.c: Likewise.
2537         * stdlib/tst-strtod-round.c: Likewise.
2538         * stdlib/tst-strtod-underflow.c: Likewise.
2540 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
2542         [BZ #17723]
2543         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
2544         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
2545         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2546         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2547         libm_hidden_weak.
2548         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
2549         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
2550         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
2551         libm_hidden_def.
2552         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2553         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2554         libm_hidden_weak.
2555         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
2556         Likewise.
2557         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
2558         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2559         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2560         libm_hidden_weak.
2561         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
2562         libm_hidden_def.
2563         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
2564         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
2565         (__feraiseexcept): Likewise.
2566         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2567         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2568         libm_hidden_weak.
2569         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
2570         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
2571         libm_hidden_def.
2572         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
2573         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
2574         Use libm_hidden_def.
2575         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
2576         libm_hidden_def.
2577         (feraiseexcept): Define as weak not strong alias.  Use
2578         libm_hidden_weak.
2579         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
2580         New inline function.  Factored out of ...
2581         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
2582         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
2583         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
2584         feraiseexcept.
2585         * math/w_acos.c (__acos): Likewise.
2586         * math/w_asin.c (__asin): Likewise.
2587         * math/w_ilogb.c (__ilogb): Likewise.
2588         * math/w_j0.c (y0): Likewise.
2589         * math/w_j1.c (y1): Likewise.
2590         * math/w_jn.c (yn): Likewise.
2591         * math/w_log.c (__log): Likewise.
2592         * math/w_log10.c (__log10): Likewise.
2593         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
2594         * sysdeps/aarch64/fpu/math_private.h
2595         (libc_feupdateenv_test_aarch64): Likewise.
2596         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
2597         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
2598         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
2599         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
2600         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
2601         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
2602         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
2603         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
2604         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2605         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
2607 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
2609         [BZ #17732]
2610         * io/test-utime.c (main): Replace %ld with %jd and cast to
2611         intmax_t.
2612         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
2613         * nptl/tst-mutex5.c: Include <stdint.h>.
2614         (do_test): Replace %ld with %jd and cast to intmax_t.
2615         * posix/tst-regex.c (run_test): Likewise.
2616         (run_test_backwards): Likewise.
2617         * rt/tst-clock.c: Include <stdint.h>.
2618         (clock_test): Replace %ld with %jd and cast to intmax_t.
2619         * rt/tst-cpuclock1.c: Include <stdint.h>.
2620         (do_test): Replace %lu with %ju and cast to uintmax_t.
2621         * rt/tst-cpuclock2.c: Include <stdint.h>.
2622         (do_test): Replace %lu with %ju and cast to uintmax_t.
2623         * rt/tst-mqueue1.c: Include <stdint.h>.
2624         (check_attrs): Replace %ld with %jd and cast to intmax_t.
2625         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
2626         intmax_t.
2627         * rt/tst-mqueue4.c (do_test): Likewise.
2628         * rt/tst-timer4.c: Include <stdint.h>.
2629         (check_ts): Replace %ld with %jd and cast to intmax_t.
2630         (do_test): Likewise.
2631         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
2632         and cast to intmax_t.
2633         * sysdeps/pthread/tst-timer.c (main): Likewise.
2634         * time/clocktest.c (main): Likewise.
2635         * time/tst-posixtz.c (do_test): Likewise.
2636         * timezone/tst-timezone.c (main): Likewise.
2638 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
2639             H.J. Lu  <hongjiu.lu@intel.com>
2641         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
2642         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
2643         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
2644         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
2645         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
2646         version if bit_Fast_Unaligned_Load is set.
2647         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
2648         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
2649         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
2650         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
2651         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
2652         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
2653         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
2654         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
2655         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
2656         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
2657         to 4.
2658         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
2659         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
2660         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
2661         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
2663 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
2665         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
2666         instead of #if to avoid a Wundef warning.
2667         * stdlib/tst-limits.c (do_test): Likewise.
2669         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
2670         parallel other exception macros.
2671         (fegetenv): Convert from macro to extern inline so that it applies
2672         retroactively to inline functions already seen by the compiler.
2673         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
2675         * posix/Makefile (before-compile): Use $(objpfx) for
2676         posix-conf-vars-def.h.
2678 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
2680         * posix/getconf.c (main): Use size_t for type of I.
2681         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
2682         NSPEC.
2684         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
2685         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
2686         * posix/posix-envs.def: Likewise.
2687         * sysdeps/posix/sysconf.c: Likewise.
2688         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
2689         (specs): Remove array.
2690         * scripts/gen-posix-conf-vars.awk: Support generation of specs
2691         array.
2693         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
2694         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
2695         (__sysconf): Use CONF_IS_* macros.
2697         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
2698         ($(objpfx)posix-conf-vars-def.h): New target.
2699         * posix/posix-conf-vars.list: New file.
2700         * posix/posix-conf-vars.h: New file.
2701         * posix/confstr.c: Include posix-conf-vars.h.
2702         (confstr): Use CONF_IS_* macros.
2703         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
2704         CONF_IS_* macros.
2705         * scripts/gen-posix-conf-vars.awk: New file.
2707 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
2709         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
2710         fegetround): Add no-op macros to avoid linknamespace issues.
2712         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
2713         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
2715         * sysdeps/unix/sysv/linux/tile/sysdep.h
2716         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
2717         assembly-specific section to avoid a redefinition warning.
2719         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
2720         long before casting to pointer to avoid a cast warning.
2722 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
2724         * sysdeps/tile/tilegx/Implies: New file.
2726 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
2728         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
2730 2014-12-23  Florian Weimer  <fweimer@redhat.com>
2732         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
2734 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
2736         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
2737         not define.
2738         * sysdeps/unix/sysv/linux/utimes.c: Do not include
2739         <kernel-features.h>.
2740         (__utimes) [__NR_utimes]: Make code unconditional.
2741         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
2742         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
2743         (__ASSUME_UTIMES): Do not undefine.
2744         * sysdeps/unix/sysv/linux/tile/kernel-features.h
2745         (__ASSUME_UTIMES): Likewise.
2746         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
2747         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
2748         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
2749         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
2751 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
2753         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
2755 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
2757         [BZ #17747]
2758         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
2759         alias to weak alias for j0l, y0l.
2760         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
2761         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
2763         [BZ #17746]
2764         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
2765         conversion.
2767 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
2769         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
2770         to zero if not already defined.
2772 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
2774         [BZ #17724]
2775         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
2776         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
2777         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
2778         (char *) casts added.
2779         * sysdeps/ieee754/k_standardf.c: New file.
2780         * sysdeps/ieee754/k_standardl.c: Likewise.
2781         * math/Makefile (libm-support): Remove k_standard.
2782         (libm-calls): Add k_standard.
2784 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2786         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
2787         Optimize to avoid an unnecessary FPCR read.
2789 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2791         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
2792         Optimize to reduce FPCR/FPSR accesses.
2794 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2796         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
2797         Call libc_fetestexcept_aarch64.
2799 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2801         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
2802         Call libc_fesetround_aarch64.
2804 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
2806         [BZ #17733]
2807         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
2808         (__bind): Do not define as weak alias.
2809         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
2810         define.
2811         (__getsockname): Do not define as weak alias.
2813 2014-12-22  Will Newton  <will.newton@linaro.org>
2815         * manual/install.texi: Document that we require bison 2.7
2816         or above.
2817         * INSTALL: Regenerate.
2818         * configure.ac: Use AC_CHECK_PROG_VER instead of
2819         AC_PATH_PROG when checking for bison and check for
2820         version 2.7 or above.
2821         * configure: Regenerate.
2823 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
2825         [BZ #17745]
2826         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
2827         * sysdeps/tile/ffsll.c (ffsll): To here.
2829         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
2831 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
2833         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
2834         if not defined.
2835         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
2836         definition.
2837         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
2838         hidden ___tls_get_addr.
2839         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
2840         hidden __tls_get_addr.
2841         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
2842         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
2843         Likewise.
2845 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
2847         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
2848         _dl_init call.
2850 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
2852         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
2853         from "call _dl_init@PLT".
2854         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
2856 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
2858         * manual/search.texi: (Array Sort Function): Clarify stable sorting
2859         guarantees.
2861 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
2863         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
2865 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
2867         [BZ #17744]
2868         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
2869         strnlen.
2871 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
2873         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
2874         of multu on MIPSr6.
2875         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
2876         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
2877         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
2878         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
2879         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
2881 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
2883         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
2884         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
2885         (PTR_SUBU): Use subu for mips32r6/mips64r6.
2886         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
2887         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
2888         mips32r6/mips64r6.
2889         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
2891 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
2893         * string/strncat.c (STRNCAT): Simplify implementation.
2895 2014-12-19  David S. Miller  <davem@davemloft.net>
2897         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
2898         access the quad as both a long double and as a series of 4 words.
2900         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
2901         link_map->l_info array access.
2903 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
2905         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
2907         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
2908         * math/atest-exp2.c (TIMEOUT): Likewise.
2909         * math/atest-sincos.c (TIMEOUT): Likewise.
2911 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2913         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
2914         -Wno-error with -fno-builtin-lround.
2916 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2918         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
2919         Contains futex constants and functions moved over from ...
2920         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
2921         <lowlevellock-futex.h>.
2922         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
2923         (lll_timedwait_tid): Add comments and parentheses around macro
2924         arguments.
2926 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2928         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
2929         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
2930         (__lll_private_flag): Remove.
2931         (lll_futex_wait): Likewise.
2932         (lll_futex_timed_wait): Likewise.
2933         (lll_futex_wake): Likewise.
2934         (lll_futex_requeue): Likewise.
2935         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
2936         (__lll_timedwait_tid): Spell out argument names.
2937         (lll_timedwait_tid): Add comments and parentheses around macro
2938         arguments.
2939         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
2940         LLL_SHARED and LLL_PRIVATE usable from assembly code.
2942 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2944         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
2945         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
2946         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
2947         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
2948         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
2949         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
2950         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
2951         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
2952         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
2953         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
2954         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
2955         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
2956         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
2957         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
2958         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
2959         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
2960         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
2961         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
2962         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
2964 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2966         * sysdeps/x86_64/x32/Makefile: New file.
2968 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2970         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
2971         1L with (mp_limb_t) 1.
2973 2014-12-17  Roland McGrath  <roland@hack.frob.com>
2975         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
2976         * nptl/libc_pthread_init.c: ... here.
2977         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
2978         * nptl/register-atfork.c: ... here.
2980         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
2981         Use pthread_sigmask rather than INTERNAL_SYSCALL.
2982         Use assert_perror to check its return value.
2983         (__gai_create_helper_thread): Likewise.
2985         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
2987         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
2989 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
2991         [BZ #17725]
2992         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
2993         __profil_counter.
2994         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
2995         Likewise.
2996         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
2997         Likewise.
2998         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
2999         Likewise.
3000         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
3001         (profil_counter): Likewise.
3002         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
3003         (profil_counter): Likewise.
3004         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
3005         Likewise.
3006         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
3007         Likewise.
3008         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
3009         (profil_counter): Likewise.
3010         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
3011         Likewise.
3012         [!__profil_counter] (profil_counter): Define as weak alias of
3013         __profil_counter.
3014         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
3015         (profil_counter): Rename to __profil_counter.
3016         [!__profil_counter] (profil_counter): Define as weak alias of
3017         __profil_counter.
3018         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
3019         (profil_counter): Rename to __profil_counter.
3020         [!__profil_counter] (profil_counter): Define as weak alias of
3021         __profil_counter.
3022         * sysdeps/posix/profil.c: Update comment referring to
3023         profil_counter.
3024         (__profil): Use __profil_counter instead of profil_counter.
3025         * sysdeps/posix/sprofil.c (profil_counter): Rename to
3026         __profil_counter.  Use __profil_counter_ushort and
3027         __profil_counter_uint in definitions.
3028         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
3029         instead of profil_counter_uint and profil_counter_ushort.
3031         [BZ #17722]
3032         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
3033         define as weak alias of __inet_makeaddr.
3034         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
3035         as weak alias of __inet_addr.
3036         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
3037         as weak alias of __inet_pton.  Use libc_hidden_weak.
3038         * include/arpa/inet.h (__inet_pton): Declare.  Use
3039         libc_hidden_proto.
3040         (inet_makeaddr): Don't use libc_hidden_proto.
3041         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
3042         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
3043         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
3044         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
3045         Remove variable.
3046         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
3047         (test-xfail-POSIX/time.h/linknamespace): Likewise.
3049 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
3051         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
3053 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
3055         * stdio-common/bug-vfprintf-nargs.c (do_test):
3056         Cast value to intptr_t to avoid format warning
3057         for usage with PRIdPTR printing macro.
3059 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
3061         * libio/tst-widetext.c (do_test):
3062         Use format type %td instead of %Zd for ptrdiff_t
3063         in order to avoid format warning.
3065 2014-12-17  Andreas Schwab  <schwab@suse.de>
3067         * nscd/mem.c (gc): Add size_t cast to match printf format.
3069 2014-12-16  Roland McGrath  <roland@hack.frob.com>
3071         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
3072         (init): Apply PTR_MANGLE to pointers before storing them.
3073         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
3074         before using them.
3076 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
3078         [BZ #17719]
3079         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
3080         define as weak alias of __memrchr.
3081         (__memrchr): Do not define as strong alias of memrchr.
3082         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
3083         Remove variable.
3084         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
3085         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
3086         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
3088         [BZ #17717]
3089         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
3090         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
3091         (if_indextoname): Rename to __if_indextoname and define as weak
3092         alias of __if_indextoname.  Use libc_hidden_weak.
3093         (if_freenameindex): Rename to __if_freenameindex and define as
3094         weak alias of __if_freenameindex.
3095         (if_nameindex): Rename to __if_nameindex and define as weak alias
3096         of __if_nameindex.
3097         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
3098         __if_nametoindex and define as weak alias of __if_nametoindex.
3099         Use libc_hidden_weak.
3100         (if_freenameindex): Rename to __if_freenameindex and define as
3101         weak alias of __if_freenameindex.
3102         (if_nameindex): Rename to __if_nameindex and define as weak alias
3103         of __if_nameindex.
3104         (if_indextoname): Rename to __if_indextoname and define as weak
3105         alias of __if_indextoname.  Use libc_hidden_weak.
3106         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
3107         __if_nametoindex and define as weak alias of __if_nametoindex.
3108         Use libc_hidden_weak.
3109         (if_freenameindex): Rename to __if_freenameindex and define as
3110         weak alias of __if_freenameindex.  Use libc_hidden_weak.
3111         (if_nameindex_netlink): Use __if_freenameindex instead of
3112         if_freenameindex.
3113         (if_nameindex): Rename to __if_nameindex and define as weak alias
3114         of __if_nameindex.  Use libc_hidden_weak.
3115         (if_indextoname): Rename to __if_indextoname and define as weak
3116         alias of __if_indextoname.  Use libc_hidden_weak.
3117         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
3118         libc_hidden_proto.
3119         [!_ISOMAC] (__if_freenameindex): Likewise.
3120         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
3121         if_nametoindex.
3122         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
3123         variable.
3124         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
3125         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
3126         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
3127         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
3128         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
3129         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
3130         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
3132         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
3133         Remove variable.
3134         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
3135         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
3137 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3139         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
3140         subscript above bounds'
3142         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
3143         bounds.
3145 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
3147         * libio/tst-fopenloc.c: Use test-skeleton.c.
3149         * stdlib/tst-bsearch.c: Use test-skeleton.c.
3150         (entry): Rename to ITEM.
3151         (do_test, comp): Adjust.
3153         * stdio-common/tst-fseek.c: Use test-skeleton.c.
3155 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3157         * string/tester.c: Include <libc-internal.h>.
3158         (test_memset): Ignore -Wmemset-transposed-args.
3160 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3162         * misc/tst-mntent2.c (do_test): Fix warning.
3164 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3166         * elf/tst-unique4lib.cc(a): Mark as used.
3168 2014-12-16  Florian Weimer  <fweimer@redhat.com>
3170         [BZ #17630]
3171         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
3172         names.
3174 2014-12-16  Allan McRae  <allan@archlinux.org>
3176         * stdio-common/Makefile (tests): Re-add bug26.
3178 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
3180         [BZ #17657]
3181         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
3182         static array.
3184 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
3186         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
3187         (__lll_lock_wait): Likewise.
3188         (__lll_timedlock_wait): Likewise.
3189         (__lll_timedwait_tid): Likewise.
3190         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
3191         (__lll_robust_timedlock_wait): Likewise.
3192         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
3193         (lll_cond_trylock): Likewise.
3194         (__lll_lock): Likewise.
3195         (__lll_robust_lock): Likewise.
3196         (__lll_cond_lock): Likewise.
3197         (lll_robust_cond_lock): Likewise.
3198         (__lll_timedlock): Likewise.
3199         (__lll_robust_timedlock): Likewise.
3200         (__lll_unlock): Likewise.
3201         (__lll_robust_unlock): Likewise.
3202         (lll_wait_tid): Likewise.
3203         (lll_timedwait_tid): Likewise.
3205 2014-12-15  Torvald Riegel  <triegel@redhat.com>
3207         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
3209 2014-12-15  Torvald Riegel  <triegel@redhat.com>
3211         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
3213 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
3215         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
3216         * stdio-common/tst-sprintf.c: Likewise.
3218 2014-12-15  Torvald Riegel  <triegel@redhat.com>
3220         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
3222 2014-12-15  Jeff Law  <law@redhat.com>
3224         [BZ #16617]
3225         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
3226         on the heap.  (CVE-2012-3406)
3227         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
3228         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
3229         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
3231 2014-12-15  Will Newton  <will.newton@linaro.org>
3233         * manual/install.texi: Bump required version of texinfo
3234         to 4.7 from 4.5.
3235         * INSTALL: Regenerated.
3236         * configure.ac: Check for makeinfo version 4.7 and above.
3237         * configure: Regenerated.
3239 2014-12-12  Roland McGrath  <roland@hack.frob.com>
3241         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
3242         PREFIX, string constant to insert between directory and name.
3243         * sysdeps/posix/shm_open.c: Update caller.
3244         * sysdeps/posix/shm_unlink.c: Likewise.
3245         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
3246         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
3247         (SEM_SHM_PREFIX): New macro.
3248         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
3249         [$(have-thread-library) = no].
3250         * nptl/Makefile (libpthread-routines): Add shm-directory.
3251         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
3252         * sysdeps/nptl/shm-directory.h: New file.
3253         * sysdeps/posix/shm-directory.c
3254         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
3255         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
3256         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
3257         INTERNAL_SYSCALL.
3258         (__where_is_shmfs): Function removed.
3259         (mountpoint, defaultmount, defaultdir, __namedsem_once):
3260         Variables removed.
3261         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
3262         Use SHM_GET_NAME.
3263         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
3265         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
3266         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
3267         unconditional for use inside libpthread.
3268         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
3270 2014-12-12  Roland McGrath  <roland@hack.frob.com>
3272         * nptl/pthread_getaffinity.c: New file.
3273         * nptl/pthread_setaffinity.c: New file.
3274         * nptl/pthread_getname.c: New file.
3275         * nptl/pthread_setname.c: New file.
3277         * nptl/pthread_create.c (START_THREAD_DEFN)
3278         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
3280 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
3281             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3283         * resolv/res_send.c (send_vc): Disable warning resplen may
3284         be used uninitialized.
3286 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
3288         * nptl/tst-mutex6.c
3289         (ATTR_NULL): New define checks ATTR against NULL.
3290         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
3291         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
3293 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
3295         [BZ #17581]
3296         * malloc/hooks.c
3297         (mem2mem_check): Revert my previous change.
3298         (malloc_check_get_size): Revert my previous change.
3299         (mem2chunk_check): Revert my previous change.
3301 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3303         * sysdeps/posix/shm-directory.c: New file.
3304         * sysdeps/posix/shm-directory.h: New file.
3305         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
3306         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
3307         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
3308         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
3309         Transmute EPERM to EACCES.
3310         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
3311         from ...
3312         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
3313         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
3315 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3317         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
3318         pointer and cast to uintptr_t.
3319         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
3320         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
3321         Add cast to avoid warning.
3322         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
3324 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
3326         * nptl/semaphore.h: Move to ...
3327         * sysdeps/pthread/semaphore.h: ... here.
3328         * Makefile (installed-headers): Change nptl/semaphore.h to
3329         sysdeps/pthread/semaphore.h.
3331 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3333         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
3334         generated error format strings.
3336         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
3337         -Wformat-extra-args warnings for scanf formats.
3338         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
3339         test of zero-length format (duh).
3340         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
3341         corner-case scanf format test.
3342         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
3343         generated fprintf format string.
3344         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
3345         corner-case sprintf format tests.
3346         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
3347         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
3348         -Wformat-extra-args warnings throughout.
3349         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
3350         (CFLAGS-scanf4.c): Likewise.
3351         (CFLAGS-scanf7.c): Likewise.
3352         (CFLAGS-tst-sprintf.c): Likewise.
3353         (CFLAGS-tst-printf.c): Likewise.
3354         (CFLAGS-tst-printfsz.c): Likewise.
3356 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
3358         * include/cpio.h: New file.
3359         * include/fmtmsg.h: Likewise.
3361         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
3362         corresponding format argument to size_t.
3363         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
3364         arguments.
3365         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
3366         corresponding format argument to size_t.
3367         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
3368         arguments.
3369         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
3370         corresponding format argument to size_t.
3371         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
3372         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
3373         (CFLAGS-tst-mbswcs2.c): Likewise.
3374         (CFLAGS-tst-mbswcs3.c): Likewise.
3375         (CFLAGS-tst-mbswcs4.c): Likewise.
3376         (CFLAGS-tst-mbswcs5.c): Likewise.
3377         (CFLAGS-tst-trans.c): Likewise
3379 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3381         * posix/regexbug1.c (main): Use "%s" format with regerror results,
3382         rather than assuming they won't contain any '%'s.
3384 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
3386         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
3387         inhibit_loop_to_libcall to avoid recursive calls.
3388         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
3389         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
3391 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
3393         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
3394         prototype.
3396 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
3398         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
3399         integer value instead of boolean.
3401 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
3403         * malloc/malloc.c: Fix powerof2 check.
3405 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
3407         * locale/programs/locfile.h (maybe_swap_uint32):
3408         Remove inline and add unused attribute.
3410 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
3412         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
3413         Truncating assembler expression to a .long expression.
3415 2014-12-11  Andreas Schwab  <schwab@suse.de>
3417         * elf/rtld.c (struct map_args): Constify str member.
3418         (do_preload): Constify fname argument.
3420 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3422         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
3423         constants definition.
3425 2014-12-11  Andreas Schwab  <schwab@suse.de>
3427         [BZ #16657]
3428         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
3429         FORCE_ELISION instead of DO_ELISION.
3430         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
3431         Remove.
3432         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
3433         Likewise.
3435         * iconvdata/gconv-modules: Remove duplicate entry.
3437 2014-12-11  Will Newton  <will.newton@linaro.org>
3439         Merge gettext 0.19.3 into intl/.
3441         This involves a number of cosmetic changes to comments
3442         and ANSI function definitions and prototypes throughout
3443         all the files. The gettext copyright header is used but
3444         with the date ranges taken from the glibc copy.
3446         * NEWS: Add gettext merge to 2.21.
3447         * intl/bindtextdom.c: Switch to gettext copyright.
3448         Use ANSI definitions and prototypes.
3449         Use gl_* locking primitives rather than __libc_* ones.
3450         Use __builtin_expect rather than __glibc_likely/unlikely.
3451         * intl/dcgettext.c: Switch to gettext copyright.
3452         Use ANSI definitions and prototypes.
3453         * intl/dcigettext.c: Switch to gettext copyright.
3454         Use ANSI definitions and prototypes.
3455         (INTDIV0_RAISES_SIGFPE): New define.
3456         Use gl_* locking primitives rather than __libc_* ones.
3457         Include eval-plural.h instead of plural-eval.c.
3458         Use __builtin_expect rather than __glibc_likely/unlikely.
3459         * intl/dcngettext.c: Switch to gettext copyright.
3460         Use ANSI definitions and prototypes.
3461         * intl/dgettext.c: Likewise.
3462         * intl/dngettext.c: Likewise.
3463         * intl/plural-eval.c: Renamed to...
3464         * intl/eval-plural.h: ...this.
3465         * intl/explodename.c: Switch to gettext copyright.
3466         Use ANSI definitions and prototypes.
3467         (_nl_explode_name): Use strchr instead of __rawmemchr.
3468         * intl/finddomain.c: Switch to gettext copyright.
3469         Use ANSI definitions and prototypes.
3470         Use gl_* locking primitives rather than __libc_* ones.
3471         (_nl_find_domain): Use malloc rather than alloca for
3472         allocation of temporary locale name.
3473         * intl/gettext.c: Switch to gettext copyright.
3474         Use ANSI definitions and prototypes.
3475         * intl/gettextP.h: Switch to gettext copyright.
3476         Use ANSI definitions and prototypes.
3477         Use gl_* locking primitives rather than __libc_* ones.
3478         * intl/gmo.h: Switch to gettext copyright.
3479         (struct sysdep_string): Move struct segment_pair outside of
3480         struct definition.
3481         * intl/hash-string.c: Use ANSI definitions and prototypes.
3482         * intl/hash-string.h: Switch to gettext copyright.
3483         Use ANSI definitions and prototypes.
3484         * intl/l10nflist.c: Switch to gettext copyright.
3485         Use ANSI definitions and prototypes.
3486         (_nl_normalize_codeset): Avoid integer overflow.
3487         * intl/loadinfo.h: Switch to gettext copyright.
3488         Use ANSI definitions and prototypes.
3489         (LIBINTL_DLL_EXPORTED): New define.
3490         (PATH_SEPARATOR): New define.
3491         * intl/loadmsgcat.c: Switch to gettext copyright.
3492         * intl/localealias.c: Switch to gettext copyright.
3493         Use ANSI definitions and prototypes.
3494         (_nl_expand_alias): Use PATH_SEPARATOR.
3495         * intl/ngettext.c: Switch to gettext copyright.
3496         Use ANSI definitions and prototypes.
3497         * intl/plural-exp.c: Likewise.
3498         * intl/plural-exp.h: Switch to gettext copyright.
3499         Use ANSI definitions and prototypes.
3500         (struct expression): Move definition of enum operator outside
3501         of struct definition.
3502         * intl/plural.c: Regenerate.
3503         * intl/plural.y: Switch to gettext copyright.
3504         Use ANSI definitions and prototypes.
3505         Port to bison 3.0.
3506         * intl/textdomain.c: Switch to gettext copyright.
3507         Use ANSI definitions and prototypes.
3508         Use gl_* locking primitives rather than __libc_* ones.
3510 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
3512         * debug/warning-nop.c: Add used atrribute.
3514 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3516         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
3518         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
3519         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
3520         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
3522 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3523             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3525         [BZ #17634]
3526         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
3527         Undefine after defining function.  Define as weak alias of
3528         __wcschr.  Use libc_hidden_weak.
3529         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
3530         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
3531         (libc_hidden_def): Also define __GI___wcschr alias.
3532         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
3533         __wcschr and define as weak alias of __wcschr.
3534         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
3535         __wcschr.
3536         [!WCSCHR] (DEFAULT_WCSCHR): Define.
3537         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
3538         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
3539         libc_hidden_weak.  Do not use libc_hidden_def.
3540         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
3541         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
3542         __GI___wcschr alias.
3543         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
3544         [IS_IN (libc)] (wcschr): Define as macro expanding to
3545         __redirect_wcschr.
3546         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
3547         [IS_IN (libc)] (__wcschr_power6): Likewise.
3548         [IS_IN (libc)] (__wcschr_power7): Likewise.
3549         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
3550         instead of wcschr.
3551         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
3552         __libc_wcschr.
3553         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
3554         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
3555         __wcschr and define as weak alias of __wcschr.  Use
3556         libc_hidden_builtin_def.
3557         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
3558         as weak alias of __wcschr.  Use libc_hidden_weak.
3559         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
3560         wcschr.
3561         * time/era.c (_nl_init_era_entries): Likewise.
3562         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
3563         variable.
3564         (test-xfail-XPG3/time.h/linknamespace): Likewise.
3565         (test-xfail-XPG4/time.h/linknamespace): Likewise.
3567 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3569         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
3570         format for long int variable.
3572 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
3574         [BZ #10672]
3575         * manual/search.texi: (Array Sort Function): Remove claim how to make
3576         qsort stable.
3578 2014-12-10  Andreas Schwab  <schwab@suse.de>
3580         [BZ #12847]
3581         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
3582         user-controlled locks.
3584 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
3586         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
3587         register.
3589 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3591         * configure.ac (--disable-werror): New configure option.
3592         (enable_werror): New AC_SUBST.
3593         * configure: Regenerated.
3594         * config.make.in (enable-werror): New variable.
3595         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
3596         -Wno-error=undef.
3597         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
3598         * manual/install.texi (Configuring and compiling): Document
3599         --disable-werror.
3600         * INSTALL: Regenerated.
3601         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
3602         (CFLAGS-tst-chk2.c): Likewise.
3603         (CFLAGS-tst-chk3.c): Likewise.
3604         (CFLAGS-tst-chk4.cc): Likewise.
3605         (CFLAGS-tst-chk5.cc): Likewise.
3606         (CFLAGS-tst-chk6.cc): Likewise.
3607         (CFLAGS-tst-lfschk1.c): Likewise.
3608         (CFLAGS-tst-lfschk2.c): Likewise.
3609         (CFLAGS-tst-lfschk3.c): Likewise.
3610         (CFLAGS-tst-lfschk4.cc): Likewise.
3611         (CFLAGS-tst-lfschk5.cc): Likewise.
3612         (CFLAGS-tst-lfschk6.cc): Likewise.
3614         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
3615         (main): Disable -Wdeprecated-declarations around calls to
3616         register_printf_function.
3618         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
3619         (do_test): Disable -Wdiv-by-zero around some calls to
3620         fwrite_unlocked and fread_unlocked.
3622         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
3623         (DIAG_POP_NEEDS_COMMENT): Likewise.
3624         (_DIAG_STR1): Likewise.
3625         (_DIAG_STR): Likewise.
3626         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
3627         * stdio-common/bug21.c: Include <libc-internal.h>.
3628         (do_test): Disable -Wformat around call to sscanf.
3629         * stdio-common/scanf14.c: Include <libc-internal.h>.
3630         (main): Disable -Wformat around some calls to scanf functions.
3632 2014-12-09  Torvald Riegel  <triegel@redhat.com>
3634         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
3636 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3638         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
3639         stack variable alignment.
3641 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
3643         [BZ #17682]
3644         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
3645         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
3646         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
3647         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
3648         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
3649         __getrlimit instead of getrlimit.
3650         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
3651         __gettimeofday instead of gettimeofday.
3652         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
3653         Likewise.
3654         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
3655         Likewise.
3656         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
3657         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
3658         Remove variable.
3659         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
3660         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
3662 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3664         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
3665         for wide-character tests.
3667 2014-12-04  Roland McGrath  <roland@hack.frob.com>
3669         * io/openat64.c: #include <libc-internal.h>
3670         (__openat64): Prototypify.  Use ignore_value on MODE.
3671         * io/openat.c: Likewise.
3672         * misc/reboot.c: #include <libc-internal.h>
3673         (reboot): Prototypify.  Use ignore_value on HOWTO.
3674         * misc/ptrace.c: #include <libc-internal.h>
3675         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
3677 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
3679         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
3680         XPG4, UNIX98 and XOPEN2K.
3681         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
3682         Remove variable.
3683         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
3685 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
3687         * libio/fileops.c: Use ISO C style for function definitions.
3688         * libio/iofopen.c: Likewise.
3689         * libio/wfileops.c: Likewise.
3691         [BZ #17653]
3692         * libio/fileops.c (_IO_new_file_underflow): Unset cached
3693         offset on EOF.
3694         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
3695         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
3696         (fgets_func): Function pointer to fgets and fgetws.
3697         (do_ftell_test): Add test to verify ftell value after read
3698         EOF.
3699         (do_test): Set fgets_func.
3701         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
3702         O_TRUNC flag for w and w+ modes.
3703         (do_rewind_test): Likewise.
3704         (do_ftell_test): Likewise.
3705         (do_write_test): Likewise.
3707         [BZ #17647]
3708         * libio/fileops.c (do_ftell): Seek only when there are
3709         unflushed writes.
3710         * libio/wfileops.c (do_ftell_wide): Likewise.
3711         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
3712         test case.
3713         (do_one_test): Call it.
3715 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
3717         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
3718         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
3719         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
3720         Remove variable.
3721         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
3722         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
3723         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
3725 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
3727         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
3728         Remove variable.
3729         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
3731         [BZ #17668]
3732         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
3733         as weak alias of __getifaddrs.  Use libc_hidden_weak.
3734         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3735         __freeifaddrs.  Use libc_hidden_weak.
3736         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
3737         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
3738         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3739         __freeifaddrs.  Use libc_hidden_weak.
3740         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
3741         __getifaddrs and define as weak alias of __getifaddrs.  Use
3742         libc_hidden_weak.
3743         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3744         __freeifaddrs.  Use libc_hidden_weak.
3745         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
3746         Remove variable.
3747         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
3748         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
3750 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
3752         [BZ #17601]
3753         * sysdeps/mips/start.S (__start): Use indirect jump to call
3754         __libc_start_main.
3756 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
3758         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
3760         * nptl/tst-mutex1.c: Include <stdbool.h>.
3761         [!ATTR] (ATTR_NULL): New macro.
3762         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
3763         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
3764         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
3766         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
3767         to char *.
3769         [BZ #17665]
3770         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
3771         Change conditional to [__USE_MISC].
3773         [BZ #17664]
3774         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
3775         fgets_unlocked.
3776         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
3777         __fgets_unlocked.
3778         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
3779         fgets_unlocked.
3780         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
3781         Remove variable.
3782         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
3783         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
3784         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
3785         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
3786         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
3787         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
3788         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
3789         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
3790         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
3792         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
3794 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3796         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3797         Remove strpbrk objects.
3798         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3799         (__libc_ifunc_impl_list): Remove strpbrk implementation.
3800         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
3801         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
3802         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
3803         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
3805         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3806         Remove strcspn objects.
3807         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3808         (__libc_ifunc_impl_list): Remove strcspn implementation.
3809         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
3810         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
3811         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
3812         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
3814         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3815         Remove strspn objetcs.
3816         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3817         (__libc_ifunc_impl_list): Remove strspn implementation.
3818         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
3819         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
3820         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
3821         * sysdeps/powerpc/powerpc64/strspn.S: New file.
3823 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
3825         [BZ #17581]
3826         * malloc/hooks.c
3827         (mem2mem_check): Add a terminator to the chain of checking blocks.
3828         (malloc_check_get_size): Use it here.
3829         (mem2chunk_check): Ditto.
3831 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
3833         * sysdeps/powerpc/powerpc64/strtok.S: New file.
3834         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
3836 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
3838         * bits/ioctl-types.h: Indent preprocessor directives correctly.
3840         * nptl/nptl-init.c: Include libc-internal.h.
3841         (__pthread_initialize_minimal_internal): Use ROUND_UP.
3843         * elf/ldconfig.c (search_dir): Expand comment.
3845 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
3847         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
3848         variable.
3849         (linknamespace-symlist-stdlibs-tests): Likewise.
3850         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
3851         instead of $(objpfx)symlist-stdlibs.
3852         (linknamespace-libs-isoc): New variable.
3853         (linknamespace-libs): Use $(linknamespace-libs-isoc).
3854         (linknamespace-libs-ISO): New variable.
3855         (linknamespace-libs-ISO99): Likewise.
3856         (linknamespace-libs-ISO11): Likewise.
3857         (linknamespace-libs-XPG3): Likewise.
3858         (linknamespace-libs-XPG4): Likewise.
3859         (linknamespace-libs-POSIX): Likewise.
3860         (linknamespace-libs-UNIX98): Likewise.
3861         (linknamespace-libs-XOPEN2K): Likewise.
3862         (linknamespace-libs-POSIX2008): Likewise.
3863         (linknamespace-libs-XOPEN2K8): Likewise.
3864         ($(objpfx)symlist-stdlibs): Replace by
3865         $(linknamespace-symlist-stdlibs-tests).  Use
3866         $(linknamespace-libs-$*) as set of libraries.
3867         ($(linknamespace-header-tests)): Update dependencies.  Use
3868         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
3869         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
3870         * conform/linknamespace.pl: Remove comment about considering
3871         definitions of symbols from irrelevant libraries.
3873 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
3875         [BZ #13862]
3876         * elf/dl-tls.c: Include <atomic.h>.
3877         (oom): Remove #ifdef SHARED/#endif.
3878         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
3879         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
3880         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
3881         big enough.
3882         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
3883         * nptl/Makefile (tests): Add tst-stack4.
3884         (modules-names): Add tst-stack4mod.
3885         ($(objpfx)tst-stack4): New.
3886         (tst-stack4mod.sos): Likewise.
3887         ($(objpfx)tst-stack4.out): Likewise.
3888         ($(tst-stack4mod.sos)): Likewise.
3889         (clean): Likewise.
3890         * nptl/tst-stack4.c: New file.
3891         * nptl/tst-stack4mod.c: Likewise.
3893 2014-11-27  J. Brown  <jb999@gmx.de>
3895         * sysdeps/x86/bits/string.h: Add recent CPUs.
3897 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
3899         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
3900         sigblock.
3902         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
3903         feof.
3905         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
3906         variable.
3908 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
3910         * nscd/connections.c: Include libc-internal.h because of macro
3911         usage ignore_value.
3913 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
3915         * string/bits/string3.h (__warn_memset_zero_len): Don't
3916         declare for gcc newer than 5.0.
3917         (memset): Don't test for zero-length __LEN for gcc newer than
3918         5.0.
3920 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
3922         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
3923         size_t for %zu format.
3925         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
3926         difference, not %ju.
3928 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
3930         * include/libc-internal.h (ignore_value): New macro.
3931         * nscd/connections.c (restart): Wrap calls to setuid and setgid
3932         with ignore_value.
3934         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
3935         definition.
3937         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
3938         pthread_cleanup_push to void *.
3940         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
3941         Undefine.
3943         [BZ #16619]
3944         [BZ #16740]
3945         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
3946         instead of 1L << 52.
3948         * libio/bug-rewind.c (do_test): Check fwscanf return values.
3949         * libio/bug-rewind2.c (do_test): Likewise.
3951         * debug/test-stpcpy_chk-ifunc.c: Remove file.
3952         * debug/test-strcpy_chk-ifunc.c: Likewise.
3953         * wcsmbs/test-wcschr-ifunc.c: Likewise.
3954         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
3955         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
3956         * wcsmbs/test-wcslen-ifunc.c: Likewise.
3957         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
3958         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
3959         * Rules [$(multi-arch) = no] (tests): Do not filter out
3960         $(tests-ifunc).
3961         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
3962         * debug/Makefile (tests-ifunc): Remove variable.
3963         (tests): Do not add $(tests-ifunc).
3964         * wcsmbs/Makefile (tests-ifunc): Remove variable.
3965         (tests): Do not add $(tests-ifunc).
3966         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
3967         [TEST_IFUNC]: Remove conditionals.
3968         * string/test-string.h (TEST_IFUNC): Remove macro.
3969         [TEST_IFUNC]: Remove conditionals.
3971         * string/test-strchr.c [!WIDE] (L): New macro.
3972         [WIDE] (L): Likewise.
3973         (check1): Use CHAR instead of char.  Use L on string and character
3974         constants.
3976 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
3978         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
3979         tests.
3980         * sysdeps/powerpc/bits/atomic.h
3981         (__arch_atomic_exchange_and_add_32_acq): Add definition.
3982         (__arch_atomic_exchange_and_add_32_rel): Likewise.
3983         (atomic_exchange_and_add_acq): Likewise.
3984         (atomic_exchange_and_add_rel): Likewise.
3985         * sysdeps/powerpc/powerpc32/bits/atomic.h
3986         (__arch_atomic_exchange_and_add_64_acq): Add definition.
3987         (__arch_atomic_exchange_and_add_64_rel): Likewise.
3988         * sysdeps/powerpc/powerpc64/bits/atomic.h
3989         (__arch_atomic_exchange_and_add_64_acq): Add definition.
3990         (__arch_atomic_exchange_and_add_64_rel): Likewise.
3992 2014-11-26  Torvald Riegel  <triegel@redhat.com>
3994         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
3995         Change synchronization of __sched_fifo_min_prio and
3996         __sched_fifo_max_prio.
3997         * nptl/pthread_mutexattr_getprioceiling.c
3998         (pthread_mutexattr_getprioceiling): Likewise.
3999         * nptl/pthread_mutexattr_setprioceiling.c
4000         (pthread_mutexattr_setprioceiling): Likewise.
4001         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
4002         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
4003         Likewise.
4005 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
4007         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
4008         void.
4010 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
4012         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
4013         third argument const.
4015 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4017         fnmatch: work around GCC compiler warning bug with uninit var
4018         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
4019         This works around a bug with x86-64 GCC 4.9.2 and earlier
4020         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
4021         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
4022         used uninitialized in this function [-Wmaybe-uninitialized]".
4024 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
4026         * posix/bug-regex31.c (main): Return RES not 0.
4028 2014-11-25  Anton Blanchard <anton@samba.org>
4030         * sysdeps/powerpc/bits/atomic.h
4031         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
4033 2014-11-24  Sterling Augustine  <saugustine@google.com>
4035         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
4037 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
4039         [BZ #17608]
4040         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
4042 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
4044         [BZ #17633]
4045         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
4046         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
4047         variable.
4048         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
4049         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
4051 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
4053         * string/strncpy.c (strncpy): Improve performance by using memset.
4055 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
4057         * string/strcpy.c (strcpy):
4058         Improve performance by using strlen and memcpy.
4060 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
4062         * string/strcoll_l.c (get_next_seq): __always_inline.
4063         * string/strcoll_l.c (do_compare): __always_inline.
4065 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
4067         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
4068         defined.
4069         * include/mqueue.h: Likewise.
4070         * include/stdlib.h: Likewise.
4072         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
4073         (get_null_defines): Adjust.
4074         * sunrpc/Makefile: Adjust comment.
4075         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
4076         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
4077         (CFLAGS-interp.c): Likewise.
4078         (CFLAGS-ldconfig.c): Likewise.
4079         (CPPFLAGS-.os): Likewise.
4080         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
4081         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
4082         * extra-modules.mk (extra-modules.mk): Likewise.
4083         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
4084         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
4085         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
4086         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
4087         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
4088         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
4089         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
4090         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
4091         * iconvdata/Makefile (CPPFLAGS): Likewise.
4092         (cpp-srcs-left): Add libof for all iconvdata routines.
4093         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
4094         * include/assert.h: Likewise.
4095         * include/ctype.h: Likewise.
4096         * include/errno.h: Likewise.
4097         * include/libc-symbols.h: Likewise.
4098         * include/math.h: Likewise.
4099         * include/netdb.h: Likewise.
4100         * include/resolv.h: Likewise.
4101         * include/stdio.h: Likewise.
4102         * include/stdlib.h: Likewise.
4103         * include/string.h: Likewise.
4104         * include/sys/stat.h: Likewise.
4105         * include/wctype.h: Likewise.
4106         * intl/l10nflist.c: Likewise.
4107         * libidn/idn-stub.c: Likewise.
4108         * libio/libioP.h: Likewise.
4109         * nptl/libc_multiple_threads.c: Likewise.
4110         * nptl/pthreadP.h: Likewise.
4111         * posix/regex_internal.h: Likewise.
4112         * resolv/res_hconf.c: Likewise.
4113         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
4114         * sysdeps/arm/memmove.S: Likewise.
4115         * sysdeps/arm/sysdep.h: Likewise.
4116         * sysdeps/generic/_itoa.h: Likewise.
4117         * sysdeps/generic/symbol-hacks.h: Likewise.
4118         * sysdeps/gnu/errlist.awk: Likewise.
4119         * sysdeps/gnu/errlist.c: Likewise.
4120         * sysdeps/i386/i586/memcpy.S: Likewise.
4121         * sysdeps/i386/i586/memset.S: Likewise.
4122         * sysdeps/i386/i686/memcpy.S: Likewise.
4123         * sysdeps/i386/i686/memmove.S: Likewise.
4124         * sysdeps/i386/i686/mempcpy.S: Likewise.
4125         * sysdeps/i386/i686/memset.S: Likewise.
4126         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
4127         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
4128         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
4129         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
4130         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
4131         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
4132         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
4133         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
4134         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
4135         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
4136         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
4137         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
4138         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
4139         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
4140         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
4141         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
4142         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
4143         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
4144         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
4145         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
4146         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
4147         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
4148         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
4149         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
4150         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
4151         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
4152         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
4153         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
4154         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
4155         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
4156         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
4157         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
4158         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
4159         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
4160         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
4161         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
4162         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
4163         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
4164         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
4165         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
4166         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
4167         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
4168         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
4169         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
4170         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
4171         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
4172         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
4173         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
4174         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
4175         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
4176         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
4177         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
4178         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
4179         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
4180         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
4181         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
4182         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
4183         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
4184         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
4185         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
4186         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
4187         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
4188         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
4189         * sysdeps/nptl/bits/libc-lock.h: Likewise.
4190         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
4191         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
4192         * sysdeps/posix/closedir.c: Likewise.
4193         * sysdeps/posix/opendir.c: Likewise.
4194         * sysdeps/posix/readdir.c: Likewise.
4195         * sysdeps/posix/rewinddir.c: Likewise.
4196         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
4197         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
4198         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
4199         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
4200         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
4201         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
4202         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
4203         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
4204         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
4205         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
4206         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
4207         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
4208         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
4209         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
4210         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
4211         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
4212         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
4213         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
4214         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
4215         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
4216         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
4217         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
4218         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
4219         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
4220         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
4221         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
4222         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
4223         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
4224         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
4225         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
4226         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
4227         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
4228         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
4229         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
4230         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
4231         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
4232         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
4233         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
4234         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
4235         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
4236         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
4237         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
4238         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
4239         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
4240         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
4241         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
4242         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
4243         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
4244         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
4245         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
4246         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
4247         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
4248         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
4249         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
4250         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
4251         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
4252         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
4253         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
4254         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
4255         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
4256         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
4257         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
4258         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
4259         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
4260         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
4261         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
4262         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
4263         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
4264         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
4265         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
4266         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
4267         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
4268         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
4269         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
4270         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
4271         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
4272         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
4273         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
4274         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
4275         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
4276         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
4277         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
4278         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
4279         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
4280         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
4281         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
4282         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
4283         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
4284         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
4285         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
4286         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
4287         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
4288         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
4289         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
4290         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
4291         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
4292         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
4293         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
4294         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
4295         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
4296         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
4297         * sysdeps/unix/alpha/sysdep.S: Likewise.
4298         * sysdeps/unix/alpha/sysdep.h: Likewise.
4299         * sysdeps/unix/make-syscalls.sh: Likewise.
4300         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4301         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4302         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4303         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
4304         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4305         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
4306         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
4307         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4308         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4309         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
4310         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4311         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4312         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4313         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
4314         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4315         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
4316         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4317         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
4318         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
4319         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4320         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
4321         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4322         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4323         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4324         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4325         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4326         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4327         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
4328         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
4329         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
4330         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4331         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4332         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
4333         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4334         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
4335         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4336         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
4337         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4338         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
4339         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
4340         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4341         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4342         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4343         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
4344         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4345         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4346         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4347         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
4348         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4349         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4350         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4351         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4352         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4353         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4354         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
4355         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4356         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4357         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4358         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
4359         * sysdeps/x86_64/memcpy.S: Likewise.
4360         * sysdeps/x86_64/memmove.c: Likewise.
4361         * sysdeps/x86_64/memset.S: Likewise.
4362         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
4363         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
4364         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
4365         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
4366         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
4367         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
4368         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
4369         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
4370         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
4371         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
4372         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
4373         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
4374         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
4375         * sysdeps/x86_64/multiarch/memset.S: Likewise.
4376         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4377         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
4378         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
4379         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
4380         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
4381         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
4382         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
4383         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
4384         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
4385         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
4386         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
4387         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
4388         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
4389         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
4390         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
4391         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
4392         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
4393         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
4394         * sysdeps/x86_64/strcmp.S: Likewise.
4396         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
4398         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
4399         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
4400         * elf/rtld-Rules: Likewise.
4401         * elf/setup-vdso.h: Likewise.
4402         * include/assert.h: Likewise.
4403         * include/bits/stdlib-float.h: Likewise.
4404         * include/errno.h: Likewise.
4405         * include/sys/stat.h: Likewise.
4406         * include/unistd.h: Likewise.
4407         * sysdeps/aarch64/setjmp.S: Likewise.
4408         * sysdeps/alpha/setjmp.S: Likewise.
4409         * sysdeps/arm/__longjmp.S: Likewise.
4410         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
4411         * sysdeps/arm/setjmp.S: Likewise.
4412         * sysdeps/arm/sysdep.h: Likewise.
4413         * sysdeps/generic/_itoa.h: Likewise.
4414         * sysdeps/generic/dl-sysdep.h: Likewise.
4415         * sysdeps/generic/ldsodefs.h: Likewise.
4416         * sysdeps/i386/dl-tls.h: Likewise.
4417         * sysdeps/i386/setjmp.S: Likewise.
4418         * sysdeps/m68k/setjmp.c: Likewise.
4419         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
4420         * sysdeps/mach/hurd/opendir.c: Likewise.
4421         * sysdeps/posix/getcwd.c: Likewise.
4422         * sysdeps/posix/opendir.c: Likewise.
4423         * sysdeps/posix/profil.c: Likewise.
4424         * sysdeps/powerpc/dl-procinfo.h: Likewise.
4425         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
4426         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
4427         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
4428         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4429         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
4430         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4431         * sysdeps/s390/dl-tls.h: Likewise.
4432         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4433         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4434         * sysdeps/sh/sh3/setjmp.S: Likewise.
4435         * sysdeps/sh/sh4/setjmp.S: Likewise.
4436         * sysdeps/unix/alpha/sysdep.h: Likewise.
4437         * sysdeps/unix/arm/sysdep.S: Likewise.
4438         * sysdeps/unix/i386/sysdep.S: Likewise.
4439         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4440         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
4441         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4442         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4443         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4444         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
4445         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4446         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4447         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
4448         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
4449         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
4450         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4451         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4452         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4453         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4454         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4455         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4456         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4457         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4458         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4459         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4460         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4461         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4462         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4463         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4464         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4465         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4466         * sysdeps/unix/x86_64/sysdep.S: Likewise.
4467         * sysdeps/x86_64/setjmp.S: Likewise.
4469         * include/math.h: Use IS_IN instead of IS_IN_libm.
4470         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
4471         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
4472         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
4473         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
4474         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
4475         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
4476         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
4477         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
4478         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
4479         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
4480         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
4481         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
4482         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
4483         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
4484         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
4485         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
4486         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
4487         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
4488         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
4489         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
4490         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
4491         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
4492         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
4493         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
4494         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
4495         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
4496         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
4497         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
4498         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
4499         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
4500         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
4501         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
4502         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
4503         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
4504         Likewise.
4505         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
4506         Likewise.
4507         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
4508         Likewise.
4509         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
4510         Likewise.
4511         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
4512         Likewise.
4513         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
4514         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
4515         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
4516         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
4517         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
4518         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
4519         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
4520         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
4521         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
4522         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
4523         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
4524         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
4525         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
4526         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
4527         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
4528         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
4529         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
4530         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
4531         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
4532         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
4533         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
4534         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
4535         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
4536         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
4537         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
4538         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
4539         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
4541         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
4542         * nptl/pthreadP.h: Likewise.
4543         * nptl_db/structs.def: Likewise.
4544         * sysdeps/arm/sysdep.h: Likewise.
4545         * sysdeps/nptl/bits/libc-lock.h: Likewise.
4546         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
4547         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
4548         * sysdeps/unix/alpha/sysdep.h: Likewise.
4549         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4550         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4551         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4552         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4553         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4554         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4555         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4556         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4557         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4558         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4559         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4560         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4561         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4562         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4563         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
4564         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
4565         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4566         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4567         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4568         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4569         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4570         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4571         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4572         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4573         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
4574         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4576         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
4577         * nptl/pthreadP.h: Likewise.
4578         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4579         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4580         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4581         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4582         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4583         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4584         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4585         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4586         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4587         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4588         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4589         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4590         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
4591         Likewise.
4592         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
4593         Likewise.
4594         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4595         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4596         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4597         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4598         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4599         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4600         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4601         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4603         * dlfcn/dladdr.c: Use IS_IN.
4604         * dlfcn/dladdr1.c: Likewise.
4605         * dlfcn/dlclose.c: Likewise.
4606         * dlfcn/dlerror.c: Likewise.
4607         * dlfcn/dlinfo.c: Likewise.
4608         * dlfcn/dlmopen.c: Likewise.
4609         * dlfcn/dlopen.c: Likewise.
4610         * dlfcn/dlsym.c: Likewise.
4611         * dlfcn/dlvsym.c: Likewise.
4613         * include/ifaddrs.h: Use IS_IN.
4614         * inet/check_pf.c: Likewise.
4615         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
4616         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
4618         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
4619         IS_IN_ldconfig.
4620         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
4621         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
4623         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
4624         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
4625         IS_IN (libc).
4627         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
4629         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
4630         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
4631         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
4632         * include/libc-symbols.h (IS_IN_LIB): New macro.
4633         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
4634         * include/netdb.h: Likewise.
4635         * include/stap-probe.h: Remove all uses of IN_LIB.
4637         * Makeconfig (module-cppflags-real): Define MODULE_NAME
4638         instead of IN_MODULE.
4639         * include/libc-symbols.h (IN_MODULE): Define using
4640         MODULE_NAME.
4641         (PASTE_NAME, PASTE_NAME1): New macros.
4642         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
4643         of IN_LIB.
4644         (STAP_PROBE_ASM): Likewise.
4646 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4648         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
4649         __mach_init in dlopened libc.
4651 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
4653         * sysdeps/arm/preconfigure.ac: Delete EABI check.
4654         * sysdeps/arm/preconfigure: Regenerate.
4656 2014-11-21  Roland McGrath  <roland@hack.frob.com>
4658         * nptl/pthread_create.c (__pthread_create_2_1): Set
4659         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
4660         when copying values from IATTR into PD.
4662 2014-11-21  Will Newton  <will.newton@linaro.org>
4663             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
4665         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
4666         Refactor inline-asm.  Also add comment.
4668         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
4669         ElfW macro instead of hardcoded Elf64 types.
4670         (la_aarch64_gnu_pltenter): Likewise.
4671         * sysdeps/aarch64/dl-machine.h
4672         (elf_machine_runtime_setup): Use ElfW(Addr).
4674         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
4675         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
4676         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
4677         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
4678         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
4679         (R_AARCH64_TLS_DTPMOD64): Rename to ..
4680         (R_AARCH64_TLS_DTPMOD): This.
4681         (R_AARCH64_TLS_DTPREL64): Rename to ...
4682         (R_AARCH64_TLS_DTPREL): This.
4683         (R_AARCH64_TLS_TPREL64): Rename to ...
4684         (R_AARCH64_TLS_TPREL): This.
4685         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
4686         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
4687         R_AARCH64_TLS_TPREL64.
4688         (elf_machine_rela): Likewise.
4690 2014-11-21  Torvald Riegel  <triegel@redhat.com>
4692         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
4693         by setting it to 0.  64b atomics are not supported currently.
4695 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4697         [BZ #16469]
4698         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
4699         search domain names.
4701 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4703         [BZ #16469]
4704         * NEWS: Update.
4705         * resolv/res_query.c (__libc_res_nquerydomain): Retain
4706         trailing dot.
4707         * posix/tst-getaddrinfo5.c: New.
4708         * posix/Makefile (tests): Add it.
4710 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4712         [BZ #14498]
4713         * NEWS: Fixed.
4714         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
4715         after parsing line but before break_if_match.
4716         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
4717         if there is a protocol mismatch.
4719 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
4721         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
4722         because the potential race is on the user-supplied stream.
4724 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4726         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
4727         string literal if not passed a buffer.
4728         * manual/job.texi (ctermid): Update reasoning, note deviation
4729         from posix, suggest mtasurace when not passed a buffer, for
4730         future non-preliminary safety notes.
4732 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4734         * manual/users.texi (cuserid): Fix MT-Safety note for the case
4735         of not passing it a buffer.
4736         Reported by Peng Haitao.
4738 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4740         * manual/Makefile ($(objpfx)stamp-summary): Require
4741         check-safety.sh to pass.
4742         * manual/check-safety.sh: Wish for verification that every
4743         @deftypefn and @deftypefun is followed by a @safety remark.
4745 2014-11-20  Roland McGrath  <roland@hack.frob.com>
4747         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
4749         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
4750         PTHREAD_CANCEL_ASYNCHRONOUS.
4751         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
4752         send SIGCANCEL.
4754         * nptl/default-sched.h: New file.
4755         * sysdeps/unix/sysv/linux/default-sched.h: New file.
4756         * nptl/pthread_create.c: Include it.
4757         (__pthread_create_2_1): Use collect_default_sched instead of making
4758         Linux syscalls here directly.
4760 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4762         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
4763         __pthread_once): Use C11 atomics.
4765 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4767         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
4769 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4771         * include/atomic.h (__atomic_link_error, __atomic_check_size,
4772         atomic_thread_fence_acquire, atomic_thread_fence_release,
4773         atomic_thread_fence_seq_cst, atomic_load_relaxed,
4774         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
4775         atomic_compare_exchange_weak_relaxed,
4776         atomic_compare_exchange_weak_acquire,
4777         atomic_compare_exchange_weak_release,
4778         atomic_exchange_acquire, atomic_exchange_release,
4779         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
4780         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
4781         atomic_fetch_and_acquire,
4782         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
4784 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4786         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
4787         USE_ATOMIC_COMPILER_BUILTINS): Define.
4788         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
4789         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4790         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
4791         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4792         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
4793         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4794         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
4795         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4796         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
4797         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4798         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
4799         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4800         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
4801         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4802         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
4803         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4804         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
4805         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4806         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
4807         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4808         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
4809         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4810         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
4811         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4812         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
4813         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4814         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
4815         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4816         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
4817         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4818         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
4819         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4820         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
4821         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4822         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
4823         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4824         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
4825         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4826         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
4827         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4829 2014-11-19  Roland McGrath  <roland@hack.frob.com>
4831         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
4832         the sched_priority value here.  It was already checked when the user
4833         called pthread_attr_setschedparam.
4835         * nptl/tst-bad-schedattr.c: New file.
4836         * nptl/Makefile (tests): Add it.
4838 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
4839             Florian Weimer  <fweimer@redhat.com>
4840             Joseph Myers  <joseph@codesourcery.com>
4841             Adam Conrad  <adconrad@0c3.net>
4842             Andreas Schwab  <schwab@suse.de>
4843             Brooks  <bmoses@google.com>
4845         [BZ #17625]
4846         * wordexp-test.c (__dso_handle): Add prototype.
4847         (__register_atfork): Likewise.
4848         (__app_register_atfork): New function.
4849         (registered_forks): New global.
4850         (register_fork): New function.
4851         (test_case): Add 3 new tests for WRDE_CMDSUB.
4852         (main): Call __app_register_atfork.
4853         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
4854         fork count is non-zero fail the test.
4855         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
4856         is set.
4857         (parse_dollars): Remove check for WRDE_NOCMD.
4858         (parse_dquote): Likewise.
4860 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
4862         * Makeconfig (built-modules): List non-library modules to be
4863         built.
4864         (module-cppflags): Include libc-modules.h for
4865         everything except shlib-versions.v.i.
4866         (CPPFLAGS): Use it.
4867         (before-compile): Add libc-modules.h.
4868         ($(common-objpfx)libc-modules.h,
4869         $(common-objpfx)libc-modules.stmp): New targets.
4870         (common-generated): Add libc-modules.h and libc-modules.stmp.
4871         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
4872         * include/libc-symbols.h: Don't include libc-modules.h.
4873         * include/libc-modules.h: Remove file.
4874         * scripts/gen-libc-modules.awk: New script to generate
4875         libc-modules.h.
4876         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
4877         Depend on libc-modules.stmp.
4879         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
4881         * Makeconfig (in-module): Get value of libof set for the
4882         translation unit.
4883         (CPPFLAGS): Use $(in-module).
4884         * Makerules: Don't suffix routine names for nonlib.
4885         * include/libc-modules.h: New file.
4886         * include/libc-symbols.h: Include libc-modules.h
4887         (IS_IN): New macro to replace IS_IN_* macros.
4888         * elf/Makefile: Set libof-* for each routine.
4889         * elf/rtld-Rules: Likewise.
4890         * extra-modules.mk: Likewise.
4891         * iconv/Makefile: Likewise.
4892         * iconvdata/Makefile: Likewise.
4893         * locale/Makefile: Likewise.
4894         * malloc/Makefile: Likewise.
4895         * nss/Makefile: Likewise.
4896         * sysdeps/gnu/Makefile: Likewise.
4897         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
4898         * sysdeps/unix/sysv/linux/Makefile: Likewise.
4899         * sysdeps/s390/s390-64/Makefile: Likewise.
4900         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
4901         CPPFLAGS for nscd instead of nonlib.
4903 2014-11-18  Roland McGrath  <roland@hack.frob.com>
4905         * nptl/createthread.c: New file.
4907         * nptl/createthread.c: Moved ...
4908         * sysdeps/unix/sysv/linux/createthread.c: ... here.
4910         * nptl/createthread.c: Add proper top-line comment.
4911         (do_clone): Folded into ...
4912         (create_thread): ... here.  Take new arguments STOPPED_START and
4913         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
4914         increment __nptl_threads, do event-reporting logic, do
4915         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
4916         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
4917         resource cleanup if sched_setaffinity or sched_setscheduler fails,
4918         just send SIGCANCEL.
4919         * nptl/pthread_create.c: Forward-declare create_thread before
4920         including createthread.c.
4921         (start_thread): Use new macro START_THREAD_DEFN to replace defining
4922         declaration, and new macro START_THREAD_SELF to replace argument.
4923         Remove return statement.
4924         (report_thread_creation): New function.
4925         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
4926         synchronization logic, and __nptl_nthreads increment here, around
4927         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
4928         PD->parent_cancelhandling here, before create_thread.  When
4929         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
4930         __deallocate_stack, and ENOMEM translation here.
4932 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
4934         [BZ #17616]
4935         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
4936         (mptwo): Rename to __mptwo.
4937         (__inv): Use __mptwo instead of mptwo.
4938         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
4939         (mptwo): Rename to __mptwo.
4940         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
4941         of mpone and __mptwo instead of mptwo.
4942         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
4943         instead of mpone.
4944         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
4945         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
4946         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
4947         of mpone and __mptwo instead of mptwo.
4948         (__mpranred): Use __mpone instead of mpone.
4949         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
4950         variable.
4951         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
4952         (test-xfail-ISO99/math.h/linknamespace): Likewise.
4953         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
4954         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
4955         (test-xfail-ISO11/math.h/linknamespace): Likewise.
4956         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
4957         (test-xfail-XPG3/math.h/linknamespace): Likewise.
4958         (test-xfail-XPG4/math.h/linknamespace): Likewise.
4959         (test-xfail-POSIX/math.h/linknamespace): Likewise.
4960         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
4961         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
4962         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
4963         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
4964         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
4965         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
4966         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
4967         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
4968         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
4969         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
4971 2014-11-18  Tom de Vries  <tom@codesoucery.com>
4973         * manual/signal.texi (Primitives Interrupted by Signals): In section,
4974         replace BSD Handler xref with BSD Signal Handling.
4976 2014-11-17  Richard Henderson  <rth@redhat.com>
4978         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
4979         (_FP_PACK_RAW_2): Remove.
4980         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
4981         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
4982         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
4983         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
4984         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
4985         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
4986         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
4987         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
4988         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
4989         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
4990         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
4991         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
4992         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
4993         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
4994         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
4995         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
4997 2014-11-14  Roland McGrath  <roland@hack.frob.com>
4999         * signal/signal.h [__USE_MISC]
5000         (struct sigvec): Remove type.
5001         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
5002         (sigvec): Remove declaration.
5003         * sysdeps/posix/sigvec.c: Moved ...
5004         * signal/sigvec.c: ... here, replacing old file.
5005         (struct sigvec): New type, copied from old signal.h definition.
5006         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
5007         (__sigvec): Convert definition to prototype.
5008         (sigvec): Replace weak_alias with compat_symbol.
5009         * signal/Versions (libc: GLIBC_2.21): New version set.
5010         * include/signal.h: Remove __sigvec declaration.
5011         * sysdeps/unix/bsd/sigvec.c: Remove file.
5012         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
5013         * manual/signal.texi (BSD Handler): Remove subsection.
5014         Move siginterrupt up to ...
5015         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
5016         (Blocking in BSD): Fold subsection into its parent.
5017         * NEWS: Mention sigvec removal.
5019 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
5021         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
5022         (DLA_FMS): Make definition conditional only on [__FMA4__].
5023         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
5024         definition.
5026         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
5027         Make definition conditional only on [PROF].
5028         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
5029         definition.
5030         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
5031         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
5033         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
5034         !__GNUC__].
5035         * include/signal.h (__sigpause): Move declaration above call to
5036         libc_hidden_proto.
5037         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
5038         variable.
5039         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
5040         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
5042 2014-11-14  David S. Miller  <davem@davemloft.net>
5044         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
5045         Define before including <string/memcpy.c> and <string/mempcpy.c>.
5047 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
5049         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
5050         * configure: Regenerated.
5051         * manual/install.texi (Tools for Compilation): Document a
5052         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
5053         compiler verified to work.
5054         * INSTALL: Regenerated.
5056         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
5057         redeclare with asm name.
5058         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
5059         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
5060         including <string.h>.
5061         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5062         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
5063         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5064         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
5065         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5066         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
5067         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5069 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
5071         * stdlib/strtol.c (__strtol): Use prototype definition.
5073         [BZ #17594]
5074         * stdlib/strtol.c (SYM__): New macro.
5075         (SYM__1): Likewise.
5076         (__strtol): Likewise.
5077         (strtol): Rename to __strtol and define as weak alias of
5078         __strtol.  Use libc_hidden_weak.
5080 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5082         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
5083         Use numbered labels in inline assembly.
5085 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5087         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
5088         Add setjmp LIBC_PROBE.
5089         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
5090         Likewise.
5091         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
5092         Add longjmp, longjmp_target LIBC_PROBE.
5093         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
5094         Likewise.
5096 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5098         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
5099         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
5100         to get rid of unused variable warning.
5102 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5104         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
5105         Check for unwind_backtrace ==  NULL only in SHARED case.
5106         (__backchain_backtrace): Compile only in SHARED case.
5107         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
5108         Likewise.
5109         (__backchain_backtrace): Declare as static.
5111 2014-11-12  Roland McGrath  <roland@hack.frob.com>
5113         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
5114         (__libc_multiple_threads_ptr): Variable moved ...
5115         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
5117 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
5119         * conform/GlibcConform.pm: New file.
5120         * conform/conformtest.pl: Use GlibcConform module.
5121         * conform/linknamespace.pl: New file.
5122         * conform/list-header-symbols.pl: Likewise.
5123         * conform/Makefile (linknamespace-symlists-base): New variable.
5124         (linknamespace-symlists-tests): Likewise.
5125         (linknamespace-header-base): Likewise.
5126         (linknamespace-header-tests): Likewise.
5127         (tests-special): Add new tests.
5128         ($(linknamespace-symlists-tests)): New rule.
5129         (linknamespace-libs): New variable.
5130         ($(objpfx)symlist-stdlibs): New rule.
5131         ($(linknamespace-header-tests)): Likewise.
5132         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
5133         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
5134         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
5135         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
5136         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
5137         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
5138         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
5139         (test-xfail-ISO/math.h/linknamespace): Likewise.
5140         (test-xfail-ISO/signal.h/linknamespace): Likewise.
5141         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
5142         (test-xfail-ISO/time.h/linknamespace): Likewise.
5143         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
5144         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
5145         (test-xfail-ISO99/math.h/linknamespace): Likewise.
5146         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
5147         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
5148         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
5149         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
5150         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
5151         (test-xfail-ISO11/math.h/linknamespace): Likewise.
5152         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
5153         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
5154         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
5155         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
5156         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
5157         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
5158         (test-xfail-XPG3/math.h/linknamespace): Likewise.
5159         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
5160         (test-xfail-XPG3/search.h/linknamespace): Likewise.
5161         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
5162         (test-xfail-XPG3/time.h/linknamespace): Likewise.
5163         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
5164         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
5165         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
5166         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
5167         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
5168         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
5169         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
5170         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
5171         (test-xfail-XPG4/math.h/linknamespace): Likewise.
5172         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
5173         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
5174         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
5175         (test-xfail-XPG4/search.h/linknamespace): Likewise.
5176         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
5177         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
5178         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
5179         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
5180         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
5181         (test-xfail-XPG4/time.h/linknamespace): Likewise.
5182         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
5183         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
5184         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
5185         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
5186         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
5187         (test-xfail-POSIX/math.h/linknamespace): Likewise.
5188         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
5189         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
5190         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
5191         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
5192         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
5193         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
5194         (test-xfail-POSIX/time.h/linknamespace): Likewise.
5195         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
5196         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
5197         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
5198         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
5199         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
5200         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
5201         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
5202         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
5203         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
5204         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
5205         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
5206         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
5207         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
5208         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
5209         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
5210         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
5211         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
5212         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
5213         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
5214         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
5215         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
5216         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
5217         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
5218         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
5219         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
5220         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
5221         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
5222         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
5223         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
5224         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
5225         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
5226         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
5227         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
5228         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
5229         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
5230         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
5231         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
5232         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
5233         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
5234         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
5235         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
5236         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
5237         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
5238         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
5239         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
5240         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
5241         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
5242         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
5243         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
5244         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
5245         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
5246         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
5247         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
5248         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
5249         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
5250         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
5251         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
5252         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
5253         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
5254         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
5255         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
5256         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
5257         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
5258         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
5259         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
5260         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
5261         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
5262         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
5263         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
5264         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
5265         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
5266         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
5267         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
5268         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
5269         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
5270         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
5271         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
5272         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
5273         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
5274         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
5275         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
5276         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
5277         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
5278         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
5279         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
5280         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
5281         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
5282         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
5283         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
5284         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
5285         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
5286         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
5287         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
5288         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
5289         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
5290         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
5291         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
5292         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
5294         [BZ #17589]
5295         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
5296         of fgets_unlocked.
5298         [BZ #17585]
5299         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
5300         (memmem): Rename to __memmem and define as weak alias of
5301         __memmem.  Use libc_hidden_weak.
5302         (__memmem): Use libc_hidden_def.
5303         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
5304         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
5305         memmem.
5307         [BZ #17582]
5308         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
5309         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
5310         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
5311         and define as weak alias of __fgets_unlocked.  Use
5312         libc_hidden_weak.
5313         (__fgets_unlocked): Use libc_hidden_def.
5314         * include/stdio.h (__fgets_unlocked): Declare.  Use
5315         libc_hidden_proto.
5316         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
5317         __fgets_unlocked instead of fgets_unlocked.
5318         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
5319         (GET_NPROCS_CONF_PARSER): Likewise.
5320         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
5321         (GET_NPROCS_CONF_PARSER): Likewise.
5323         [BZ #17574]
5324         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
5325         weak alias of __wmemset.  Use libc_hidden_weak.
5326         (__wmemset): Use libc_hidden_def.
5327         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
5328         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
5329         of wmemset.
5331         [BZ #17573]
5332         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
5333         with asm name __mempcpy.
5334         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
5336         [BZ #17572]
5337         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
5338         and define as weak alias of __rawmemchr.
5339         (__rawmemchr): Do not define as strong alias of rawmemchr.
5341         [BZ #17571]
5342         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
5343         alias of __qsort_r.
5344         (qsort): Call __qsort_r instead of qsort_r.
5345         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
5346         (__qsort_r): Declare.  Call libc_hidden_proto.
5347         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
5348         instead of qsort_r.
5349         * nscd/gai.c (__qsort_r): Define to qsort_r.
5350         * posix/tst-rfc3484.c (__qsort_r): Likewise.
5351         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
5352         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
5354         [BZ #17570]
5355         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
5356         define as weak alias of __malloc_info.
5358         [BZ #17584]
5359         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
5360         as weak alias of __rewinddir.  Don't use libc_hidden_def.
5361         (__rewinddir): Use libc_hidden_def.
5362         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
5363         as weak alias of __rewinddir.  Don't use libc_hidden_def.
5364         (__rewinddir): Use libc_hidden_def.
5365         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
5366         weak alias of __rewinddir.  Don't use libc_hidden_def.
5367         (__rewinddir): Use libc_hidden_def.
5368         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
5369         (__rewinddir): Use libc_hidden_proto.
5370         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
5371         rewinddir.
5372         (__getcwd): Use __rewinddir instead of rewinddir.
5374         [BZ #17583]
5375         * libio/fileno.c (fileno): Rename to __fileno and define as weak
5376         alias of __fileno.  Use libc_hidden_weak.
5377         (__fileno): Use libc_hidden_def.
5378         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
5379         * libio/ftello.c (ftello): Rename to __ftello and define as weak
5380         alias of __ftello.
5381         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
5382         __ftello.
5383         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
5384         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
5385         libc_hidden_def.
5386         (fread_unlocked): Don't use libc_hidden_ver.
5387         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
5388         and define as weak alias of __fread_unlocked.  Don't use
5389         libc_hidden_def.
5390         (__fread_unlocked): Use libc_hidden_def.
5391         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
5392         (ftello): Don't use libc_hidden_proto.
5393         (__ftello): Declare.  Use libc_hidden_proto.
5394         (fread_unlocked): Don't use libc_hidden_proto.
5395         (__fread_unlocked): Declare.  Use libc_hidden_proto.
5396         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
5397         and __ftello instead of fileno, fread_unlocked and ftello.
5399 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
5401         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
5402         GOT12.
5403         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
5404         Likewise.
5405         (_dl_start_user): Likewise.
5406         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
5408 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
5409             Siddhesh Poyarekar  <siddhesh@redhat.com>
5411         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
5412         Move argv and envp down instead of moving argc up.
5413         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
5415 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
5417         [BZ #17506]
5418         * test-skeleton.c (main): Return successful if one of
5419         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
5420         * string/tst-strcoll-overflow.c: Define expected status.
5422 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
5424         [BZ #17475]
5425         * locale/iso-639.def: Define Bhili and Tulu language codes.
5427 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
5429         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
5431 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
5433         [BZ #17555]
5434         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
5436 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
5438         * configure.ac: Updated check of minimal required version to
5439         2.22.
5440         * manual/install.texi (Tools for Compilation): Updated version
5441         number.
5442         * configure: Regenerated.
5443         * INSTALL: Likewise.
5445 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
5447         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
5448         __tls_get_addr.
5450 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
5452         * include/sys/wait.h (__libc_waitpid): Remove declaration.
5453         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
5454         (__waitpid): Don't define as alias.  Use libc_hidden_def not
5455         libc_hidden_weak.
5456         (waitpid): Define as alias of __waitpid.
5457         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
5458         __waitpid.
5459         (__waitpid): Don't define as alias.  Use libc_hidden_def not
5460         libc_hidden_weak.
5461         (waitpid): Define as alias of __waitpid.
5462         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
5463         __libc_waitpid alias.
5464         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
5465         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
5466         Likewise.
5467         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
5468         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
5469         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
5470         alias.
5471         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
5472         __waitpid.
5473         (__waitpid): Don't define as alias.  Use libc_hidden_def not
5474         libc_hidden_weak.
5475         (waitpid): Define as alias of __waitpid.
5477 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
5479         * manual/llio.texi: Add comment that write safety has been
5480         fixed in Linux.
5482         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
5483         (localplt-build-dso): Add elf/ld.so.
5484         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
5485         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
5486         and free for ld.so.
5487         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
5488         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
5489         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
5490         Likewise.
5491         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
5492         Likewise.
5493         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
5494         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
5495         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
5496         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
5497         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
5498         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
5499         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
5500         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
5501         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
5502         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
5503         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
5505 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
5507         [BZ #14132]
5508         * include/libc-symbols.h (INTUSE): Remove macro.
5509         (INTDEF): Likewise.
5510         (INTVARDEF): Likewise.
5511         (_INTVARDEF): Likewise.
5512         (INTDEF2): Likewise.
5513         (INTVARDEF2): Likewise.
5514         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
5515         rtld_hidden_def instead of INTVARDEF.
5516         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
5517         (_dl_starting_up_internal): Remove declaration.
5518         (_dl_starting_up): Use rtld_hidden_proto.
5519         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
5520         declaration.
5521         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
5522         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
5523         _dl_starting_up.
5524         * elf/dl-writev.h (_dl_writev): Likewise.
5525         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
5526         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
5527         _dl_starting_up_internal.
5529 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5531         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
5532         test-skeleton.c.
5534 2014-11-05  Will Newton  <will.newton@linaro.org>
5536         * benchtests/Makefile: (bench-malloc): Add malloc thread
5537         scalability benchmark.
5538         * benchtests/bench-malloc-threads.c: New file.
5540 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
5542         * sysdeps/aarch64/strchrnul.S: New file.
5544 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5546         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
5547         definition.
5548         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
5549         Likwise.
5550         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
5551         Likewise.
5552         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
5553         Likewise.
5554         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
5555         Likewise.
5556         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
5557         Likewise.
5559 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
5561         * catgets/test-gencat.c: Use test-skeleton.c.
5562         * catgets/tst-catgets.c: Likewise.
5563         * csu/tst-empty.c: Likewise.
5564         * elf/tst-audit2.c: Likewise.
5565         * elf/tst-global1.c: Likewise.
5566         * elf/tst-pathopt.c: Likewise.
5567         * elf/tst-piemod1.c: Likewise.
5568         * elf/tst-tls10.c: Likewise.
5569         * elf/tst-tls11.c: Likewise.
5570         * elf/tst-tls12.c: Likewise.
5571         * gnulib/tst-gcc.c: Likewise.
5572         * iconvdata/tst-e2big.c: Likewise.
5573         * iconvdata/tst-loading.c: Likewise.
5574         * iconv/tst-iconv1.c: Likewise.
5575         * iconv/tst-iconv2.c: Likewise.
5576         * inet/test-inet6_opt.c: Likewise.
5577         * inet/tst-gethnm.c: Likewise.
5578         * inet/tst-network.c: Likewise.
5579         * inet/tst-ntoa.c: Likewise.
5580         * intl/tst-codeset.c: Likewise.
5581         * intl/tst-gettext2.c: Likewise.
5582         * intl/tst-gettext3.c: Likewise.
5583         * intl/tst-ngettext.c: Likewise.
5584         * intl/tst-translit.c: Likewise.
5585         * io/test-stat.c: Likewise.
5586         * libio/test-fmemopen.c: Likewise.
5587         * libio/tst-freopen.c: Likewise.
5588         * libio/tst-sscanf.c: Likewise.
5589         * libio/tst-ungetwc1.c: Likewise.
5590         * libio/tst-ungetwc2.c: Likewise.
5591         * libio/tst-widetext.c: Likewise.
5592         * localedata/tst-ctype.c: Likewise.
5593         * localedata/tst-digits.c: Likewise.
5594         * localedata/tst-leaks.c: Likewise.
5595         * localedata/tst-mbswcs1.c: Likewise.
5596         * localedata/tst-mbswcs2.c: Likewise.
5597         * localedata/tst-mbswcs3.c: Likewise.
5598         * localedata/tst-mbswcs4.c: Likewise.
5599         * localedata/tst-mbswcs5.c: Likewise.
5600         * localedata/tst-setlocale.c: Likewise.
5601         * localedata/tst-trans.c: Likewise.
5602         * localedata/tst-wctype.c: Likewise.
5603         * localedata/tst-xlocale1.c: Likewise.
5604         * login/tst-grantpt.c: Likewise.
5605         * malloc/tst-calloc.c: Likewise.
5606         * malloc/tst-malloc.c: Likewise.
5607         * malloc/tst-mallocstate.c: Likewise.
5608         * malloc/tst-mcheck.c: Likewise.
5609         * malloc/tst-mtrace.c: Likewise.
5610         * malloc/tst-obstack.c: Likewise.
5611         * math/atest-exp2.c: Likewise.
5612         * math/atest-exp.c: Likewise.
5613         * math/atest-sincos.c: Likewise.
5614         * math/test-matherr.c: Likewise.
5615         * math/test-misc.c: Likewise.
5616         * math/test-powl.c: Likewise.
5617         * math/tst-definitions.c: Likewise.
5618         * misc/tst-dirname.c: Likewise.
5619         * misc/tst-efgcvt.c: Likewise.
5620         * misc/tst-fdset.c: Likewise.
5621         * misc/tst-hsearch.c: Likewise.
5622         * misc/tst-mntent2.c: Likewise.
5623         * nptl/tst-sem7.c: Likewise.
5624         * nptl/tst-sem8.c: Likewise.
5625         * nptl/tst-sem9.c: Likewise.
5626         * nss/test-netdb.c: Likewise.
5627         * posix/tst-fnmatch.c: Likewise.
5628         * posix/tst-getlogin.c: Likewise.
5629         * posix/tst-gnuglob.c: Likewise.
5630         * posix/tst-mmap.c: Likewise.
5631         * pwd/tst-getpw.c: Likewise.
5632         * resolv/tst-inet_ntop.c: Likewise.
5633         * rt/tst-timer.c: Likewise.
5634         * stdio-common/test-fseek.c: Likewise.
5635         * stdio-common/test-popen.c: Likewise.
5636         * stdio-common/test-vfprintf.c: Likewise.
5637         * stdio-common/tst-cookie.c: Likewise.
5638         * stdio-common/tst-fileno.c: Likewise.
5639         * stdio-common/tst-gets.c: Likewise.
5640         * stdio-common/tst-obprintf.c: Likewise.
5641         * stdio-common/tst-perror.c: Likewise.
5642         * stdio-common/tst-sprintf2.c: Likewise.
5643         * stdio-common/tst-sprintf3.c: Likewise.
5644         * stdio-common/tst-sprintf.c: Likewise.
5645         * stdio-common/tst-swprintf.c: Likewise.
5646         * stdio-common/tst-tmpnam.c: Likewise.
5647         * stdio-common/tst-unbputc.c: Likewise.
5648         * stdio-common/tst-wc-printf.c: Likewise.
5649         * stdlib/tst-environ.c: Likewise.
5650         * stdlib/tst-fmtmsg.c: Likewise.
5651         * stdlib/tst-limits.c: Likewise.
5652         * stdlib/tst-rand48-2.c: Likewise.
5653         * stdlib/tst-rand48.c: Likewise.
5654         * stdlib/tst-random2.c: Likewise.
5655         * stdlib/tst-random.c: Likewise.
5656         * stdlib/tst-strtol.c: Likewise.
5657         * stdlib/tst-strtoll.c: Likewise.
5658         * stdlib/tst-tls-atexit.c: Likewise.
5659         * stdlib/tst-xpg-basename.c: Likewise.
5660         * string/test-ffs.c: Likewise.
5661         * string/tst-bswap.c: Likewise.
5662         * string/tst-inlcall.c: Likewise.
5663         * string/tst-strtok.c: Likewise.
5664         * string/tst-strxfrm.c: Likewise.
5665         * sysdeps/x86_64/tst-audit10.c: Likewise.
5666         * sysdeps/x86_64/tst-audit3.c: Likewise.
5667         * sysdeps/x86_64/tst-audit4.c: Likewise.
5668         * sysdeps/x86_64/tst-audit5.c: Likewise.
5669         * time/tst-ftime_l.c: Likewise.
5670         * time/tst-getdate.c: Likewise.
5671         * time/tst-mktime3.c: Likewise.
5672         * time/tst-mktime.c: Likewise.
5673         * time/tst-posixtz.c: Likewise.
5674         * time/tst-strptime2.c: Likewise.
5675         * time/tst-strptime3.c: Likewise.
5676         * wcsmbs/tst-btowc.c: Likewise.
5677         * wcsmbs/tst-mbrtowc.c: Likewise.
5678         * wcsmbs/tst-mbsrtowcs.c: Likewise.
5679         * wcsmbs/tst-wchar-h.c: Likewise.
5680         * wcsmbs/tst-wcpncpy.c: Likewise.
5681         * wcsmbs/tst-wcrtomb.c: Likewise.
5682         * wcsmbs/tst-wcsnlen.c: Likewise.
5683         * wcsmbs/tst-wcstof.c: Likewise.
5685 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
5687         [BZ #14132]
5688         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
5689         INTDEF.
5690         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
5691         declaration.
5692         (_dl_mcount): Use rtld_hidden_proto.
5693         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
5694         _dl_mcount.
5695         * elf/rtld.c (_rtld_global_ro): Likewise.
5697         [BZ #14132]
5698         * elf/dl-init.c (_dl_init): Don't use INTDEF.
5699         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
5700         of _dl_init_internal.
5701         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
5702         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
5703         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
5704         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
5705         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
5706         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
5707         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
5708         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
5709         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
5710         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
5711         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
5712         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
5713         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
5714         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
5715         * sysdeps/tile/dl-start.S (_start): Likewise.
5716         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
5717         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
5719         [BZ #14132]
5720         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
5721         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
5722         (rtld_progname): Make macro definition unconditional.
5723         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
5724         INTDEF.
5725         (dlmopen_doit): Do not use INTUSE with _dl_argv.
5726         (dl_main): Likewise.
5727         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
5728         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
5729         instead of _dl_argv_internal.
5730         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
5731         __GI__dl_argv instead of INTUSE(_dl_argv).
5732         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
5733         __GI__dl_argv instead of _dl_argv_internal.
5735         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
5736         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
5737         macro.
5738         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
5739         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
5740         New macro.
5741         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
5742         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
5743         macro.
5744         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
5745         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
5747 2014-11-04  Andreas Schwab  <schwab@suse.de>
5749         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
5751 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5753         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
5754         mtvsrd instruction in binary form.
5756 2014-11-03  Andreas Schwab  <schwab@suse.de>
5758         [BZ #17522]
5759         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
5760         for less than MB_LEN_MAX use a local buffer of that size.
5761         * libio/tst-fputws.c: New file.
5762         * libio/Makefile (tests): Add tst-fputws.
5764 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
5766         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
5767         the size of the fpu_fr.fpu_dregs[] array.
5769 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
5771         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
5772         (__nanosleep): Do not define as alias.
5773         (nanosleep): Define as alias of __nanosleep.
5774         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
5775         __libc_nanosleep name.
5777 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
5779         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
5780         install.texi in comment.
5782 2014-10-31  Torvald Riegel  <triegel@redhat.com>
5784         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
5785         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
5786         ... add here and use lwsync or sync ...
5787         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
5788         ... and add here using lwsync.
5790 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
5792         * elf/dl-machine-reject-phdr.h: New file.
5793         * elf/dl-load.c: #include that.
5794         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
5795         if that returned true.
5797 2014-10-31  Roland McGrath  <roland@hack.frob.com>
5799         [BZ #17496]
5800         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
5801         gen-as-const-headers chunk.  Add a big scare comment after the last
5802         safe place to touch before-compile.
5804 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
5806         * manual/install.texi (Tools for Compilation): Update autoconf
5807         version requirements.
5808         * INSTALL: Regenerated.
5810         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
5811         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
5812         (__libc_pselect): Likewise.
5814         [BZ #14138]
5815         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
5816         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
5817         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
5818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
5820 2014-10-31  Torvald Riegel  <triegel@redhat.com>
5822         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
5823         correct barrier instruction.
5824         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
5825         Likewise.
5826         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
5827         Likewise.
5829 2014-10-30  Roland McGrath  <roland@hack.frob.com>
5831         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
5832         after defining inlines.  Instead, just use parens to defeat macro
5833         expansion of __isctype in its declaration.
5835 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
5837         * include/sys/uio.h (__libc_readv): Remove declaration.
5838         (__libc_writev): Likewise.
5839         * misc/readv.c (__libc_readv): Rename to __readv.
5840         (__readv): Do not define as alias.
5841         (readv): Define as alias of __readv.
5842         * misc/writev.c (__libc_writev): Rename to __writev.
5843         (__writev): Do not define as alias.
5844         (writev): Define as alias of __writev.
5845         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
5846         (__readv): Do not define as alias.
5847         (readv): Define unconditionally as alias of __readv.
5848         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
5849         (__writev): Do not define as alias.
5850         (writev): Define unconditionally as alias of __writev.
5851         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
5852         name.
5853         (writev): Do not define __libc_writev name.
5855 2014-10-30  Roland McGrath  <roland@hack.frob.com>
5857         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
5858         (convert_charseq): New function, broken out of ...
5859         (use_from_charmap): ... here.  Call it.
5860         (use_to_charmap): Use convert_charseq and free instead of duplicating
5861         its code with a variable-length stack struct.
5863 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
5865         * include/fcntl.h (__libc_creat): Remove declaration.
5866         * io/creat.c (__libc_creat): Rename to creat.
5867         (creat): Do not define as alias.
5868         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
5869         of creat instead of __libc_creat.
5870         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
5871         to creat.
5872         (creat): Do not define as alias.
5873         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
5874         __libc_creat.
5875         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
5876         __libc_creat name.
5877         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
5878         Likewise.
5880 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
5882         * manual/llio.texi: Add comments discussing why write() may be
5883         considered MT-unsafe on Linux.
5885 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
5887         * dl-load.c (local_strdup): Remove.
5888         (expand_dynamic_string_token): Use __strdup.
5889         (decompose_rpath): Likewise.
5890         (_dl_map_object): Likewise.
5892 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
5894         [BZ #14132]
5895         * sysdeps/generic/unwind-dw2-fde.c
5896         (__register_frame_info_bases_internal): Do not declare.
5897         (__register_frame_info_table_bases_internal): Likewise.
5898         (__deregister_frame_info_bases_internal): Likewise.
5899         (__register_frame_info_bases): Declare and use hidden_proto before
5900         definition.  Use hidden_def instead of INTDEF.
5901         (__register_frame_info_table_bases): Likewise.
5902         (__deregister_frame_info_bases): Likewise.
5903         (__register_frame_info): Do not use INTUSE.
5904         (__register_frame): Likewise.
5905         (__register_frame_info_table): Likewise.
5906         (__register_frame_table): Likewise.
5907         (__deregister_frame_info): Likewise.
5908         (__deregister_frame): Likewise.
5910 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
5912         * sysdeps/unix/sysv/linux/arm/kernel-features.h
5913         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
5914         not undefine.
5915         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
5916         Likewise.
5917         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
5918         Likewise.
5920 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
5922         [BZ #14138]
5923         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
5924         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
5925         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
5926         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
5927         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
5928         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
5929         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
5930         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
5931         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
5932         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
5933         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
5934         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
5935         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
5936         syscall.
5937         (setfsuid): Likewise.
5938         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
5939         (setfsuid): Likewise.
5940         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
5941         (setfsuid): Likewise.
5942         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
5943         Likewise.
5944         (setfsuid): Likewise.
5945         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
5946         (setfsuid): Likewise.
5947         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
5948         Likewise.
5949         (setfsuid): Likewise.
5951 2014-10-27  Andreas Schwab  <schwab@suse.de>
5953         [BZ #17501]
5954         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
5955         check for Slow_SSE4_2 feature bit.
5956         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
5957         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
5958         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
5959         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
5961 2014-10-24  Roland McGrath  <roland@hack.frob.com>
5963         * configure.ac: Validate compiler version with a empirical test of
5964         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
5965         $CC -v output.
5966         * configure: Regenerated.
5968         * inet/htons.c (htons): Prototypify.
5969         * inet/htonl.c (htonl): Likewise.
5971 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5973         * string/strncat.c (strncat): Improve performance by using strlen.
5975 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5977         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
5979 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5981         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
5982         Call libc_fetestexcept_aarch64.
5984 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5986         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
5987         Call libc_feholdexcept_aarch64.
5989 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5991         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
5992         Call get_rounding_mode.
5994 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5996         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
5997         Simplify logic.
5999 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6001         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
6002         Simplify logic.
6004 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
6006         [BZ #14138]
6007         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
6008         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
6009         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
6010         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
6011         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
6012         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
6013         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
6014         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
6015         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
6016         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
6017         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
6018         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
6019         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
6020         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
6021         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
6022         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
6023         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
6024         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
6025         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
6026         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
6027         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
6028         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
6029         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
6030         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
6031         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
6032         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
6033         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
6034         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
6035         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
6036         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
6037         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
6038         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
6039         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
6040         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
6041         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
6042         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
6043         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
6044         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
6045         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
6046         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
6047         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
6048         syscall.
6049         (geteuid): Likewise.
6050         (getgid): Likewise.
6051         (getuid): Likewise.
6052         (getresgid): Likewise.
6053         (getresuid): Likewise.
6054         (getgroups): Likewise.
6055         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
6056         (geteuid): Likewise.
6057         (getgid): Likewise.
6058         (getuid): Likewise.
6059         (getresgid): Likewise.
6060         (getresuid): Likewise.
6061         (getgroups): Likewise.
6062         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
6063         (geteuid): Likewise.
6064         (getgid): Likewise.
6065         (getuid): Likewise.
6066         (getresgid): Likewise.
6067         (getresuid): Likewise.
6068         (getgroups): Likewise.
6069         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
6070         Likewise.
6071         (geteuid): Likewise.
6072         (getgid): Likewise.
6073         (getuid): Likewise.
6074         (getresgid): Likewise.
6075         (getresuid): Likewise.
6076         (getgroups): Likewise.
6077         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
6078         (geteuid): Likewise.
6079         (getgid): Likewise.
6080         (getuid): Likewise.
6081         (getresgid): Likewise.
6082         (getresuid): Likewise.
6083         (getgroups): Likewise.
6084         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
6085         Likewise.
6086         (geteuid): Likewise.
6087         (getgid): Likewise.
6088         (getuid): Likewise.
6089         (getgroups): Likewise.
6091         [BZ #14138]
6092         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
6093         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
6094         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
6095         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
6096         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
6097         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
6098         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
6099         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
6100         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
6101         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
6102         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
6103         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
6104         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
6105         __chown.
6106         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
6107         (lchown): Likewise.
6108         (fchown): Likewise.
6109         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
6110         Likewise.
6111         (lchown): Likewise.
6112         (fchown): Likewise.
6113         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
6114         (lchown): Likewise.
6115         (fchown): Likewise.
6116         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
6117         Likewise.
6118         (lchown): Likewise.
6119         (fchown): Likewise.
6121 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6123         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
6124         Simplify logic.
6126 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6128         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
6129         Cleanup logic.
6131 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6133         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
6134         Remove unused include.
6136 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6138         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
6139         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
6140         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
6141         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
6143 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
6144             Helge Deller <deller@gmx.de>
6146         [BZ #17508]
6147         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
6148         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
6149         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
6151 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
6153         [BZ #14132]
6154         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
6155         Remove macro definition.
6156         (__ashrdi3_v_glibc20): Likewise.
6157         (__lshrdi3_v_glibc20): Likewise.
6158         (__cmpdi2_v_glibc20): Likewise.
6159         (__ucmpdi2_v_glibc20): Likewise.
6160         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
6161         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
6162         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
6163         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
6164         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
6165         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
6167 2014-10-22  Roland McGrath  <roland@hack.frob.com>
6169         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
6170         old GNU extension [0] syntax.
6171         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
6172         alloca rather than an array member with variable length.
6173         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
6174         * nscd/nscd.c (invalidate_db): New function, broken out of ...
6175         (parse_opt): ... here.  Likewise use alloca there.
6176         Validate the -i argument before checking for rootness.
6177         (send_shutdown): New function, broken out of ...
6178         (parse_opt): ... here.
6180 2014-10-22  Roland McGrath  <roland@hack.frob.com>
6182         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
6183         macro to get at the _rt_local_ro field.
6184         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
6185         ([PIC] case) or _dl_hwcap ([!PIC] case).
6186         * sysdeps/arm/setjmp.S: Likewise.
6188         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
6189         * sysdeps/arm/configure.ac: New check to define it.
6190         * sysdeps/arm/configure: Regenerated.
6191         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
6192         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
6193         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
6194         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
6195         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
6196         Use move/movt pair instead of a load.
6197         (LDST_GLOBAL): Macro removed.
6198         (LDR_GLOBAL): New macro replaces it.
6199         (LDR_HIDDEN): New macro.
6200         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
6201         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
6203         * setjmp/tst-setjmp-static.c: New file.
6204         * setjmp/Makefile (tests): Add it.
6205         (tests-static): New variable.
6207 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
6209         [BZ #17485]
6210         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
6212 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
6214         [BZ #14132]
6215         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
6217 2014-10-21  Roland McGrath  <roland@hack.frob.com>
6219         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
6221 2014-10-20  Roland McGrath  <roland@hack.frob.com>
6223         * io/fts.c (dirent_not_directory): New function.
6224         (fts_build): Call it.
6226 2014-10-20  Roland McGrath  <roland@hack.frob.com>
6228         * nptl/version.c (__nptl_main): Use normal __write rather than
6229         INTERNAL_SYSCALL.
6230         (banner): Update copyright years.
6232         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
6233         gettimeofday.
6234         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
6235         * nptl/pthread_cond_timedwait.c: Likewise.
6236         * nptl/pthread_mutex_timedlock.c: Likewise.
6237         * nptl/sem_timedwait.c: Likewise.
6239         * sysdeps/nptl/bits/libc-lock.h
6240         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
6241         (__libc_lock_init_recursive): Return void, not 0.
6242         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
6243         (__libc_rwlock_init): Likewise.
6244         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
6246 2014-10-20  Torvald Riegel  <triegel@redhat.com>
6248         [BZ #15215]
6249         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
6250         (__pthread_once_slow): ... here.
6251         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
6252         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
6254 2014-10-20  Torvald Riegel  <triegel@redhat.com>
6256         [BZ #15215]
6257         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
6258         __PTHREAD_ONCE_FORK_GEN_INCR): New.
6259         * sysdeps/nptl/fork.c (__libc_fork): Use them.
6260         * nptl/pthread_once.c (__pthread_once): Likewise.
6261         Update comments.
6263 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
6265         [BZ #14138]
6266         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
6267         name.
6268         (writev): Use __libc_writev as strong name.
6269         * sysdeps/unix/sysv/linux/readv.c: Remove file.
6270         * sysdeps/unix/sysv/linux/writev.c: Likewise.
6272 2014-10-17  Roland McGrath  <roland@hack.frob.com>
6274         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
6276         * sysdeps/i386/nptl/tls.h
6277         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
6278         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
6279         New macros.
6280         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
6281         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
6282         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
6283         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
6284         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
6285         Call CHECK_THREAD_SYSINFO instead of doing an assert.
6287         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
6288         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
6289         on [__NR_futex].
6290         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
6291         broken out of ...
6292         (__pthread_mutex_init): ... here.  Call it.
6293         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
6294         Conditionalize PI cases on [__NR_futex].
6295         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
6296         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
6297         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
6299         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
6300         conditional on [SIGSETXID].
6301         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
6302         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
6303         is defined.  Likewise for SIGSETXID.
6304         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
6305         Conditionalize definitions on [SIGSETXID].
6306         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
6307         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
6308         unblocking on [SIGCANCEL].
6310         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
6311         [__NR_set_robust_list].
6313 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
6315         * string/strcoll_l.c (get_next_seq): Fix up formatting.
6316         (do_compare): Likewise.
6318 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
6320         [BZ #15884]
6321         * string/strcoll_l.c: Don't include stdio.h.
6322         (coll_seq): Remove members idxarr and rulearr.
6323         (get_next_seq_cached): Remove function.
6324         (get_next_seq): Likewise.
6325         (get_next_seq_nocache): Rename to get_next_seq.
6326         (do_compare): Remove function.
6327         (do_compare_nocache): Rename to do_compare.
6328         (STRCOLL): Remove weight and rules cache.
6330 2014-10-16  Roland McGrath  <roland@hack.frob.com>
6332         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
6333         * sysdeps/arm/sfp-machine.h: ... to here.
6334         * sysdeps/arm/Implies: Remove arm/soft-fp.
6336 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
6338         * conform/data/sys/utsname.h-data (*_t): Allow.
6339         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
6340         [POSIX] (WEXITED): Do not expect constant.
6341         [POSIX] (WSTOPPED): Likewise.
6342         [POSIX] (WNOHANG): Likewise.
6343         [POSIX] (WNOWAIT): Likewise.
6344         [POSIX] (siginfo_t): Do not expect type or elements.
6345         [POSIX] (pid_t): Do not expect type.
6346         [POSIX] (signal.h): Do not allow header.
6347         [POSIX] (sys/resource.h): Likewise.
6348         [POSIX] (si_*): Do not allow pattern.
6349         [POSIX] (W*): Likewise.
6350         [POSIX] (P_*): Likewise.
6351         [POSIX] (BUS_*): Likewise.
6352         [POSIX] (CLD_*): Likewise.
6353         [POSIX] (FPE_*): Likewise.
6354         [POSIX] (ILL_*): Likewise.
6355         [POSIX] (POLL_*): Likewise.
6356         [POSIX] (SEGV_*): Likewise.
6357         [POSIX] (SI_*): Likewise.
6358         [POSIX] (TRAP_*): Likewise.
6359         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
6360         variable.
6362 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
6364         [BZ #12926]
6365         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
6366         infinite loop when __recvmsg returns 0.
6368 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
6370         * CANCEL-FCT-WAIVE: Remove file.
6371         * CANCEL-FILE-WAIVE: Likewise.
6373         [BZ #14132]
6374         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
6375         instead of INTVARDEF.
6376         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
6377         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
6378         rtld_hidden_data_def instead of INTVARDEF.
6379         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
6380         * elf/dl-deps.c (expand_dst): Likewise.
6381         * elf/dl-load.c (_dl_dst_count): Likewise.
6382         (_dl_dst_substitute): Likewise.
6383         (decompose_rpath): Likewise.
6384         (_dl_init_paths): Likewise.
6385         (open_path): Likewise.
6386         (_dl_map_object): Likewise.
6387         * elf/rtld.c (dl_main): Likewise.
6388         (process_dl_audit): Likewise.
6389         (process_envvars): Likewise.
6390         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
6391         Remove declaration.
6392         (__libc_enable_secure): Use rtld_hidden_proto.
6394 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6396         * elf/dl-load.c
6397         (add_path): New function broken out of _dl_rtld_di_serinfo.
6398         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
6400 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
6402         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
6403         parentheses around macro arguments.
6404         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
6405         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
6406         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
6407         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
6408         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
6409         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
6410         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
6411         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
6412         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
6413         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
6414         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
6415         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
6416         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
6417         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
6418         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
6419         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
6420         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
6421         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
6422         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
6423         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
6424         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
6425         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
6426         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
6427         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
6428         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
6429         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
6430         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
6431         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
6432         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
6433         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
6434         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
6435         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
6436         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
6437         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
6438         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
6439         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
6440         Likewise.
6441         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
6442         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
6443         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
6444         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
6445         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
6446         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
6447         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
6448         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
6449         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
6450         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
6451         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
6452         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
6453         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
6454         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
6455         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
6456         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
6457         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
6458         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
6459         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
6460         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
6461         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
6462         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
6463         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
6464         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
6465         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
6466         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
6467         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
6468         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
6469         (_FP_FRAC_SRS_1): Likewise.
6470         (_FP_FRAC_CLZ_1): Likewise.
6471         (_FP_MUL_MEAT_1_imm): Likewise.
6472         (_FP_MUL_MEAT_1_wide): Likewise.
6473         (_FP_MUL_MEAT_1_hard): Likewise.
6474         (_FP_SQRT_MEAT_1): Likewise.
6475         (_FP_FRAC_ASSEMBLE_1): Likewise.
6476         (_FP_FRAC_DISASSEMBLE_1): Likewise.
6477         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
6478         (__FP_CLZ_2): Likewise.
6479         (_FP_MUL_MEAT_2_wide): Likewise.
6480         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6481         (_FP_MUL_MEAT_2_gmp): Likewise.
6482         (_FP_MUL_MEAT_2_120_240_double): Likewise.
6483         (_FP_SQRT_MEAT_2): Likewise.
6484         (_FP_FRAC_ASSEMBLE_2): Likewise.
6485         (_FP_FRAC_DISASSEMBLE_2): Likewise.
6486         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
6487         (_FP_FRAC_CLZ_4): Likewise.
6488         (_FP_MUL_MEAT_4_wide): Likewise.
6489         (_FP_MUL_MEAT_4_gmp): Likewise.
6490         (_FP_SQRT_MEAT_4): Likewise.
6491         (_FP_FRAC_ASSEMBLE_4): Likewise.
6492         (_FP_FRAC_DISASSEMBLE_4): Likewise.
6493         * soft-fp/op-common.h (_FP_CMP): Likewise.
6494         (_FP_CMP_EQ): Likewise.
6495         (_FP_CMP_UNORD): Likewise.
6496         (_FP_TO_INT): Likewise.
6497         (_FP_FROM_INT): Likewise.
6498         [!__FP_CLZ] (__FP_CLZ): Likewise.
6499         (_FP_DIV_HELP_imm): Likewise.
6500         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
6501         Likewise.
6502         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
6503         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
6504         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
6505         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
6506         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
6507         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
6508         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
6509         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
6510         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
6511         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
6512         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
6513         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
6514         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
6515         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
6516         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
6517         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
6518         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
6519         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
6520         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
6521         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
6522         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
6523         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
6524         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
6525         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
6526         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
6527         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
6528         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
6529         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
6530         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
6531         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
6532         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
6533         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
6534         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
6535         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
6536         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
6537         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
6538         (FP_UNPACK_RAW_SP): Likewise.
6539         (FP_PACK_RAW_S): Likewise.
6540         (FP_PACK_RAW_SP): Likewise.
6541         (FP_UNPACK_S): Likewise.
6542         (FP_UNPACK_SP): Likewise.
6543         (FP_UNPACK_SEMIRAW_S): Likewise.
6544         (FP_UNPACK_SEMIRAW_SP): Likewise.
6545         (FP_PACK_S): Likewise.
6546         (FP_PACK_SP): Likewise.
6547         (FP_PACK_SEMIRAW_S): Likewise.
6548         (FP_PACK_SEMIRAW_SP): Likewise.
6549         (_FP_SQRT_MEAT_S): Likewise.
6550         (FP_CMP_S): Likewise.
6551         (FP_CMP_EQ_S): Likewise.
6552         (FP_CMP_UNORD_S): Likewise.
6553         (FP_TO_INT_S): Likewise.
6554         (FP_FROM_INT_S): Likewise.
6556         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
6558         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
6559         (FP_EX_INVALID_IMZ): Likewise.
6560         (FP_EX_INVALID_IMZ_FMA): Likewise.
6561         (FP_EX_INVALID_ISI): Likewise.
6562         (FP_EX_INVALID_ZDZ): Likewise.
6563         (FP_EX_INVALID_IDI): Likewise.
6564         (FP_EX_INVALID_SQRT): Likewise.
6565         (FP_EX_INVALID_CVI): Likewise.
6566         (FP_EX_INVALID_VC): Likewise.
6567         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
6568         "invalid" exceptions.
6569         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
6570         (_FP_ADD_INTERNAL): Likewise.
6571         (_FP_MUL): Likewise.
6572         (_FP_FMA): Likewise.
6573         (_FP_DIV): Likewise.
6574         (_FP_CMP_CHECK_NAN): Likewise.
6575         (_FP_SQRT): Likewise.
6576         (_FP_TO_INT): Likewise.
6577         (FP_EXTEND): Likewise.
6579 2014-10-09  Allan McRae  <allan@archlinux.org>
6581         * po/fr.po: Update French translation from translation project.
6583 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
6585         [BZ #14132]
6586         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
6587         of INTDEF.
6588         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
6589         (__cxa_atexit): Use libc_hidden_proto.
6590         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
6592         [BZ #14132]
6593         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
6594         declaration.
6595         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
6596         [!_ISOMAC] (__iswspace_l_internal): Likewise.
6597         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
6598         [!_ISOMAC] (__iswctype_internal): Likewise.
6599         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
6600         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
6601         alias.
6602         (fcntl): Remove __fcntl_internal alias.
6603         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
6604         __connect_internal alias.
6605         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
6606         Likewise.
6608         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
6609         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
6610         FP_DENORM_ZERO.
6611         (_FP_CHECK_FLUSH_ZERO): New macro.
6612         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
6613         (_FP_CMP): Likewise.
6614         (_FP_CMP_EQ): Likewise.
6615         (_FP_TO_INT): Do not set inexact for subnormal arguments if
6616         FP_DENORM_ZERO.
6617         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
6618         (FP_TRUNC): Likewise.
6620         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
6621         treated as invalid conversion, not as normal exponent.
6623         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
6624         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
6625         (_FP_CMP_EQ): Likewise.
6626         (_FP_CMP_UNORD): Likewise.
6627         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
6628         (FP_CMP_EQ_D): Likewise.
6629         (FP_CMP_UNORD_D): Likewise.
6630         * soft-fp/extended.h (FP_CMP_E): Likewise.
6631         (FP_CMP_EQ_E): Likewise.
6632         (FP_CMP_UNORD_E): Likewise.
6633         * soft-fp/quad.h (FP_CMP_Q): Likewise.
6634         (FP_CMP_EQ_Q): Likewise.
6635         (FP_CMP_UNORD_Q): Likewise.
6636         * soft-fp/single.h (FP_CMP_S): Likewise.
6637         (FP_CMP_EQ_S): Likewise.
6638         (FP_CMP_UNORD_S): Likewise.
6639         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
6640         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
6641         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
6642         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
6643         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
6644         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
6645         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
6646         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
6647         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
6648         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
6649         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
6650         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
6651         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
6652         to FP_CMP_Q.
6653         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
6654         FP_CMP_Q.
6655         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
6656         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
6657         FP_CMP_EQ_Q.
6658         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
6659         FP_CMP_Q.
6660         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
6661         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
6662         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
6663         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
6664         FP_CMP_EQ_Q.
6665         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
6666         FP_CMP_Q.
6667         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
6668         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
6669         FP_CMP_EQ_Q.
6670         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
6671         FP_CMP_Q.
6672         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
6673         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
6674         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
6675         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
6676         FP_CMP_EQ_Q.
6678         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
6679         a subnormal result, set the underflow exception if trapping on
6680         underflow is enabled.
6681         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
6682         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
6683         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
6684         redefine to 0.
6685         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
6686         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
6687         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
6688         * soft-fp/extendxftf2.c (__extendxftf2): Use
6689         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
6691         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
6692         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
6693         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6694         FP_HANDLE_EXCEPTIONS.
6695         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
6696         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6697         FP_HANDLE_EXCEPTIONS.
6698         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
6699         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6700         FP_HANDLE_EXCEPTIONS.
6701         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
6702         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6703         FP_HANDLE_EXCEPTIONS.
6705 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
6707         [BZ #14132]
6708         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
6709         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
6710         use INTUSE.
6711         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
6712         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
6713         Remove alias.
6714         (__adjtimex): Define using libc_hidden_ver.
6715         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
6716         Remove declaration.
6717         (ntp_gettime): Call __adjtimex directly.
6718         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
6719         Remove declaration.
6720         (ntp_gettimex): Call __adjtimex directly.
6721         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
6722         __adjtimex_internal alias.
6724 2014-10-08  Roland McGrath  <roland@hack.frob.com>
6726         [BZ #17460]
6727         * nscd/nscd.c (more_help): Rewrite list of tables collection
6728         using xstrdup and asprintf.
6730         * nscd/nscd_conf.c: Remove local xstrdup declaration.
6732 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6733             Roland McGrath  <roland@hack.frob.com>
6735         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
6736         (do_lookup_unique): ... local function 'enter' here; update callers.
6738 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
6740         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
6741         compat_symbol calls on [SHARED].
6742         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
6743         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
6744         Remove.
6745         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6746         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
6747         (oldsetrlimit): Remove.
6748         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6749         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
6750         (lchown): New syscall entry.
6751         (oldsetrlimit): Remove.
6752         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6753         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
6754         (oldsetrlimit): Remove.
6755         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6757         [BZ #14138]
6758         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
6759         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
6760         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
6761         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
6762         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6763         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
6764         (fchown): Likewise.
6765         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
6766         (fchown): Likewise.
6767         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
6768         Likewise.
6770 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6772         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
6773         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
6774         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
6775         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
6776         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
6777         Likewise.
6778         (__old_sem_post): Likewise.
6780 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
6782         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
6783         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
6784         HAVE_CLOCK_GETTIME_VSYSCALL macros.
6785         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
6786         Use INLINE_VSYSCALL macro.
6787         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
6788         __vdso_clock_gettime.
6789         * sysdeps/unix/sysv/linux/tile/init-first.c
6790         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
6791         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
6792         __vdso_clock_gettime.
6794         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
6795         to set up frame more cleanly.
6797         * sysdeps/tile/memcmp.c: New file.
6799         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
6801         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
6802         * sysdeps/tile/tilegx/strcasestr.c: New file.
6803         * sysdeps/tile/tilegx/strnlen.c: New file.
6804         * sysdeps/tile/tilegx/strstr.c: New file.
6806         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
6808 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
6810         * nptl/tst-setuid3.c: Write errors to stdout.
6812 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6814         * elf/dl-deps.c
6815         (preload): New functions broken out of _dl_map_object_deps.
6816         (_dl_map_object_deps):  Remove a nested function. Update call sites.
6818 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
6820         [BZ #14138]
6821         * sysdeps/unix/sysv/linux/execve.c: Remove file.
6822         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
6824 2014-10-01  Steve Ellcey  <sellcey@mips.com>
6826         * sysdeps/mips/strcmp.S: New.
6828 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
6830         [BZ #14138]
6831         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
6832         (linkat): Likewise.
6833         (mkdirat): Likewise.
6834         (readlinkat): Likewise.
6835         (renameat): Likewise.
6836         (symlinkat): Likewise.
6837         (unlinkat): Likewise.
6838         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
6839         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
6840         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
6841         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
6842         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
6843         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
6844         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
6846 2014-09-30  Will Newton  <will.newton@linaro.org>
6848         * math/math.h: Define long double math functions if
6849         _LIBC_TEST is defined.
6850         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
6852         * localedata/Makefile: Move assignment to tests-special
6853         into an ifdef testing run-built-tests.
6854         * timezone/Makefile: Likewise.
6856 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
6858         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
6859         with $(BASH) not $(SHELL).
6861 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
6862             Matthew LeGendre  <legendre1@llnl.gov>
6864         [BZ #17411]
6865         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
6866         l_reloc_result.
6868 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6870         * stdio-common/printf_fp.c
6871         (hack_digit): New function, broken out of ...
6872         (__printf_fp): ... local function here.  Update call sites.
6873         hack_digit now takes an additional parameter that is a pointer
6874         to a struct of the referenced locals.  Those locals moved inside
6875         the struct and references updated.
6877 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
6879         * aclocal.m4: Require autoconf 2.69.
6880         * configure: Regenerated.
6881         * sysdeps/aarch64/configure: Likewise.
6882         * sysdeps/alpha/configure: Likewise.
6883         * sysdeps/arm/armv7/configure: Likewise.
6884         * sysdeps/arm/configure: Likewise.
6885         * sysdeps/ia64/configure: Likewise.
6886         * sysdeps/mach/configure: Likewise.
6887         * sysdeps/mips/configure: Likewise.
6888         * sysdeps/s390/configure: Likewise.
6889         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
6890         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
6892         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
6893         file.
6894         * sysdeps/ia64/configure.ac: Likewise.
6896 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
6898         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
6899         specify symbol version for ld.so.  Do not include entry for
6900         libpthread.
6901         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6902         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
6903         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6905         [BZ #14171]
6906         * Makeconfig [$(build-shared) = yes]
6907         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
6908         makefiles.
6909         [$(build-shared) = yes && $(soversions.mk-done) = t]
6910         ($(common-objpfx)gnu/lib-names.h): Remove rule.
6911         [$(build-shared) = yes && $(soversions.mk-done) = t]
6912         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
6913         to Makerules.
6914         [$(build-shared) = yes && $(soversions.mk-done) = t]
6915         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
6916         here.
6917         [$(build-shared) = yes && $(soversions.mk-done) = t]
6918         (common-generated): Don't append gnu/lib-names.h and
6919         gnu/lib-names.stmp here.
6920         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
6921         (lib-names-h-abi): New variable.
6922         [$(build-shared) = yes && $(soversions.mk-done) = t]
6923         (lib-names-stmp-abi): Likewise.
6924         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6925         abi-variants] (before-compile): Append
6926         $(common-objpfx)$(lib-names-h-abi).
6927         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6928         abi-variants] (common-generated): Append gnu/lib-names.h.
6929         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6930         abi-variants] (install-others-nosubdir): Depend on
6931         $(inst_includedir)/$(lib-names-h-abi).
6932         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6933         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
6934         [$(build-shared) = yes && $(soversions.mk-done) = t]
6935         ($(common-objpfx)$(lib-names-h-abi)): New rule.
6936         [$(build-shared) = yes && $(soversions.mk-done) = t]
6937         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
6938         [$(build-shared) = yes && $(soversions.mk-done) = t]
6939         (common-generated): Append $(lib-names-h-abi) and
6940         $(lib-names-stmp-abi).
6941         * scripts/lib-names.awk: Do not handle multi being set.
6942         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
6943         Remove variable.
6944         (abi-lp64_be-ld-soname): Likewise.
6945         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
6946         Likewise.
6947         (abi-hard-ld-soname): Likewise.
6948         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
6949         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
6950         Remove variable.
6951         (abi-o32_hard-ld-soname): Likewise.
6952         (abi-o32_soft_2008-ld-soname): Likewise.
6953         (abi-o32_hard_2008-ld-soname): Likewise.
6954         (abi-n32_soft-ld-soname): Likewise.
6955         (abi-n32_hard-ld-soname): Likewise.
6956         (abi-n32_soft_2008-ld-soname): Likewise.
6957         (abi-n32_hard_2008-ld-soname): Likewise.
6958         (abi-n64_soft-ld-soname): Likewise.
6959         (abi-n64_hard-ld-soname): Likewise.
6960         (abi-n64_soft_2008-ld-soname): Likewise.
6961         (abi-n64_hard_2008-ld-soname): Likewise.
6962         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
6963         Likewise.
6964         (abi-64-v2-ld-soname): Likewise.
6965         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
6966         ld.so entries.
6967         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
6968         variable.
6969         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
6970         entry.
6971         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
6972         variable.
6973         (abi-64-ld-soname): Likewise.
6974         (abi-x32-ld-soname): Likewise.
6975         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
6976         entry.
6977         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6979 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
6981         [BZ #14138]
6982         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
6983         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
6984         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
6985         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
6986         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
6987         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
6988         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
6989         syscall entry for GLIBC_2.2 symbol version.
6990         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
6991         Likewise.
6992         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
6993         (setrlimit): Likewise.
6994         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
6995         Likewise.
6997 2014-09-23  Will Newton  <will.newton@linaro.org>
6999         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
7000         _LINUX_ARM_SYSDEP_H include guard too.
7001         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
7002         define.
7004 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
7006         * sysdeps/unix/sysv/linux/eventfd.c:
7007         Make first argument unsigned.
7008         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
7009         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
7011 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
7013         * socket/recvmmsg.c (recvmmsg): Drop const argument.
7014         * socket/sys/socket.h: Likewise
7015         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
7017 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
7019         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
7021 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
7023         * time/tst-ftime.c: New test.
7024         * time/Makefile (tests): Add tst-ftime.
7026 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
7028         * soft-fp/extended.h: Fix comment formatting.
7029         * soft-fp/op-1.h: Likewise.
7030         * soft-fp/op-2.h: Likewise.
7031         * soft-fp/op-4.h: Likewise.
7032         * soft-fp/op-8.h: Likewise.
7033         * soft-fp/op-common.h: Likewise.
7034         * soft-fp/soft-fp.h: Likewise.
7036         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
7038 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
7040         [BZ #6652]
7041         * Makeconfig (soversions-default-setname): Remove variable.
7042         ($(common-objpfx)soversions.i): Don't pass default_setname to
7043         soversions.awk.
7044         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
7045         oldest_abi to abi-versions.awk.
7046         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
7047         * config.make.in (oldest-abi): Remove variable.
7048         * configure.ac (--enable-oldest-abi): Remove configure option.
7049         * configure: Regenerated.
7050         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
7051         text.
7052         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
7053         * scripts/soversions.awk: Do not handle default_setname variable.
7054         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
7055         variable.
7056         * sysdeps/mach/hurd/configure: Regenerated.
7057         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
7058         variable.
7059         * sysdeps/unix/sysv/linux/configure: Regenerated.
7061 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
7063         * elf/Makefile (CFLAGS-interp.c): Remove.
7064         ($(elf-objpfx)runtime-linker.h): Generate header with linker
7065         path string.
7066         * elf/interp.c: Include generated runtime-linker.h
7068         * Makerules (lib%.so): Don't include $(+interp) in
7069         prerequisites.
7070         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
7071         * dlfcn/eval.c: Remove file.
7073         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
7074         macros.
7076         [BZ #17266]
7077         * misc/sys/cdefs.h: Define __extern_always_inline for clang
7078         4.2 and newer.
7080         [BZ #17370]
7081         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
7083 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
7084             Jakub Jelinek  <jakub@redhat.com>
7086         [BZ #17266]
7087         * libio/stdio.h: Check definition of __fortify_function
7088         instead of __extern_always_inline to include bits/stdio2.h.
7089         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
7090         check if __extern_always_inline is defined.
7091         [__USE_MISC || __USE_XOPEN]: Likewise.
7092         [__USE_ISOC99] Likewise.
7093         * misc/sys/cdefs.h (__fortify_function): Define only if
7094         __extern_always_inline is defined.
7095         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
7096         __extern_always_inline and __extern_inline only for g++-4.3
7097         and newer or a compatible gcc.
7099 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
7101         [BZ #17371]
7102         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
7103         last change to handle zero prefix length.
7105 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
7107         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
7108         _SC_REGEX_VERSION.
7110         * posix/getconf.c (vars): Add _POSIX_IPV6 and
7111         _POSIX_RAW_SOCKETS.
7113 2014-09-13  Allan McRae  <allan@archlinux.org>
7115         * po/ru.po: Update Russian translation from translation project.
7117 2014-09-12  Roland McGrath  <roland@hack.frob.com>
7119         * locale/programs/locale.c (show_locale_vars): Inline local function
7120         into its sole call site.  Clean up some style nits.
7121         (print_item): New function, broken out of ...
7122         (show_info): ... local function here.  Clean up style nits.
7124         * locale/programs/ld-ctype.c (set_one_default): New function, broken
7125         out of ...
7126         (set_class_defaults): ... local function set_default here.
7127         Define set_default as a macro locally to pass constant parameters.
7128         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
7129         rather than a shared local.
7131         * stdlib/rpmatch.c (try): New function, broken out of ...
7132         (rpmatch): ... local function here.  Also, prototypify definition.
7134 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
7136         * scripts/soversions.awk: Do not handle configuration names.
7137         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
7138         vendor and os variables to soversions.awk.
7139         * configure.ac: Do not modify gnu-* host_os.
7140         * configure: Regenerated
7141         * shlib-versions: Remove first column with configuration names.
7142         * nptl/shlib-versions: Likewise.
7143         * nptl_db/shlib-versions: Likewise.
7144         * sysdeps/hppa/shlib-versions: Likewise.
7145         * sysdeps/m68k/shlib-versions: Likewise.
7146         * sysdeps/mach/hurd/shlib-versions: Likewise.
7147         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
7148         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
7149         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
7150         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
7151         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
7152         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
7153         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
7154         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
7155         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
7156         Likewise.
7157         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7158         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
7159         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
7160         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
7161         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
7162         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
7163         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
7164         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7166         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
7167         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
7168         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
7169         Regenerated.
7170         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
7171         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
7172         Condition symbol version definitions on [HAVE_ELFV2_ABI].
7174         * shlib-versions: Remove OS-specific entries.  Moved to files in
7175         sysdeps.
7176         * sysdeps/mach/hurd/shlib-versions: New file.
7177         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
7179         * nptl/shlib-versions: Remove architecture-specific entries.
7180         Moved to files in sysdeps.
7181         * shlib-versions: Likewise.
7182         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
7183         file.
7184         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7185         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
7186         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
7187         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
7189         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
7190         (UDP_NO_CHECK6_RX): Likewise.
7192 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7194         * sysdeps/posix/sysconf.c (__sysconf): Spell
7195         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
7197 2014-08-12  Florian Weimer  <fweimer@redhat.com>
7199         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
7200         loading.
7201         * iconv/Versions (__gconv_transliterate): Export for use from
7202         gconv modules.
7203         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
7204         (struct __gconv_trans_data, __gconv_trans_fct,
7205         __gconv_trans_context_fct, __gconv_trans_query_fct,
7206         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
7207         definitions.
7208         (struct __gconv_step_data): Remove __trans member.
7209         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
7210         longer hidden.  Remove unused trans_data argument.
7211         * iconv/gconv_int.h (struct trans_struct): Remove definition.
7212         (__gconv_translit_find): Remove declaration.
7213         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
7214         prototype.
7215         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
7216         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
7217         trans_data argument.  Add hidden definition.
7218         (__gconv_translit_find): Remove.
7219         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
7220         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
7221         * iconv/skeleton.c: Remove transliteration initialization.
7222         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
7223         __gconv_step_data initialization.
7224         * libio/iofwide.c (__libio_translit_): Remove.
7225         (_IO_fwide): Adjust struct __gconv_step_data initialization.
7226         * wcsmbs/btowc.c (__btowc): Likewise.
7227         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
7228         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
7229         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
7230         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
7231         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
7232         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
7233         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
7234         * wcsmbs/wctob.c (wctob): Likewise.
7236 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7238         [BZ #16194]
7239         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
7240         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
7241         register usage.
7242         * sysdeps/x86/Makefile: Adjust.
7244 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7245             Roland McGrath  <roland@hack.frob.com>
7247         * locale/weight.h: Add include guard.
7248         (findidx): Make static rather than auto; take new parameters
7249         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
7250         * locale/weightwc.h: Likewise.
7251         * posix/fnmatch_loop.c
7252         (FCT): Change type of EXTRA from int32_t to wint_t.
7253         Don't include either header inside the function.
7254         Call FINDIDX rather than findidx, and pass new arguments.
7255         #undef FINDIDX at the end of the file.
7256         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
7257         FINDIDX before including fnmatch_loop.c for the non-wide version.
7258         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
7259         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
7260         for the wide version.
7261         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
7262         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
7263         Pass new arguments to findidx.
7264         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
7265         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
7266         Don't #include it inside the function.  Pass new arguments to findidx.
7267         * posix/regex_internal.h
7268         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
7269         (re_string_elem_size_at): Don't #include it inside the function.
7270         Pass new arguments to findidx.
7271         * string/strcoll_l.c: #include WEIGHT_H at top level.
7272         (get_next_seq): Don't #include it inside the function.
7273         Pass new arguments to findidx.
7274         (get_next_seq_nocache): Likewise.
7275         * string/strxfrm_l.c: #include WEIGHT_H at top level.
7276         (STRXFRM): Don't #include it inside the function.
7277         Pass new arguments to findidx.
7279 2014-09-11  Florian Weimer  <fweimer@redhat.com>
7281         [BZ #17344]
7282         * malloc/malloc.c (unlink): Turn asserts into a call to
7283         malloc_printerr.
7285 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
7287         [BZ #17370]
7288         * libio/wfileops (do_ftell_wide): Free OUT.
7290 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
7292         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
7294 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
7296         [BZ #17363]
7297         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
7298         group if the current group is empty.
7300 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7302         * benchtests/bench-memset.c (test_main): Add more test from size
7303         from 32 to 512 bytes.
7304         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
7305         Add POWER8 memset object.
7306         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7307         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
7308         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
7309         implementation.
7310         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
7311         Likewise.
7312         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
7313         multiarch POWER8 memset optimization.
7314         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
7315         POWER8 memset optimization.
7317         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
7318         Remove bzero multiarch objects.
7319         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
7320         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
7321         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
7322         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
7323         Remove define.
7324         [__bzero]: Redefine to specific name.
7325         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
7326         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
7327         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
7328         define.
7329         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
7330         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
7332 2014-09-10  Florian Weimer  <fweimer@redhat.com>
7334         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
7335         warnings into errors.
7337         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
7338         __cxa_thread_atexit_impl prototype.
7340 2014-09-09  Steve Ellcey  <sellcey@mips.com>
7342         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
7343         Fix capitalization of error message.
7345 2014-09-09  Steve Ellcey  <sellcey@mips.com>
7347         * sysdeps/mips/preconfigure: Modify ABI tests.
7349 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
7351         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
7353 2014-09-07  Roland McGrath  <roland@hack.frob.com>
7354             Carlos O'Donell  <carlos@systemhalted.org>
7356         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
7357         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
7358         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
7359         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
7360         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
7361         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
7362         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
7363         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
7364         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
7365         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
7366         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
7367         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
7368         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
7369         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
7370         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
7371         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
7372         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
7373         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
7374         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
7375         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
7376         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
7377         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
7378         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
7379         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
7380         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
7381         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
7382         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
7383         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
7384         Deconditionalize the code that was previously under [RESET_PID].
7385         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
7386         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
7387         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
7388         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
7389         include sysdep.h.
7391 2014-09-08  Allan McRae  <allan@archlinux.org>
7393         * version.h (RELEASE): Set to "development".
7394         (VERSION): Set to "2.20.90"
7396 2014-09-07  Allan McRae  <allan@archlinux.org
7398         * version.h (RELEASE): Set to "stable".
7399         (VERSION): Set to "2.20"
7400         * include/features.h (__GLIBC_MINOR__): Set to 20.
7402         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
7403         Liebler.
7405         * po/ko.po: Update Korean translation from translation project.
7407 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
7409         [BZ #17354]
7410         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
7411         macro for handling signed relocations.
7413 2014-09-03  Florian Weimer  <fweimer@redhat.com>
7415         [BZ #17325]
7416         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
7417         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
7418         assert.
7419         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
7420         * iconvdata/ibm935.c (BODY): Likewise.
7421         * iconvdata/ibm937.c (BODY): Likewise.
7422         * iconvdata/ibm939.c (BODY): Likewise.
7423         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
7424         assert.
7425         * iconvdata/Makefile (iconv-test.out): Pass module list to test
7426         script.
7427         * iconvdata/run-iconv-test.sh: New test loop for checking for
7428         decoder crashers.
7430 2014-09-02  Khem Raj  <raj.khem@gmail.com>
7432         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
7433         libm_hidden_ver.
7435 2014-09-01  Allan McRae  <allan@archlinux.org>
7437         * po/eo.po: Update Esperanto translation from translation project.
7439         * po/ca.po: Update Catalan translation from translation project.
7441 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7443         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
7444         __proc_dostop call.
7446 2014-08-27  Mark Wielaard  <mjw@redhat.com>
7448         [BZ #17319]
7449         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
7450         to call set_thread_area instead of hand written asm.
7451         (__NR_set_thread_area): Removed define.
7452         (TLS_FLAG_WRITABLE): Likewise.
7453         (__ASSUME_SET_THREAD_AREA): Remove check.
7454         (TLS_EBX_ARG): Remove define.
7455         (TLS_LOAD_EBX): Likewise.
7457 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7459         Simplify atomicity of socket creation in bind.
7461         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
7462         looking up the name after linking the file.
7464 2014-08-27  Allan McRae  <allan@archlinux.org>
7466         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
7468 2014-08-26  Florian Weimer  <fweimer@redhat.com>
7470         [BZ #17187]
7471         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
7472         trans_compare, open_translit, __gconv_translit_find):
7473         Remove module loading code.
7475 2014-08-26  Allan McRae  <allan@archlinux.org>
7477         * po/vi.po: Update Vietnamese translation from translation project.
7479         * po/uk.po: Update Ukrainian translation from translation project.
7481         * po/fr.po: Update French translation from translation project.
7483         * po/ru.po: Update Russian translation from translation project.
7485         * po/pl.po: Update Polish translation from translation project.
7487         * po/cs.po: Update Czech translation from translation project.
7489         * po/de.po: Update German translation from translation project.
7491         * po/bg.po: Update Bulgarian translation from translation project.
7493         * po/sv.po: Update Sweedish translation from translation project.
7495         * po/nl.po: Update Dutch translation from translation project.
7497         * po/es.po: Update Spanish translation from translation project.
7499 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
7501         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
7503         * catgets/Makefile (CPPFLAGS-gencat): Remove.
7504         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
7505         (CPPFLAGS-iconvconfig): Likewise.
7506         * timezone/Makefile (CPPFLAGS-zic): Likewise.
7508         * include/libc-symbols.h: Remove unnecessary check for
7509         NOT_IN_libc.
7510         * nptl/pthreadP.h: Likewise.
7511         * sysdeps/aarch64/setjmp.S: Likewise.
7512         * sysdeps/alpha/setjmp.S: Likewise.
7513         * sysdeps/arm/sysdep.h: Likewise.
7514         * sysdeps/i386/setjmp.S: Likewise.
7515         * sysdeps/m68k/setjmp.c: Likewise.
7516         * sysdeps/posix/getcwd.c: Likewise.
7517         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
7518         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
7519         * sysdeps/s390/s390-32/setjmp.S: Likewise.
7520         * sysdeps/s390/s390-64/setjmp.S: Likewise.
7521         * sysdeps/sh/sh3/setjmp.S: Likewise.
7522         * sysdeps/sh/sh4/setjmp.S: Likewise.
7523         * sysdeps/unix/alpha/sysdep.h: Likewise.
7524         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
7525         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
7526         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
7527         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
7528         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
7529         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
7530         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
7531         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
7532         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
7533         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
7534         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
7535         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
7536         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
7537         * sysdeps/x86_64/setjmp.S: Likewise.
7539 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
7541         [BZ #17263]
7542         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
7543         <stdint.h>.
7544         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
7545         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
7547 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
7549         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
7551         [BZ #17262]
7552         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
7553         and __x86_64__ when disabling x87 inline functions.
7555 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
7557         [BZ #17259]
7558         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
7559         asm statement with __cpuid_count.
7561 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
7563         * configure.ac: Change __ehdr_start code to dereference the struct.
7564         Run readelf on the output to look for relocations.
7565         * configure: Regenerated.
7567 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
7569         [BZ #17261]
7570         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
7571         value to 0.
7572         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
7574 2014-08-12  Roland McGrath  <roland@hack.frob.com>
7576         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
7578 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
7580         [BZ #16892]
7581         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
7582         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
7584 2014-08-12  Sean Anderson  <seanga2@gmail.com>
7586         * malloc/malloc.c: Fix typo in comment.
7588 2014-08-09  Allan McRae  <allan@archlinux.org>
7590         * Regenerate libc.po.
7592 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
7594         * intl/tst-gettext2.sh: Check every lang file for creation.
7596 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
7598         * sysdeps/aarch64/fpu/math_private.h
7599         (libc_feholdsetround_noex_aarch64_ctx): New function.
7601 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
7603         * sysdeps/arm/armv6/strcpy.S (strcpy):
7604         Fix performance issue in misaligned cases.
7606 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7608         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
7609         Move definition from termios.h.
7610         (struct termio): Likewise.
7611         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
7612         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
7613         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
7614         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
7615         Likewise.
7616         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
7617         Move definition to ioctl-types.h
7618         (struct termio): Likewise.
7619         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
7620         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
7621         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
7622         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
7623         Likewise.
7625 2014-08-05  Richard Henderson  <rth@redhat.com>
7627         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
7628         exceptions.
7629         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
7630         Add fraiseexcpt.
7631         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
7632         Use __feraiseexcept.
7633         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
7634         Protect libm symbols with IS_IN_libm.
7636         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
7638 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
7640         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
7642 2014-08-04  Will Newton  <will.newton@linaro.org>
7644         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
7645         file.
7647 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
7649         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
7650         variants for each function.
7652 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7654         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
7655         appended ...
7656         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
7657         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
7658         appended ...
7659         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
7660         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
7661         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
7662         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
7663         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
7664         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
7665         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
7666         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
7667         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
7668         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
7669         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
7670         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
7671         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
7672         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
7673         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
7674         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
7675         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
7676         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
7677         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
7678         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
7679         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
7680         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
7681         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
7682         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
7683         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
7684         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
7685         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
7686         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
7687         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
7688         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
7689         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
7690         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
7691         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
7692         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
7693         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
7694         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
7695         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
7696         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
7697         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
7698         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
7699         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
7700         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
7701         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
7702         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
7703         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
7704         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
7705         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
7706         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
7707         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
7708         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
7709         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
7710         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
7711         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
7712         Update #include.
7713         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
7714         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
7716 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7718         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
7719         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
7720         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
7721         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
7722         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
7723         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
7725 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7727         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
7728         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
7729         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7730         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
7732 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7734         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
7735         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
7736         (__libc_vfork): Define function under this name.
7737         (__vfork): Define as an alias.
7738         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
7739         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
7741 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7743         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
7744         that was previously under [RESET_PID].
7745         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
7747 2014-08-04  Andreas Schwab  <schwab@suse.de>
7749         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
7751 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
7753         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
7754         (main): Likewise.
7756 2014-08-01  Roland McGrath  <roland@hack.frob.com>
7758         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
7760 2014-08-01  Richard Henderon  <rth@redhat.com>
7762         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
7763         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
7764         typo in exact zero test.
7765         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
7766         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
7767         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
7769 2014-08-01  Roland McGrath  <roland@hack.frob.com>
7771         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
7772         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
7773         * sysdeps/arm/sysdep.h: ... here.
7774         [!__ASSEMBLER__]: Include <stdint.h>.
7776 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
7778         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
7779         (HAVE_WCTYPE_H): Likewise.
7780         (HAVE_ISWCTYPE): Likewise.
7781         (ENABLE_NLS): Likewise.
7782         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
7783         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
7785         * posix/regex_internal.c: Check if DEBUG is defined and is
7786         set.
7788         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
7789         (HAVE_MBSRTOWCS): Likewise.
7790         * posix/fnmatch.c: Include string.h unconditionally.
7792 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
7794         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
7795         reversal.
7797 2014-07-31  Roland McGrath  <roland@hack.frob.com>
7799         * sysdeps/generic/safe-fatal.h: New file.
7800         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
7801         * nptl/forward.c: Include it.
7802         (__pthread_unwind): Use __safe_fatal as default action, rather
7803         than a bogus use of INTERNAL_SYSCALL that could never work.
7805         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
7806         * configure.ac (libc_cv_builtin_trap): New test.
7807         * configure: Regenerated.
7808         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
7809         (ABORT_INSTRUCTION): Define using __builtin_trap.
7811         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
7812         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
7813         * sysdeps/nptl/nptl-signals.h: New file.
7814         * nptl/pthreadP.h: Include <nptl-signals.h>.
7816 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
7818         * sysdeps/s390/s390-64/utf16-utf32-z9.c
7819         (ONE_DIRECTION): Define.
7820         * sysdeps/s390/s390-64/utf8-utf16-z9.c
7821         (ONE_DIRECTION): Define.
7822         * sysdeps/s390/s390-64/utf8-utf32-z9.c
7823         (ONE_DIRECTION): Define.
7825 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
7827         * sysdeps/s390/Makefile: Delete file.
7828         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
7829         * sysdeps/s390/__longjmp.c: Delete file.
7830         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
7831         Remove fields __flags and __reserved.
7832         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
7833         and add versioning.
7834         * sysdeps/s390/rtld-__longjmp.c: Delete file.
7835         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
7836         * sysdeps/s390/rtld-setjmp.S: Likewise.
7837         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
7838         * sysdeps/s390/s390-32/__longjmp.c: ... here.
7839         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
7840         * sysdeps/s390/s390-32/setjmp.S: ... here.
7841         Add versioning.
7842         (__sigsetjmp): Remove setting __flags field.
7843         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
7844         * sysdeps/s390/s390-64/__longjmp.c: ... here.
7845         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
7846         * sysdeps/s390/s390-64/setjmp.S: ... here.
7847         Add versioning.
7848         (__sigsetjmp): Remove setting __flags field.
7849         * sysdeps/s390/setjmp.S: Delete file.
7850         * sysdeps/s390/sigjmp.c: Likewise.
7851         * sysdeps/s390/v1-longjmp.c: Likewise.
7852         * sysdeps/s390/v1-setjmp.h: Likewise.
7853         * sysdeps/s390/v1-sigjmp.c: Likewise.
7854         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
7855         Remove v1-longjmp_chk.
7856         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
7857         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
7858         Include debug/longjmp_chk.c and add versioning.
7859         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
7860         Include nptl/pt-longjmp.c and add versioning.
7861         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
7862         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
7863         Include __longjmp.c.
7864         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
7865         Move to ...
7866         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
7867         (__getcontext): Remove setting __flags field.
7868         Add versioning.
7869         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
7870         Don't restore upper high grps.
7871         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
7872         Likewise.
7873         (__swapcontext): Remove setting uc_flags field.
7874         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
7875         Delete file.
7876         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
7877         Include __longjmp.c.
7878         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
7879         Move to ...
7880         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
7881         (__getcontext): Remove setting __flags field.
7882         Add versioning.
7883         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
7884         (__swapcontext): Remove setting uc_flags field.
7885         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
7886         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
7887         Remove fields uc_high_gprs and __reserved.
7888         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
7889         New file with reverted content.
7890         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
7891         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
7892         Regenerated.
7893         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
7894         Regenerated.
7896 2014-07-31  Andreas Schwab  <schwab@suse.de>
7898         * config.h.in (HAVE_IFUNC): Define to 0.
7899         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
7900         definedness.
7902 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
7904         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
7905         memmove-avx-unaligned, memcpy-avx-unaligned and
7906         mempcpy-avx-unaligned.
7907         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7908         Add tests for AVX memcpy functions.
7909         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
7910         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
7911         memcpy_chk.
7912         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
7913         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
7914         memmove_chk.
7915         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
7916         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
7917         mempcpy_chk.
7918         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
7919         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
7920         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
7922 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7924         [BZ #17213]
7925         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
7926         powerpc64le.
7928 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
7930         [BZ #16839]
7931         * manual/llio.texi: Add section about open file description locks.
7932         * manual/examples/ofdlocks.c: Example of open file description
7933         lock usage.
7934         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
7935         F_OFD_SETLK, and F_OFD_SETLKW.
7937 2014-07-23  Allan McRae  <allan@archlinux.org>
7939         * po/es.po: Update Spanish translation from translation project.
7941 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
7943         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
7945 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
7947         [BZ #17078]
7948         * sysdeps/arm/dl-machine.h (elf_machine_rela)
7949         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
7950         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
7952 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
7954         [BZ #17088]
7955         * math/fesetenv.c (__fesetenv)
7956         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
7957         * math/feupdateenv.c (__feupdateenv)
7958         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
7960         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
7961         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
7962         (__ASSUME_SOCKETCALL): Do not define.
7964         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
7965         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
7966         (__ASSUME_SOCKETCALL): Do not define.
7967         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
7968         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
7969         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7970         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
7971         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7972         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
7973         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7974         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7976         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
7977         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
7978         (__ASSUME_SOCKETCALL): Do not define.
7979         (__ASSUME_IPC64): Define unconditionally.
7980         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
7981         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7982         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
7983         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7984         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
7985         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7986         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
7987         Likewise.
7989         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
7990         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
7991         (__ASSUME_SOCKETCALL): Do not define.
7992         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
7993         (__ASSUME_FUTEX_LOCK_PI): Likewise.
7994         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7995         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
7996         (__ASSUME_REQUEUE_PI): Define unconditionally.
7997         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
7998         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
7999         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8000         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
8001         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8002         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8004         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
8005         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
8006         (__ASSUME_SOCKETCALL): Do not define.
8007         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
8008         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8009         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8010         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
8011         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8012         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8014         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
8015         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
8016         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8017         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
8018         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8019         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
8020         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8021         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
8022         (__ASSUME_GETCPU_SYSCALL): Likewise.
8024         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
8025         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
8026         cases for individual architectures.
8027         * sysdeps/gnu/configure: Regenerated.
8028         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
8029         LIBC_SLIBDIR_RTLDDIR.
8030         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
8031         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
8032         LIBC_SLIBDIR_RTLDDIR.
8033         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
8034         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
8035         LIBC_SLIBDIR_RTLDDIR.
8036         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
8037         Regenerated.
8038         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
8039         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
8040         file.
8041         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
8042         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
8043         file.
8044         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
8045         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
8046         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
8047         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
8049         * sysdeps/aarch64/shlib-versions: Move to ...
8050         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
8051         * sysdeps/alpha/shlib-versions: Move to ...
8052         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
8053         * sysdeps/arm/shlib-versions: Move to ...
8054         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
8055         * sysdeps/hppa/shlib-versions: Move all contents except for
8056         libgcc_s entry to ...
8057         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
8058         entry from ...
8059         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
8060         * sysdeps/ia64/shlib-versions: Move to ...
8061         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
8062         entry from ...
8063         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
8064         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
8065         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
8066         * sysdeps/microblaze/shlib-versions: Move to ...
8067         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
8068         * sysdeps/mips/shlib-versions: Move to ...
8069         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
8070         entry from ...
8071         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
8072         * sysdeps/tile/shlib-versions: Move to ...
8073         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
8074         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
8075         from ...
8076         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
8077         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
8078         entry from ...
8079         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
8081 2014-07-17  Will Newton  <will.newton@linaro.org>
8083         * sysdeps/arm/bits/atomic.h
8084         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
8085         (__arch_compare_and_exchange_bool_16_int): Likewise.
8086         (__arch_compare_and_exchange_bool_64_int): Likewise.
8088         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
8089         into an #else block.
8091 2014-07-16  Roland McGrath  <roland@hack.frob.com>
8093         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
8094         just Linux configurations.  Test empirically that the compiler sets
8095         __ARM_EABI__, rather than using the tuple to decide.
8096         * sysdeps/arm/preconfigure: Regenerated.
8097         * sysdeps/unix/sysv/linux/arm/configure: File removed.
8098         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
8099         contents appended ...
8100         * sysdeps/arm/configure.ac: ... here.
8101         * sysdeps/arm/configure: Regenerated.
8103 2014-07-15  Roland McGrath  <roland@hack.frob.com>
8105         * nptl/pthread_kill.c: New file.
8106         * nptl/pthread_sigmask.c: New file.
8107         * nptl/pthread_sigqueue.c: New file.
8109         * sysdeps/nptl/lowlevellock.h: New file.
8110         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
8111         * sysdeps/nptl/lowlevellock-futex.h: New file.
8113         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
8114         Remove dead declarations.
8116 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
8118         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
8119         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
8120         config-cflags-avx2.
8121         * sysdeps/x86_64/configure.ac: Likewise.
8122         * sysdeps/i386/configure: Regenerated.
8123         * sysdeps/x86_64/configure: Likewise.
8124         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
8125         memset-avx2 only if config-cflags-avx2 is yes.
8126         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8127         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
8128         defined.
8129         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
8130         only if HAVE_AVX2_SUPPORT is defined.
8131         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8133 2014-07-14  Alan Modra  <amodra@gmail.com>
8135         [BZ #17153]
8136         * elf/elf.h (DT_PPC64_NUM): Correct value.
8137         * NEWS: Add to fixed bug list.
8139 2014-07-13  Jim Meyering  <meyering@fb.com>
8141         [BZ 17150]
8142         regex: don't deref NULL upon heap allocation failure
8143         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
8144         failure in one more place.
8145         To trigger the segfault, configure grep -with-included-regex,
8146         build it, and run these commands:
8147         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
8149 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
8151         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8153 2014-07-11  Richard Henderson  <rth@redhat.com>
8155         * sysdeps/aarch64/libm-test-ulps: Update.
8157 2014-07-10  Florian Weimer  <fweimer@redhat.com>
8159         [BZ #17135]
8160         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
8161         * nptl/allocatestack.c (__nptl_setxid_error): New function.
8162         (__nptl_setxid): Initialize error member.  Call
8163         __nptl_setxid_error.
8164         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
8165         * nptl/descr.h (struct xid_command): Add error member.
8166         * nptl/tst-setuid3.c: New file.
8167         * nptl/Makefile (tests): Add it.
8169 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8171         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
8172         New define.
8173         (__lll_trylock): Use __lll_base_trylock.
8174         (__lll_cond_trylock): Likewise.
8176 2014-07-10  Roland McGrath  <roland@hack.frob.com>
8178         * nptl/pthread_create.c (start_thread): Use atomic_or and
8179         lll_futex_wake directly rather than lll_robust_dead.
8180         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
8181         (lll_robust_dead): Macro removed.
8182         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
8183         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
8184         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
8185         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
8186         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
8187         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
8188         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
8189         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
8190         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
8191         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
8192         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
8193         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
8194         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
8195         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
8196         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
8198         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
8199         Use atomic_compare_and_exchange_val_acq directly rather than
8200         lll_robust_trylock.
8201         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
8202         (__lll_robust_trylock, lll_robust_trylock): Removed.
8203         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
8204         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
8205         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
8206         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
8207         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
8208         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
8209         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
8210         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
8211         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
8212         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
8213         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
8214         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
8215         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
8216         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
8218 2014-07-02  Florian Weimer  <fweimer@redhat.com>
8220         * manual/locale.texi (Locale Names): New section documenting
8221         locale name syntax.  Adjust menu and node chaining accordingly.
8222         (Choosing Locale): Reference Locale Names, Locale Categories.
8223         Mention setting LC_ALL=C.  Reflect that name syntax is now
8224         documented.
8225         (Locale Categories): New section title.  Reference Locale Names.
8226         LC_ALL is an environment variable, but not a category.
8227         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
8228         description, now in Locale Name.  Reference that section.  Locale
8229         name syntax is now documented.
8231 2014-07-02  Florian Weimer  <fweimer@redhat.com>
8233         [BZ #17137]
8234         * locale/findlocale.c (name_present, valid_locale_name): New
8235         functions.
8236         (_nl_find_locale): Use the loc_name variable to store name
8237         candidates.  Call name_present and valid_locale_name to check and
8238         validate locale names.  Return an error if the locale is invalid.
8240 2014-07-02  Florian Weimer  <fweimer@redhat.com>
8242         * locale/setlocale.c (setlocale): Use strdup for allocating
8243         composite name copy.
8245 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8247         Sync up with gnulib.
8248         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
8249         [!_LIBC && ENABLE_NLS]: Include gettext.h.
8250         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
8251         and _GL_ARG_NONNULL.
8252         [USE_UNLOCKED_IO]: Include unlocked-io.h.
8253         [!_LIBC]: Include code for Windows and Cygwin.
8254         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
8255         Include prototype for int strerror_r.
8256         [!_LIBC] (is_open): New function.
8257         (flush_stdout): New function.
8258         (print_errno_message): Use it.
8259         (error): Likewise.
8260         (error_at_line): Likewise.
8261         (error_tail) Add function attribute macros.  Use
8262         __builtin_expect.
8264         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
8266         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
8268         * io/ftw.c: Include sys/param.h unconditionally.
8270         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
8272         [BZ #17125]
8273         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
8274         libc_freeres_ptr.
8275         (freecache): New function to free CACHE on exit.
8277         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
8278         initialization.
8280 2014-07-09  David S. Miller  <davem@davemloft.net>
8282         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8284         * sysdeps/sparc/nptl/internaltypes.h: Delete.
8285         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
8286         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
8287         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
8288         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
8289         * sysdeps/sparc/nptl/sem_init.c: Likewise.
8290         * sysdeps/sparc/nptl/sem_post.c: Likewise.
8291         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
8292         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
8293         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
8294         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
8295         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
8296         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
8298 2014-07-09  Andreas Schwab  <schwab@suse.de>
8300         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
8301         output.
8302         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
8303         (do_test): Likewise.
8305         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
8307 2014-07-09  Will Newton  <will.newton@linaro.org>
8309         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
8310         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
8311         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
8312         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
8313         * sysdeps/hppa/start.S (_start): Likewise.
8315 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
8317         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
8319         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
8320         defined.
8322 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
8324         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
8325         after checking that it is non-NULL.
8327         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
8329 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8331         * sysdeps/powerpc/memmove.c: Remove file.
8332         * sysdeps/powerpc/powerpc32/power4/memcopy.h
8333         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
8334         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
8335         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
8336         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
8337         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
8338         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
8339         string memmove instead of removed powerpc one.
8341         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
8342         [weak_alias]: Fix compiler warning due trailing data.
8343         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
8344         [weak_alias]: Likewise.
8345         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
8346         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
8348         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
8349         (__libc_ifunc_impl_list): Add memmove functions.
8351 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
8353         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
8354         Remove code.
8355         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
8356         Likewise
8357         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
8358         Likewise
8359         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
8360         Likewise
8361         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
8362         Likewise
8363         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
8364         Likewise
8365         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
8366         Likewise
8367         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
8368         Likewise
8369         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
8370         Likewise
8371         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
8372         Likewise
8373         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
8374         Likewise
8375         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
8376         Likewise
8377         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
8378         Likewise
8379         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
8380         Likewise
8381         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
8382         Likewise
8383         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
8384         Likewise
8385         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
8386         Likewise
8388 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8390         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
8391         to avoid alignment traps in non-cacheable memory.
8392         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
8394         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
8395         multiarch objects.
8396         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
8397         file: multiarch power7 memmove.
8398         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
8399         multiarch default memmove.
8400         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
8401         multiarch memove for powerpc32/power4.
8403         * string/bcopy.c: Use full path to include memmove.c.
8404         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
8405         multiarch objects.
8406         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
8407         bcopy for powerpc64.
8408         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
8409         bcopy for powerpc64.
8410         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
8411         and memmove implementations.
8412         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
8413         optimized multiarch memmove for POWER7/powerpc64.
8414         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
8415         default multiarch memmove for powerpc64.
8416         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
8417         multiarch for powerpc64.
8418         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
8419         for POWER7/powerpc64.
8420         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
8421         memmove for POWER7/powerpc64.
8423         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
8424         glibc default one.
8426         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
8427         __ELF_NATIVE_CLASS equal to 64.
8429 2014-07-07  Roland McGrath  <roland@hack.frob.com>
8431         * sysdeps/nptl/lowlevellock.h: File removed.
8433         * NEWS: NPTL is no longer an add-on!
8434         * nptl/internaltypes.h: Moved ...
8435         * sysdeps/nptl/internaltypes.h: ... here.
8436         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
8437         * sysdeps/nptl/fork.c: Likewise.
8438         * sysdeps/nptl/gai_misc.h: Likewise.
8439         * sysdeps/nptl/librt-cancellation.c: Likewise.
8440         * sysdeps/nptl/jmp-unwind.c: Likewise.
8441         * sysdeps/nptl/setxid.h: Likewise.
8442         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
8443         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
8444         * sysdeps/unix/sysv/linux/arm/Implies: New file.
8445         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
8446         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
8447         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
8448         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
8449         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
8450         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
8451         * sysdeps/unix/sysv/linux/mips/Implies: New file.
8452         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
8453         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
8454         * sysdeps/unix/sysv/linux/sh/Implies: New file.
8455         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
8456         * sysdeps/unix/sysv/linux/tile/Implies: New file.
8457         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
8458         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
8459         * nptl/Makeconfig: Moved ...
8460         * sysdeps/nptl/Makeconfig: ... here.
8461         * nptl/configure: File removed.
8462         * nptl/ANNOUNCE: File removed.
8463         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
8464         * sysdeps/unix/sysv/linux/configure: Regenerated.
8466         * nptl/Makefile (routines): Add libc_pthread_init,
8467         libc_multiple_threads, register-atfork and unregister-atfork.
8468         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
8469         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
8470         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
8471         pthread-pi-defines.sym, structsem.sym.
8472         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
8473         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
8474         [$(subdir) = nptl] (tests): Add tst-setgetname.
8475         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
8476         * sysdeps/unix/sysv/linux/sigaction.c: Just include
8477         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
8478         [!LIBC_SIGACTION]: Remove aliases.
8479         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
8480         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
8481         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8482         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
8483         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
8484         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
8485         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
8486         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
8487         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8488         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
8489         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
8490         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
8491         __libc_allocate_rtsig_private.
8492         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
8493         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
8494         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
8495         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
8496         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
8497         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
8498         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
8499         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
8500         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
8501         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
8502         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
8503         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
8504         * nptl/internaltypes.h: ... here.
8505         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
8506         * sysdeps/nptl/jmp-unwind.c: ... here.
8507         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
8508         * nptl/libc-lowlevellock.c: ... here.
8509         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
8510         * nptl/libc_multiple_threads.c: ... here.
8511         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
8512         * nptl/libc_pthread_init.c: ... here.
8513         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
8514         * nptl/lowlevelbarrier.sym: ... here.
8515         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
8516         * nptl/lowlevelcond.sym: ... here.
8517         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
8518         * nptl/lowlevellock.c: ... here.
8519         * nptl/lowlevellock.h: Moved ...
8520         * sysdeps/nptl/lowlevellock.h: ... here.
8521         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
8522         * nptl/lowlevelrobustlock.c: ... here.
8523         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
8524         * nptl/lowlevelrobustlock.sym: ... here.
8525         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
8526         * nptl/lowlevelrwlock.sym: ... here.
8527         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
8528         * nptl/pt-fork.c: ... here.
8529         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
8530         * nptl/pthread-pi-defines.sym: ... here.
8531         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
8532         * nptl/pthread_attr_getaffinity.c: ... here.
8533         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
8534         * nptl/pthread_attr_setaffinity.c: ... here.
8535         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
8536         * nptl/pthread_mutex_cond_lock.c: ... here.
8537         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
8538         Update #include.
8539         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
8540         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
8541         * nptl/pthread_once.c: ... here, replacing old file.
8542         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
8543         * nptl/pthread_yield.c: ... here.
8544         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
8545         * nptl/register-atfork.c: ... here.
8546         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
8547         * nptl/sem_post.c: ... here.
8548         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
8549         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
8550         * nptl/sem_timedwait.c: ... here.
8551         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
8552         * nptl/sem_trywait.c: ... here.
8553         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
8554         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
8555         * nptl/sem_wait.c: ... here.
8556         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
8557         * nptl/structsem.sym: ... here.
8558         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
8559         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
8560         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
8561         * nptl/unregister-atfork.c: ... here.
8562         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
8563         * nptl/unwindbuf.sym: ... here.
8564         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
8565         * sysdeps/nptl/fork.c: ... here.
8566         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
8567         * sysdeps/nptl/fork.h: ... here.
8568         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
8569         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
8570         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
8571         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
8572         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
8573         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
8574         * sysdeps/unix/sysv/linux/getpid.c: ... here.
8575         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
8576         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
8577         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
8578         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
8579         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
8580         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
8581         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
8582         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
8583         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
8584         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
8585         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
8586         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
8587         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
8588         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
8589         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
8590         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
8591         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
8592         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
8593         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
8594         * sysdeps/unix/sysv/linux/raise.c: ... here.
8595         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
8596         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
8597         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
8598         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
8599         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
8600         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
8601         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
8602         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
8603         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
8604         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
8605         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
8606         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
8607         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
8608         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
8609         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
8611 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
8613         * sysdeps/generic/memcopy.h: Add comment for
8614         MEMCPY_OK_FOR_FWD_MEMMOVE.
8616 2014-07-04  Will Newton  <will.newton@linaro.org>
8618         * string/memchr.c: Merge from gnulib.
8619         [_LIBC]: Remove conditionals.
8620         (__ptr_t): Remove define.
8621         (LONG_MAX_32_BITS): Likewise.
8622         (LONG_MAX): Likewise.
8623         (MEMCHR): Use ANSI prototype and optimize algorithm.
8625         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
8627 2014-07-03  Roland McGrath  <roland@hack.frob.com>
8629         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
8630         (lll_futex_timed_wait_bitset): Fix syscall argument count.
8632         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
8633         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
8634         in a bare environment with no <stdlib.h> installed.
8635         * sysdeps/nptl/configure: Regenerated.
8637         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
8639         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
8640         AC_EGREP_CPP for kernel header checks, so they only succeed if
8641         including <linux/version.h> actually works right.
8642         * sysdeps/unix/sysv/linux/configure: Regenerated.
8644         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
8645         value so it's not diagnosed as unused.
8647         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
8648         thing) with "ifeq ($(subdir),rt)".
8650 2014-07-03  Richard Henderson  <rth@redhat.com>
8652         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
8653         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
8654         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
8656         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
8657         (math_force_eval): New.
8659         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
8660         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
8662         * sysdeps/alpha/fpu/s_round.c: Remove file.
8663         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
8665         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
8666         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
8667         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
8668         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
8669         (_dl_start, print_statistics): Likewise.
8670         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
8671         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
8673         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8674         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8675         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8676         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8677         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8678         (HP_SMALL_TIMING_AVAIL): Define.
8679         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8680         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
8681         (HP_SMALL_TIMING_AVAIL): Define.
8682         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8683         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8685         * sysdeps/aarch64/hp-timing.h: New file.
8687         * sysdeps/generic/hp-timing.h: Remove dead comment.
8688         * sysdeps/generic/hp-timing-common.h: New file.
8689         * sysdeps/alpha/hp-timing.h: Include it.
8690         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
8691         * sysdeps/i386/i686/hp-timing.h: Likewise.
8692         * sysdeps/ia64/hp-timing.h: Likewise.
8693         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
8694         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
8695         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
8696         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
8697         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
8698         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
8699         (hp_timing_t): New.
8701         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
8702         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
8703         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
8704         * elf/rtld.c (_dl_start_final): Likewise.
8705         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
8706         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8707         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8708         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8709         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8710         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8711         (HP_TIMING_DIFF_INIT): Remove.
8712         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8713         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
8714         (HP_TIMING_DIFF_INIT): Remove.
8715         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8716         * sysdeps/i386/i686/hp-timing.c: Remove file.
8717         * sysdeps/x86_64/hp-timing.c: Remove file.
8718         * sysdeps/ia64/hp-timing.c: Remove file.
8719         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
8720         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
8721         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
8722         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
8724         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
8725         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
8726         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
8727         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8728         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8729         (HP_TIMING_ACCUM): Remove.
8730         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8731         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
8732         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8734         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
8735         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
8736         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
8737         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
8738         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
8739         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
8740         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
8741         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
8743         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
8745 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
8747         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
8749 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8751         Sync up with gettext.
8752         * intl/loadmsgcat.c: Define O_BINARY if not defined.
8753         [_MSC_VER]: Include malloc.h
8754         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
8755         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
8756         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
8757         TEMP_FAILURE_RETRY.  Cast return of alloca.
8758         [!_LIBC] Call gl_rwlock_init.
8759         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
8761 2014-07-02  Roland McGrath  <roland@hack.frob.com>
8763         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
8764         before checking its value.
8766 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8768         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
8770         * debug/memcpy_chk.c: Don't include pagecopy.h.
8771         * debug/mempcpy_chk.c: Likewise.
8772         * string/memcpy.c: Likewise.
8773         * string/memmove.c: Likewise.
8774         * sysdeps/powerpc/memmove.c: Likewise.
8775         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
8776         definition of PAGE_COPY_FWD_MAYBE here...
8777         * sysdeps/generic/pagecopy.h: ... from here.
8778         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
8780 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8781             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8783         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
8784         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
8785         optimizations.
8786         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8787         (__libc_ifunc_impl_list): Likewise.
8788         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
8789         multiarch strcat for PPC64.
8790         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
8791         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
8793 2014-07-02  Roland McGrath  <roland@hack.frob.com>
8795         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
8797 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8799         * intl/loadmsgcat.c: Remove declaration of
8800         get_sysdep_segment_value.
8801         (get_sysdep_segment_value): Use ISO C style.
8802         (_nl_load_domain): Use ISO C style.  Get rid of redundant
8803         semicolon.  Fix typo and formatting in comment.
8804         (_nl_unload_domain): Use ISO C style.
8806         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
8808 2014-07-02  Will Newton  <will.newton@linaro.org>
8810         * malloc/obstack.c: Merge from gnulib master.
8811         [HAVE_CONFIG_H]: Remove conditional code.
8812         [!_LIBC]: Include config.h.
8813         [!ELIDE_CODE]: Don't include inttypes.h, include
8814         stdint.h unconditionally.
8815         (print_and_abort): Mark as _Noreturn.
8816         (_obstack_allocated_p): Mark as __attribute_pure__.
8817         (obstack_free): Rename to __obstack_free.
8818         [!__attribute__]: Remove conditional code.
8819         * malloc/obstack.h: Merge from gnulib master.
8820         [__cplusplus]: Move conditional down.
8821         [!__attribute_pure__]: Define __attribute_pure__ here
8822         if it is not already defined.
8823         (_obstack_memory_used): Mark as __attribute_pure__.
8824         [!__obstack_free]: Define as obstack_free.
8825         [__GNUC__]: Remove check for ancient NeXT gcc.
8827 2014-07-02  Will Newton  <will.newton@linaro.org>
8828             Paul Eggert  <eggert@cs.ucla.edu>
8830         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
8832 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8834         * resolv/gethnamaddr.c: Add comment warning that the file is
8835         not maintained.
8837 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
8839         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
8840         entries.
8842         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
8843         entry for aio_cancel and aio_cancel64.
8844         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
8845         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
8846         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
8847         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
8848         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
8849         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
8850         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
8851         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
8852         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
8853         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
8854         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
8855         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
8856         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
8858 2014-07-01  Roland McGrath  <roland@hack.frob.com>
8860         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
8861         * nptl/pthread_mutex_lock.c: Likewise.
8862         * nptl/pthread_mutex_timedlock.c: Likewise.
8863         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
8865 2014-07-01  Richard henderson  <rth@redhat.com>
8867         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
8868         (__isnan, __isnanl): Remove.
8869         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
8871         * sysdeps/alpha/fpu/libm-test-ulps: Update.
8873 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
8875         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8877 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
8879         * resolv/nss_dns/dns-host.c (getanswer_r)
8880         [MULTI_PTRS_ARE_ALIASES]: Remove code.
8882 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
8884         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8885         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
8886         undefine.
8887         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
8888         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
8890 2014-07-01  Roland McGrath <roland@hack.frob.com>
8892         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
8893         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
8895         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
8896         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
8898         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
8899         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
8900         ... here.
8901         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
8902         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
8904         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
8905         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
8906         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
8907         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
8909         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
8910         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
8911         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
8912         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
8913         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
8914         Moved ...
8915         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
8916         ... here.
8917         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
8918         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
8919         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
8920         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
8921         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
8922         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
8923         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
8924         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
8925         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
8926         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
8927         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
8928         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
8929         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
8930         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
8931         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
8932         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
8933         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
8934         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
8935         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
8936         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
8937         ... here.
8938         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
8939         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
8940         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
8941         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
8942         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
8943         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
8944         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
8945         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
8947 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
8949         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
8950         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
8951         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
8952         Add sysdep.
8954 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8956         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8958 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
8960         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
8961         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
8963         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
8965         * sysdeps/arm/libm-test-ulps: Regenerated.
8967 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
8968             Roland McGrath <roland@hack.frob.com>
8970         * test-skeleton.c (signal_handler): Kill the whole process group
8971         before killing the child individually.
8972         (main): Report any failure on `setpgid'.
8974 2014-06-30  Roland McGrath  <roland@hack.frob.com>
8976         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
8977         from _TLS_H to _ARM_NPTL_TLS_H.
8978         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
8979         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
8981 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
8983         [BZ #16539]
8984         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
8985         (__expm1l): Return argument unchanged when small but not
8986         subnormal.
8988         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
8989         include macro name.
8990         (_FP_UNPACK_RAW_1_P): Likewise.
8991         (_FP_PACK_RAW_1): Likewise.
8992         (_FP_PACK_RAW_1_P): Likewise.
8993         (_FP_MUL_MEAT_1_wide): Likewise.
8994         (_FP_MUL_MEAT_DW_1_hard): Likewise.
8995         (_FP_MUL_MEAT_1_hard): Likewise.
8996         (_FP_DIV_MEAT_1_imm): Likewise.
8997         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
8998         (_FP_DIV_MEAT_1_udiv): Likewise.
8999         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
9000         (_FP_UNPACK_RAW_2): Likewise.
9001         (_FP_UNPACK_RAW_2_P): Likewise.
9002         (_FP_PACK_RAW_2): Likewise.
9003         (_FP_PACK_RAW_2_P): Likewise.
9004         (_FP_MUL_MEAT_DW_2_wide): Likewise.
9005         (_FP_MUL_MEAT_2_wide): Likewise.
9006         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
9007         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
9008         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
9009         (_FP_MUL_MEAT_2_gmp): Likewise.
9010         (_FP_DIV_MEAT_2_udiv): Likewise.
9011         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
9012         (_FP_FRAC_SRL_4): Likewise.
9013         (_FP_FRAC_SRST_4): Likewise.
9014         (_FP_FRAC_SRS_4): Likewise.
9015         (_FP_UNPACK_RAW_4): Likewise.
9016         (_FP_UNPACK_RAW_4_P): Likewise.
9017         (_FP_PACK_RAW_4): Likewise.
9018         (_FP_PACK_RAW_4_P): Likewise.
9019         (_FP_MUL_MEAT_DW_4_wide): Likewise.
9020         (_FP_MUL_MEAT_4_wide): Likewise.
9021         (_FP_MUL_MEAT_4_gmp): Likewise.
9022         (umul_ppppmnnn): Likewise.
9023         (_FP_DIV_MEAT_4_udiv): Likewise.
9024         (__FP_FRAC_ADD_4): Likewise.
9025         (__FP_FRAC_SUB_3): Likewise.
9026         (__FP_FRAC_SUB_4): Likewise.
9027         (__FP_FRAC_DEC_3): Likewise.
9028         (__FP_FRAC_DEC_4): Likewise.
9029         (__FP_FRAC_ADDI_4): Likewise.
9030         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
9031         (_FP_FRAC_SRL_8): Likewise.
9032         (_FP_FRAC_SRS_8): Likewise.
9034         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
9035         include macro name.
9036         (FP_UNPACK_RAW_EP): Likewise.
9037         (FP_PACK_RAW_E): Likewise.
9038         (FP_PACK_RAW_EP): Likewise.
9039         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
9040         (_FP_ISSIGNAN): Likewise.
9041         (_FP_ADD_INTERNAL): Likewise.
9042         (_FP_FMA): Likewise.
9043         (_FP_CMP): Likewise.
9044         (_FP_SQRT): Likewise.
9045         (_FP_TO_INT): Likewise.
9046         (_FP_FROM_INT): Likewise.
9047         (FP_EXTEND): Likewise.
9048         (_FP_DIV_MEAT_N_loop): Likewise.
9050 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
9052         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
9053         throughout.
9055 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
9057         [BZ #17097]
9058         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
9059         result with correct sign in case of exponents that produce
9060         overflow except for X very close to 1.
9062 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
9064         mktime: merge #if/#ifdef usage from glibc
9065         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
9066         as that works with both Glibc's and Gnulib's style.
9067         See thread starting at Siddhesh Poyarekar's bug report at:
9068         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
9070 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
9072         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
9073         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
9074         * sysdeps/tile/tilegx/memmove.c: Remove file.
9076 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
9078         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
9079         abi-name definition.
9080         * scripts/soversions.awk: Do not handle or generate ABI lines.
9081         * shlib-versions: Remove ABI entries.
9082         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
9083         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
9085 2014-06-27  Roland McGrath  <roland@hack.frob.com>
9087         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
9088         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
9089         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
9090         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
9091         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
9092         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
9093         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
9094         Moved ...
9095         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
9096         ... here.
9097         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
9098         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
9099         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
9100         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
9101         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
9102         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
9103         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
9104         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
9105         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
9106         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
9107         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
9108         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
9109         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
9110         Moved ...
9111         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
9112         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
9113         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
9114         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
9115         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
9116         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
9117         Moved ...
9118         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
9119         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
9120         Moved ...
9121         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
9122         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
9123         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
9124         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
9125         Moved ...
9126         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
9127         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
9128         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
9129         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
9130         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
9131         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
9132         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
9133         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
9134         Moved ...
9135         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
9136         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
9137         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
9138         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
9139         Moved ...
9140         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
9141         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
9142         Moved ...
9143         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
9144         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
9145         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
9146         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
9147         Moved ...
9148         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
9149         ... here.
9150         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
9151         Identical file removed.
9152         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
9153         Moved ...
9154         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
9155         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
9156         Identical file removed.
9157         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
9158         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
9159         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
9160         Moved ...
9161         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
9162         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
9163         Identical file removed.
9164         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
9165         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
9166         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
9167         Identical file removed.
9168         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
9169         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
9170         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
9171         Identical file removed.
9172         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
9173         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
9174         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
9175         Identical file removed.
9176         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
9177         Moved ...
9178         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
9179         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
9180         Identical file removed.
9181         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
9182         Moved ...
9183         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
9184         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
9185         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
9186         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
9187         Identical file removed.
9188         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
9189         Moved ...
9190         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
9191         ... here.
9192         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
9193         Identical file removed.
9194         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
9195         Moved ...
9196         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
9197         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
9198         Identical file removed.
9199         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
9200         Moved ...
9201         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
9202         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
9203         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
9204         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
9205         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
9206         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
9207         Moved ...
9208         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
9209         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
9210         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
9212         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
9213         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
9214         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
9215         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
9216         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
9218 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
9220         [BZ #17092]
9221         * nscd/nscd.c (monitor_child): Return exit status of child
9222         instead of return value from wait syscall.
9224 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
9226         * configure.ac (libc_commonpagesize): Remove variable.
9227         (libc_relro_required): Likewise.
9228         (libc_cv_z_relro): Remove configure test.
9229         * configure: Regenerated.
9230         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
9231         variable.
9232         (libc_relro_required): Likewise.
9233         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
9234         (libc_relro_required): Likewise.
9235         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
9236         (libc_relro_required): Likewise.
9237         * sysdeps/arm/preconfigure: Regenerated.
9238         * sysdeps/ia64/preconfigure: Remove file.
9239         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
9240         variable.
9241         (libc_relro_required): Likewise.
9243         [BZ #16561]
9244         [BZ #16562]
9245         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
9246         (__ieee754_yn): Set FE_TONEAREST mode internally and then
9247         recompute overflowing results in original rounding mode.
9248         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
9249         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
9250         recompute overflowing results in original rounding mode.
9251         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
9252         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9253         recompute overflowing results in original rounding mode.
9254         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
9255         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9256         recompute overflowing results in original rounding mode.
9257         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
9258         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9259         recompute overflowing results in original rounding mode.
9260         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
9261         (libc_feholdsetround_ctx): New macro.
9262         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
9263         * sysdeps/i386/fpu/libm-test-ulps: Update.
9264         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
9266 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9268         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
9269         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
9270         corresponding .cpsetup call.
9272 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9274         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
9275         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
9276         * sysdeps/arm/Makefile [$(subdir) = csu]
9277         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
9278         (static-only-routines): Add aeabi_read_tp here.
9279         (shared-only-routines): Add libc-aeabi_read_tp here.
9280         (CFLAGS-libc-start.c): Add -fexceptions here.
9281         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
9282         (sysdep_routines, static-only-routines, shared-only-routines):
9283         Don't add to these here.
9284         (CFLAGS-libc-start.c): Likewise.
9286         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
9287         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
9288         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
9289         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
9290         * sysdeps/arm/Makefile [$(subdir) = rt]
9291         (librt-sysdep_routines, librt-shared-only-routines):
9292         Append rt-aeabi_unwind_cpp_pr1 here.
9293         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
9294         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
9295         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
9296         (libpthread-sysdep_routines, libpthread-shared-only-routines):
9297         Append nptl-aeabi_unwind_cpp_pr1 here.
9298         (tests): Filter out tst-cleanupx4 here.
9299         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
9300         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
9301         Don't do those here.
9303 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9305         * scripts/list-sources.sh: Do not handle ports specially.
9307 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9309         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
9310         * sysdeps/arm/feupdateenv.c: Likewise.
9312         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
9314 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9316         * manual/texinfo.tex: Update to version 2014-05-05.10 with
9317         trailing whitespace removed.
9318         * scripts/config.guess: Update to version 2014-03-23.
9319         * scripts/config.sub: Update to version 2014-05-01
9320         * scripts/install-sh: Update to version 2013-12-25.23.
9321         * scripts/move-if-change: Update from gnulib.
9323 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9325         * debug/memmove_chk.c: Remove pagecopy.h include.
9327 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
9329         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
9330         identical to gnulib mktime.
9332 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9334         * configure.ac: Do not test for machine being rs6000.  Do not test
9335         for powerpc*-*soft.
9336         * configure: Regenerated.
9338         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
9339         test.
9340         * configure: Regenerated.
9341         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
9342         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
9343         Remove configure test.
9344         * sysdeps/arm/configure: Regenerated.
9345         * sysdeps/nptl/configure.ac: Do not check
9346         libc_cv_asm_cfi_directives.
9347         * sysdeps/nptl/configure: Regenerated.
9348         * sysdeps/x86_64/nptl/configure.ac: Remove file.
9349         * sysdeps/x86_64/nptl/configure: Remove generated file.
9350         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
9351         unconditional.
9352         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
9354 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9356         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
9357         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
9358         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
9359         it is defined.
9361         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
9362         instead of whether it is defined.
9363         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
9364         * sysdeps/hppa/dl-machine.h: Likewise.
9365         * sysdeps/ia64/dl-machine.h: Likewise.
9366         * sysdeps/m68k/dl-machine.h: Likewise.
9367         * sysdeps/microblaze/dl-machine.h: Likewise.
9368         * sysdeps/mips/dl-machine.: Likewise.
9369         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
9370         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
9371         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9372         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9373         * sysdeps/sh/dl-machine.h: Likewise.
9374         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9375         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9376         * sysdeps/tile/dl-machine.h: Likewise.
9377         * sysdeps/x86_64/dl-machine.h: Likewise.
9379         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
9380         code.
9381         (verify_persistent_db): Likewise.
9383 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9385         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
9386         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
9387         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
9388         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
9389         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
9390         Moved ...
9391         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
9392         ... here.
9393         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
9394         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
9395         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
9396         Identical file removed.
9397         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
9398         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
9399         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
9400         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
9401         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
9402         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
9403         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
9404         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
9405         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
9406         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
9407         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
9408         Moved ...
9409         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
9410         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
9411         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
9412         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
9413         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
9414         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
9415         Moved ...
9416         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
9417         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
9418         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
9419         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
9420         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
9421         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
9422         Identical file removed.
9423         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
9424         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
9425         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
9426         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
9427         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
9428         Moved ...
9429         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
9430         ... here.
9431         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
9432         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
9433         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
9434         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
9435         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
9436         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
9437         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
9438         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
9439         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
9440         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
9441         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
9442         Moved ...
9443         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
9444         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
9445         Moved ...
9446         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
9447         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
9448         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
9449         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
9450         Moved ...
9451         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
9452         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
9453         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
9455         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
9456         folded into ...
9457         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
9458         * sysdeps/unix/sysv/linux/s390/Versions
9459         (libpthread: GLIBC_2.19): New version set.
9460         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
9461         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
9462         (librt: GLIBC_2.3.3): New version set.
9463         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
9464         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
9465         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
9466         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
9467         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
9468         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
9469         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
9470         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
9471         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
9472         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
9473         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
9474         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
9475         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
9476         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
9477         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
9478         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
9479         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
9480         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
9481         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
9482         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
9483         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
9484         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
9485         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
9486         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
9487         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
9488         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
9489         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
9490         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
9491         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
9492         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
9493         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
9494         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
9495         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
9496         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
9497         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
9498         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
9499         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
9500         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
9501         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
9502         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
9503         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
9504         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
9505         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
9506         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
9507         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
9509         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
9510         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
9511         (__libc_vfork): Define the function under this name.
9512         [!NOT_IN_libc] (__vfork): Make this an alias.
9513         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
9514         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
9515         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
9516         (__libc_vfork): Define the function under this name.
9517         [!NOT_IN_libc] (__vfork): Make this an alias.
9518         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
9519         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
9520         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
9521         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
9522         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
9523         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
9525         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
9526         code that was previously under [RESET_PID].
9527         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
9528         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
9529         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
9531         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
9532         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
9533         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
9534         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
9535         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
9536         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
9537         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
9538         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
9539         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
9540         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
9541         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
9542         Moved ...
9543         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
9544         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
9545         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
9546         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
9547         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
9548         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
9549         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
9550         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
9551         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
9552         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
9553         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
9554         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
9555         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
9556         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
9557         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
9558         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
9559         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
9560         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
9561         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
9562         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
9563         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
9564         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
9565         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
9566         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
9567         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
9568         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
9569         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
9570         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
9571         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
9573 2014-06-25  Roland McGrath  <roland@hack.frob.com>
9575         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
9576         that was previously under [RESET_PID].
9577         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
9579 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9581         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
9582         not undefine and redefine.
9583         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
9584         [O_CLOEXEC]: Make code unconditional.
9585         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
9586         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
9587         <kernel-features.h>.
9588         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
9589         conditional variable definition.
9590         (shm_open) [O_CLOEXEC]: Make code unconditional.
9591         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
9592         code.
9594         * configure.ac (USE_REGPARMS): Don't define here.
9595         * configure: Regenerated.
9596         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
9597         * sysdeps/i386/configure: Regenerated.
9599         * nptl/createthread.c: Don't include kernel-features.h.
9600         * nptl/pthread_cancel.c: Likewise.
9601         * nptl/pthread_condattr_setclock.c: Likewise.
9602         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
9603         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
9604         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
9605         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
9606         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
9607         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
9608         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
9609         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
9610         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
9611         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
9612         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
9613         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
9614         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
9615         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
9616         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
9617         * nscd/gai.c: Likewise.
9618         * nss/nss_db/db-open.c: Likewise.
9619         * sysdeps/generic/ldsodefs.h: Likewise.
9620         * sysdeps/sh/nptl/tls.h: Likewise.
9621         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
9622         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
9623         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
9624         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
9625         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
9626         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
9627         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
9628         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
9629         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
9630         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
9631         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
9632         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
9633         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
9634         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
9635         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
9636         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
9637         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
9638         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
9639         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
9640         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
9641         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
9642         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
9643         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
9644         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
9645         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
9646         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
9647         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
9648         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
9649         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
9650         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
9651         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
9652         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
9653         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
9654         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
9655         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
9656         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9657         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
9658         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
9659         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
9660         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
9661         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
9662         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
9663         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
9664         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
9665         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
9666         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
9667         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
9668         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
9669         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
9670         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
9671         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
9672         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
9673         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
9674         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
9675         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
9676         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
9677         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
9678         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
9679         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
9680         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
9681         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
9682         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
9683         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
9684         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
9685         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
9686         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
9687         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
9688         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
9689         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
9690         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
9691         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
9692         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
9693         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
9694         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
9695         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
9696         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
9697         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
9698         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
9699         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
9700         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
9701         * sysdeps/unix/sysv/linux/pread.c: Likewise.
9702         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
9703         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
9704         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
9705         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
9706         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
9707         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
9708         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
9709         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
9710         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
9711         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
9712         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
9713         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
9714         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
9715         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
9716         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
9717         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
9718         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
9719         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
9720         * sysdeps/unix/sysv/linux/system.c: Likewise.
9721         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
9722         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
9723         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
9724         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
9725         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
9726         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9727         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
9729         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
9730         * configure: Regenerated.
9731         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
9733         * configure.ac (base_machine): Do not set specially for particular
9734         machines here.
9735         * configure: Regenerated.
9736         * sysdeps/powerpc/preconfigure: Move machine and base_machine
9737         settings from configure.ac.
9738         * sysdeps/i386/preconfigure: New file.
9739         * sysdeps/s390/preconfigure: Likewise.
9740         * sysdeps/sh/preconfigure: Likewise.
9741         * sysdeps/sparc/preconfigure: Likewise.
9743 2014-06-25  Roland McGrath  <roland@hack.frob.com>
9745         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
9746         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
9747         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
9748         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
9749         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
9750         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
9751         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
9752         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
9753         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
9754         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
9755         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
9756         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
9757         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
9758         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
9759         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
9760         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
9761         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
9762         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
9763         * sysdeps/sparc/sparc64/Makefile: ... appended here.
9765         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
9766         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
9767         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
9768         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
9769         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
9770         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
9771         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
9772         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
9773         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
9774         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
9775         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
9776         * sysdeps/sparc/sparc32/sem_post.c: ... here.
9777         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
9778         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
9779         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
9780         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
9781         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
9782         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
9783         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
9784         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
9785         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
9786         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
9787         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
9788         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
9789         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
9790         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
9791         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
9792         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
9793         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
9794         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
9795         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
9796         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
9797         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
9798         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
9799         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
9800         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
9801         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
9802         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
9804         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
9805         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
9806         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
9807         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
9808         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
9809         Moved ...
9810         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
9811         ... here.
9812         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
9813         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
9814         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
9815         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
9816         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
9817         Moved ...
9818         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
9819         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
9820         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
9821         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
9822         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
9823         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
9824         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
9825         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
9826         Moved ...
9827         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
9828         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
9829         Moved ...
9830         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
9831         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
9832         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
9833         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
9834         Moved ...
9835         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
9836         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
9837         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
9838         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
9839         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
9840         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
9841         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
9842         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
9843         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
9844         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
9845         Moved ...
9846         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
9847         ... here.
9848         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
9849         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
9850         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
9851         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
9852         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
9853         Moved ...
9854         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
9855         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
9856         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
9857         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
9858         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
9859         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
9860         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
9861         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
9862         Moved ...
9863         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
9864         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
9865         Moved ...
9866         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
9867         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
9868         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
9869         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
9870         Moved ...
9871         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
9872         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
9873         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
9874         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
9875         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
9877 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9879         * timezone/checktab.awk: Update from tzcode 2014e.
9880         * timezone/private.h: Likewise.
9881         * timezone/tzfile.h: Likewise.
9882         * timezone/zdump.c: Likewise.
9883         * timezone/zic.c: Likewise.
9885         * sysdeps/unix/sysv/linux/kernel-features.h
9886         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
9887         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
9888         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
9889         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
9890         Remove conditional code.
9892 2014-06-25  Will Newton  <will.newton@linaro.org>
9894         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
9895         (_dl_arm_cap_flags): Add HWCAP2 values.
9896         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
9897         (_DL_HWCAP_COUNT): Increase to 37.
9898         (_DL_HWCAP_LAST): New define.
9899         (_DL_HWCAP2_LAST): New define.
9900         (_dl_procinfo): Add support for printing
9901         AT_HWCAP2 entries.
9902         (_dl_string_hwcap): Use _dl_hwcap_string.
9904 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9906         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9908 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9910         * README: Do not mention ports directory.
9912         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
9913         Remove macro.
9914         * sysdeps/unix/sysv/linux/futimes.c: Do not include
9915         <kernel-features.h>.
9916         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
9917         conditional variable definition.
9918         (__futimes): Update comment.
9919         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
9920         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
9922         [BZ #16560]
9923         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
9924         arguments close to 0.
9925         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
9926         Likewise.
9927         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
9928         Likewise.
9929         * math/auto-libm-test-in: Add more tests of exp10.
9930         * math/auto-libm-test-out: Regenerated.
9931         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
9933         * sysdeps/unix/sysv/linux/kernel-features.h
9934         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
9935         * sysdeps/unix/sysv/linux/readv.c: Do not include
9936         <kernel-features.h>.
9937         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
9938         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
9939         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
9940         unconditional.
9941         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
9942         conditional code.
9943         * sysdeps/unix/sysv/linux/writev.c: Do not include
9944         <kernel-features.h>.
9945         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
9946         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
9947         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
9948         unconditional.
9949         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
9950         conditional code.
9952 2014-06-25  Will Newton  <will.newton@linaro.org>
9954         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
9955         comment changes throughout the file.  Remove checks
9956         for HAVE_*_H definitions that are not required.
9957         (__gen_tempname): Call abort if an unknown kind value is
9958         passed.
9960 2014-06-25  Andreas Schwab  <schwab@suse.de>
9962         [BZ #17086]
9963         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
9964         scalbln, scalblnf, scalblnl in libc.
9966 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
9968         [BZ #17086]
9969         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
9970         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
9971         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
9973 2014-06-24  Roland McGrath  <roland@hack.frob.com>
9975         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
9976         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
9977         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
9978         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
9979         Update #include.
9980         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
9981         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
9982         Update #include.
9983         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
9984         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
9985         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
9986         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
9987         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
9988         * sysdeps/x86/bits/pthreadtypes.h: ... here.
9989         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
9990         * sysdeps/x86/bits/semaphore.h: ... here.
9991         * sysdeps/x86/nptl/elide.h: Moved ...
9992         * sysdeps/x86/elide.h: ... here.
9993         * sysdeps/x86_64/nptl/Implies: File removed.
9994         * sysdeps/i386/nptl/Implies: File removed.
9996 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
9998         [BZ #16539]
9999         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
10000         return the argument for normal arguments with exponent below -64.
10001         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
10002         Likewise.
10003         * math/auto-libm-test-in: Add another test of expm1.
10004         * math/auto-libm-test-out: Regenerated.
10006         [BZ #16287]
10007         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
10008         calling __erfcl for arguments at least 16.
10009         * math/auto-libm-test-in: Add more tests of erf.
10010         * math/auto-libm-test-out: Regenerated.
10012         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
10013         individual architectures.
10014         * sysdeps/unix/sysv/linux/configure: Regenerated.
10015         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
10016         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
10017         * sysdeps/unix/sysv/linux/powerpc/configure.ac
10018         (ldd_rewrite_script): Define variable.
10019         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
10020         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
10021         file.
10022         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
10023         generated file.
10024         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
10025         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
10026         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
10027         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
10028         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
10029         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
10030         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
10031         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
10033 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
10035         [BZ #17084]
10036         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
10037         Rename member __data.d to __data.__elision_data.
10039 2014-06-24  Wilco  <wdijkstr@arm.com>
10041         * NEWS: Add 16918 to fixed bug list.
10043 2014-06-24  Wilco  <wdijkstr@arm.com>
10045         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
10047 2014-06-24  Wilco  <wdijkstr@arm.com>
10049         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
10050         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
10051         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
10052         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
10053         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
10054         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
10055         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
10056         Use _FPU_MASK_RM.
10058 2014-06-24  Wilco  <wdijkstr@arm.com>
10060         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
10062 2014-06-24  Wilco  <wdijkstr@arm.com>
10064         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
10065         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
10066         * sysdeps/arm/fesetround.c (fesetround): Remove space.
10067         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
10069 2014-06-24  Wilco  <wdijkstr@arm.com>
10071         [BZ #16918]
10072         * sysdeps/arm/feupdateenv.c (feupdateenv):
10073         Rewrite to reduce FPSCR accesses and fix return value.
10075 2014-06-24  Wilco  <wdijkstr@arm.com>
10077         * sysdeps/arm/fclrexcpt.c (feclearexcept):
10078         Optimize to avoid unnecessary FPSCR writes.
10079         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
10080         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
10081         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
10082         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
10084 2014-06-24  Wilco  <wdijkstr@arm.com>
10086         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
10087         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
10088         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
10089         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
10090         Call libc_fetestexcept_vfp.
10091         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
10092         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
10093         __SOFTFP__ ifdef so that they can be built for softfp.
10095 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
10097         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
10098         argument type signed char.
10100         * Makerules (check-abi): Dump diff of symlist if the test
10101         fails.
10103 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10105         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
10106         using abort.
10108         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
10109         Remove unused variable ST.
10111 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
10113         [BZ #16354]
10114         [BZ #17061]
10115         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
10116         small arguments before calling __expm1.
10117         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
10118         small arguments before calling __expm1f.
10119         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
10120         small arguments before calling __expm1l.
10121         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
10122         Likewise.
10123         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
10124         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
10125         spurious underflow for some cosh tests.
10126         * math/auto-libm-test-out: Regenerated.
10127         * sysdeps/i386/fpu/libm-test-ulps: Update.
10129         [BZ #17050]
10130         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
10131         (__ieee754_y1): Set errno if return value overflows.
10132         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
10133         (__ieee754_y1f): Set errno if return value overflows.
10134         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
10135         (__ieee754_y1l): Set errno if return value overflows.
10136         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
10137         (__ieee754_y1l): Set errno if return value overflows.
10138         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
10139         * math/auto-libm-test-out: Regenerated.
10141         * math/gen-auto-libm-tests.c: Document use of
10142         ignore-zero-inf-sign.
10143         (input_flag_type): Add value flag_ignore_zero_inf_sign.
10144         (input_flags): Add ignore-zero-inf-sign.
10145         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
10146         * math/gen-libm-test.pl (generate_testfile): Handle
10147         ignore-zero-inf-sign.
10148         * math/auto-libm-test-in: Mark some cpow tests with
10149         ignore-zero-inf-sign and some with xfail-rounding.
10150         * math/auto-libm-test-out: Regenerated.
10151         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
10152         * sysdeps/i386/fpu/libm-test-ulps: Update.
10153         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10155         [BZ #16315]
10156         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
10157         overflowing or underflowing operations take place with sign of
10158         result.
10159         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
10160         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
10161         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
10162         (__ieee754_pow): Recompute overflowing and underflowing results in
10163         original rounding mode.
10164         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
10165         (__powl_helper): Allow negative argument X and scale negated value
10166         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
10167         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
10168         overflowing or underflowing operations take place with sign of
10169         result.
10170         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
10171         Include <math.h>.
10172         * math/auto-libm-test-in: Add more tests of pow.
10173         * math/auto-libm-test-out: Regenerated.
10174         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
10175         (pow_tonearest_test_data): Remove.
10176         (pow_test_tonearest): Likewise.
10177         (pow_towardzero_test_data): Likewise.
10178         (pow_test_towardzero): Likewise.
10179         (pow_downward_test_data): Likewise.
10180         (pow_test_downward): Likewise.
10181         (pow_upward_test_data): Likewise.
10182         (pow_test_upward): Likewise.
10183         (main): Don't call removed functions.
10184         * sysdeps/i386/fpu/libm-test-ulps: Update.
10185         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10187 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10189         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
10190         Moved ...
10191         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
10192         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
10193         Moved ...
10194         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
10195         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
10196         Moved ...
10197         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
10198         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
10199         Moved ...
10200         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
10201         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
10202         File removed.
10203         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
10204         File removed.
10205         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
10206         File removed.
10207         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
10208         File removed.
10209         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
10210         File removed.
10211         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
10212         File removed.
10213         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
10214         File removed.
10215         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
10216         File removed.
10217         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
10218         File removed.
10219         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
10220         File removed.
10221         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
10222         File removed.
10223         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
10224         File removed.
10225         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
10226         Moved ...
10227         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
10228         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
10229         Moved ...
10230         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
10231         ... here.
10232         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
10233         Moved ...
10234         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
10235         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
10236         Moved ...
10237         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
10238         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
10239         Moved ...
10240         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
10241         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
10242         Moved ...
10243         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
10244         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
10245         Moved ...
10246         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
10247         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
10248         Moved ...
10249         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
10250         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
10251         Moved ...
10252         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
10253         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
10254         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
10255         ... here.
10256         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
10257         Moved ...
10258         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
10259         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
10260         Moved ...
10261         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
10262         ... here.
10263         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
10264         Moved ...
10265         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
10266         ... here.
10267         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
10268         Moved ...
10269         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
10270         ... here.
10271         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
10272         Moved ...
10273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
10274         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
10275         Moved ...
10276         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
10277         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
10278         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
10279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
10280         Moved ...
10281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
10282         ... here.
10283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
10284         Moved ...
10285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
10286         ... here.
10287         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
10288         Moved ...
10289         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
10290         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
10291         Moved ...
10292         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
10293         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
10294         Moved ...
10295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
10296         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
10297         Moved ...
10298         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
10299         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
10300         Moved ...
10301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
10302         ... here.
10303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
10304         Moved ...
10305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
10306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
10307         Moved ...
10308         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
10309         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
10310         Moved ...
10311         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
10312         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
10313         Moved ...
10314         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
10315         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
10316         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
10317         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
10318         Moved ...
10319         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
10320         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
10321         Moved ...
10322         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
10323         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
10324         Moved ...
10325         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
10326         ... here.
10327         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
10328         Moved ...
10329         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
10330         ... here.
10331         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
10332         Moved ...
10333         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
10334         ... here.
10335         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
10336         Moved ...
10337         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
10338         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
10339         Moved ...
10340         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
10341         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
10342         Moved ...
10343         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
10344         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
10345         Moved ...
10346         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
10347         ... here.
10348         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
10349         Moved ...
10350         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
10351         ... here.
10352         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
10353         Moved ...
10354         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
10355         ... here.
10356         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
10357         Moved ...
10358         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
10359         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
10360         Moved ...
10361         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
10363 2014-06-23  Will Newton  <will.newton@linaro.org>
10364             Wilco  <wdijkstr@arm.com>
10366         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
10367         implementation.  Include get-rounding-mode.h.
10368         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
10369         [!libc_feholdsetround_noex_ctx]: Define
10370         libc_feholdsetround_noex_ctx.
10371         [!libc_feholdsetround_noexf_ctx]: Define
10372         libc_feholdsetround_noexf_ctx.
10373         [!libc_feholdsetround_noexl_ctx]: Define
10374         libc_feholdsetround_noexl_ctx.
10375         (libc_feholdsetround_ctx): New function.
10376         (libc_feresetround_ctx): New function.
10377         (libc_feholdsetround_noex_ctx): New function.
10378         (libc_feresetround_noex_ctx): New function.
10380 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10382         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
10383         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
10384         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
10385         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
10386         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
10387         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
10389         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
10390         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
10391         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
10392         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
10393         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
10394         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
10395         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
10396         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
10397         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
10398         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
10399         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
10400         Moved ...
10401         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
10402         ... here.
10403         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
10404         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
10405         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
10406         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
10407         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
10408         Moved ...
10409         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
10410         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
10411         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
10412         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
10413         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
10414         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
10415         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
10416         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
10417         Moved ...
10418         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
10419         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
10420         Moved ...
10421         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
10422         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
10423         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
10424         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
10425         Moved ...
10426         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
10427         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
10428         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
10429         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
10430         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
10431         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
10432         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
10433         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
10434         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
10435         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
10436         Moved ...
10437         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
10438         ... here.
10439         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
10440         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
10441         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
10442         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
10443         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
10444         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
10445         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
10446         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
10447         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
10448         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
10449         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
10450         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
10451         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
10452         Moved ...
10453         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
10454         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
10455         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
10456         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
10457         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
10458         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
10459         Moved ...
10460         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
10461         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
10462         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
10463         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
10464         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
10466         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
10467         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
10468         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
10469         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
10470         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
10471         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
10472         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
10473         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
10474         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
10475         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
10476         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
10477         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
10478         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
10479         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
10480         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
10481         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
10482         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
10483         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
10484         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
10485         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
10486         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
10487         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
10488         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
10489         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
10490         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
10491         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
10492         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
10493         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
10495 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
10497         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
10498         (FALLOC_FL_COLLAPSE_RANGE): New macro.
10499         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
10500         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
10501         (IPV6_PMTUDISC_INTERFACE): Likewise.
10502         (IPV6_PMTUDISC_OMIT): Likewise.
10504 2014-06-23  Andreas Schwab  <schwab@suse.de>
10506         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
10507         Remove unused errout label.
10509 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10511         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
10512         macro: hardware supports Vector Crypto instructions.
10514 2014-06-23  Will Newton  <will.newton@linaro.org>
10516         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
10517         rather than __builtin_expect.
10519         * elf/dl-lookup.c (undefined_msg): Remove variable.
10520         (_dl_lookup_symbol_x): Replace undefined_msg with string
10521         literal.
10523         * elf/dl-lookup.c (do_lookup_unique): New function.
10524         (do_lookup_x): Move STB_GNU_UNIQUE handling code
10525         to a separate function.
10527 2014-06-23  Andreas Schwab  <schwab@suse.de>
10529         [BZ #17079]
10530         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
10531         before reading the next line.
10533 2014-06-23  Will Newton  <will.newton@linaro.org>
10535         * test-skeleton.c (signal_handler): Use printf and %m
10536         rather than perror.  Use printf rather than fprintf to
10537         stderr.  Use puts rather than fputs to stderr.
10538         (main): Likewise.
10540 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
10542         * nscd/nscd.c (thread_info_t): Remove typedef.
10543         (thread_info): Remove variable.
10545 2014-06-21  Allan McRae  <allan@archlinux.org>
10547         * NEWS: Mention CVE-2014-4043.
10549 2014-06-20  Roland McGrath  <roland@hack.frob.com>
10551         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
10552         * nptl/smp.h: ... here.
10554         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
10556         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
10557         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
10558         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
10559         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
10561         * nptl/allocatestack.c: Include <stack-aliasing.h>.
10562         * nptl/stack-aliasing.h: New file.
10563         * sysdeps/i386/i686/stack-aliasing.h: New file.
10564         * sysdeps/i386/i686/nptl/Makefile: File removed.
10565         * sysdeps/x86_64/stack-aliasing.h: New file.
10566         * sysdeps/x86_64/nptl/Makefile
10567         (CFLAGS-pthread_create.c): Variable removed.
10569         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
10570         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
10571         old file.
10572         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
10573         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
10574         old file.
10576 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
10578         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10579         (__ASSUME_SIGFRAME_V2): Remove macro.
10580         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
10581         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
10582         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
10583         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
10584         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
10585         Declare as function.  Remove conditional macro definitions.
10586         (__default_rt_sa_restorer): Likewise.
10587         (__default_sa_restorer_v1): Remove declaration.
10588         (__default_sa_restorer_v2): Likewise.
10589         (__default_rt_sa_restorer_v1): Likewise.
10590         (__default_rt_sa_restorer_v2): Likewise.
10591         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
10592         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
10593         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
10595 2014-06-20  Roland McGrath  <roland@hack.frob.com>
10597         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
10598         (libpthread-routines): Add sysdep.
10599         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
10600         * sysdeps/unix/sysv/linux/sparc/Versions
10601         (libpthread: GLIBC_2.3.3): New version set.
10602         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
10603         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
10604         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
10605         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
10606         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
10607         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
10608         Moved ...
10609         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
10610         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
10611         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
10612         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
10613         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
10614         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
10615         * sysdeps/sparc/nptl/sem_init.c: ... here.
10616         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
10617         * sysdeps/sparc/nptl/sem_post.c: ... here.
10618         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
10619         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
10620         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
10621         * sysdeps/sparc/nptl/sem_wait.c: ... here.
10622         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
10623         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
10624         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
10625         (libpthread-routines): Add cpu_relax.
10626         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
10627         File removed.
10628         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
10629         (librt: GLIBC_2.3.3): New version set.
10630         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
10631         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
10632         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
10633         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
10634         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
10635         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
10636         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
10637         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
10638         Moved ...
10639         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
10640         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
10641         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
10642         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
10643         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
10644         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
10645         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
10646         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
10647         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
10648         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
10649         Moved ...
10650         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
10651         Update #include.
10652         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
10653         Moved ...
10654         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
10655         Update #include.
10656         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
10657         Moved ...
10658         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
10659         Update #include.
10660         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
10661         Moved ...
10662         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
10663         Update #include.
10664         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
10665         Moved ...
10666         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
10667         Update #include.
10668         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
10669         Moved ...
10670         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
10671         Update #include.
10672         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
10673         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
10674         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
10675         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
10676         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
10677         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
10678         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
10679         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
10680         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
10681         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
10682         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10683         Moved ...
10684         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
10685         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
10686         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
10687         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
10688         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
10690 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
10692         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
10693         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
10694         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
10695         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
10696         * nscd/nscd.c: Likewise.
10697         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
10698         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
10699         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
10700         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
10702         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
10703         <kernel-features.h>.
10704         (init_mq_netlink): Remove conditional have_sock_cloexec
10705         definitions.  Remove code conditional on have_sock_cloexec < 0.
10706         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
10707         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
10708         * sysdeps/unix/sysv/linux/opensock.c: Do not include
10709         <kernel-features.h>.
10710         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
10711         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
10713 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
10715         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
10716         Add tests for memset_chk and memset.
10718         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
10719         with AVX2_Usable.
10721 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
10723         [BZ #16046]
10724         * elf/tst-dl-iter-static.c: New file.
10725         * elf/Makefile (tests-static): Add tst-dl-iter-static.
10727         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
10728         error.
10730 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
10732         * sysdeps/unix/sysv/linux/kernel-features.h
10733         (__ASSUME_F_GETOWN_EX): Remove macro.
10734         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
10735         <kernel-features.h>.
10736         (miss_F_GETOWN_EX): Remove variable or macro.
10737         (do_fcntl): Do not check miss_F_GETOWN_EX.
10738         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
10740         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
10741         Remove macro.
10742         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
10743         [!__ASSUME_AT_RANDOM]: Remove conditional code.
10744         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
10746         * sysdeps/unix/sysv/linux/kernel-features.h
10747         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
10748         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
10749         [ADJ_OFFSET_SS_READ]: Make code unconditional.
10750         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
10752 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
10754         [BZ #17075]
10755         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
10756         Fix calculation of the symbol's value.
10757         * sysdeps/arm/tst-armtlsdescloc.c: New file.
10758         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
10759         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
10760         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
10761         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
10762         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
10763         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
10764         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
10765         (modules-names): Add `tst-armtlsdescmod',
10766         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
10767         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
10768         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
10769         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
10770         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
10771         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
10772         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
10773         ($(objpfx)tst-armtlsdescloc): New dependency.
10774         ($(objpfx)tst-armtlsdescextnow): Likewise.
10775         ($(objpfx)tst-armtlsdescextlazy): Likewise.
10776         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
10777         TLS scheme support.
10778         * sysdeps/arm/configure: Regenerate.
10780 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
10782         * include/fcntl.h (__atfct_seterrno): Remove prototype.
10783         (__atfct_seterrno_2): Likewise.
10784         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
10785         <kernel-features.h>.
10786         (__ASSUME_ATFCTS): Do not undefine and redefine.
10787         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
10788         (__have_atfcts): Remove conditional definition.
10789         (__fxstatat([__NR_fstatat64]: Make code unconditional.
10790         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
10791         unreachable if [__ASSUME_ATFCTS].
10792         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
10793         not undefine and redefine.
10794         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
10795         <kernel-features.h>.
10796         (faccessat) [__NR_faccessat]: Make code unconditional.
10797         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
10798         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
10799         <kernel-features.h>.
10800         (fchmodat) [__NR_fchmodat]: Make code unconditional.
10801         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
10802         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
10803         <kernel-features.h>.
10804         (fchownat) [__NR_fchownat]: Make code unconditional.
10805         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
10806         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
10807         <kernel-features.h>.
10808         (futimesat) [__NR_futimesat]: Make code unconditional.
10809         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
10810         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
10811         <kernel-features.h>.
10812         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
10813         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10814         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
10815         <kernel-features.h>.
10816         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
10817         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
10818         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
10819         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
10820         <kernel-features.h>.
10821         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
10822         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10823         * sysdeps/unix/sysv/linux/linkat.c: Do not include
10824         <kernel-features.h>.
10825         (linkat) [__NR_linkat]: Make code unconditional.
10826         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10827         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
10828         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
10829         <kernel-features.h>.
10830         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
10831         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
10832         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
10833         <kernel-features.h>.
10834         (mkdirat) [__NR_mkdirat]: Make code unconditional.
10835         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
10836         * sysdeps/unix/sysv/linux/openat.c: Do not include
10837         <kernel-features.h>.
10838         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
10839         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
10840         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
10841         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
10842         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
10843         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
10844         <kernel-features.h>.
10845         (readlinkat) [__NR_readlinkat]: Make code unconditional.
10846         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
10847         result of INLINE_SYSCALL directly, not via int variable.
10848         * sysdeps/unix/sysv/linux/renameat.c: Do not include
10849         <kernel-features.h>.
10850         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
10851         (renameat) [__NR_renameat]: Make code unconditional.
10852         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
10853         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
10854         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
10855         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
10856         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
10857         (__ASSUME_ATFCTS): Do not undefine and redefine.
10858         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
10859         <kernel-features.h>.
10860         (symlinkat) [__NR_symlinkat]: Make code unconditional.
10861         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10862         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
10863         <kernel-features.h>.
10864         (unlinkat) [__NR_unlinkat]: Make code unconditional.
10865         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10866         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
10867         (__ASSUME_ATFCTS): Do not undefine and redefine.
10868         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
10869         <kernel-features.h>.
10870         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
10871         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10872         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
10873         <kernel-features.h>.
10874         (__xmknodat) [__NR_mknodat]: Make code unconditional.
10875         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
10877 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
10879         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
10881 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
10883         [BZ #17069]
10884         * posix/regcomp.c (parse_reg_exp): Deallocate partially
10885         constructed tree before returning error.
10886         * posix/bug-regexp36.c: Expand test case.
10888 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
10890         [BZ #6803]
10891         * math/libm-test.inc (scalbln_test_date):
10892         Add errno expectations.
10893         * math/w_scalblnf.c: New File.
10894         Add wrapper which checks for setting errno to ERANGE.
10895         Add weak_alias for corresponding scalbln function.
10896         * math/w_scalbln.c: Likewise.
10897         * math/w_scalblnl.c: Likewise.
10898         * math/Makefile (libm-calls): Add w_scalbln.
10899         * sysdeps/ieee754/flt-32/s_scalblnf.c:
10900         Remove weak_alias for corresponding scalbln function.
10901         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
10902         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
10903         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
10904         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
10905         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
10906         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
10907         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
10908         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
10909         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
10910         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
10911         Remove long_double_symbol for scalblnl function in libm, libc.
10912         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
10913         Add wrapper which checks for setting errno to ERANGE.
10914         Add long_double_symbol for scalblnl function in libm, libc.
10915         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
10916         Remove long_double_symbol for scalblnl in libm.
10917         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
10918         Add wrapper which checks for setting errno to ERANGE.
10919         Add long_double_symbol for scalblnl function in libm.
10920         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
10921         Do not use wrapper because of own implementation.
10923 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
10925         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
10926         3 bytes for __pad1 for x32.
10927         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
10929 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
10930             H.J. Lu  <hongjiu.lu@intel.com>
10932         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
10933         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
10934         * sysdeps/x86_64/multiarch/memset.S: Likewise.
10935         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
10936         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
10938 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
10940         [BZ #17069]
10941         * posix/regcomp.c (parse_expression): Deallocate partially
10942         constructed tree before returning error.
10943         * posix/Makefile.c (tests): Add bug-regex36.
10944         (generated): Add bug-regex36.mtrace.
10945         (tests-special): Add $(objpfx)bug-regex36-mem.out
10946         (bug-regex36-ENV): New variable.
10947         ($(objpfx)bug-regex36-mem.out): New rule.
10948         * posix/bug-regex36.c: New file.
10950 2014-06-19  Will Newton  <will.newton@linaro.org>
10952         * malloc/malloc.c (systrim): If extra is zero then return
10953         early.
10955 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
10957         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
10959 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
10961         * sysdeps/aarch64/strchr.S: New file.
10963 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
10965         [BZ #17022]
10966         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
10967         from arguments -2 or below.
10968         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
10969         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
10971 2014-06-18  Andreas Schwab  <schwab@suse.de>
10973         [BZ #17062]
10974         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
10975         of a bracket expr not to run off the end of the string.
10976         * posix/Makefile (tests): Add tst-fnmatch3.
10977         * posix/tst-fnmatch3.c: New file.
10979 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
10981         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
10982         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
10983         [$(cross-compiling) = no]: Likewise.
10984         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
10985         [$(cross-compiling) = no]: Likewise.
10987 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
10989         [BZ #17031]
10990         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
10991         double, adjusted for any remainder from the high double.
10992         * math/libm-test.inc (nearbyint): Add tests.
10993         (rint): Likewise.
10995 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10997         * nptl/sysdeps/powerpc/Makefile: Moved ...
10998         * sysdeps/powerpc/nptl/Makefile: ... here.
10999         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
11000         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
11001         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
11002         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
11003         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
11004         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
11005         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
11006         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
11007         * nptl/sysdeps/powerpc/tls.h: Moved ...
11008         * sysdeps/powerpc/nptl/tls.h: ... here.
11010 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
11012         [BZ #16681]
11013         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
11014         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
11015         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
11016         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
11017         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
11018         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
11019         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
11020         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
11021         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
11023 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
11025         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
11027 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
11029         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
11030         defined operator.
11032         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
11033         $TIMEOUTFACTOR.
11035 2014-06-16  Florian Weimer  <fweimer@redhat.com>
11037         [BZ #17058]
11038         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
11039         non-executed part of the test.
11041 2014-06-16  Andreas Schwab  <schwab@suse.de>
11043         * string/bits/string2.h (strdup, strndup): Update feature guard.
11045 2014-06-14  David S. Miller  <davem@davemloft.net>
11047         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11049 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
11051         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
11052         that was previously under [RESET_PID].
11053         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
11055         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
11056         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
11057         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
11058         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11059         (__libc_vfork): New strong alias.
11060         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
11062 2014-06-14 Andi Kleen  <ak@linux.intel.com>
11064         * sysdeps/generic/elide.h: New file.
11066 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
11068         * Makefile (installed-headers): Adjust path of pthread.h header.
11070 2014-06-13  Roland McGrath  <roland@hack.frob.com>
11072         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
11073         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
11074         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
11075         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
11077         * nptl/sysdeps/s390/Makefile: Moved ...
11078         * sysdeps/s390/nptl/Makefile: ... here.
11079         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
11080         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
11081         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
11082         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
11083         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
11084         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
11085         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
11086         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
11087         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
11088         * sysdeps/s390/nptl/pthreaddef.h: ... here.
11089         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
11090         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
11091         * nptl/sysdeps/s390/tls.h: Moved ...
11092         * sysdeps/s390/nptl/tls.h: ... here.
11094         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
11095         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
11097 2014-06-13  David S. Miller  <davem@davemloft.net>
11099         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
11100         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
11101         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
11102         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
11103         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
11104         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
11105         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
11106         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
11107         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
11108         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
11109         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
11110         Remove RESET_PID cpp guards.
11111         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
11112         Remove RESET_PID cpp guards.
11113         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
11115 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
11117         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
11118         __sp to uintptr_t.
11120 2014-06-13  Andi Kleen  <ak@linux.intel.com>
11122         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
11123         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
11124         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
11125         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
11126         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
11127         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
11128         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
11129         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
11130         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
11131         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
11132         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
11133         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
11134         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
11135         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
11136         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
11137         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
11138         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
11139         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
11140         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
11141         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
11143         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
11144         (pthread_rwlock_rdlock): Add elision.
11145         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
11146         (pthread_rwlock_wrlock): Add elision.
11147         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
11148         (pthread_rwlock_trywrlock): Add elision.
11149         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
11150         (pthread_rwlock_tryrdlock): Add elision.
11151         * nptl/pthread_rwlock_unlock.c: Include elide.h.
11152         (pthread_rwlock_tryrdlock): Add elision unlock.
11153         * nptl/sysdeps/pthread/pthread.h:
11154         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
11155         (PTHREAD_RWLOCK_INITIALIZER,
11156         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
11157         Handle new elision field.
11158         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
11159         * sysdeps/arm/nptl/bits/pthreadtypes.h
11160         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11161         * sysdeps/sh/nptl/bits/pthreadtypes.h
11162         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11163         * sysdeps/tile/nptl/bits/pthreadtypes.h
11164         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11165         * sysdeps/a/nptl/bits/pthreadtypes.h
11166         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11167         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11168         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11169         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11170         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11171         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
11172         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11173         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11174         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11175         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11176         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11177         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11178         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11179         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11180         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11181         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
11182         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11183         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
11184         (elision_init): Set try_xbegin to zero when no RTM.
11185         * sysdeps/x86/nptl/bits/pthreadtypes.h
11186         (pthread_rwlock_t): Change __pad1 to __rwelision.
11187         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11189 2014-06-13  Andi Kleen  <ak@linux.intel.com>
11191         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
11192         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
11193         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
11194         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
11196 2014-06-13  Meador Inge  <meadori@codesourcery.com>
11198         [BZ #16996]
11199         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
11200         that the cached result has been set before returning it.
11202 2014-06-12  Roland McGrath  <roland@hack.frob.com>
11204         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
11205         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
11206         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
11207         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
11208         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
11209         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
11211         * nptl/sysdeps/sparc/Makefile: Moved ...
11212         * sysdeps/sparc/nptl/Makefile: ... here.
11213         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
11214         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
11215         * nptl/sysdeps/sparc/tls.h: Moved ...
11216         * sysdeps/sparc/nptl/tls.h: ... here.
11217         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
11218         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
11219         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
11220         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
11221         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
11222         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
11223         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
11224         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
11225         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
11226         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
11227         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
11228         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
11229         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
11230         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
11231         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
11232         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
11233         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
11234         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
11235         Update #include.
11236         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
11237         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
11238         Update #include.
11239         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
11240         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
11241         Update #include.
11242         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
11243         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
11244         Update #include.
11246         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
11248         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
11249         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
11251         * sysdeps/pthread/posix-timer.h: Include <list.h>.
11252         (struct list_links): Type removed.
11253         (struct thread_node, struct timer_node): Replace struct list_links
11254         with struct list_head.
11255         (list_unlink_ip): Likewise.
11256         * sysdeps/pthread/timer_routines.c
11257         (timer_free_list, thread_free_list, thread_active_list): Likewise.
11258         (list_append, list_insbefore): Likewise.
11259         (list_init): Function removed.
11260         (thread_init, init_module): Use INIT_LIST_HEAD instead.
11261         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
11262         * sysdeps/pthread/Makefile: ... here, new file.
11264         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
11265         * sysdeps/nptl/Implies: ... here.
11266         * sysdeps/unix/sysv/linux/Implies: Add nptl.
11267         * nptl/sysdeps/pthread/list.h: Moved ...
11268         * include/list.h: ... here.
11269         * nptl/sysdeps/pthread/createthread.c: Moved ...
11270         * nptl/createthread.c: ... here.
11271         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
11272         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
11273         * nptl/pt-longjmp.c: ... here.
11274         * nptl/sysdeps/pthread/Makefile: Moved ...
11275         * sysdeps/nptl/Makefile: ... here.
11276         * nptl/sysdeps/pthread/Subdirs: Moved ...
11277         * sysdeps/nptl/Subdirs: ... here.
11278         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
11279         * sysdeps/nptl/aio_misc.h: ... here.
11280         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
11281         * sysdeps/nptl/bits/libc-lock.h: ... here.
11282         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
11283         * sysdeps/nptl/bits/libc-lockP.h: ... here.
11284         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
11285         * sysdeps/nptl/bits/stdio-lock.h: ... here.
11286         * nptl/sysdeps/pthread/configure: Moved ...
11287         * sysdeps/nptl/configure: ... here.
11288         * nptl/sysdeps/pthread/configure.ac: Moved ...
11289         * sysdeps/nptl/configure.ac: ... here.
11290         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
11291         * sysdeps/nptl/gai_misc.h: ... here.
11292         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
11293         * sysdeps/nptl/librt-cancellation.c: ... here.
11294         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
11295         * sysdeps/nptl/malloc-machine.h: ... here.
11296         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
11297         * sysdeps/nptl/pthread-functions.h: ... here.
11298         * nptl/sysdeps/pthread/pthread.h: Moved ...
11299         * sysdeps/nptl/pthread.h: ... here.
11300         * nptl/sysdeps/pthread/setxid.h: Moved ...
11301         * sysdeps/nptl/setxid.h: ... here.
11302         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
11303         * sysdeps/nptl/sigfillset.c: ... here.
11304         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
11305         * sysdeps/nptl/tcb-offsets.h: ... here.
11306         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
11307         * sysdeps/nptl/tst-mqueue8x.c: ... here.
11308         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
11309         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
11310         * nptl/sysdeps/pthread/allocalim.h: Moved ...
11311         * sysdeps/pthread/allocalim.h: ... here.
11312         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
11313         * sysdeps/pthread/bits/sigthread.h: ... here.
11314         * nptl/sysdeps/pthread/flockfile.c: Moved ...
11315         * sysdeps/pthread/flockfile.c: ... here.
11316         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
11317         * sysdeps/pthread/ftrylockfile.c: ... here.
11318         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
11319         * sysdeps/pthread/funlockfile.c: ... here.
11320         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
11321         * sysdeps/pthread/posix-timer.h: ... here.
11322         * nptl/sysdeps/pthread/timer_create.c: Moved ...
11323         * sysdeps/pthread/timer_create.c: ... here.
11324         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
11325         * sysdeps/pthread/timer_delete.c: ... here.
11326         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
11327         * sysdeps/pthread/timer_getoverr.c: ... here.
11328         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
11329         * sysdeps/pthread/timer_gettime.c: ... here.
11330         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
11331         * sysdeps/pthread/timer_routines.c: ... here.
11332         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
11333         * sysdeps/pthread/timer_settime.c: ... here.
11334         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
11335         * sysdeps/pthread/tst-timer.c: ... here.
11336         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
11337         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
11339         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
11340         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
11342         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
11343         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
11344         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
11345         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
11346         Update #include target.
11347         * nptl/sysdeps/i386/i686/Makefile: Moved ...
11348         * sysdeps/i386/i686/nptl/Makefile: ... here.
11349         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
11350         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
11351         Update #include target.
11352         * nptl/sysdeps/i386/i686/tls.h: Moved ...
11353         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
11354         * nptl/sysdeps/i386/Makefile: Moved ...
11355         * sysdeps/i386/nptl/Makefile: ... here.
11356         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
11357         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
11358         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
11359         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
11360         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
11361         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
11362         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
11363         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
11364         * sysdeps/i386/nptl/pthreaddef.h: ... here.
11365         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
11366         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
11367         * nptl/sysdeps/i386/tls.h: Moved ...
11368         * sysdeps/i386/nptl/tls.h: ... here.
11370         * sysdeps/sh/Makefile [$(subdir) = csu]
11371         (gen-as-const-headers): Add tcb-offsets.sym.
11372         * nptl/sysdeps/sh/Makefile: File removed.
11373         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
11374         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
11375         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
11376         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
11377         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
11378         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
11379         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
11380         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
11381         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
11382         * sysdeps/sh/nptl/pthreaddef.h: ... here.
11383         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
11384         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
11385         * nptl/sysdeps/sh/tls.h: Moved ...
11386         * sysdeps/sh/nptl/tls.h: ... here.
11387         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
11388         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
11389         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
11390         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
11391         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
11392         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
11393         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
11394         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
11395         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
11396         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
11397         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
11398         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
11399         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
11400         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
11401         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
11402         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
11403         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
11404         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
11405         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
11406         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
11407         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
11408         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
11409         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
11410         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
11411         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
11412         Moved ...
11413         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
11414         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
11415         Moved ...
11416         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
11417         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
11418         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
11419         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
11420         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
11421         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
11422         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
11423         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
11424         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
11425         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
11426         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
11427         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
11428         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
11429         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
11430         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
11431         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
11432         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
11433         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
11434         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
11436 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
11438         * posix/spawn_faction_addopen.c: Include string.h.
11440 2014-06-11  Roland McGrath  <roland@hack.frob.com>
11442         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
11443         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
11444         * nptl/sysdeps/x86_64/Makefile: Moved ...
11445         * sysdeps/x86_64/nptl/Makefile: ... here.
11446         * nptl/sysdeps/x86_64/configure: Moved ...
11447         * sysdeps/x86_64/nptl/configure: ... here.
11448         * nptl/sysdeps/x86_64/configure.ac: Moved ...
11449         * sysdeps/x86_64/nptl/configure.ac: ... here.
11450         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
11451         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
11452         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
11453         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
11454         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
11455         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
11456         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
11457         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
11458         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
11459         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
11460         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
11461         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
11462         * nptl/sysdeps/x86_64/tls.h: Moved ...
11463         * sysdeps/x86_64/nptl/tls.h: ... here.
11464         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
11465         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
11466         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
11467         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
11469         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
11471 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11473         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11475 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
11477         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
11478         type.
11479         [POSIX] (off_t): Likewise.
11480         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
11481         [POSIX] (S_ISBLK): Require macro.
11482         [POSIX] (S_ISCHR): Likewise.
11483         [POSIX] (S_ISDIR): Likewise.
11484         [POSIX] (S_ISFIFO): Likewise.
11485         [POSIX] (S_ISREG): Likewise.
11486         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
11487         optional-macro.
11488         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
11489         type.
11490         [POSIX] (time_t): Likewise.
11491         [POSIX] (timer_t): Likewise.
11493 2014-06-11  Florian Weimer  <fweimer@redhat.com>
11495         [BZ #17048]
11496         * posix/spawn_int.h (struct __spawn_action): Make the path string
11497         non-const to support deallocation.
11498         * posix/spawn_faction_addopen.c
11499         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
11500         * posix/spawn_faction_destroy.c
11501         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
11502         path in all spawn_do_open actions.
11503         * posix/tst-spawn.c (do_test): Exercise the copy operation in
11504         posix_spawn_file_actions_addopen.
11506 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
11508         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
11509         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
11510         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
11511         conditional code always true.
11512         (__libc_vfork): New alias.
11514 2014-06-11  Roland McGrath  <roland@hack.frob.com>
11516         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11517         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
11519         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
11521         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11522         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
11524         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
11525         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
11527         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11528         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
11530 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11532         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
11533         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
11534         multiarch strcmp for PPC64.
11535         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
11536         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
11537         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
11538         multiarch optimizations.
11539         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11540         (__libc_ifunc_impl_list): Likewise.
11542 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
11544         * benchtests/scripts/validate_benchout.py: New script.
11545         * benchtests/Makefile (bench-func): Call it.
11546         * benchtests/scripts/benchout.schema.json: New file.
11548 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
11550         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
11551         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
11552         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
11553         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
11554         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
11555         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
11556         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
11557         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
11558         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
11559         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
11560         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
11561         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
11562         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
11563         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
11564         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
11565         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
11566         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
11567         Moved ...
11568         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
11569         ... here.
11570         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
11571         Moved ...
11572         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
11573         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
11574         Moved ...
11575         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
11576         ... here.
11577         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
11578         Moved ...
11579         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
11580         ... here.
11581         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
11582         Moved ...
11583         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
11584         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
11585         Moved ...
11586         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
11587         ... here.
11588         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
11589         Moved ...
11590         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
11591         ... here.
11592         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
11593         Moved ...
11594         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
11595         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
11596         Moved ...
11597         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
11598         ... here.
11599         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
11600         Moved ...
11601         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
11602         ... here.
11603         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
11604         Moved ...
11605         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
11606         ... here.
11607         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
11608         Moved ...
11609         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
11610         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
11611         Moved ...
11612         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
11613         ... here.
11614         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
11615         Moved ...
11616         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
11617         ... here.
11618         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
11619         Moved ...
11620         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
11621         ... here.
11622         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
11623         Moved ...
11624         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
11625         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
11626         Moved ...
11627         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
11628         ... here.
11629         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
11630         Moved ...
11631         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
11632         ... here.
11633         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
11634         Moved ...
11635         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
11636         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
11637         Moved ...
11638         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
11639         ... here.
11640         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
11641         Moved ...
11642         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
11643         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
11644         Moved ...
11645         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
11646         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
11647         Moved ...
11648         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
11649         ... here.
11650         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
11651         Moved ...
11652         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
11653         ... here.
11654         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
11655         Moved ...
11656         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
11657         ... here.
11658         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
11659         Moved ...
11660         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
11661         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
11662         Moved ...
11663         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
11664         ... here.
11665         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
11666         Moved ...
11667         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
11668         ... here.
11669         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
11670         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
11671         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
11672         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
11673         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
11674         Moved ...
11675         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
11676         ... here.
11677         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
11678         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
11679         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
11680         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
11681         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
11682         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
11683         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
11684         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
11685         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
11686         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
11687         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
11688         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
11689         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
11690         Moved ...
11691         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
11692         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
11693         Moved ...
11694         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
11695         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
11696         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
11697         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
11698         Moved ...
11699         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
11700         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
11701         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
11702         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
11703         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
11704         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
11705         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
11707 2014-06-10  Wilco  <wdijkstr@arm.com>
11709         * math/test-fenv-return.c: New file.
11710         * math/Makefile: Add new test test-fenv-return.
11712 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
11714         [BZ #17042]
11715         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
11716         when x - 1 is zero.
11717         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
11718         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
11719         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
11720         0.0L for an argument of 1.0L.
11721         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
11722         Likewise.
11723         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
11724         value when x - 1 is zero.
11725         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
11726         * sysdeps/i386/fpu/libm-test-ulps: Update.
11727         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11729 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
11731         [BZ #15119]
11732         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
11734 2014-06-09  Roland McGrath  <roland@hack.frob.com>
11736         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
11737         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
11739 2014-06-09  Roland McGrath  <roland@hack.frob.com>
11741         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11742         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
11744         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11745         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
11747         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11748         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
11750         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11751         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
11753         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
11754         if not already defined.
11755         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
11756         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
11757         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
11758         (TLS_INIT_TP): Use it.
11759         (TLS_DEFINE_INIT_TP): New macro.
11760         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
11762 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
11764         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
11765         constant.
11766         [POSIX] (IXANY): Likewise.
11767         [POSIX] (OLCUC): Likewise.
11768         [POSIX || POSIX2008] (CBAUD): Do not allow.
11769         [POSIX || POSIX2008] (DEFECHO): Likewise.
11770         [POSIX || POSIX2008] (ECHOCTL): Likewise.
11771         [POSIX || POSIX2008] (ECHOKE): Likewise.
11772         [POSIX || POSIX2008] (ECHOPRT): Likewise.
11773         [POSIX || POSIX2008] (EXTA): Likewise.
11774         [POSIX || POSIX2008] (EXTB): Likewise.
11775         [POSIX || POSIX2008] (FLUSHO): Likewise.
11776         [POSIX || POSIX2008] (LOBLK): Likewise.
11777         [POSIX || POSIX2008] (PENDIN): Likewise.
11778         [POSIX || POSIX2008] (SWTCH): Likewise.
11779         [POSIX || POSIX2008] (VDISCARD): Likewise.
11780         [POSIX || POSIX2008] (VDSUSP): Likewise.
11781         [POSIX || POSIX2008] (VLNEXT): Likewise.
11782         [POSIX || POSIX2008] (VREPRINT): Likewise.
11783         [POSIX || POSIX2008] (VSTATUS): Likewise.
11784         [POSIX || POSIX2008] (VWERASE): Likewise.
11785         (B*): Change to B[0123456789]*.
11786         * conform/data/time.h-data [POSIX || UNIX98]
11787         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
11788         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
11789         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
11790         [POSIX] (tm_*): Do not allow.
11792 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
11794         * Makefile (install): Don't set LANGUAGE.
11795         * Makefile.in (install): Likewise.
11796         * assert/Makefile (test-assert-ENV): Remove variable.
11797         (test-assert-perr-ENV): Likewise.
11798         * elf/Makefile (neededtest4-ENV): Likewise.
11799         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11800         [$(cross-compiling) = no]: Don't set LANGUAGE.
11801         * io/ftwtest-sh (LANG): Remove variable.
11802         * libio/Makefile (tst-widetext-ENV): Likewise.
11803         * manual/install.texi (Running make install): Don't refer to
11804         environment settings for make install.
11805         * INSTALL: Regenerated.
11806         * nptl/tst-tls6.sh: Don't set LANG.
11807         * posix/globtest.sh (LANG): Remove variable.
11808         * string/Makefile (tester-ENV): Likewise.
11809         (inl-tester-ENV): Likewise.
11810         (noinl-tester-ENV): Likewise.
11811         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11812         [$(cross-compiling) = no]: Don't set LANGUAGE.
11813         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
11814         without explicit environment settings.
11816 2014-06-06  Roland McGrath  <roland@hack.frob.com>
11818         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
11819         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
11820         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
11821         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
11823 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
11825         * crypt/crypt-private.h [DOS]: Add some includes taken from the
11826         other files in the crypt directory.
11827         * crypt/crypt.c: Remove duplicate includes.
11828         * crypt/crypt-entry.c: Likewise.
11829         * crypt/crypt_util.c: Likewise.
11831 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
11833         * Makeconfig (run-program-env): New variable.
11834         (run-program-prefix-before-env): Likewise.
11835         (run-program-prefix-after-env): Likewise.
11836         (run-program-prefix): Define in terms of new variables.
11837         (built-program-cmd-before-env): New variable.
11838         (built-program-cmd-after-env): Likewise.
11839         (built-program-cmd): Define in terms of new variables.
11840         (test-program-prefix-before-env): New variable.
11841         (test-program-prefix-after-env): Likewise.
11842         (test-program-prefix): Define in terms of new variables.
11843         (test-program-cmd-before-env): New variable.
11844         (test-program-cmd-after-env): Likewise.
11845         (test-program-cmd): Define in terms of new variables.
11846         * Rules (make-test-out): Use $(run-program-env).
11847         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
11848         (help): Do not mention environment variables.  Mention
11849         --timeoutfactor option.
11850         (timeoutfactor): New variable.
11851         (blacklist_exports): Remove function.
11852         (exports): Remove variable.
11853         (command): Do not include ${exports}.
11854         * manual/install.texi (Configuring and compiling): Do not mention
11855         test wrappers preserving environment variables.  Mention that last
11856         assignment to a variable must take precedence.
11857         * INSTALL: Regenerated.
11858         * benchtests/Makefile (run-bench): Use $(run-program-env).
11859         * catgets/Makefile ($(objpfx)test1.cat): Use
11860         $(built-program-cmd-before-env), $(run-program-env) and
11861         $(built-program-cmd-after-env).
11862         ($(objpfx)test2.cat): Do not specify environment variables
11863         explicitly.
11864         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
11865         $(run-program-env) and $(built-program-cmd-after-env).
11866         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
11867         $(run-program-env) and $(test-program-cmd-after-env).
11868         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
11869         explicitly.
11870         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
11871         run_program_env and test_program_cmd_after_env arguments.
11872         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
11873         * elf/tst-pathopt.sh: Use run_program_env argument.
11874         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
11875         $(test-wrapper-env) and $(run-program-env).
11876         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
11877         run_program_env arguments.
11878         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
11879         * intl/Makefile ($(objpfx)tst-gettext.out): Use
11880         $(test-program-prefix-before-env), $(run-program-env) and
11881         $(test-program-prefix-after-env).
11882         ($(objpfx)tst-gettext2.out): Likewise.
11883         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
11884         run_program_env and test_program_prefix_after_env arguments.
11885         * intl/tst-gettext2.sh: Likewise.
11886         * intl/tst-gettext4.sh: Do not set environment variables
11887         explicitly.
11888         * intl/tst-gettext6.sh: Likewise.
11889         * intl/tst-translit.sh: Likewise.
11890         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
11891         $(test-program-prefix-before-env), $(run-program-env) and
11892         $(test-program-prefix-after-env).
11893         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
11894         run_program_env and test_program_prefix_after_env arguments.
11895         * math/Makefile (run-regen-ulps): Use $(run-program-env).
11896         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
11897         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
11898         explicitly with each use of ${test_wrapper_env}.
11899         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
11900         $(test-program-prefix-before-env), $(run-program-env) and
11901         $(test-program-prefix-after-env).
11902         * posix/tst-getconf.sh: Do not set environment variables
11903         explicitly.
11904         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
11905         run_program_env and test_program_prefix_after_env arguments.
11906         * stdio-common/tst-printf.sh: Do not set environment variables
11907         explicitly.
11908         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
11909         $(test-program-prefix-before-env), $(run-program-env) and
11910         $(test-program-prefix-after-env).
11911         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
11912         run_program_env and test_program_prefix_after_env arguments.
11913         Split $test calls into $test_pre and $test.
11914         * timezone/Makefile (build-testdata): Use
11915         $(built-program-cmd-before-env), $(run-program-env) and
11916         $(built-program-cmd-after-env).
11918 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11920         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
11921         strlen for non SHARED builds.
11923 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
11925         * nptl/allocatestack.c (check_list): Inlined function...
11926         (__reclaim_stacks): ... here.
11928 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
11930         [BZ #15698]
11931         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
11932         memory overrun.
11934 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
11936         * Rules (make-test-out): Include
11937         LOCPATH=$(common-objpfx)localedata in default environment.
11938         * debug/Makefile (tst-chk1-ENV): Remove variable.
11939         (tst-chk2-ENV): Likewise.
11940         (tst-chk3-ENV): Likewise.
11941         (tst-chk4-ENV): Likewise.
11942         (tst-chk5-ENV): Likewise.
11943         (tst-chk6-ENV): Likewise.
11944         (tst-lfschk1-ENV): Likewise.
11945         (tst-lfschk2-ENV): Likewise.
11946         (tst-lfschk3-ENV): Likewise.
11947         (tst-lfschk4-ENV): Likewise.
11948         (tst-lfschk5-ENV): Likewise.
11949         (tst-lfschk6-ENV): Likewise.
11950         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
11951         (tst-iconv7-ENV): Likewise.
11952         * intl/Makefile (LOCPATH-ENV): Likewise.
11953         (tst-codeset-ENV): Likewise.
11954         (tst-gettext3-ENV): Likewise.
11955         (tst-gettext5-ENV): Likewise.
11956         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
11957         (tst-fopenloc-ENV): Likewise.
11958         (tst-fgetws-ENV): Remove variable.
11959         (tst-ungetwc1-ENV): Likewise.
11960         (tst-ungetwc2-ENV): Likewise.
11961         (bug-ungetwc2-ENV): Likewise.
11962         (tst-swscanf-ENV): Likewise.
11963         (bug-ftell-ENV): Likewise.
11964         (tst-fgetwc-ENV): Likewise.
11965         (tst-fseek-ENV): Likewise.
11966         (tst-ftell-partial-wide-ENV): Likewise.
11967         (tst-ftell-active-handler-ENV): Likewise.
11968         (tst-ftell-append-ENV): Likewise.
11969         * posix/Makefile (tst-fnmatch-ENV): Likewise.
11970         (tst-regexloc-ENV): Likewise.
11971         (bug-regex1-ENV): Likewise.
11972         (tst-regex-ENV): Likewise.
11973         (tst-regex2-ENV): Likewise.
11974         (bug-regex5-ENV): Likewise.
11975         (bug-regex6-ENV): Likewise.
11976         (bug-regex17-ENV): Likewise.
11977         (bug-regex18-ENV): Likewise.
11978         (bug-regex19-ENV): Likewise.
11979         (bug-regex20-ENV): Likewise.
11980         (bug-regex22-ENV): Likewise.
11981         (bug-regex23-ENV): Likewise.
11982         (bug-regex25-ENV): Likewise.
11983         (bug-regex26-ENV): Likewise.
11984         (bug-regex30-ENV): Likewise.
11985         (bug-regex32-ENV): Likewise.
11986         (bug-regex33-ENV): Likewise.
11987         (bug-regex34-ENV): Likewise.
11988         (bug-regex35-ENV): Likewise.
11989         (tst-rxspencer-ENV): Likewise.
11990         (tst-rxspencer-no-utf8-ENV): Likewise.
11991         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
11992         (tst-sscanf-ENV): Likewise.
11993         (tst-swprintf-ENV): Likewise.
11994         (tst-swscanf-ENV): Likewise.
11995         (test-vfprintf-ENV): Likewise.
11996         (scanf13-ENV): Likewise.
11997         (bug14-ENV): Likewise.
11998         (tst-grouping-ENV): Likewise.
11999         * stdlib/Makefile (tst-strtod-ENV): Likewise.
12000         (tst-strtod3-ENV): Likewise.
12001         (tst-strtod4-ENV): Likewise.
12002         (tst-strtod5-ENV): Likewise.
12003         (testmb2-ENV): Likewise./
12004         * string/Makefile (tst-strxfrm-ENV): Likewise.
12005         (tst-strxfrm2-ENV): Likewise.
12006         (bug-strcoll1-ENV): Likewise.
12007         (test-strcasecmp-ENV): Likewise.
12008         (test-strncasecmp-ENV): Likewise.
12009         * time/Makefile (tst-strptime-ENV): Likewise.
12010         (tst-ftime_l-ENV): Likewise.
12011         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
12012         (tst-mbrtowc-ENV): Likewise.
12013         (tst-wcrtomb-ENV): Likewise.
12014         (tst-mbrtowc2-ENV): Likewise.
12015         (tst-c16c32-1-ENV): Likewise.
12016         (tst-mbsnrtowcs-ENV): Likewise.
12018 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
12020         * manual/resource.texi (How to get information about the memory
12021         subsystem?): Fix typo.
12022         Reported by Peon de la Parra Ivan <peon@keba.com>
12024 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
12026         [BZ #16882]
12027         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
12028         (pthread_spin_lock): Branch out of spin loop to proper location.
12029         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
12030         (pthread_spin_lock): Likewise.
12032         * nptl/tst-spin4.c: New test.
12033         * nptl/Makefile (tests): Add tst-spin4.
12035 2014-06-03  Andreas Schwab  <schwab@suse.de>
12037         [BZ #15946]
12038         * resolv/res_send.c (send_dg): Reload file descriptor after
12039         calling reopen.
12041 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
12043         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
12045 2014-06-03  Richard Henderson  <rth@redhat.com>
12047         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
12048         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
12049         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
12050         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
12051         in the SAVE_PID block.
12052         (__libc_vfork): New alias.
12053         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
12055         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
12056         child in registers, not on the stack.  Remove RESET_PID conditionals.
12057         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
12059 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12061         * sysdeps/aarch64/libm-test-ulps: Regenerate.
12063 2014-06-03  Wilco  <wdijkstr@arm.com>
12065         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
12066         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
12067         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
12068         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
12069         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
12070         Likewise.
12072 2014-06-03  Wilco  <wdijkstr@arm.com>
12074         * sysdeps/aarch64/fpu/math_private.h
12075         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
12076         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
12077         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
12078         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
12079         Fix declarations.
12081 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
12083         * crypt/crypt-private.h: Include ufc-crypt.h.
12084         (__b64_from_24bit): Declare extern.
12085         * crypt/crypt_util.c(__b64_from_24bit): New function.
12086         (b64t): New static const variable.
12087         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
12088         (b64t): Remove variable.
12089         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
12090         * crypt/sha256-crypt.c: Include crypt-private.h.
12091         (b64t): Remove variable.
12092         (__sha256_crypt_r): Remove b64_from_24bit and replace
12093         with __b64_from_24bit.
12094         * crypt/sha512-crypt.c: Likewise.
12096 2014-06-02  Roland McGrath  <roland@hack.frob.com>
12098         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
12099         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
12100         Label the code __libc_vfork rather than __vfork.
12101         [!NOT_IN_libc] (vfork): Define as weak alias.
12102         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
12103         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
12104         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
12106 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
12108         * malloc/malloc.c (malloc_info): Fix format specifier for
12109         n_mmaps.
12111 2014-06-02  Wilco  <wdijkstr@arm.com>
12113         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
12114         FPCR write.
12116 2014-06-02  Wilco  <wdijkstr@arm.com>
12118         [BZ #17009]
12119         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
12120         Rewrite to reduce FPCR/FPSR accesses.
12122 2014-06-01  David S. Miller  <davem@davemloft.net>
12124         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12126 2014-05-31  David S. Miller  <davem@davemloft.net>
12128         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
12129         to occur in round to nearest mode when |x| >= 2.0
12131 2014-05-30  Richard Henderson  <rth@twiddle.net>
12133         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
12134         (PSEUDO_RET_NOERRNO): Remove.
12135         (ret): Don't redefine.
12136         (ret_NOERRNO): Define in terms of ret.
12137         (ret_ERRVAL): Likewise.
12139         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
12140         use of PSEUDO_RET; perform the error check directly.
12142 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
12144         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
12145         with __int128_t.
12147 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12149         * malloc/malloc (malloc_info): Fix formatting.
12151 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12152             Roland McGrath  <roland@hack.frob.com>
12154         * malloc/malloc (malloc_info): Also print mmapped statistics.
12156 2014-05-30  Roland McGrath  <roland@hack.frob.com>
12158         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
12159         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
12161 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
12163         * malloc/malloc.c (malloc_info): Inline mi_arena.
12165 2014-05-29  Richard Henderson  <rth@twiddle.net>
12167         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
12168         Remove comma before expanding ASM_ARGS_##nr.
12169         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
12170         Make _x0 a strict output; make _x8 a strict input; adjust expansion
12171         of ASM_ARGS_##nr.
12172         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
12173         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
12174         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
12175         (ASM_ARGS_1): Add leading comma.
12177         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
12178         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
12179         to __errno_location.
12180         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
12181         Remove the expected plt for __errno_location.
12183         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12184         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
12185         call to __read_tp.
12187         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12188         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
12189         it and break it down.
12190         (DOCARGS_0, DOCARGS_1): Do nothing.
12191         (DOCARGS_2): Update to store into the new stack frame.
12192         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
12193         (UNDOCARGS_1): Update to restore from the new stack frame.
12194         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
12195         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
12197         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12198         (SINGLE_THREAD_P): New parameter for result regno.
12199         (PSEUDO): Update to match; use cbz instead of beq.
12201         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12202         Use ENTRY to define the _nocancel entry point.  Share the syscall
12203         and syscall error check paths with the cancel path.
12204         (PSEUDO_END): New.
12206         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
12207         whitespace; tabs before and after asm mnemonics.
12209 2014-05-29  Eric Wong  <normalperson@yhbt.net>
12211         [BZ #15132]
12212         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
12213         Call fstat64 or stat64 internally, depending on arguments passed.
12214         Replace stat buffer argument with file descriptor argument.
12215         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
12216         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
12217         Pass fd to __internal_statvfs instead of calling fstat64.
12218         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
12219         Pass fd to __internal_statvfs64 instead of calling fstat64.
12220         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
12221         Pass -1 to __internal_statvfs instead of calling stat64.
12222         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
12223         Pass -1 to __internal_statvfs64 instead of calling stat64.
12225 2014-05-28  Roland McGrath  <roland@hack.frob.com>
12227         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
12228         that was previously under [RESET_PID].
12229         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
12231         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
12232         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
12234 2014-05-27  Roland McGrath  <roland@hack.frob.com>
12236         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
12238         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
12239         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
12241 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
12243         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
12245 2014-05-27  Andreas Schwab  <schwab@suse.de>
12247         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
12248         TLS_INIT_TP macro.
12249         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
12250         * elf/rtld.c (init_tls, dl_main): Likewise.
12251         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
12252         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
12253         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
12254         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
12255         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
12256         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
12257         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
12258         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
12259         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
12260         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
12261         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
12262         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
12263         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
12264         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
12265         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
12266         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
12267         * sysdeps/generic/tls.h: Update description.
12269 2014-05-27  Will Newton  <will.newton@linaro.org>
12271         [BZ #16990]
12272         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
12273         and restore r2 rather than just restoring.
12275 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12277         [BZ #16724]
12278         * libio/tst-ftell-append.c: New test case.
12279         * libio/Makefile (tests): Add test case.
12280         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
12281         append mode.
12282         * libio/wfileops.c (do_ftell_wide): Likewise.
12284 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12286         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12288         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
12289         ...
12290         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
12291         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
12292         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
12293         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
12294         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
12295         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
12296         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
12297         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
12298         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
12299         Moved ...
12300         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
12301         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
12302         Moved ...
12303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
12304         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
12305         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
12306         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
12307         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
12308         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
12309         ...
12310         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
12311         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
12312         Moved ...
12313         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
12314         here.
12315         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
12316         ...
12317         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
12318         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
12319         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
12321         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
12322         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
12323         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
12324         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
12326         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
12327         merge into ...
12328         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
12329         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
12330         ...
12331         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
12332         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
12333         ...
12334         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
12335         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
12336         Moved ...
12337         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
12338         here.
12339         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
12340         Moved ...
12341         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
12342         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
12343         Moved ...
12344         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
12346         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
12347         conditional [RESET_PID].
12348         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
12349         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
12350         removed.
12351         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
12352         removed.
12354         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
12355         <tcb-offsets.h>.
12356         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12357         (__libc_vfork): New strong alias.
12358         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
12359         removed.
12360         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
12361         Removed.
12363         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
12364         <tcb-offsets.h>.
12365         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
12366         (__libc_vfork): New strong alias.
12367         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
12368         removed.
12369         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
12370         removed.
12372 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
12374         * malloc/malloc.c (mi_arena): New function.
12375         (malloc_info): Remove nested function mi_arena. Call non-nosted
12376         function mi_arena.
12378 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12380         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
12381         by insrwi.
12382         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
12383         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
12384         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
12385         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
12386         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
12387         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
12388         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
12390 2014-05-26  Andreas Schwab  <schwab@suse.de>
12392         [BZ #16984]
12393         * locale/programs/repertoire.c (repertoire_read): Add slash
12394         between I18NPATH element and file name.
12395         * locale/programs/locfile.c (locfile_read): Likewise.
12397 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
12399         * nptl/pthread_mutexattr_settype.c
12400         (__pthread_mutexattr_settype):
12401         Disable lock elision for PTHREAD_MUTEX_NORMAL.
12403 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
12405         * nptl/tst-mutex5 (do_test):
12406         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
12408 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
12410         * benchtests/README: Document 'init' directive.
12411         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
12412         BENCH_INIT.
12413         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
12414         (parse_file): Recognize 'init' directive.
12416 2014-05-26  Kyle McMartin  <kyle@redhat.com>
12418         [BZ #16796]
12419         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
12420         alignment of struct pthread.
12422 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
12424         [BZ #16878]
12425         * nscd/netgroupcache.c (addgetnetgrentX): Look for
12426         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
12427         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
12428         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
12430 2014-05-25  Richard Henderson  <rth@twiddle.net>
12432         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12433         (SINGLE_THREAD_P_PIC): Remove.
12434         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
12435         (SINGLE_THREAD_P_PIC): Remove.
12437         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
12438         branch to syscall error ...
12439         (PSEUDO): ... here.
12440         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
12441         from __local_syscall_error to .Lsyscall_error.
12442         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
12443         (SYSCALL_ERROR): Update label name.
12445         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12446         Do not use DOARGS/UNDOARGS.
12447         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
12448         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
12449         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
12450         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
12451         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
12453         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
12454         block comment.
12456         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
12457         define if !NOT_IN_libc.
12458         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
12459         define with non-default symbol versions.
12461 2014-05-23  Richard Henderson  <rth@twiddle.net>
12463         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
12464         (vfork, __vfork): Define via compat_symbol.
12466         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
12467         [!HAVE_IFUNC] (vfork_compat): Remove.
12468         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
12470 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
12472         [BZ #16978]
12473         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
12474         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
12475         variable.
12477 2014-05-23  Richard Henderson  <rth@twiddle.net>
12479         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
12480         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
12481         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
12482         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
12484         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
12485         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
12486         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
12487         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
12488         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
12489         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
12490         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
12491         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
12492         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
12493         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
12494         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
12495         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
12496         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
12497         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
12498         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
12499         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
12500         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
12501         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
12502         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
12503         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
12504         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
12505         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
12506         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
12507         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
12508         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
12509         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
12510         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
12511         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
12512         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
12513         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
12514         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
12515         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
12516         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
12517         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
12518         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
12519         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
12520         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
12521         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
12522         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
12523         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
12524         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
12525         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
12526         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
12527         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
12528         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
12529         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
12530         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
12531         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
12532         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
12533         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
12534         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
12535         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
12536         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
12537         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
12538         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
12539         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
12541         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
12542         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
12543         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
12544         before exiting on error.
12545         (__libc_vfork): New strong alias.
12546         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
12547         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
12549         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
12550         that was previously under [RESET_PID].
12551         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
12553         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
12555 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
12557         [BZ #16977]
12558         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
12559         value when x - 1 is zero.
12560         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
12561         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
12562         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
12563         0.0L for an argument of 1.0L.
12564         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
12565         Likewise.
12566         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
12567         value when x - 1 is zero.
12568         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
12569         * sysdeps/i386/fpu/libm-test-ulps: Update.
12570         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12572 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
12574         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
12575         alphasort and versionsort.
12577 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12579         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
12580         macro.
12581         [copysignf]: Likewise.
12583 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
12585         * crypt/md5-crypt.c: Fix formatting.
12587 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
12589         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
12590         (b64_from_24bit): New function.
12592 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12594         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
12595         libc_hidden_builtin_def to ifunc.
12596         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
12597         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
12599 2014-05-21  Roland McGrath  <roland@hack.frob.com>
12601         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
12602         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
12604 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
12606         * nscd/Depend (linuxthreads): Remove.
12607         (nptl): Add.
12608         * resolv/Depend (linuxthreads): Remove.
12609         * rt/Depend (linuxthreads): Remove.
12611         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
12612         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
12613         $(common-objpfx)elf/.
12614         (link-libc-before-gnulib): Likewise.
12615         (elfobjdir): Remove variable.
12616         * Makefile (install): Use $(elf-objpfx) instead of
12617         $(common-objpfx)elf/.
12618         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
12619         $(elfobjdir)/.
12620         (link-libc-deps): Likewise.
12621         ($(common-objpfx)libc.so): Likewise.
12622         ($(common-objpfx)linkobj/libc.so): Likewise.
12623         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
12624         instead of $(common-objpfx)elf/.
12625         (symbolic-link-list): Likewise.
12626         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12627         [$(cross-compiling) = no]: Likewise.
12628         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
12629         $(elfobjdir)/.
12630         (static-gnulib-arch): Likewise.
12631         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12632         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
12633         $(common-objpfx)elf/.
12635 2014-05-21  Richard Henderson  <rth@redhat.com>
12637         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12638         (SINGLE_THREAD_P): Use the correct width load.  Fold
12639         into the ldr offset.
12641         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
12642         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
12644 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
12646         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
12647         (libgcc_s_resume): Use __attribute_used__.
12648         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
12649         Likewise.
12651 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12653         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
12654         optimization when used with float constants.
12656         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12658 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
12660         [BZ #16915]
12661         * locale/nl_langinfo_l.c: Make direct reference to every
12662         _nl_current_CATEGORY symbol.
12663         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
12664         (tests-static): Add tst-langinfo-static.
12665         (tests-special): Add tst-langinfo-static.out.
12666         ($(objpfx)tst-langinfo.out): Redirect output.
12667         ($(objpfx)tst-langinfo-static.out): New.
12668         * localedata/tst-langinfo.sh: Send output to stdout.
12669         * localedata/tst-langinfo-static.c: New file.
12671         [BZ #16965]
12672         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
12673         when the shift amount is modulo the limb size.
12675 2014-05-20  Richard Henderson  <rth@redhat.com>
12677         [BZ #16967]
12678         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
12679         Change type of sa_flags from unsigned int to int.
12681         [BZ #16966]
12682         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
12684         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
12686 2014-05-20  Will Newton  <will.newton@linaro.org>
12688         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12689         Test the return value of the system call in the nocancel case.
12691 2014-05-20  Will Newton  <will.newton@linaro.org>
12692             Yvan Roux  <yvan.roux@linaro.org>
12694         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
12695         #include of asm/ptrace.h.
12696         (PTRACE_GET_THREAD_AREA): Remove #undef.
12697         (PTRACE_GETHBPREGS): Likewise.
12698         (PTRACE_SETHBPREGS): Likewise.
12699         (struct user_regs_struct): New structure.
12700         (struct user_fpsimd_struct): New structure.
12701         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
12702         #include of asm/ptrace.h and second #include of sys/user.h.
12703         (PTRACE_GET_THREAD_AREA): Remove #undef.
12704         (PTRACE_GETHBPREGS): Likewise.
12705         (PTRACE_SETHBPREGS): Likewise.
12706         (ELF_NGREG): Use new struct user_regs_struct.
12707         (elf_fpregset_t): Use new struct user_fpsimd_struct.
12709 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12711         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
12712         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
12714 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
12716         [BZ #16958]
12717         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
12718         membar to avoid block loads/stores to overlap previous stores.
12720 2014-05-17  Richard Henderson  <rth@redhat.com>
12722         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
12723         Create the __##syscall_name##_nocancel entry point.
12724         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
12725         Remove; let the sysdep-cancel.h code create it.
12727 2014-05-17  David S. Miller  <davem@davemloft.net>
12729         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
12730         Protect with __USE_GNU.
12731         (TIOCSET_TEMPT): Likewise.
12732         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
12733         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
12734         these are already provided in bits/ioctl-types.h
12736 2014-05-16  Roland McGrath  <roland@hack.frob.com>
12738         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
12739         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
12741         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
12742         Use wait4 regardless of [__NR_waitpid].
12744 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
12746         PR libgcc/60166
12747         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
12748         (_FP_NANSIGN_Q): Set the quiet bit.
12750 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
12752         * benchtests/Makefile
12753         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
12754         not $(common-objpfx)math/libm.so.
12755         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
12756         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
12757         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
12758         $(common-objpfx)dlfcn/libdl.so.
12759         ($(objpfx)tst-audit8): Depend on $(libm), not
12760         $(common-objpfx)math/libm.so.
12761         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
12762         not $(common-objpfx)dlfcn/libdl.so.
12763         * math/Makefile
12764         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
12765         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
12766         [$(build-shared) = yes].
12767         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
12768         $(common-objpfx)nptl/libpthread.so.
12769         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
12770         $(common-objpfx)math/libm.so$(libm.so-version) or
12771         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
12772         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
12773         $(common-objpfx)dlfcn/libdl.so.
12774         * setjmp/Makefile (link-libm): Remove variable.
12775         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
12776         * stdio-common/Makefile (link-libm): Remove variable.
12777         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
12778         * stdlib/Makefile (link-libm): Remove variable.
12779         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
12780         ($(objpfx)tst-strtod-round): Likewise.
12781         ($(objpfx)tst-tininess): Likewise.
12782         ($(objpfx)tst-strtod-underflow): Likewise.
12783         ($(objpfx)tst-strtod6): Likewise.
12784         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
12785         $(libdl), not $(common-objpfx)nptl/libpthread.so and
12786         $(common-objpfx)dlfcn/libdl.so.
12788 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12790         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
12791         BSD terminal modes definitions.
12793 2014-05-16  Roland McGrath  <roland@hack.frob.com>
12795         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
12796         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
12798         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
12799         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
12800         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
12801         Don't do #include_next.
12802         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
12803         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
12804         Don't do #include_next.
12805         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
12806         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
12807         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
12808         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
12810 2014-05-16  Allan McRae  <allan@archlinux.org>
12812         * po/sv.po: Update Swedish translation from translation project.
12814         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
12815         in sed expression.
12817 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
12819         [BZ #16917]
12820         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
12821         errno if the TIOCGPTN ioctl fails with an error different than
12822         EINVAL.
12823         * login/tst-ptsname.c: New file.
12824         * login/Makefile (tests): Add tst-ptsname.
12826         [BZ #16943]
12827         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
12828         and prlimit64.
12830 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
12832         [BZ #16849]
12833         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
12834         herrno to return EAI_AGAIN.
12836 2014-05-14  Roland McGrath  <roland@hack.frob.com>
12838         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
12839         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
12840         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
12841         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
12842         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
12843         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
12844         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
12845         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
12846         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
12847         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
12848         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
12849         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
12850         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
12851         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
12852         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
12853         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
12854         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
12855         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
12856         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
12857         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
12858         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
12859         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
12860         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
12861         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
12862         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
12863         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
12864         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
12865         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
12866         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
12867         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
12868         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
12869         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
12870         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
12871         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
12872         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
12873         Moved ...
12874         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
12875         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
12876         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
12877         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
12878         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
12879         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
12880         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
12881         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
12882         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
12883         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
12884         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
12885         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
12886         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
12887         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
12888         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
12889         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
12890         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
12891         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
12892         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
12893         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
12894         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
12895         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
12896         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
12897         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
12898         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
12899         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
12900         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
12901         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
12902         Moved ...
12903         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
12904         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
12905         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
12906         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
12907         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
12908         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
12909         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
12910         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
12911         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
12912         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
12913         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
12914         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
12915         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
12916         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
12917         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
12918         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
12919         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
12920         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
12921         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
12922         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
12923         Moved ...
12924         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
12925         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
12926         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
12928         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
12929         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
12930         (libpthread-sysdep_routines): Add elision-related stuff here instead.
12931         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
12932         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
12933         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
12934         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
12935         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
12936         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
12937         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
12938         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
12939         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
12940         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
12941         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
12942         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
12943         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
12944         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
12945         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
12946         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
12947         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
12948         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
12949         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
12950         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
12951         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
12952         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
12953         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
12954         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
12955         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
12956         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
12957         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
12958         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
12960         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
12961         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
12963         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
12964         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
12965         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
12966         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
12967         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
12968         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
12969         Moved ...
12970         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
12971         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
12972         Moved ...
12973         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
12974         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
12975         Moved ...
12976         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
12977         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
12978         Moved ...
12979         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
12980         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
12981         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
12982         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
12983         Moved ...
12984         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
12985         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
12986         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
12987         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
12988         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
12989         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
12990         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
12991         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
12992         Moved ...
12993         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
12994         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
12995         Moved ...
12996         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
12997         ... here.
12998         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
12999         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
13000         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
13001         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
13002         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
13003         Moved ...
13004         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
13005         ... here.
13006         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
13007         Moved ...
13008         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
13009         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
13010         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
13011         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
13012         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
13013         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
13014         Moved ...
13015         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
13016         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
13017         Moved ...
13018         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
13019         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
13020         Moved ...
13021         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
13022         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
13023         Moved ...
13024         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
13025         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
13026         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
13027         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
13028         Moved ...
13029         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
13030         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
13031         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
13032         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
13033         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
13034         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
13035         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
13036         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
13037         Moved ...
13038         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
13039         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
13040         Moved ...
13041         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
13042         ... here.
13043         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
13044         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
13045         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
13046         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
13047         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
13048         Moved ...
13049         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
13050         ... here.
13051         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
13052         Moved ...
13053         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
13054         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
13055         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
13056         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
13057         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
13058         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
13059         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
13060         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
13061         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
13062         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
13063         Moved ...
13064         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
13065         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
13066         Moved ...
13067         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
13068         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
13069         Moved ...
13070         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
13071         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
13072         Moved ...
13073         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
13074         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
13075         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
13076         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
13077         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
13078         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
13079         Moved ...
13080         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
13081         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
13082         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
13083         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
13084         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
13085         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
13086         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
13087         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
13088         Moved ...
13089         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
13090         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
13091         Moved ...
13092         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
13093         ... here.
13094         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
13095         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
13096         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
13097         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
13098         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
13099         Moved ...
13100         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
13101         ... here.
13102         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
13103         Moved ...
13104         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
13105         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
13106         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
13107         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
13108         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
13109         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
13110         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
13111         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
13112         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
13113         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
13114         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
13116         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
13117         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
13119         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
13120         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
13122         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
13123         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
13124         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
13125         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
13126         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
13127         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
13128         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
13129         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
13130         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
13131         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
13132         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
13133         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
13134         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
13135         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
13136         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
13137         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
13138         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
13139         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
13140         Moved ...
13141         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
13142         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
13143         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
13144         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
13145         Moved ...
13146         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
13147         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
13148         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
13149         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
13150         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
13151         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
13152         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
13153         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
13154         Moved ...
13155         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
13156         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
13157         Moved ...
13158         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
13159         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
13160         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
13161         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
13162         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
13163         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
13164         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
13165         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
13166         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
13167         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
13168         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
13169         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
13170         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
13171         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
13172         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
13173         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
13174         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
13176         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
13177         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
13178         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
13179         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
13180         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
13182         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
13183         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
13184         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
13185         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
13186         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
13187         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
13188         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
13189         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
13190         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
13191         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
13193         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
13194         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
13196         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
13197         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
13198         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
13199         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
13200         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
13201         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
13202         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
13203         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
13204         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
13205         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
13206         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
13207         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
13208         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
13209         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
13210         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
13211         Update #include.
13212         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
13213         Likewise.
13214         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
13215         Likewise.
13216         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
13217         Likewise.
13218         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
13219         Likewise.
13220         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
13221         Likewise.
13222         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
13223         Likewise.
13224         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
13225         Likewise.
13226         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
13227         Likewise.
13228         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
13229         Likewise.
13230         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
13231         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
13232         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
13233         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
13234         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
13235         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
13236         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
13237         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
13238         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
13239         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
13240         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
13241         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
13242         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
13243         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
13244         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
13246         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
13247         that was previously under [RESET_PID].
13248         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
13249         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
13250         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
13252         * sysdeps/i386/nptl/Implies: New file.
13253         * sysdeps/x86_64/nptl/Implies: New file.
13254         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
13255         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
13256         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
13257         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
13259         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
13260         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13261         (__libc_vfork): New strong alias.
13262         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
13263         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
13265         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
13266         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13267         (__libc_vfork): New strong alias.
13268         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
13269         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
13271         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
13272         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13273         (__libc_vfork): New strong alias.
13274         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
13275         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
13276         * nptl/pt-vfork.c: New file.
13277         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
13278         (libpthread: GLIBC_2.20): New version set (empty).
13280 2014-05-14  Will Newton  <will.newton@linaro.org>
13282         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
13283         rather than #if.
13285 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
13287         [BZ #16564]
13288         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
13289         arguments with exponent 65 or above.
13290         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
13291         arguments 0x1p113L or above.
13292         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
13293         to arguments 0x1p107L or above.
13294         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
13295         positive arguments with exponent 65 or above.
13296         * math/auto-libm-test-in: Add more tests of log1p.
13297         * math/auto-libm-test-out: Regenerated.
13299         [BZ #16928]
13300         * math/s_cacos.c (__cacos): Ensure zero real part of result from
13301         non-finite arguments is +0.
13302         * math/s_cacosf.c (__cacosf): Likewise.
13303         * math/s_cacosl.c (__cacosl): Likewise.
13304         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
13305         * sysdeps/i386/fpu/libm-test-ulps: Update.
13306         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13308         [BZ #16927]
13309         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
13310         value.
13311         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
13312         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
13313         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
13314         for explicit high bit of mantissa when testing for argument equal
13315         to 1.
13316         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
13317         * sysdeps/i386/fpu/libm-test-ulps: Update.
13318         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13320         [BZ #16516]
13321         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
13322         (__erf): Scale by 16 instead of 8 in potentially underflowing
13323         case.  Ensure exception if result actually underflows.
13324         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
13325         (__erff): Scale by 16 instead of 8 in potentially underflowing
13326         case.  Ensure exception if result actually underflows.
13327         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
13328         (efx8): Remove variable.
13329         (__erfl): Scale by 16 instead of 8 in potentially underflowing
13330         case.  Ensure exception if result actually underflows.
13331         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
13332         (efx8): Remove variable.
13333         (__erfl): Scale by 16 instead of 8 in potentially underflowing
13334         case.  Ensure exception if result actually underflows.
13335         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
13336         (efx8): Remove variable.
13337         (__erfl): Scale by 16 instead of 8 in potentially underflowing
13338         case.  Ensure exception if result actually underflows.
13339         * math/auto-libm-test-in: Add more tests of erf.
13340         * math/auto-libm-test-out: Regenerated.
13342 2014-05-14  Andreas Schwab  <schwab@suse.de>
13344         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
13345         Remove code conditionalized on USE___THREAD.
13347         * config.h.in (HAVE_PT_CHOWN): Define as 0.
13348         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
13349         not definedness.
13351 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
13353         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
13354         Define unconditionally.
13355         (__ASSUME_O_CLOEXEC): Likewise.
13356         (__ASSUME_SOCK_CLOEXEC): Likewise.
13357         (__ASSUME_IN_NONBLOCK): Likewise.
13358         (__ASSUME_PIPE2): Likewise.
13359         (__ASSUME_EVENTFD2): Likewise.
13360         (__ASSUME_SIGNALFD4): Likewise.
13361         (__ASSUME_DUP3): Likewise.
13362         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13363         (__ASSUME_DUP3): Do not define.
13364         (__ASSUME_EVENTFD2): Likewise.
13365         (__ASSUME_IN_NONBLOCK): Likewise.
13366         (__ASSUME_O_CLOEXEC): Likewise.
13367         (__ASSUME_PIPE2): Likewise.
13368         (__ASSUME_SIGNALFD4): Likewise.
13369         (__ASSUME_SOCK_CLOEXEC): Likewise.
13370         (__ASSUME_UTIMES): Undefine.
13371         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13372         (__ASSUME_UTIMES): Do not define.
13373         (__ASSUME_O_CLOEXEC): Likewise.
13374         (__ASSUME_SOCK_CLOEXEC): Likewise.
13375         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
13376         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
13377         0x020621].
13378         (__ASSUME_PIPE2): Likewise.
13379         (__ASSUME_EVENTFD2): Likewise.
13380         (__ASSUME_SIGNALFD4): Likewise.
13381         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
13382         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
13383         Do not define.
13384         (__ASSUME_EVENTFD2): Likewise.
13385         (__ASSUME_SIGNALFD4): Likewise.
13386         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
13387         (__ASSUME_32BITUIDS): Likewise.
13388         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
13389         (__ASSUME_IPC64): Likewise.
13390         (__ASSUME_ST_INO_64_BIT): Likewise.
13391         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
13392         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
13393         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13394         (__ASSUME_UTIMES): Do not define.
13395         (__ASSUME_PSELECT): Likewise.
13396         (__ASSUME_PPOLL): Likewise.
13397         (__ASSUME_O_CLOEXEC): Likewise.
13398         (__ASSUME_SOCK_CLOEXEC): Likewise.
13399         (__ASSUME_IN_NONBLOCK): Likewise.
13400         (__ASSUME_PIPE2): Likewise.
13401         (__ASSUME_EVENTFD2): Likewise.
13402         (__ASSUME_SIGNALFD4): Likewise.
13403         (__ASSUME_DUP3): Likewise.
13404         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13405         (__ASSUME_UTIMES): Likewise.
13406         (__ASSUME_O_CLOEXEC): Likewise.
13407         (__ASSUME_SOCK_CLOEXEC): Likewise.
13408         (__ASSUME_IN_NONBLOCK): Likewise.
13409         (__ASSUME_PIPE2): Likewise.
13410         (__ASSUME_EVENTFD2): Likewise.
13411         (__ASSUME_SIGNALFD4): Likewise.
13412         (__ASSUME_DUP3): Likewise.
13413         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13414         (__ASSUME_UTIMES): Likewise.
13415         (__ASSUME_O_CLOEXEC): Likewise.
13416         (__ASSUME_SOCK_CLOEXEC): Likewise.
13417         (__ASSUME_IN_NONBLOCK): Likewise.
13418         (__ASSUME_PIPE2): Likewise.
13419         (__ASSUME_EVENTFD2): Likewise.
13420         (__ASSUME_SIGNALFD4): Likewise.
13421         (__ASSUME_DUP3): Likewise.
13422         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
13423         Likewise.
13424         (__ASSUME_UTIMES): Likewise.
13425         (__ASSUME_EVENTFD2): Likewise.
13426         (__ASSUME_SIGNALFD4): Likewise.
13427         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13428         (__ASSUME_O_CLOEXEC): Likewise.
13429         (__ASSUME_SOCK_CLOEXEC): Likewise.
13430         (__ASSUME_IN_NONBLOCK): Likewise.
13431         (__ASSUME_PIPE2): Likewise.
13432         (__ASSUME_EVENTFD2): Likewise.
13433         (__ASSUME_SIGNALFD4): Likewise.
13434         (__ASSUME_DUP3): Likewise.
13435         (__ASSUME_UTIMES): Undefine.
13437         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
13438         feclearexcept.  Remove symbol versioning code.
13439         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
13440         symbol versioning code.
13441         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
13442         symbol versioning code.
13443         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
13444         feupdateenv.  Remove symbol versioning code.
13445         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
13446         fegetexceptflag.  Remove symbol versioning code.
13447         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
13448         fesetexceptflag.  Remove symbol versioning code.
13449         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
13450         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
13451         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
13452         (__posix_fadvise64_l32): Remove prototype.
13453         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
13454         code.
13456 2014-05-13  Roland McGrath  <roland@hack.frob.com>
13458         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
13459         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
13460         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
13461         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
13463 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
13465         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
13466         current working directory
13468 2014-05-13  Roland McGrath  <roland@hack.frob.com>
13470         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
13471         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
13472         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
13473         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
13474         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
13475         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
13476         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
13477         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
13478         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
13479         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
13480         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
13481         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
13482         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
13483         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
13484         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
13485         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
13486         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
13487         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
13488         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
13489         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
13490         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
13491         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
13492         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
13493         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
13494         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
13495         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
13496         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
13497         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
13498         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
13499         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
13500         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
13501         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
13502         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
13503         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
13504         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
13505         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
13506         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
13507         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
13508         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
13509         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
13510         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
13511         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
13513         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
13514         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
13516         * sysdeps/unix/sysv/linux/arm/Makefile
13517         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
13518         Add rt-aeabi_unwind_cpp_pr1.
13519         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
13520         Add nptl-aeabi_unwind_cpp_pr1.
13521         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
13522         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
13523         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
13524         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
13525         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
13526         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
13528         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
13529         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
13530         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
13531         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
13533         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
13534         Deconditionalize the code that was previously under [RESET_PID].
13535         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
13537         * sysdeps/generic/exit-thread.h: New file.
13538         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
13539         * include/unistd.h (__exit_thread): Remove declaration.
13540         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
13541         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
13542         * csu/libc-start.c: Include <exit-thread.h>.
13543         (LIBC_START_MAIN): Pass no argument to __exit_thread.
13544         * nptl/pthread_create.c: Include <exit-thread.h>.
13545         (start_thread): Call __exit_thread in place of __exit_thread_inline.
13546         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
13547         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
13548         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
13549         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
13550         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
13551         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
13552         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
13553         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
13554         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
13555         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
13556         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
13557         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
13558         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
13559         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
13560         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
13561         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
13563 2014-05-13  Andreas Schwab  <schwab@suse.de>
13565         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
13567 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
13569         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
13570         (__ASSUME_UTIMES): Do not condition on kernel version.
13571         (__ASSUME_PSELECT): Define unconditionally.
13572         (__ASSUME_PPOLL): Likewise.
13573         (__ASSUME_ATFCTS): Likewise.
13574         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
13575         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
13576         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
13577         (__ASSUME_UTIMENSAT): Define unconditionally.
13578         (__ASSUME_PRIVATE_FUTEX): Likewise.
13579         (__ASSUME_FALLOCATE): Likewise.
13580         (__ASSUME_O_CLOEXEC): Likewise.
13581         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
13582         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
13583         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
13584         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
13585         (__ASSUME_IN_NONBLOCK): Likewise.
13586         (__ASSUME_PIPE2): Likewise.
13587         (__ASSUME_EVENTFD2): Likewise.
13588         (__ASSUME_SIGNALFD4): Likewise.
13589         (__ASSUME_DUP3): Likewise.
13590         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
13591         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
13592         (__ASSUME_AT_RANDOM): Likewise.
13593         (__ASSUME_PREADV): Likewise.
13594         (__ASSUME_PWRITEV): Likewise.
13595         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
13596         (__ASSUME_F_GETOWN_EX): Define unconditionally.
13597         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
13598         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
13599         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
13600         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13601         (__ASSUME_O_CLOEXEC): Define unconditionally.
13602         (__ASSUME_PSELECT): Do not undefine conditionally.
13603         (__ASSUME_PPOLL): Likewise.
13604         (__ASSUME_ATFCTS): Likewise.
13605         (__ASSUME_SET_ROBUST_LIST): Likewise.
13606         (__ASSUME_UTIMENSAT): Likewise.
13607         (__ASSUME_FDATASYNC): Define unconditionally.
13608         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13609         (__ASSUME_SIGFRAME_V2): Likewise.
13610         )__ASSUME_EVENTFD2): Likewise.
13611         (__ASSUME_SIGNALFD4): Likewise.
13612         (__ASSUME_PSELECT): Do not undefine conditionally.
13613         (__ASSUME_PPOLL): Likewise.
13614         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13615         (__ASSUME_PSELECT): Define unconditionally.
13616         (__ASSUME_PPOLL): Likewise.
13617         (__ASSUME_O_CLOEXEC): Likewise.
13618         (__ASSUME_SOCK_CLOEXEC): Likewise.
13619         (__ASSUME_IN_NONBLOCK): Likewise.
13620         (__ASSUME_PIPE2): Likewise.
13621         (__ASSUME_EVENTFD2): Likewise.
13622         (__ASSUME_SIGNALFD4): Likewise.
13623         (__ASSUME_DUP3): Likewise.
13624         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13625         (__ASSUME_O_CLOEXEC): Likewise.
13626         (__ASSUME_SOCK_CLOEXEC): Likewise.
13627         (__ASSUME_IN_NONBLOCK): Likewise.
13628         (__ASSUME_PIPE2): Likewise.
13629         (__ASSUME_EVENTFD2): Likewise.
13630         (__ASSUME_SIGNALFD4): Likewise.
13631         (__ASSUME_DUP3): Likewise.
13632         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13633         (__ASSUME_EVENTFD2): Likewise.
13634         (__ASSUME_SIGNALFD4): Likewise.
13635         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
13637 2014-05-12  Andreas Schwab  <schwab@suse.de>
13639         [BZ #16932]
13640         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
13641         (_nss_nis_gethostbyname4_r): Return error if item length is larger
13642         than maximum RPC packet size.
13643         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
13644         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
13645         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
13646         (_nss_nis_getservbyport_r): Likewise.
13648 2014-05-12  Will Newton  <will.newton@linaro.org>
13650         * malloc/Makefile (tests): Add tst-mallopt.
13651         * malloc/tst-mallopt.c: New file.
13653 2014-05-09  Roland McGrath  <roland@hack.frob.com>
13655         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
13656         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
13658 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13660         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
13661         (tst-tlsmod6.so): Likewise.
13663 2014-05-09  Roland McGrath  <roland@hack.frob.com>
13665         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
13667 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
13669         [BZ #16064]
13670         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
13671         and <dl-procinfo.h>.
13672         (__fegetenv): Save SSE state in envp->__eip if supported.
13673         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
13674         envp->__eip if supported.
13675         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
13676         and <dl-procinfo.h>.
13677         (__fesetenv): Always set __eip, __cs_selector, __opcode,
13678         __data_offset and __data_selector in environment to 0.  Set SSE
13679         state if supported.
13680         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
13681         test-fenv-sse.
13682         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
13683         -mfpmath=sse.
13684         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
13686 2014-05-09  Will Newton  <will.newton@linaro.org>
13688         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
13689         and libc_relro_required for ARM.
13690         * sysdeps/arm/preconfigure: Regenerate.
13692 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
13693             Stefan Liebler  <stli@linux.vnet.ibm.com>
13695         * config.make.in (enable-lock-elision): New Makefile variable.
13696         * configure.ac: Likewise.
13697         * configure: Regenerate.
13698         * sysdeps/s390/configure.ac:
13699         Add check for gcc transactions support.
13700         * sysdeps/s390/configure: Regenerate.
13701         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
13702         Build elision files if enabled.
13703         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
13704         Add lock elision support for s390.
13705         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
13706         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
13707         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
13708         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
13709         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
13710         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
13711         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
13712         Likewise.
13713         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
13714         Likewise.
13715         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
13716         Likewise.
13717         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
13718         Likewise.
13719         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
13720         (__lll_timedlock_elision, __lll_lock_elision)
13721         (__lll_unlock_elision, __lll_trylock_elision)
13722         (lll_timedlock_elision, lll_lock_elision)
13723         (lll_unlock_elision, lll_trylock_elision): Add.
13724         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
13725         (pthread_mutex_t): Add lock elision support for s390.
13727 2014-05-14  Wilco  <wdijkstr@arm.com>
13729         * sysdeps/arm/fclrexcpt.c: Cleanup.
13730         * sysdeps/arm/fedisblxcpt.c: Cleanup.
13731         * sysdeps/arm/feenablxcpt.c: Cleanup.
13732         * sysdeps/arm/fegetenv.c: Cleanup.
13733         * sysdeps/arm/fegetexcept.c: Cleanup.
13734         * sysdeps/arm/fegetround.c: Cleanup.
13735         * sysdeps/arm/feholdexcpt.c: Cleanup.
13736         * sysdeps/arm/fesetenv.c: Cleanup.
13737         * sysdeps/arm/fesetround.c: Cleanup.
13738         * sysdeps/arm/feupdateenv.c: Cleanup.
13739         * sysdeps/arm/fgetexcptflg.c: Cleanup.
13740         * sysdeps/arm/fraiseexcpt.c: Cleanup.
13741         * sysdeps/arm/fsetexcptflg.c: Cleanup.
13742         * sysdeps/arm/ftestexcept.c: Cleanup.
13743         * sysdeps/arm/get-rounding-mode.h: Cleanup.
13744         * sysdeps/arm/setfpucw.c: Cleanup.
13746 2014-05-09  Will Newton  <will.newton@linaro.org>
13748         * sysdeps/arm/armv7/strcmp.S: New file.
13749         * NEWS: Mention addition of ARMv7 optimized strcmp.
13751 2014-05-08  Roland McGrath  <roland@hack.frob.com>
13753         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
13754         look for %.ac rather than %.in.
13756         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
13757         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
13758         * sysdeps/mach/hurd/configure: Regenerated.
13759         * sysdeps/unix/sysv/linux/configure: Regenerated.
13761         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
13763 2014-05-07  Steve Ellcey  <sellcey@mips.com>
13765         [BZ# 16922]
13766         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
13767         (LONG_SUB): Ditto.
13768         (PTR_SUB): Ditto.
13770 2014-05-07  Andreas Schwab  <schwab@suse.de>
13772         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
13773         when skipping over non-matching result from nscd.
13775 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
13777         [BZ #16876]
13778         * nptl/sockperf.c (client): Check socket return value.
13780         [BZ #16877]
13781         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
13782         nscd security class.
13784 2014-05-06  Roland McGrath  <roland@hack.frob.com>
13786         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
13787         * sysdeps/arm/unwind.h: ... here.
13789 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
13791         [BZ# 16916]
13792         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
13793         Define.
13795 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
13797         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
13798         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
13799         multiarch strncpy for PPC64.
13800         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
13801         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
13802         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
13803         multiarch optimizations.
13804         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13805         (__libc_ifunc_impl_list): Likewise.
13806         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
13807         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
13808         multiarch stpncpy for PPC64.
13809         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
13810         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
13812 2014-05-06  Andreas Schwab  <schwab@suse.de>
13814         [BZ #16912]
13815         * gmon/mcount.c (_MCOUNT_DECL): Use
13816         atomic_compare_and_exchange_bool_acq instead of
13817         catomic_compare_and_exchange_bool_acq.
13819 2014-05-05  Roland McGrath  <roland@hack.frob.com>
13821         * elf/Makefile (others, install-bin): Remove pldd.
13822         (pldd-modules): Variable removed.
13823         ($(objpfx)pldd): Target removed.
13824         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
13825         (others, install-bin): Append pldd here.
13826         ($(objpfx)pldd): New target.
13828         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
13829         to 0, so the first #if test emitted later doesn't see it undefined.
13830         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
13831         * sysdeps/gnu/errlist.c: Regenerated.
13833 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13835         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
13836         [libc_hidden_builtin_def]: Define to empty value.
13837         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
13838         [libc_hidden_builtin_def]: Likewise.
13839         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
13840         [libc_hidden_builtin_def]: Likewise.
13841         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
13842         [libc_hidden_builtin_def]: Likewise.
13843         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
13844         __redirect_memcpy and define ifunc as default hidden symbol.
13845         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
13846         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
13848 2014-05-04  Adam Conrad  <adconrad@0c3.net>
13850         * locale/iso-4217.def: Reintroduce XDR currency.
13852 2014-05-04  Allan McRae  <allan@archlinux.org>
13854         * po/eo.po: Update Esperanto translation from translation project.
13856 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
13858         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
13859         and FEATURE_INDEX_MAX to 1.
13860         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
13862 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13864         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
13865         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
13866         * iconvdata/big5.c (ONE_DIRECTION): Define.
13867         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
13868         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
13869         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
13870         * iconvdata/cp932.c (ONE_DIRECTION): Define.
13871         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
13872         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
13873         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
13874         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
13875         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
13876         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
13877         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
13878         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
13879         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
13880         * iconvdata/gbk.c (ONE_DIRECTION): Define.
13881         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
13882         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
13883         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
13884         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
13885         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
13886         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
13887         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
13888         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
13889         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
13890         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
13891         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
13892         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
13893         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
13894         * iconvdata/iso646.c (ONE_DIRECTION): Define.
13895         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
13896         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
13897         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
13898         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
13899         * iconvdata/johab.c (ONE_DIRECTION): Define.
13900         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
13901         * iconvdata/sjis.c (ONE_DIRECTION): Define.
13902         * iconvdata/t.61.c (ONE_DIRECTION): Define.
13903         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
13904         * iconvdata/tscii.c (ONE_DIRECTION): Define.
13905         * iconvdata/uhc.c (ONE_DIRECTION): Define.
13906         * iconvdata/unicode.c (ONE_DIRECTION): Define.
13907         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
13908         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
13909         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
13911 2014-05-01  Roland McGrath  <roland@hack.frob.com>
13913         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
13914         (_IO_JUMPS_OFFSET): Define to 0.
13916         * nptl/sysdeps/pthread/bits/libc-lock.h
13917         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
13918         (__libc_lock_define_initialized_recursive): Always define using
13919         initializer.  Modern compilers treat uninitialized (implicit zero) and
13920         explicit zero initializers the same (i.e. put the datum in bss).
13922 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
13924         * nscd/nscd-client.h: Include <string.h>.
13926 2014-05-01  David S. Miller  <davem@davemloft.net>
13928         [BZ #16885]
13929         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
13930         multiple zero bytes exist at the end of a string.
13931         Reported by Aurelien Jarno <aurelien@aurel32.net>
13933         * string/test-strcmp.c (check): Add explicit test for situations where
13934         there are multiple zero bytes after the first.
13936 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
13938         [BZ #16890]
13939         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
13940         when compiling wprintf.
13941         * stdio-common/tstdiomisc.c (t3): New function.
13942         (main): Call it.
13944 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13946         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
13947         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
13948         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
13949         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
13951 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13953         * stdlib/longlong.h: Updated from GCC.
13955 2014-05-01  Will Newton  <will.newton@linaro.org>
13956             Bernard Ogden  <bernie.ogden@linaro.org>
13958         * NEWS: Update fixed bug list.
13960         [BZ #15119]
13961         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
13963 2014-04-30  David S. Miller  <davem@davemloft.net>
13965         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
13966         (libc_feholdexcept_setround_sparc_ctx): New function.
13967         (libc_fesetenv_sparc_ctx): Likewise.
13968         (libc_feupdateenv_sparc_ctx): Likewise.
13969         (libc_feholdsetround_sparc_ctx): Likewise.
13970         (libc_feholdexcept_setround_ctx): Define.
13971         (libc_feholdexcept_setroundf_ctx): Likewise.
13972         (libc_feholdexcept_setroundl_ctx): Likewise.
13973         (libc_fesetenv_ctx): Likewise.
13974         (libc_fesetenvf_ctx): Likewise.
13975         (libc_fesetenvl_ctx): Likewise.
13976         (libc_feupdateenv_ctx): Likewise.
13977         (libc_feupdateenvf_ctx): Likewise.
13978         (libc_feupdateenvl_ctx): Likewise.
13979         (libc_feresetround_ctx): Likewise.
13980         (libc_feresetroundf_ctx): Likewise.
13981         (libc_feresetroundl_ctx): Likewise.
13982         (libc_feholdsetround_ctx): Likewise.
13983         (libc_feholdsetroundf_ctx): Likewise.
13984         (libc_feholdsetroundl_ctx): Likewise.
13986         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
13987         with __USE_GNU instead of XOPEN cpp guards.
13989         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
13990         0.
13992         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
13993         with XOPEN cpp guards.
13995 2014-04-30  Julian Brown  <julian@codesourcery.com>
13997         [BZ #16888]
13998         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
13999         handling.
14001 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
14003         [BZ #9894]
14004         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
14005         Change to 2.6.32.
14006         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
14007         * sysdeps/unix/sysv/linux/configure: Regenerated.
14008         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
14009         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
14010         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
14011         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
14012         * README: Update reference to required Linux kernel version.
14013         * manual/install.texi (Linux): Update reference to required Linux
14014         kernel headers version.
14015         * INSTALL: Regenerated.
14017         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
14018         header inclusion.
14019         [POSIX] (limits.h): Likewise.
14020         [POSIX] (math.h): Likewise.
14021         [POSIX] (sys/wait.h): Likewise.
14022         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
14023         function.
14024         [POSIX] (stddef.h): Do not allow header inclusion.
14026 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14028         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
14030 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
14032         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
14033         Return immediately after lll_futex_wake.
14035 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14037         [BZ #16791]
14038         * nscd/nscd-client.h (datahead_init_common): Initialize entire
14039         structure.
14040         (datahead_init_pos): Call datahead_init_common early.
14041         (datahead_init_neg): Likewise.
14043         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
14044         datahead_init_neg): New functions.
14045         * nscd/aicache.c (addhstaiX): Use them.
14046         * nscd/grpcache.c (cache_addgr): Likewise.
14047         * nscd/hstcache.c (cache_addhst): Likewise.
14048         * nscd/initgrcache.c (addinitgroupsX): Likewise.
14049         * nscd/netgroupcache.c (do_notfound): Likewise.
14050         (addgetnetgrentX): Likewise.
14051         (addinnetgrX): Likewise.
14052         * nscd/pwdcache.c (cache_addpw): Likewise.
14053         * nscd/servicescache.c (cache_addserv): Likewise.
14055 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14056             Atsushi Onoe  <atsushi@onoe.org>
14058         [BZ #14308]
14059         [BZ #12994]
14060         [BZ #13651]
14061         * resolv/res_query.c (__libc_res_nsearch): Return if at least
14062         one response is valid.
14063         * resolv/res_send.c (send_dg): Check for validity of other
14064         response if the current response is a referral.
14066 2014-04-29  Steve Ellcey  <sellcey@mips.com>
14068         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
14070 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
14072         [BZ #16823]
14073         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
14074         Always divide by positive zero when computing -Inf result.
14075         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
14076         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
14078 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14080         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
14081         FPSCR if value do not change.
14082         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
14083         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
14084         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
14085         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
14086         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
14087         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
14088         function.
14090 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
14092         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
14093         * sysdeps/unix/sysv/linux/hppa: Move directory from
14094         ports/systeps/unix/sysv/linux/hppa.
14095         * README: Update listing for hppa-*-linux-gnu.
14097 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
14099         [BZ #16754]
14100         * manual/stdio.texi (Hook functions): Fix types of stream hook
14101         functions.
14102         [BZ #16854]
14103         * socket/sys/socket.h: Fix typo in comment.
14105 2014-04-28  Wilco  <wdijkstr@arm.com>
14107         * sysdeps/arm/fenv_private.h: New file.
14108         * sysdeps/arm/math_private.h: New file.
14109         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
14111 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
14113         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
14114         with __int128_t.
14115         (La_x86_64_retval): Likewise.
14117 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
14119         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
14120         fpsr if value didn't change.
14121         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
14122         to fpcr if value didn't change.
14123         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
14124         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
14125         fpsr or fpcr if value didn't change.
14126         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
14127         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
14128         fpcr if value didn't change.
14129         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
14130         to fpsr if value didn't change.
14132 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
14134         * nptl/tst-sem3.c: Use test-skeleton.c
14135         (main): Rename to do_test.  Use return instead of
14136         exit.
14137         * nptl/tst-sem4.c: Use test-skeleton.c
14138         (main): Rename to do_test.
14140 2014-04-22  David S. Miller  <davem@davemloft.net>
14142         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
14143         (struct sigaction): New struct member __glibc_reserved0, change
14144         type of sa_flags to int.
14146 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
14148         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
14149         (COUNT_LEADING_ZEROS_0): Define for AArch64.
14151 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
14153         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
14154         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
14156 2014-04-22  Will Newton  <will.newton@linaro.org>
14157             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
14159         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
14160         (__longjmp): Add longjmp and longjmp_target SystemTap
14161         probes.
14162         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
14163         (__sigsetjmp): Add setjmp SystemTap probe.
14165 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
14167         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
14168         match manual order.
14170 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14172         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
14174         * sysdeps/powerpc/fpu/fenv_private.h
14175         (libc_feholdexcept_setroundl_ctx): Define to
14176         libc_feholdexcept_setround_ppc_ctx.
14177         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
14178         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
14179         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
14180         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
14182 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
14184         * sysdeps/aarch64/math-tests.h: New file.
14186 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
14188         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
14189         New.
14190         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
14191         Check and set bit_AVX2_Usable.
14192         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
14193         macro.
14194         (bit_AVX2): Likewise.
14195         (index_AVX2_Usable): Likewise.
14196         (CPUID_AVX2): Likewise.
14197         (HAS_AVX2): Likewise.
14199 2014-04-17  Will Newton  <will.newton@linaro.org>
14201         * manual/setjmp.texi (System V contexts): Add note that
14202         calling setcontext on a context created by a call to a
14203         signal handler is undefined.  Update text to note that
14204         setcontext from a signal handler is possible but not
14205         recommended.
14207         [BZ #16629]
14208         * stdlib/tst-setcontext.c: Include signal.h.
14209         (main): Check that the signal stack before and
14210         after swapcontext is the same.
14212         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
14213         Re-implement to restore registers in user code and avoid
14214         rt_sigreturn system call.
14216 2014-04-17  Wilco  <wdijkstr@arm.com>
14218         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
14219         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
14220         * math/test-fenv.c: Skip exception trap tests on targets which only
14221         support non-stop mode.
14223 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
14224             Wilco Dijkstra  <wilco.dijkstra@arm.com>
14226         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
14227         (libc_feholdsetround_aarch64_ctx)
14228         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
14229         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
14230         (libc_feresetround_ctx, libc_feresetroundf_ctx)
14231         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
14232         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
14233         (libc_feresetround_noexl_ctx): Define.
14235 2014-04-16  Richard Henderson  <rth@redhat.com>
14237         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
14239         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
14240         unwind tables.
14242         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
14243         const from the non-libc, non-ldso copy.
14245         * sysdeps/alpha/libm-test-ulps: Regenerate.
14247 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
14248             Wilco Dijkstra  <wilco.dijkstra@arm.com>
14250         * sysdeps/aarch64/fpu/math_private.h: New file.
14252 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14254         * sysdeps/aarch64/libm-test-ulps: Regenerate.
14256 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
14258         [BZ #16275]
14259         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
14260         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
14261         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
14262         Intel MPX bound registers before _dl_profile_fixup.
14263         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
14264         registers after _dl_profile_fixup.  Save and restore bound
14265         registers bnd0/bnd1 when calling _dl_call_pltexit.
14266         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
14267         (LR_BND_OFFSET): Likewise.
14268         (LRV_BND0_OFFSET): Likewise.
14269         (LRV_BND1_OFFSET): Likewise.
14271 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14273         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
14274         to...
14275         * sysdeps/mach/hurd/i386/tls.h: ... here.
14276         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
14277         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
14278         fields.
14280 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14282         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
14284 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
14286         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14288 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
14290         [BZ #14770]
14291         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
14292         * sysdeps/s390/configure: Regenerate.
14294         [BZ #16824]
14295         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
14296         Set round-to-nearest internally to reduce error accumulation.
14298 2014-04-16  Alan Modra  <amodra@gmail.com>
14300         [BZ #16740]
14301         [BZ #16619]
14302         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
14303         * math/libm-test.inc (frexp_test_data): Add tests.
14304         * NEWS: Update fixed bug list.
14306 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
14308         * benchtests/Makefile: Depend on libraries in build directory.
14309         (bench-math): Separate out math tests.
14310         (bench-pthread): Separate out pthread tests.
14311         (bench): Include math and pthread tests.
14313 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
14315         [BZ #16831]
14316         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
14317         _dl_debug_initialize.
14319         * configure.ac: Remove SELinux header check.
14320         * configure: Regenerate.
14321         * nscd/selinux.c (perms): Array of const char* to permission names.
14322         (nscd_request_avc_has_perm): Call security_deny_unknown to find
14323         default policy. Call string_to_security_class and string_to_av_perm to
14324         translate strings. Enforce default policy and call avs_has_perm with
14325         results of translated strings.
14327 2014-04-13  David S. Miller  <davem@davemloft.net>
14329         * sysdeps/sparc/fpu/libm-test-ulps: Update.
14331 2014-04-12  Allan McRae  <allan@archlinux.org>
14333         [BZ #16838]
14334         * manual/string.texi (Collation Functions): Fix qsort argument
14335         order in example.
14336         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
14338 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
14340         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
14341         Make the test a no-op if there are no exceptions defined.
14343 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
14345         * elf/Makefile (tests): make tst-dlopen-aout conditional on
14346         enable-hardcoded-path-in-tests
14348 2014-04-11  Will Newton  <will.newton@linaro.org>
14350         * benchtests/Makefile (extra-objs): Add json-lib.o.
14351         (bench-func): Tidy up JSON output.
14352         * benchtests/bench-skeleton.c: Include json-lib.h.
14353         (main): Use JSON library functions to do output of
14354         benchmark results.
14355         * benchtests/bench-timing-type.c (main): Output the
14356         timing type simply, leaving formatting to the user.
14357         * benchtests/json-lib.c: New file.
14358         * benchtests/json-lib.h: Likewise.
14360 2014-04-11  Torvald Riegel  <triegel@redhat.com>
14362         [BZ #15215]
14363         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
14364         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
14365         memory barriers.  Add comments.
14366         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
14367         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
14368         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
14369         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
14370         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
14371         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
14373 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
14375         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
14376         * sysdeps/s390/s390-64/configure.ac: ... this ...
14377         * sysdeps/s390/configure.ac: ... to here.
14378         * sysdeps/s390/s390-32/configure: Delete file.
14379         * sysdeps/s390/s390-64/configure: Delete file.
14380         * sysdeps/s390/configure: Regenerate.
14382 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
14384         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
14386 2014-04-11  Will Newton  <will.newton@linaro.org>
14388         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
14389         to zero if it is not defined elsewhere.  (mtrim): Test
14390         the value of MALLOC_DEBUG with #if rather than #ifdef.
14392 2014-04-10 Torvald Riegel  <triegel@redhat.com>
14394         * benchtests/pthread_once-inputs: New file.
14395         * benchtests/pthread_once-source.c: New file.
14396         * benchtests/README: Update documentation.
14398 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
14399             H.J. Lu  <hongjiu.lu@intel.com>
14401         [BZ #16275]
14402         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
14403         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
14404         * sysdeps/x86_64/configure: Regenerated.
14405         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
14406         macro.
14407         (REGISTER_SAVE_RAX): Likewise.
14408         (REGISTER_SAVE_RCX): Likewise.
14409         (REGISTER_SAVE_RDX): Likewise.
14410         (REGISTER_SAVE_RSI): Likewise.
14411         (REGISTER_SAVE_RDI): Likewise.
14412         (REGISTER_SAVE_R8): Likewise.
14413         (REGISTER_SAVE_R9): Likewise.
14414         (REGISTER_SAVE_BND0): Likewise.
14415         (REGISTER_SAVE_BND1): Likewise.
14416         (REGISTER_SAVE_BND2): Likewise.
14417         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
14418         bound registers when calling _dl_fixup.
14420 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14422         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
14423         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
14424         of its definition.
14425         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
14426         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
14427         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
14428         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
14429         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
14430         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
14431         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
14433 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
14435         [BZ #15514]
14436         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
14437         pathconf(_PC_NAME_MAX).
14439 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14441         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
14442         Remove macro usage.
14443         (__PTHREAD_SPINS): Move definition to ...
14444         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
14445         (__PTHREAD_SPINS): ... here.
14446         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14447         (__PTHREAD_SPIN): Likewise.
14448         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
14449         (__PTHREAD_SPIN): Likewise.
14450         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
14451         (__PTHREAD_SPIN): Likewise.
14452         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
14453         (__PTHREAD_SPIN): Likewise.
14454         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
14455         (__PTHREAD_SPIN): Likewise.
14456         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
14457         (__PTHREAD_SPIN): Likewise.
14458         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
14459         (__PTHREAD_SPIN): Likewise.
14460         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
14461         (__PTHREAD_SPIN): Likewise.
14462         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
14463         (__PTHREAD_SPIN): Likewise.
14464         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
14465         (__PTHREAD_SPIN): Likewise.
14466         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
14467         (__PTHREAD_SPIN): Likewise.
14468         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
14469         (__PTHREAD_SPIN): Likewise.
14471         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
14472         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
14473         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
14474         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
14475         imply folder.
14476         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
14477         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
14478         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
14479         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
14480         correct imply path.
14481         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
14482         strlen symbol for non multi-arch builds.
14483         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
14484         missing hidden_def and weak_alias.
14486 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
14488         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
14490 2014-04-07  Will Newton  <will.newton@linaro.org>
14492         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
14493         and contents.  [!_LIBC] Remove #ifndef and contents.
14494         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
14495         * string/memccpy.c (__memccpy): Use ANSI prototype.
14496         * string/memfrob.c (memfrob): Likewise.
14497         * string/strcoll.c (STRCOLL): Likewise.
14498         * string/strlen.c (strlen): Likewise.
14499         * string/strtok.c (STRTOK): Likewise.
14500         * string/strcat.c: Remove unused #include of memcopy.h.
14501         (strcat): Use ANSI prototype.
14502         * string/strchr.c: Remove unused #include of memcopy.h.
14503         (strchr): Use ANSI prototype.
14504         * string/strcmp.c: Remove unused #include of memcopy.h.
14505         (strcmp): Use ANSI prototype.
14506         * string/strcpy.c: Remove unused #include of memcopy.h.
14507         (strcpy): Use ANSI prototype.
14509 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14511         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
14512         * config.make.in (config-extra-cppflags): Set it from
14513         libc_extra_cppflags.
14514         * configure.ac (libc_extra_cflags): Make it accumulate over
14515         configure fragments.
14516         (libc_extra_cppflags): New flag.
14517         * configure. Regenerate.
14518         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
14519         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
14520         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
14521         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
14523         [BZ #16815]
14524         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
14525         result for FE_DOWNWARD rounding mode.
14526         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
14527         Likewise.
14528         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14530 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
14532         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
14533         in function argument name.
14535 2014-04-03  David Svoboda  <svoboda@cert.org>
14537         [BZ #5666]
14538         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
14539         explicitly.
14541 2014-04-03  Roland McGrath  <roland@hack.frob.com>
14543         * elf/dl-unmap-segments.h: New file.
14544         * sysdeps/generic/ldsodefs.h
14545         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
14546         * elf/dl-close.c: Include <dl-unmap-segments.h>.
14547         * elf/dl-fptr.c: Likewise.
14548         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
14549         * sysdeps/aarch64/tlsdesc.c: Likewise.
14550         * sysdeps/arm/tlsdesc.c: Likewise.
14551         * sysdeps/i386/tlsdesc.c: Likewise.
14552         * sysdeps/tile/dl-runtime.c: Likewise.
14553         * sysdeps/x86_64/tlsdesc.c: Likewise.
14554         * elf/dl-load.h: New file.
14555         * elf/dl-load.c: Include it.
14556         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
14557         Macros moved to dl-load.h.
14558         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
14559         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
14560         Use _dl_unmap_segments in place of __munmap.
14561         Break out segment-mapping loop into ...
14562         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
14564 2014-04-03  Will Newton  <will.newton@linaro.org>
14566         * elf/dl-lookup.c (do_lookup_x): Remove comment
14567         referring to nested function and move variable
14568         declarations down to before first use.
14570 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
14572         [BZ #16799]
14573         [BZ #16800]
14574         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
14575         with 0 numerator.
14576         * math/s_catanf.c (__catanf): Likewise.
14577         * math/s_catanh.c (__catanh): Likewise.
14578         * math/s_catanhf.c (__catanhf): Likewise.
14579         * math/s_catanhl.c (__catanhl): Likewise.
14580         * math/s_catanl.c (__catanl): Likewise.
14581         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
14582         by positive zero when computing -Inf result.
14583         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
14584         (catanh_test): Likewise.
14585         * sysdeps/i386/fpu/libm-test-ulps: Update.
14586         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14588         [BZ #16789]
14589         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
14590         instead of using underflowing value in computing result.
14591         * math/s_clog10.c (__clog10): Likewise.
14592         * math/s_clog10f.c (__clog10f): Likewise.
14593         * math/s_clog10l.c (__clog10l): Likewise.
14594         * math/s_clogf.c (__clogf): Likewise.
14595         * math/s_clogl.c (__clogl): Likewise.
14596         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
14597         (clog10_test): Likewise.
14598         * sysdeps/i386/fpu/libm-test-ulps: Update.
14599         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14601 2014-04-02  Alan Modra  <amodra@gmail.com>
14603         [BZ #16739]
14604         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
14605         output when value is near a power of two.  Use int64_t for lx and
14606         remove casts.  Use decimal rather than hex exponent constants.
14607         Don't use long double multiplication when double will suffice.
14608         * math/libm-test.inc (nextafter_test_data): Add tests.
14609         * NEWS: Add 16739 and 16786 to bug list.
14611         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
14613         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
14615 2014-04-01  Will Newton  <will.newton@linaro.org>
14617         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
14618         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
14620 2014-04-01  Florian Weimer  <fweimer@redhat.com>
14622         [BZ #13347]
14623         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
14624         * nptl/tst-setuid2.c: New file.
14625         * nptl/Makefile (xtests): Add tst-setuid2.
14627 2014-04-01  Alan Modra  <amodra@gmail.com>
14629         [BZ #16786]
14630         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
14632 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
14634         [BZ #6803]
14635         [BZ #6804]
14636         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
14637         set errno as appropriate.
14638         * math/w_scalbf.c (__scalbf): Likewise.
14639         * math/w_scalbl.c (__scalbl): Likewise.
14640         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
14641         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
14642         * math/libm-test.inc (scalb_test_data): Add errno expectations.
14643         Add more NaN tests.
14645         [BZ #16349]
14646         * math/w_atan2.c: Include <errno.h>.
14647         (__atan2): Set errno for result underflowing to zero.
14648         * math/w_atan2f.c: Include <errno.h>.
14649         (__atan2f): Set errno for result underflowing to zero.
14650         * math/w_atan2l.c: Include <errno.h>.
14651         (__atan2l): Set errno for result underflowing to zero.
14652         * math/auto-libm-test-in: Don't allow missing errno for some atan2
14653         tests.
14654         * math/auto-libm-test-out: Regenerated.
14656 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14658         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
14659         Encode instruction correctly in little endian.
14660         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
14661         Likewise.
14662         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
14663         Likewise.
14664         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
14665         Likewise.
14666         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
14667         Likewise.
14669 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
14671         [BZ #9894]
14672         * sysdeps/unix/sysv/linux/kernel-features.h
14673         [__sparc__ && !__arch64__ && !__sparc_v9__]
14674         (__ASSUME_SET_ROBUST_LIST): Do not define.
14675         [__sparc__ && !__arch64__ && !__sparc_v9__]
14676         (__ASSUME_FUTEX_LOCK_PI): Likewise.
14677         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
14678         Likewise.
14679         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14680         (__ASSUME_FUTEX_LOCK_PI): Undefine.
14681         (__ASSUME_REQUEUE_PI): Likewise.
14682         (__ASSUME_SET_ROBUST_LIST): Likewise.
14683         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14684         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
14685         Undefine.
14686         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14687         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
14688         Likewise.
14689         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
14690         Likewise.
14691         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
14692         Likewise.
14693         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14694         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
14695         Undefine.
14696         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
14697         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
14698         Likewise.
14700         [BZ #16648]
14701         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14702         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
14703         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
14705 2014-03-31  Will Newton  <will.newton@linaro.org>
14707         * benchtests/Makefile (bench): Add ffs and ffsll to list
14708         of tests.
14709         * benchtests/ffs-inputs: New file.
14710         * benchtests/ffsll-inputs: Likewise.
14712 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
14714         [BZ #16770]
14715         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
14716         too large before casting to int.
14717         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
14718         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
14719         * math/libm-test.inc (scalb_test_data): Add more tests.
14721 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
14723         * benchtests/Makefile (DETAILED_OPT): New make option.
14724         (bench-func): Run benchmark program with -d if DETAILED_OPT is
14725         set.
14726         * benchtests/bench-skeleton.c: Include stdbool.h.
14727         (main): Store and print timings per input.
14728         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
14729         member to each argument value.
14730         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
14731         (_print_arg_data): Initialize per-input timing to 0.
14733         * benchtests/Makefile (timing-type): New binary.
14734         (bench-clean): Also remove bench-timing-type.
14735         (bench): New target for timing-type.
14736         (bench-func): Print output in JSON format.
14737         * benchtests/bench-skeleton.c (main): Print output in JSON
14738         format.
14739         * benchtests/bench-timing-type.c: New file.
14740         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
14741         (TIMING_PRINT_STATS): Remove.
14742         * benchtests/scripts/bench.py (_print_arg_data): Store variant
14743         name separately.
14745         * benchtests/bench-modf.c: Remove.
14746         * benchtests/modf-inputs: New inputs file.
14748 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
14750         [BZ #16362]
14751         * math/s_clog10.c (M_PI_LOG10E): New macro.
14752         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
14753         imaginary parts are 0.
14754         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
14755         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
14756         imaginary parts are 0.
14757         * math/s_clog10l.c (M_PI_LOG10El): New macro.
14758         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
14759         imaginary parts are 0.
14760         * math/libm-test.inc (clog10_test_data): Update expected results
14761         for when real and imaginary parts are 0.
14763 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
14765         * elf/dl-load.c: Finish conversion of __builtin_expect into
14766         __glibc_{un}likely.
14768 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
14770         [BZ #16348]
14771         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
14772         1+x for argument with exponent below -67.
14773         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
14774         Likewise.
14775         * math/auto-libm-test-in: Add more tests of exp.
14776         * math/auto-libm-test-out: Regenerated.
14778 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14780         [BZ #16759]
14781         * inet/getnetgrent_r.c (get_nonempty_val): New function.
14782         (nscd_getnetgrent): Use it.
14784         [BZ #16760]
14785         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
14786         of stpcpy.
14788 2014-03-27  Andi Kleen  <ak@linux.intel.com>
14790         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
14791         (lll_robust_lock, lll_cond_lock, lll_timedlock)
14792         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
14793         (lll_robust_unlock): Remove out of line section. Use cfi
14794         intrinsics.
14795         (LLL_STUB_UNWIND_INFO*): Remove.
14796         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
14797         (lll_robust_lock, lll_cond_lock, lll_timedlock)
14798         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
14799         (lll_robust_unlock): Remove out of line section. Use cfi
14800         intrinsics.
14801         (LLL_STUB_UNWIND_INFO*): Remove.
14803 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14805         [BZ #16758]
14806         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
14807         blank values.
14809 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
14811         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
14813 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
14815         [BZ #16198]
14816         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
14817         fnstenv.
14818         * math/test-fenv-preserve.c: New file.
14819         * math/Makefile (tests): Add test-fenv-preserve.
14821 2014-03-26  Will Newton <will.newton@linaro.org>
14823         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
14825 2014-03-25  Roland McGrath  <roland@hack.frob.com>
14827         * scripts/versionlist.awk: Partition the version sets and emit all
14828         GLIBC_* (sorted) before all others (sorted).
14830 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
14832         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
14833         GLIBC_2.2.5 version.
14835 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14837         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
14838         calls.
14840         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
14841         previous change.
14843         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14845 2014-03-25  Andreas Schwab  <schwab@suse.de>
14847         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
14848         label to be used after in6ailist is initialized.
14850 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14852         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
14853         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
14855 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
14857         [BZ #16357]
14858         [BZ #16599]
14859         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
14860         min_plus_half.
14861         (fp_formats): Update initializers.
14862         (init_fp_formats): Initialize new field.
14863         (output_for_one_input_case): Allow underflow for results up to
14864         min_plus_half.
14865         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
14866         * math/auto-libm-test-in: Don't mark some underflows from asin and
14867         atanh as spurious.
14868         * math/auto-libm-test-out: Regenerated.
14869         * sysdeps/i386/fpu/libm-test-ulps: Update.
14870         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14872 2014-03-25  Andreas Schwab  <schwab@suse.de>
14874         * libio/Makefile (tst-ftell-partial-wide-ENV)
14875         (tst-ftell-active-handler-ENV): Define.
14877 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
14879         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
14881 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
14883         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
14885 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
14887         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
14888         * sysdeps/x86_64/fpu/multiarch/e_exp.c
14889         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
14891 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
14893         [BZ #16634]
14894         * elf/dl-load.c (open_verify): Add mode parameter.
14895         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
14896         (open_path): Change from boolean 'secure' to complete flag 'mode'
14897         (_dl_map_object): Adjust.
14898         * elf/Makefile (tests): Add tst-dlopen-aout.
14899         * elf/tst-dlopen-aout.c: New test.
14901 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
14903         [BZ #16714]
14904         * sysdeps/unix/sysv/linux/s390/bits/stat.h
14905         (struct stat): Rename member pad0 to __glibc_reserved0.
14907         [BZ #16712]
14908         * sysdeps/s390/s390-32/bits/wordsize.h
14909         (__WORDSIZE32_SIZE_ULONG): New define.
14910         * sysdeps/s390/s390-64/bits/wordsize.h
14911         (__WORDSIZE32_SIZE_ULONG): Likewise.
14912         * sysdeps/generic/stdint.h (SIZE_MAX):
14913         Define as UL if __WORDSIZE32_SIZE_ULONG.
14915         [BZ #16713]
14916         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
14917         (__glibc_reserved0): New variable.
14918         (sa_flags): Change type to int.
14920         * posix/Makefile (before-compile): Use += before-compile instead
14921         of a :=.
14923         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14924         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
14926 2014-03-20  Andreas Schwab  <schwab@suse.de>
14928         [BZ #16743]
14929         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
14930         non-matching result from nscd.
14932 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
14934         * scripts/bench.py: Moved to ...
14935         * benchtests/scripts/bench.py: ... here.
14936         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
14938 2014-03-24  Andreas Schwab  <schwab@suse.de>
14940         [BZ #16002]
14941         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
14942         alloca_account and account alloca use for struct in6ailist.
14944 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
14946         [BZ #16284]
14947         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
14948         rounding mode to recompute results that overflow to infinity or
14949         underflow to zero.
14950         * math/auto-libm-test-in: Don't mark tests as expected to fail for
14951         bug 16284.
14952         * math/auto-libm-test-out: Regenerated.
14953         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
14954         (ccosh_test): Likewise.
14955         (csin_test_data): Use plus_oflow.
14956         (csin_test): Use ALL_RM_TEST.
14957         (csinh_test_data): Use plus_oflow.
14958         (csinh_test): Use ALL_RM_TEST.
14959         * sysdeps/i386/fpu/libm-test-ulps: Update.
14960         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14962 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
14964         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
14965         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
14966         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
14968         [BZ #16731]
14969         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
14970         when x - 1 is zero.
14971         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
14972         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
14973         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
14974         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
14975         argument is 1.
14976         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
14977         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
14978         zero.
14979         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
14980         * sysdeps/i386/fpu/libm-test-ulps: Update.
14981         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14983 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14985         * scripts/bench.pl: Remove file.
14986         * scripts/bench.py: New benchmark script.
14987         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
14988         * benchtests/README: Mention python dependency.
14989         * scripts/pylintrc: New file.
14990         * scripts/pylint: New file.
14992         * bits/mathdef.h: Use #ifdef instead of #if.
14993         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
14994         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14995         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
14996         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14997         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
14998         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15000 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15001             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15003         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
15004         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
15005         and strpbrk-ppc64 objects.
15006         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15007         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
15008         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
15009         multiarch strpbrk for POWER7.
15010         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
15011         multiarch strpbrk for PPC64.
15012         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
15013         ifunc selector.
15014         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
15015         strpbrk for POWER7.
15017 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
15019         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
15020         (atan_test): Likewise.
15021         (atanh_test_data): Use NO_TEST_INLINE for two tests.
15022         (atanh_test): Use ALL_RM_TEST.
15023         (atan2_test_data): Likewise.
15024         (cabs_test): Likewise.
15025         (cacosh_test): Likewise.
15026         (carg_test): Likewise.
15027         (casin_test): Likewise.
15028         (casinh_test): Likewise.
15029         (cbrt_test): Likewise.
15030         (csqrt_test): Likewise.
15031         (erf_test): Likewise.
15032         (erfc_test): Likewise.
15033         (pow10_test): Likewise.
15034         (exp2_test): Likewise.
15035         (hypot_test): Likewise.
15036         (j0_test): Likewise.
15037         (j1_test): Likewise.
15038         (lgamma_test): Likewise.
15039         (gamma_test): Likewise.
15040         (sincos_test): Likewise.
15041         (tanh_test): Likewise.
15042         (y0_test): Likewise.
15043         (y1_test): Likewise.
15044         * sysdeps/i386/fpu/libm-test-ulps: Update.
15045         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15047 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15049         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
15050         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
15051         and strcspn-ppc64 objects.
15052         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15053         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
15054         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
15055         multiarch strcspn for POWER7.
15056         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
15057         multiarch strcspn for PPC64.
15058         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
15059         ifunc selector.
15060         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
15061         strcspn for POWER7.
15063 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
15065         * math/gen-libm-test.pl (generate_testfile): Expect only function
15066         name as argument to AUTO_TESTS_* and pass results for all rounding
15067         modes to parse_args.
15068         (parse_auto_input): Separate inputs of automatic tests from
15069         outputs before storing in %auto_tests.
15070         * math/libm-test.inc (acos_test_data): Update call to
15071         AUTO_TESTS_f_f.
15072         (acos_test): Use ALL_RM_TEST.
15073         (acos_tonearest_test_data): Remove.
15074         (acos_test_tonearest): Likewise.
15075         (acos_towardzero_test_data): Likewise.
15076         (acos_test_towardzero): Likewise.
15077         (acos_downward_test_data): Likewise.
15078         (acos_test_downward): Likewise.
15079         (acos_upward_test_data): Likewise.
15080         (acos_test_upward): Likewise.
15081         (acosh_test_data): Update call to AUTO_TESTS_f_f.
15082         (asin_test_data): Likewise.
15083         (asin_test): Use ALL_RM_TEST.
15084         (asin_tonearest_test_data): Remove.
15085         (asin_test_tonearest): Likewise.
15086         (asin_towardzero_test_data): Likewise.
15087         (asin_test_towardzero): Likewise.
15088         (asin_downward_test_data): Likewise.
15089         (asin_test_downward): Likewise.
15090         (asin_upward_test_data): Likewise.
15091         (asin_test_upward): Likewise.
15092         (asinh_test_data): Update call to AUTO_TESTS_f_f.
15093         (atan_test_data): Likewise.
15094         (atanh_test_data): Likewise.
15095         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
15096         (cabs_test_data): Update call to AUTO_TESTS_c_f.
15097         (carg_test_data): Likewise.
15098         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
15099         (ccos_test_data): Update call to AUTO_TESTS_c_c.
15100         (ccosh_test_data): Likewise.
15101         (cexp_test_data): Likewise.
15102         (clog_test_data): Likewise.
15103         (clog10_test_data): Likewise.
15104         (cos_test_data): Update call to AUTO_TESTS_f_f.
15105         (cos_test): Use ALL_RM_TEST.
15106         (cos_tonearest_test_data): Remove.
15107         (cos_test_tonearest): Likewise.
15108         (cos_towardzero_test_data): Likewise.
15109         (cos_test_towardzero): Likewise.
15110         (cos_downward_test_data): Likewise.
15111         (cos_test_downward): Likewise.
15112         (cos_upward_test_data): Likewise.
15113         (cos_test_upward): Likewise.
15114         (cosh_test_data): Update call to AUTO_TESTS_f_f.
15115         (cosh_test): Use ALL_RM_TEST.
15116         (cosh_tonearest_test_data): Remove.
15117         (cosh_test_tonearest): Likewise.
15118         (cosh_towardzero_test_data): Likewise.
15119         (cosh_test_towardzero): Likewise.
15120         (cosh_downward_test_data): Likewise.
15121         (cosh_test_downward): Likewise.
15122         (cosh_upward_test_data): Likewise.
15123         (cosh_test_upward): Likewise.
15124         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
15125         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
15126         (ctan_test_data): Likewise.
15127         (ctan_test): Use ALL_RM_TEST.
15128         (ctan_tonearest_test_data): Remove.
15129         (ctan_test_tonearest): Likewise.
15130         (ctan_towardzero_test_data): Likewise.
15131         (ctan_test_towardzero): Likewise.
15132         (ctan_downward_test_data): Likewise.
15133         (ctan_test_downward): Likewise.
15134         (ctan_upward_test_data): Likewise.
15135         (ctan_test_upward): Likewise.
15136         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
15137         (ctanh_test): Use ALL_RM_TEST.
15138         (ctanh_tonearest_test_data): Remove.
15139         (ctanh_test_tonearest): Likewise.
15140         (ctanh_towardzero_test_data): Likewise.
15141         (ctanh_test_towardzero): Likewise.
15142         (ctanh_downward_test_data): Likewise.
15143         (ctanh_test_downward): Likewise.
15144         (ctanh_upward_test_data): Likewise.
15145         (ctanh_test_upward): Likewise.
15146         (erf_test_data): Update call to AUTO_TESTS_f_f.
15147         (erfc_test_data): Likewise.
15148         (exp_test_data): Likewise.
15149         (exp_test): Use ALL_RM_TEST.
15150         (exp_tonearest_test_data): Remove.
15151         (exp_test_tonearest): Likewise.
15152         (exp_towardzero_test_data): Likewise.
15153         (exp_test_towardzero): Likewise.
15154         (exp_downward_test_data): Likewise.
15155         (exp_test_downward): Likewise.
15156         (exp_upward_test_data): Likewise.
15157         (exp_test_upward): Likewise.
15158         (exp10_test_data): Update call to AUTO_TESTS_f_f.
15159         (exp10_test): Use ALL_RM_TEST.
15160         (exp10_tonearest_test_data): Remove.
15161         (exp10_test_tonearest): Likewise.
15162         (exp10_towardzero_test_data): Likewise.
15163         (exp10_test_towardzero): Likewise.
15164         (exp10_downward_test_data): Likewise.
15165         (exp10_test_downward): Likewise.
15166         (exp10_upward_test_data): Likewise.
15167         (exp10_test_upward): Likewise.
15168         (exp2_test_data): Update call to AUTO_TESTS_f_f.
15169         (expm1_test_data): Likewise.
15170         (expm1_test): Use ALL_RM_TEST.
15171         (expm1_tonearest_test_data): Remove.
15172         (expm1_test_tonearest): Likewise.
15173         (expm1_towardzero_test_data): Likewise.
15174         (expm1_test_towardzero): Likewise.
15175         (expm1_downward_test_data): Likewise.
15176         (expm1_test_downward): Likewise.
15177         (expm1_upward_test_data): Likewise.
15178         (expm1_test_upward): Likewise.
15179         (fma_test_data): Update call to AUTO_TESTS_fff_f.
15180         (fma_test): Use ALL_RM_TEST.
15181         (fma_towardzero_test_data): Remove.
15182         (fma_test_towardzero): Likewise.
15183         (fma_downward_test_data): Likewise.
15184         (fma_test_downward): Likewise.
15185         (fma_upward_test_data): Likewise.
15186         (fma_test_upward): Likewise.
15187         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
15188         (j0_test_data): Update call to AUTO_TESTS_f_f.
15189         (j1_test_data): Likewise.
15190         (jn_test_data): Update call to AUTO_TESTS_if_f.
15191         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
15192         (log_test_data): Update call to AUTO_TESTS_f_f.
15193         (log10_test_data): Likewise.
15194         (log1p_test_data): Likewise.
15195         (log2_test_data): Likewise.
15196         (pow_test_data): Update call to AUTO_TESTS_ff_f.
15197         (pow_tonearest_test_data): Likewise.
15198         (sin_test_data): Update call to AUTO_TESTS_f_f.
15199         (sin_test): Use ALL_RM_TEST.
15200         (sin_tonearest_test_data): Remove.
15201         (sin_test_tonearest): Likewise.
15202         (sin_towardzero_test_data): Likewise.
15203         (sin_test_towardzero): Likewise.
15204         (sin_downward_test_data): Likewise.
15205         (sin_test_downward): Likewise.
15206         (sin_upward_test_data): Likewise.
15207         (sin_test_upward): Likewise.
15208         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
15209         (sinh_test_data): Update call to AUTO_TESTS_f_f.
15210         (sinh_test): Use ALL_RM_TEST.
15211         (sinh_tonearest_test_data): Remove.
15212         (sinh_test_tonearest): Likewise.
15213         (sinh_towardzero_test_data): Likewise.
15214         (sinh_test_towardzero): Likewise.
15215         (sinh_downward_test_data): Likewise.
15216         (sinh_test_downward): Likewise.
15217         (sinh_upward_test_data): Likewise.
15218         (sinh_test_upward): Likewise.
15219         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
15220         (sqrt_test): Use ALL_RM_TEST.
15221         (sqrt_tonearest_test_data): Remove.
15222         (sqrt_test_tonearest): Likewise.
15223         (sqrt_towardzero_test_data): Likewise.
15224         (sqrt_test_towardzero): Likewise.
15225         (sqrt_downward_test_data): Likewise.
15226         (sqrt_test_downward): Likewise.
15227         (sqrt_upward_test_data): Likewise.
15228         (sqrt_test_upward): Likewise.
15229         (tan_test_data): Update call to AUTO_TESTS_f_f.
15230         (tan_test): Use ALL_RM_TEST.
15231         (tan_tonearest_test_data): Remove.
15232         (tan_test_tonearest): Likewise.
15233         (tan_towardzero_test_data): Likewise.
15234         (tan_test_towardzero): Likewise.
15235         (tan_downward_test_data): Likewise.
15236         (tan_test_downward): Likewise.
15237         (tan_upward_test_data): Likewise.
15238         (tan_test_upward): Likewise.
15239         (tanh_test_data): Update call to AUTO_TESTS_f_f.
15240         (tgamma_test_data): Likewise.
15241         (y0_test_data): Likewise.
15242         (y1_test_data): Likewise.
15243         (yn_test_data): Update call to AUTO_TESTS_if_f.
15244         (main): Do not call removed functions.
15246 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
15248         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
15249         (ldexp_test_data): Remove.
15250         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
15251         scalbn_test_data.
15252         (scalb_test): Use ALL_RM_TEST.
15254 2014-03-19  Andreas Schwab  <schwab@suse.de>
15256         * nscd/nscd.service: Also invalidate netgroup cache on reload.
15258 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
15260         [BZ #16649]
15261         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15262         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
15263         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
15264         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15265         (__ASSUME_PREADV): Undefine.
15266         (__ASSUME_PWRITEV): Likewise.
15268 2014-03-18  Roland McGrath  <roland@hack.frob.com>
15270         * bits/mman-linux.h: Add comment about non-Linux use.
15271         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
15272         bits/mman-linux.h resting place.
15274         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
15275         * bits/mman-linux.h: ... here.
15277 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15279         * conform/conformtest.pl: Add standard definition when calling C
15280         preprocessor on data files.
15281         (checknamespace): Remove unused variable.
15283 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
15285         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
15286         minus_oflow, plus_uflow and minus_uflow in expected results.
15287         * math/libm-test.inc (scalbn_test_data): Add more tests of
15288         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
15289         minus_uflow.
15290         (scalbn_test): Use ALL_RM_TEST.
15291         (scalbln_test_data): Add more tests of negative arguments.  Use
15292         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
15293         (scalbln_test): Use ALL_RM_TEST.
15295 2014-03-18  Roland McGrath  <roland@hack.frob.com>
15297         * scripts/abilist.awk: Ignore symbols marked with .hidden.
15299 2014-03-18  Will Newton  <will.newton@linaro.org>
15301         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
15302         inaccurate comment.
15304 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
15306         * Makerules [!subdir] (check-abi): Exit with error status if a
15307         test failed.
15309 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
15311         * math/libm-test.inc (nearbyint_test_data): Include all tests used
15312         for rint.  Include results for all rounding modes.
15313         (nearbyint_test): Use ALL_RM_TEST.
15314         (rint_test_data): Include all tests used for nearbyint.
15316 2014-03-17  Will Newton  <will.newton@linaro.org>
15318         * nptl/sysdeps/pthread/pthread.h: Revert previous
15319         change.
15321         * sysdeps/generic/ldsodefs.h: Revert previous
15322         change.
15324         * libio/genops.c: Revert previous change.
15325         * libio/libioP.h: Likewise.
15326         * stdio-common/vfprintf.c: Likewise.
15328         * sysdeps/generic/math_private.h: Revert previous
15329         change.
15331         * sysdeps/generic/math_private.h: Check whether
15332         HAVE_RM_CTX is defined with #ifdef rather
15333         than #if.
15335         * argp/argp-fmtstream.h: Check whether
15336         __STRICT_ANSI__ is defined with #ifdef rather
15337         than #if.
15338         * argp/argp.h: Likewise.
15340         * libio/genops.c: Check whether
15341         _IO_JUMPS_OFFSET is defined with #ifdef rather
15342         than #if.
15343         * libio/libioP.h: Likewise.
15344         * stdio-common/vfprintf.c: Likewise.
15346         * sysdeps/generic/ldsodefs.h: Check whether
15347         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
15348         than #if.
15350         * nptl/sysdeps/pthread/pthread.h: Check
15351         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
15352         its value.
15354 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
15356         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
15357         setting O_APPEND.
15358         * libio/tst-ftell-active-handler.c (do_append_test): Add a
15359         test case.
15361         [BZ #16680]
15362         * libio/fileops.c (_IO_file_open): Seek to end of file but
15363         don't cache the offset.
15364         (get_file_offset): Remove function.
15365         (do_ftell): Use cached offset when available.
15366         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
15367         don't cache the offset.
15368         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
15369         case.
15370         (do_one_test): Call it.
15371         (do_ftell_test): Fix up expected old offset for a+ mode.
15372         * libio/wfileops.c (do_ftell_wide): Used cached offset when
15373         available.
15375         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
15376         up test status with function return status.
15377         (do_write_test): Likewise.
15378         (do_append_test): Likewise.
15380         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
15381         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
15382         Remove.
15384 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
15386         * math/gen-libm-test.pl (parse_args): Handle results specified for
15387         each rounding mode separately.
15388         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
15389         tests and results from lrint_tonearest_test_data,
15390         lrint_towardzero_test_data, lrint_downward_test_data and
15391         lrint_upward_test_data.
15392         (lrint_test): Use ALL_RM_TEST.
15393         (lrint_tonearest_test_data): Remove.
15394         (lrint_test_tonearest): Likewise.
15395         (lrint_towardzero_test_data): Likewise.
15396         (lrint_test_towardzero): Likewise.
15397         (lrint_downward_test_data): Likewise.
15398         (lrint_test_downward): Likewise.
15399         (lrint_upward_test_data): Likewise.
15400         (lrint_test_upward): Likewise.
15401         (llrint_test_data): Merge in per-rounding-mode tests and results
15402         from llrint_tonearest_test_data, llrint_towardzero_test_data,
15403         llrint_downward_test_data and llrint_upward_test_data.
15404         (llrint_test): Use ALL_RM_TEST.
15405         (llrint_tonearest_test_data): Remove.
15406         (llrint_test_tonearest): Likewise.
15407         (llrint_towardzero_test_data): Likewise.
15408         (llrint_test_towardzero): Likewise.
15409         (llrint_downward_test_data): Likewise.
15410         (llrint_test_downward): Likewise.
15411         (llrint_upward_test_data): Likewise.
15412         (llrint_test_upward): Likewise.
15413         (rint_test_data): Merge in per-rounding-mode tests and results
15414         from rint_tonearest_test_data, rint_towardzero_test_data,
15415         rint_downward_test_data and rint_upward_test_data.  Add
15416         per-rounding-mode results for tests not in those arrays.
15417         (rint_test): Use ALL_RM_TEST.
15418         (rint_tonearest_test_data): Remove.
15419         (rint_test_tonearest): Likewise.
15420         (rint_towardzero_test_data): Likewise.
15421         (rint_test_towardzero): Likewise.
15422         (rint_downward_test_data): Likewise.
15423         (rint_test_downward): Likewise.
15424         (rint_upward_test_data): Likewise.
15425         (rint_test_upward): Likewise.
15426         (main): Don't call removed functions.
15428 2014-03-14  Roland McGrath  <roland@hack.frob.com>
15430         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
15431         "Compiled on ..." crapola.  It is anti-useful.
15433 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
15435         * scripts/evaluate-test.sh: Handle fourth argument to determine
15436         whether test run should stop on failure.
15437         * Makeconfig (stop-on-test-failure): New variable.
15438         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
15439         $(stop-on-test-failure).
15440         * Makefile (tests): Give a summary of results from testing and
15441         exit with failure status if they include an ERROR or FAIL.
15442         (xtests): Likewise.
15443         * manual/install.texi (Configuring and compiling): Mention
15444         stop-on-test-failure=y.
15445         * INSTALL: Regenerated.
15447 2014-03-14  Roland McGrath  <roland@hack.frob.com>
15449         * scripts/versionlist.awk: New file.
15450         * Makerules [$(build-shared) = yes]
15451         (postclean-generated): Add Versions.def, not Versions.def.v and
15452         Versions.def.v.i.
15453         ($(common-objpfx)Versions.def.v.i): Target removed.
15454         ($(common-objpfx)Versions.def): New target.
15455         ($(common-objpfx)Versions.all): Depend on that rather that
15456         $(common-objpfx)Versions.def.v.
15457         * Versions.def: File removed.
15459         * Makeconfig (+gccwarn): Add -Wundef.
15460         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
15461         a dl-sysdep.h breaking its contract.
15462         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
15463         * include/stackinfo.h: New file.
15464         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
15465         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
15466         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
15467         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
15468         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
15469         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
15470         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15471         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15472         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15473         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15474         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15475         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
15476         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15477         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15478         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15480 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15482         [BZ #16707]
15483         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
15484         implementation.
15485         * math/libm-test.inc (round_test_data): Add more tests.
15487         [BZ #16706]
15488         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
15489         implementation.
15490         * math/libm-test.inc (nearbyint_test_data): Add more tests.
15492         [BZ #16701]
15493         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
15494         implementation.
15495         * math/libm-test.inc (ceil_test_data): Add more tests.
15497         * math/libm-test.inc (trunc_test_data): Add more tests related to
15498         BZ#16414.
15500 2014-03-14  Roland McGrath  <roland@hack.frob.com>
15502         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
15503         with #if rather than #ifdef.
15504         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
15506 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
15508         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
15509         first.  Disable AVX-512 GCC support if assembler doesn't support
15510         it.
15511         * sysdeps/x86_64/configure: Regenerated.
15513 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
15515         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
15516         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
15517         (__old_pthread_attr_setstack): Likewise.
15518         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
15519         [!_STACK_GROWS_DOWN]: Likewise.
15521 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
15523         * config.make.in (have-bash2): Delete.
15524         * configure.ac (libc_cv_have_bash2): Delete.
15525         * configure: Regenerate.
15526         * elf/Makefile (common-ldd-rewrite): Rename to ...
15527         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
15528         (sh-ldd-rewrite): Delete.
15529         (bash-ldd-rewrite): Delete.
15530         (have-bash2): Delete checks.
15531         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
15532         ldd-rewrite.
15534         * config.make.in (have-ksh): Delete.
15535         (KSH): Delete.
15536         * configure.ac (libc_cv_have_ksh): Delete.
15537         * configure: Regenerate.
15539         * elf/Makefile: Delete $(have-ksh) check.
15540         ($(objpfx)sotruss): Change KSH to BASH.
15541         * elf/sotruss.ksh: Rename to ...
15542         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
15543         function style to match POSIX.  Drop ksh vim mode setting.
15545         * manual/time.texi (Specifying the Time Zone with TZ): Change
15546         Tuesday to Thursday.
15548         * debug/tst-longjmp_chk2.c: Update header comment.
15549         (stackoverflow_handler): Add comment.  Call assert on pass value.
15551 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
15553         [BZ #16194]
15554         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
15555         (HAVE_AVX512_ASM_SUPPORT): Likewise.
15556         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
15557         (La_x86_64_vector): Add zmm.
15558         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
15559         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
15560         ($(objpfx)tst-audit10): New target.
15561         ($(objpfx)tst-audit10.out): Likewise.
15562         (tst-audit10-ENV): New.
15563         (AVX512-CFLAGS): Likewise.
15564         (CFLAGS-tst-audit10.c): Likewise.
15565         (CFLAGS-tst-auditmod10a.c): Likewise.
15566         (CFLAGS-tst-auditmod10b.c): Likewise.
15567         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
15568         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
15569         * sysdeps/x86_64/configure: Regenerated.
15570         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
15571         AVX-512 zmm register support.
15572         (_dl_x86_64_save_sse): Likewise.
15573         (_dl_x86_64_restore_sse): Likewise.
15574         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
15575         size vector registers.
15576         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
15577         (ZMM_SIZE): Likewise.
15578         * sysdeps/x86_64/tst-audit10.c: New file.
15579         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
15580         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
15582 2014-03-13  Roland McGrath  <roland@hack.frob.com>
15584         * configure.ac (HAVE_EHDR_START): New check.
15585         * configure: Regenerated.
15586         * config.h.in (HAVE_EHDR_START): New #undef.
15587         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
15588         assuming the lowest-addressed segment maps the start of the file.
15590 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
15592         * INSTALL: Regenerated.
15594 2014-03-13  Will Newton  <will.newton@linaro.org>
15596         * manual/setjmp.texi (System V contexts): Improve
15597         clarity and grammar of documentation.
15599 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
15601         [BZ #16381]
15602         * elf/Makefile (tests): Add tst-pie2.
15603         (tests-pie): Add tst-pie2.
15604         * elf/tst-pie2.c: New file.
15605         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
15606         for ET_EXEC.
15607         * elf/rtld.c (map_doit): Load executable as lt_executable.
15608         (dl_main): Likewise.
15610 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
15612         [BZ #16642]
15613         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15614         (__ASSUME_PSELECT): Undefine.
15616 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15618         [BZ #16689]
15619         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
15620         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
15621         static build.
15622         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
15623         selector for static builds.
15625 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
15627         [BZ #16695]
15628         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
15629         key in the buffer.
15631 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15633         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
15634         IFUNC selector for static builds.
15636 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
15638         * sysdeps/mips/math_private.h [__mips_hard_float]
15639         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
15640         libc_feresetround_mips_ctx.
15641         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
15642         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
15643         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
15645         [BZ #16677]
15646         * math/s_nextafter.c (__nextafter): Do not return value from
15647         overflowing computation.
15648         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
15649         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
15650         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
15651         Likewise.
15652         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
15653         Likewise.
15654         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
15655         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
15657 2014-03-11  Roland McGrath  <roland@hack.frob.com>
15659         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
15660         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
15661         Move sfi_sp use from the load-multiple (that no longer sets sp) to
15662         the new mov targetting sp.
15664 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15666         [BZ #16683]
15667         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
15668         Define it for static builds as well.
15669         (NO_BZERO_IMPL): Likewise.
15671 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15673         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
15674         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
15675         multiarch strspn for PPC64.
15676         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
15677         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
15678         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15679         (__libc_ifunc_impl_list): Likewise.
15680         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
15681         multiarch optimizations
15682         * string/strspn.c (strspn): Using macro to redefine symbol name.
15684 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15685             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15687         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
15688         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
15689         multiarch strncat for PPC64.
15690         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
15691         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
15692         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15693         (__libc_ifunc_impl_list): Likewise.
15694         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
15695         multiarch optimizations
15697 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
15699         [BZ #16639]
15700         * nscd/nscd.service: Make service type forking.
15702 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15704         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
15705         sign in non default rounding modes.
15706         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
15708 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
15710         * math/libm-test.inc (ALL_RM_TEST): New macro.
15711         (ceil_test): Use ALL_RM_TEST.
15712         (cimag_test): Likewise.
15713         (conj_test): Likewise.
15714         (copysign_test): Likewise.
15715         (cproj_test): Likewise.
15716         (creal_test): Likewise.
15717         (fabs_test): Likewise.
15718         (floor_test): Likewise.
15719         (fmax_test): Likewise.
15720         (fmin_test): Likewise.
15721         (fmod_test): Likewise.
15722         (fpclassify_test): Likewise.
15723         (frexp_test): Likewise.
15724         (ilogb_test): Likewise.
15725         (isfinite_test): Likewise.
15726         (finite_test): Likewise.
15727         (isgreater_test): Likewise.
15728         (isgreaterequal_test): Likewise.
15729         (isinf_test): Likewise.
15730         (isless_test): Likewise.
15731         (islessequal_test): Likewise.
15732         (islessgreater_test): Likewise.
15733         (isnan_test): Likewise.
15734         (isnormal_test): Likewise.
15735         (issignaling_test): Likewise.
15736         (isunordered_test): Likewise.
15737         (logb_test): Likewise.
15738         (logb_downward_test_data): Remove.
15739         (logb_test_downward): Likewise.
15740         (lround_test): Use ALL_RM_TEST.
15741         (llround_test): Likewise.
15742         (modf_test): Likewise.
15743         (nexttoward_test): Likewise.
15744         (remainder_test): Likewise.
15745         (drem_test): Likewise.
15746         (remainder_tonearest_test_data): Likewise.
15747         (remainder_test_tonearest): Likewise.
15748         (drem_test_tonearest): Likewise.
15749         (remainder_towardzero_test_data): Likewise.
15750         (remainder_test_towardzero): Likewise.
15751         (drem_test_towardzero): Likewise.
15752         (remainder_downward_test_data): Likewise.
15753         (remainder_test_downward): Likewise.
15754         (drem_test_downward): Likewise.
15755         (remainder_upward_test_data): Likewise.
15756         (remainder_test_upward): Likewise.
15757         (drem_test_upward): Likewise.
15758         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
15759         (round_test): Use ALL_RM_TEST.
15760         (signbit_test): Likewise.
15761         (trunc_test): Likewise.
15762         (significand_test): Likewise.
15763         (main): Don't call removed functions.
15765 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
15767         [BZ #16674]
15768         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
15769         || __USE_XOPEN2K8].
15770         (ILL_ILLOPN): Likewise.
15771         (ILL_ILLADR): Likewise.
15772         (ILL_ILLTRP): Likewise.
15773         (ILL_PRVOPC): Likewise.
15774         (ILL_PRVREG): Likewise.
15775         (ILL_COPROC): Likewise.
15776         (ILL_BADSTK): Likewise.
15777         (FPE_INTDIV): Likewise.
15778         (FPE_INTOVF): Likewise.
15779         (FPE_FLTDIV): Likewise.
15780         (FPE_FLTOVF): Likewise.
15781         (FPE_FLTUND): Likewise.
15782         (FPE_FLTRES): Likewise.
15783         (FPE_FLTINV): Likewise.
15784         (FPE_FLTSUB): Likewise.
15785         (SEGV_MAPERR): Likewise.
15786         (SEGV_ACCERR): Likewise.
15787         (BUS_ADRALN): Likewise.
15788         (BUS_ADRERR): Likewise.
15789         (BUS_OBJERR): Likewise.
15790         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15791         (TRAP_TRACE): Likewise.
15792         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15793         __USE_XOPEN2K8].
15794         (CLD_KILLED): Likewise.
15795         (CLD_DUMPED): Likewise.
15796         (CLD_TRAPPED): Likewise.
15797         (CLD_STOPPED): Likewise.
15798         (CLD_CONTINUED): Likewise.
15799         (POLL_IN): Likewise.
15800         (POLL_OUT): Likewise.
15801         (POLL_MSG): Likewise.
15802         (POLL_ERR): Likewise.
15803         (POLL_PRI): Likewise.
15804         (POLL_HUP): Likewise.
15805         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
15806         Likewise.
15807         (ILL_ILLOPN): Likewise.
15808         (ILL_ILLADR): Likewise.
15809         (ILL_ILLTRP): Likewise.
15810         (ILL_PRVOPC): Likewise.
15811         (ILL_PRVREG): Likewise.
15812         (ILL_COPROC): Likewise.
15813         (ILL_BADSTK): Likewise.
15814         (FPE_INTDIV): Likewise.
15815         (FPE_INTOVF): Likewise.
15816         (FPE_FLTDIV): Likewise.
15817         (FPE_FLTOVF): Likewise.
15818         (FPE_FLTUND): Likewise.
15819         (FPE_FLTRES): Likewise.
15820         (FPE_FLTINV): Likewise.
15821         (FPE_FLTSUB): Likewise.
15822         (SEGV_MAPERR): Likewise.
15823         (SEGV_ACCERR): Likewise.
15824         (BUS_ADRALN): Likewise.
15825         (BUS_ADRERR): Likewise.
15826         (BUS_OBJERR): Likewise.
15827         (BUS_MCEERR_AR): Likewise.
15828         (BUS_MCEERR_AO): Likewise.
15829         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15830         (TRAP_TRACE): Likewise.
15831         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15832         __USE_XOPEN2K8].
15833         (CLD_KILLED): Likewise.
15834         (CLD_DUMPED): Likewise.
15835         (CLD_TRAPPED): Likewise.
15836         (CLD_STOPPED): Likewise.
15837         (CLD_CONTINUED): Likewise.
15838         (POLL_IN): Likewise.
15839         (POLL_OUT): Likewise.
15840         (POLL_MSG): Likewise.
15841         (POLL_ERR): Likewise.
15842         (POLL_PRI): Likewise.
15843         (POLL_HUP): Likewise.
15844         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
15845         (ILL_ILLOPN): Likewise.
15846         (ILL_ILLADR): Likewise.
15847         (ILL_ILLTRP): Likewise.
15848         (ILL_PRVOPC): Likewise.
15849         (ILL_PRVREG): Likewise.
15850         (ILL_COPROC): Likewise.
15851         (ILL_BADSTK): Likewise.
15852         (FPE_INTDIV): Likewise.
15853         (FPE_INTOVF): Likewise.
15854         (FPE_FLTDIV): Likewise.
15855         (FPE_FLTOVF): Likewise.
15856         (FPE_FLTUND): Likewise.
15857         (FPE_FLTRES): Likewise.
15858         (FPE_FLTINV): Likewise.
15859         (FPE_FLTSUB): Likewise.
15860         (SEGV_MAPERR): Likewise.
15861         (SEGV_ACCERR): Likewise.
15862         (BUS_ADRALN): Likewise.
15863         (BUS_ADRERR): Likewise.
15864         (BUS_OBJERR): Likewise.
15865         (BUS_MCEERR_AR): Likewise.
15866         (BUS_MCEERR_AO): Likewise.
15867         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15868         (TRAP_TRACE): Likewise.
15869         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15870         __USE_XOPEN2K8].
15871         (CLD_KILLED): Likewise.
15872         (CLD_DUMPED): Likewise.
15873         (CLD_TRAPPED): Likewise.
15874         (CLD_STOPPED): Likewise.
15875         (CLD_CONTINUED): Likewise.
15876         (POLL_IN): Likewise.
15877         (POLL_OUT): Likewise.
15878         (POLL_MSG): Likewise.
15879         (POLL_ERR): Likewise.
15880         (POLL_PRI): Likewise.
15881         (POLL_HUP): Likewise.
15882         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
15883         Likewise.
15884         (ILL_ILLOPN): Likewise.
15885         (ILL_ILLADR): Likewise.
15886         (ILL_ILLTRP): Likewise.
15887         (ILL_PRVOPC): Likewise.
15888         (ILL_PRVREG): Likewise.
15889         (ILL_COPROC): Likewise.
15890         (ILL_BADSTK): Likewise.
15891         (ILL_BADIADDR): Likewise.
15892         (ILL_BREAK): Likewise.
15893         (FPE_INTDIV): Likewise.
15894         (FPE_INTOVF): Likewise.
15895         (FPE_FLTDIV): Likewise.
15896         (FPE_FLTOVF): Likewise.
15897         (FPE_FLTUND): Likewise.
15898         (FPE_FLTRES): Likewise.
15899         (FPE_FLTINV): Likewise.
15900         (FPE_FLTSUB): Likewise.
15901         (FPE_DECOVF): Likewise.
15902         (FPE_DECDIV): Likewise.
15903         (FPE_DECERR): Likewise.
15904         (FPE_INVASC): Likewise.
15905         (FPE_INVDEC): Likewise.
15906         (SEGV_MAPERR): Likewise.
15907         (SEGV_ACCERR): Likewise.
15908         (SEGV_PSTKOVF): Likewise.
15909         (BUS_ADRALN): Likewise.
15910         (BUS_ADRERR): Likewise.
15911         (BUS_OBJERR): Likewise.
15912         (BUS_MCEERR_AR): Likewise.
15913         (BUS_MCEERR_AO): Likewise.
15914         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15915         (TRAP_TRACE): Likewise.
15916         (TRAP_BRANCH): Likewise.
15917         (TRAP_HWBKPT): Likewise.
15918         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15919         __USE_XOPEN2K8].
15920         (CLD_KILLED): Likewise.
15921         (CLD_DUMPED): Likewise.
15922         (CLD_TRAPPED): Likewise.
15923         (CLD_STOPPED): Likewise.
15924         (CLD_CONTINUED): Likewise.
15925         (POLL_IN): Likewise.
15926         (POLL_OUT): Likewise.
15927         (POLL_MSG): Likewise.
15928         (POLL_ERR): Likewise.
15929         (POLL_PRI): Likewise.
15930         (POLL_HUP): Likewise.
15931         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
15932         (ILL_ILLOPN): Likewise.
15933         (ILL_ILLADR): Likewise.
15934         (ILL_ILLTRP): Likewise.
15935         (ILL_PRVOPC): Likewise.
15936         (ILL_PRVREG): Likewise.
15937         (ILL_COPROC): Likewise.
15938         (ILL_BADSTK): Likewise.
15939         (FPE_INTDIV): Likewise.
15940         (FPE_INTOVF): Likewise.
15941         (FPE_FLTDIV): Likewise.
15942         (FPE_FLTOVF): Likewise.
15943         (FPE_FLTUND): Likewise.
15944         (FPE_FLTRES): Likewise.
15945         (FPE_FLTINV): Likewise.
15946         (FPE_FLTSUB): Likewise.
15947         (SEGV_MAPERR): Likewise.
15948         (SEGV_ACCERR): Likewise.
15949         (BUS_ADRALN): Likewise.
15950         (BUS_ADRERR): Likewise.
15951         (BUS_OBJERR): Likewise.
15952         (BUS_MCEERR_AR): Likewise.
15953         (BUS_MCEERR_AO): Likewise.
15954         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15955         (TRAP_TRACE): Likewise.
15956         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15957         __USE_XOPEN2K8].
15958         (CLD_KILLED): Likewise.
15959         (CLD_DUMPED): Likewise.
15960         (CLD_TRAPPED): Likewise.
15961         (CLD_STOPPED): Likewise.
15962         (CLD_CONTINUED): Likewise.
15963         (POLL_IN): Likewise.
15964         (POLL_OUT): Likewise.
15965         (POLL_MSG): Likewise.
15966         (POLL_ERR): Likewise.
15967         (POLL_PRI): Likewise.
15968         (POLL_HUP): Likewise.
15969         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
15970         (ILL_ILLOPN): Likewise.
15971         (ILL_ILLADR): Likewise.
15972         (ILL_ILLTRP): Likewise.
15973         (ILL_PRVOPC): Likewise.
15974         (ILL_PRVREG): Likewise.
15975         (ILL_COPROC): Likewise.
15976         (ILL_BADSTK): Likewise.
15977         (FPE_INTDIV): Likewise.
15978         (FPE_INTOVF): Likewise.
15979         (FPE_FLTDIV): Likewise.
15980         (FPE_FLTOVF): Likewise.
15981         (FPE_FLTUND): Likewise.
15982         (FPE_FLTRES): Likewise.
15983         (FPE_FLTINV): Likewise.
15984         (FPE_FLTSUB): Likewise.
15985         (SEGV_MAPERR): Likewise.
15986         (SEGV_ACCERR): Likewise.
15987         (BUS_ADRALN): Likewise.
15988         (BUS_ADRERR): Likewise.
15989         (BUS_OBJERR): Likewise.
15990         (BUS_MCEERR_AR): Likewise.
15991         (BUS_MCEERR_AO): Likewise.
15992         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15993         (TRAP_TRACE): Likewise.
15994         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15995         __USE_XOPEN2K8].
15996         (CLD_KILLED): Likewise.
15997         (CLD_DUMPED): Likewise.
15998         (CLD_TRAPPED): Likewise.
15999         (CLD_STOPPED): Likewise.
16000         (CLD_CONTINUED): Likewise.
16001         (POLL_IN): Likewise.
16002         (POLL_OUT): Likewise.
16003         (POLL_MSG): Likewise.
16004         (POLL_ERR): Likewise.
16005         (POLL_PRI): Likewise.
16006         (POLL_HUP): Likewise.
16007         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
16008         (ILL_ILLOPN): Likewise.
16009         (ILL_ILLADR): Likewise.
16010         (ILL_ILLTRP): Likewise.
16011         (ILL_PRVOPC): Likewise.
16012         (ILL_PRVREG): Likewise.
16013         (ILL_COPROC): Likewise.
16014         (ILL_BADSTK): Likewise.
16015         (FPE_INTDIV): Likewise.
16016         (FPE_INTOVF): Likewise.
16017         (FPE_FLTDIV): Likewise.
16018         (FPE_FLTOVF): Likewise.
16019         (FPE_FLTUND): Likewise.
16020         (FPE_FLTRES): Likewise.
16021         (FPE_FLTINV): Likewise.
16022         (FPE_FLTSUB): Likewise.
16023         (SEGV_MAPERR): Likewise.
16024         (SEGV_ACCERR): Likewise.
16025         (BUS_ADRALN): Likewise.
16026         (BUS_ADRERR): Likewise.
16027         (BUS_OBJERR): Likewise.
16028         (BUS_MCEERR_AR): Likewise.
16029         (BUS_MCEERR_AO): Likewise.
16030         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16031         (TRAP_TRACE): Likewise.
16032         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16033         __USE_XOPEN2K8].
16034         (CLD_KILLED): Likewise.
16035         (CLD_DUMPED): Likewise.
16036         (CLD_TRAPPED): Likewise.
16037         (CLD_STOPPED): Likewise.
16038         (CLD_CONTINUED): Likewise.
16039         (POLL_IN): Likewise.
16040         (POLL_OUT): Likewise.
16041         (POLL_MSG): Likewise.
16042         (POLL_ERR): Likewise.
16043         (POLL_PRI): Likewise.
16044         (POLL_HUP): Likewise.
16045         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
16046         (ILL_ILLOPN): Likewise.
16047         (ILL_ILLADR): Likewise.
16048         (ILL_ILLTRP): Likewise.
16049         (ILL_PRVOPC): Likewise.
16050         (ILL_PRVREG): Likewise.
16051         (ILL_COPROC): Likewise.
16052         (ILL_BADSTK): Likewise.
16053         (ILL_DBLFLT): Likewise.
16054         (ILL_HARDWALL): Likewise.
16055         (FPE_INTDIV): Likewise.
16056         (FPE_INTOVF): Likewise.
16057         (FPE_FLTDIV): Likewise.
16058         (FPE_FLTOVF): Likewise.
16059         (FPE_FLTUND): Likewise.
16060         (FPE_FLTRES): Likewise.
16061         (FPE_FLTINV): Likewise.
16062         (FPE_FLTSUB): Likewise.
16063         (SEGV_MAPERR): Likewise.
16064         (SEGV_ACCERR): Likewise.
16065         (BUS_ADRALN): Likewise.
16066         (BUS_ADRERR): Likewise.
16067         (BUS_OBJERR): Likewise.
16068         (BUS_MCEERR_AR): Likewise.
16069         (BUS_MCEERR_AO): Likewise.
16070         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16071         (TRAP_TRACE): Likewise.
16072         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16073         __USE_XOPEN2K8].
16074         (CLD_KILLED): Likewise.
16075         (CLD_DUMPED): Likewise.
16076         (CLD_TRAPPED): Likewise.
16077         (CLD_STOPPED): Likewise.
16078         (CLD_CONTINUED): Likewise.
16079         (POLL_IN): Likewise.
16080         (POLL_OUT): Likewise.
16081         (POLL_MSG): Likewise.
16082         (POLL_ERR): Likewise.
16083         (POLL_PRI): Likewise.
16084         (POLL_HUP): Likewise.
16085         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
16086         (ILL_ILLOPN): Likewise.
16087         (ILL_ILLADR): Likewise.
16088         (ILL_ILLTRP): Likewise.
16089         (ILL_PRVOPC): Likewise.
16090         (ILL_PRVREG): Likewise.
16091         (ILL_COPROC): Likewise.
16092         (ILL_BADSTK): Likewise.
16093         (FPE_INTDIV): Likewise.
16094         (FPE_INTOVF): Likewise.
16095         (FPE_FLTDIV): Likewise.
16096         (FPE_FLTOVF): Likewise.
16097         (FPE_FLTUND): Likewise.
16098         (FPE_FLTRES): Likewise.
16099         (FPE_FLTINV): Likewise.
16100         (FPE_FLTSUB): Likewise.
16101         (SEGV_MAPERR): Likewise.
16102         (SEGV_ACCERR): Likewise.
16103         (BUS_ADRALN): Likewise.
16104         (BUS_ADRERR): Likewise.
16105         (BUS_OBJERR): Likewise.
16106         (BUS_MCEERR_AR): Likewise.
16107         (BUS_MCEERR_AO): Likewise.
16108         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16109         (TRAP_TRACE): Likewise.
16110         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16111         __USE_XOPEN2K8].
16112         (CLD_KILLED): Likewise.
16113         (CLD_DUMPED): Likewise.
16114         (CLD_TRAPPED): Likewise.
16115         (CLD_STOPPED): Likewise.
16116         (CLD_CONTINUED): Likewise.
16117         (POLL_IN): Likewise.
16118         (POLL_OUT): Likewise.
16119         (POLL_MSG): Likewise.
16120         (POLL_ERR): Likewise.
16121         (POLL_PRI): Likewise.
16122         (POLL_HUP): Likewise.
16123         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
16124         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
16126         [BZ #16670]
16127         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
16128         before #include of <time.h>.
16129         [!__USE_XOPEN2K] (__need_timespec): Likewise.
16130         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
16131         (test-xfail-UNIX98/sched.h/conform): Likewise.
16133 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
16135         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
16136         error absence of trapping exception support.
16137         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
16139 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
16141         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
16142         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
16143         * timezone/Makefile (testdata): Move definition above include of
16144         Rules.
16145         (test-zones): New variable.
16146         (tests-special): Add zone files.
16147         (build-testdata): Use $(evaluate-test).
16149         * elf/Makefile (tests-special): Rename tests to end with .out.
16150         ($(objpfx)noload-mem): Likewise.
16151         ($(objpfx)tst-leaks1-mem): Likewise.
16152         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
16153         * iconv/Makefile (xtests-special): Change test-iconvconfig to
16154         $(objpfx)test-iconvconfig.out.
16155         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
16156         set -e inside subshell and redirect output to file.
16157         * iconvdata/Makefile (generated): Rename tests to end with .out.
16158         Correct type.
16159         (tests-special): Rename tests to end with .out.
16160         ($(objpfx)mtrace-tst-loading): Likewise.
16161         * intl/Makefile (generated): Likewise.
16162         (tests-special): Likewise.
16163         ($(objpfx)mtrace-tst-gettext): Likewise.
16164         * misc/Makefile (generated): Likewise.
16165         (tests-special): Likewise.
16166         ($(objpfx)tst-error1-mem): Likewise.
16167         * nptl/Makefile (tests-special): Likewise.
16168         ($(objpfx)tst-stack3-mem): Likewise.
16169         (generated): Likewise.
16170         * posix/Makefile (generated): Likewise.
16171         (tests-special): Likewise.
16172         (xtests-special): Likewise.
16173         ($(objpfx)tst-fnmatch-mem): Likewise.
16174         ($(objpfx)bug-regex2-mem): Likewise.
16175         ($(objpfx)bug-regex14-mem): Likewise.
16176         ($(objpfx)bug-regex21-mem): Likewise.
16177         ($(objpfx)bug-regex31-mem): Likewise.
16178         ($(objpfx)tst-vfork3-mem): Likewise.
16179         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
16180         ($(objpfx)tst-pcre-mem): Likewise.
16181         ($(objpfx)tst-boost-mem): Likewise.
16182         ($(objpfx)bug-ga2-mem): Likewise.
16183         ($(objpfx)bug-glob2-mem): Likewise.
16184         * resolv/Makefile (generate): Likewise.
16185         (tests-special): Likewise.
16186         (xtests-special): Likewise.
16187         (generated): Likewise.
16188         ($(objpfx)mtrace-tst-leaks): Likewise.
16189         ($(objpfx)mtrace-tst-leaks2): Likewise.
16191         * scripts/merge-test-results.sh: New file.
16192         * Makefile (tests-special-notdir): New variable.
16193         (tests): Run merge-test-results.sh.
16194         (xtests): Likewise.
16195         * Rules (tests-special-notdir): New variable.
16196         (xtests-special-notdir): Likewise.
16197         (tests): Run merge-test-results.sh
16198         (xtests): Likewise.
16200         * Makeconfig (test-xfail-name): New variable.
16201         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
16202         compute variable name for expected failures.
16203         * conform/Makefile (conformtest-headers-data): New variable.
16204         (conformtest-standards): Likewise.
16205         (conformtest-headers-ISO): Likewise.
16206         (conformtest-headers-ISO99): Likewise.
16207         (conformtest-headers-ISO11): Likewise.
16208         (conformtest-headers-POSIX): Likewise.
16209         (conformtest-headers-XPG3): Likewise.
16210         (conformtest-headers-XPG4): Likewise.
16211         (conformtest-headers-UNIX98): Likewise.
16212         (conformtest-headers-XOPEN2K): Likewise.
16213         (conformtest-headers-POSIX2008): Likewise.
16214         (conformtest-headers-XOPEN2K8): Likewise.
16215         (conformtest-header-list-base): Likewise.
16216         (conformtest-header-list-tests): Likewise.
16217         (conformtest-header-base): Likewise.
16218         (conformtest-header-tests): Likewise.
16219         (tests-special): Add $(conformtest-header-list-tests).  If
16220         [$(fast-check) && !$(cross-compiling)], add
16221         $(conformtest-header-tests) instead of
16222         $(objpfx)run-conformtest.out.
16223         (generated): Add $(conformtest-header-list-base).  If
16224         [$(fast-check) && !$(cross-compiling)], add
16225         $(conformtest-header-base).  Remove previous setting.
16226         ($(conformtest-header-list-tests)): New target.
16227         (test-xfail-run-conformtest): Remove variable.
16228         ($(objpfx)run-conformtest.out): Remove target.
16229         (test-xfail-ISO11/complex.h/conform): New variable.
16230         (test-xfail-ISO11/stdalign.h/conform): Likewise.
16231         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
16232         (test-xfail-XPG3/varargs.h/conform): Likewise.
16233         (test-xfail-XPG4/varargs.h/conform): Likewise.
16234         (test-xfail-UNIX98/varargs.h/conform): Likewise.
16235         (test-xfail-XPG4/ndbm.h/conform): Likewise.
16236         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
16237         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
16238         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
16239         (test-xfail-XPG3/fcntl.h/conform): Likewise.
16240         (test-xfail-XPG3/ftw.h/conform): Likewise.
16241         (test-xfail-XPG3/grp.h/conform): Likewise.
16242         (test-xfail-XPG3/langinfo.h/conform): Likewise.
16243         (test-xfail-XPG3/limits.h/conform): Likewise.
16244         (test-xfail-XPG3/pwd.h/conform): Likewise.
16245         (test-xfail-XPG3/search.h/conform): Likewise.
16246         (test-xfail-XPG3/signal.h/conform): Likewise.
16247         (test-xfail-XPG3/stdio.h/conform): Likewise.
16248         (test-xfail-XPG3/stdlib.h/conform): Likewise.
16249         (test-xfail-XPG3/string.h/conform): Likewise.
16250         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
16251         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
16252         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
16253         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
16254         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
16255         (test-xfail-XPG3/sys/types.h/conform): Likewise.
16256         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
16257         (test-xfail-XPG3/termios.h/conform): Likewise.
16258         (test-xfail-XPG3/time.h/conform): Likewise.
16259         (test-xfail-XPG3/unistd.h/conform): Likewise.
16260         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
16261         (test-xfail-XPG4/fcntl.h/conform): Likewise.
16262         (test-xfail-XPG4/langinfo.h/conform): Likewise.
16263         (test-xfail-XPG4/netdb.h/conform): Likewise.
16264         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
16265         (test-xfail-XPG4/signal.h/conform): Likewise.
16266         (test-xfail-XPG4/stdio.h/conform): Likewise.
16267         (test-xfail-XPG4/stdlib.h/conform): Likewise.
16268         (test-xfail-XPG4/stropts.h/conform): Likewise.
16269         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
16270         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
16271         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
16272         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
16273         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
16274         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
16275         (test-xfail-XPG4/sys/time.h/conform): Likewise.
16276         (test-xfail-XPG4/sys/types.h/conform): Likewise.
16277         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
16278         (test-xfail-XPG4/termios.h/conform): Likewise.
16279         (test-xfail-XPG4/ucontext.h/conform): Likewise.
16280         (test-xfail-XPG4/unistd.h/conform): Likewise.
16281         (test-xfail-XPG4/utmpx.h/conform): Likewise.
16282         (test-xfail-POSIX/sched.h/conform): Likewise.
16283         (test-xfail-POSIX/signal.h/conform): Likewise.
16284         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
16285         (test-xfail-POSIX/tar.h/conform): Likewise.
16286         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
16287         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
16288         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
16289         (test-xfail-UNIX98/netdb.h/conform): Likewise.
16290         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
16291         (test-xfail-UNIX98/sched.h/conform): Likewise.
16292         (test-xfail-UNIX98/signal.h/conform): Likewise.
16293         (test-xfail-UNIX98/stdio.h/conform): Likewise.
16294         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
16295         (test-xfail-UNIX98/stropts.h/conform): Likewise.
16296         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
16297         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
16298         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
16299         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
16300         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
16301         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
16302         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
16303         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
16304         (test-xfail-UNIX98/unistd.h/conform): Likewise.
16305         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
16306         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
16307         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
16308         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
16309         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
16310         (test-xfail-XOPEN2K/math.h/conform): Likewise.
16311         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
16312         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
16313         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
16314         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
16315         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
16316         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
16317         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
16318         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
16319         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
16320         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
16321         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
16322         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
16323         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
16324         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
16325         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
16326         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
16327         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
16328         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
16329         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
16330         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
16331         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
16332         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
16333         (test-xfail-POSIX2008/signal.h/conform): Likewise.
16334         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
16335         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
16336         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
16337         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
16338         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
16339         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
16340         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
16341         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
16342         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
16343         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
16344         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
16345         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
16346         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
16347         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
16348         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
16349         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
16350         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
16351         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
16352         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
16353         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
16354         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
16355         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
16356         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
16357         (conformtest-cc-flags): Likewise.
16358         ($(conformtest-header-tests): New target.
16359         * conform/check-header-lists.sh: New file.
16360         * conform/run-conformtest.sh: Remove.
16362         * conform/conformtest.pl: Allow ' and \ in values given for
16363         constants.
16364         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
16365         inclusion.
16366         [POSIX] (sys/types.h): Likewise.
16367         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
16368         inclusion.
16369         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
16370         inclusion.
16371         * conform/data/signal.h-data (SIGIO): Remove expectation.
16372         [XPG3] (SIGBUS): Do not expect.
16373         [POSIX || XPG3] (SIGPOLL): Likewise.
16374         [POSIX || XPG3] (SIGPROF): Likewise.
16375         [POSIX || XPG3] (SIGSYS): Likewise.
16376         [XPG3] (SIGTRAP): Likewise.
16377         [POSIX || XPG3] (SIGURG): Likewise.
16378         [POSIX || XPG3] (SIGVTALRM): Likewise.
16379         [POSIX || XPG3] (SIGXCPU): Likewise.
16380         [POSIX || XPG3] (SIGXFSZ): Likewise.
16381         [POSIX] (SA_SIGINFO): Expect.
16382         [XPG3] (siginfo_t): Do not expect type or contents.
16383         [POSIX] (si_pid): Do not expect element.
16384         [POSIX] (si_uid): Likewise.
16385         [POSIX] (si_addr): Likewise.
16386         [POSIX] (si_status): Likewise.
16387         [POSIX] (si_band): Likewise.
16388         [XPG4] (si_value): Likewise.
16389         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
16390         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
16391         [POSIX || XPG3] (ILL_ILLADR): Likewise.
16392         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
16393         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
16394         [POSIX || XPG3] (ILL_PRVREG): Likewise.
16395         [POSIX || XPG3] (ILL_COPROC): Likewise.
16396         [POSIX || XPG3] (ILL_BADSTK): Likewise.
16397         [POSIX || XPG3] (FPE_INTDIV): Likewise.
16398         [POSIX || XPG3] (FPE_INTOVF): Likewise.
16399         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
16400         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
16401         [POSIX || XPG3] (FPE_FLTUND): Likewise.
16402         [POSIX || XPG3] (FPE_FLTRES): Likewise.
16403         [POSIX || XPG3] (FPE_FLTINV): Likewise.
16404         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
16405         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
16406         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
16407         [POSIX || XPG3] (BUS_ADRALN): Likewise.
16408         [POSIX || XPG3] (BUS_ADRERR): Likewise.
16409         [POSIX || XPG3] (BUS_OBJERR): Likewise.
16410         [POSIX || XPG3] (CLD_EXITED): Likewise.
16411         [POSIX || XPG3] (CLD_KILLED): Likewise.
16412         [POSIX || XPG3] (CLD_DUMPED): Likewise.
16413         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
16414         [POSIX || XPG3] (CLD_STOPPED): Likewise.
16415         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
16416         [POSIX || XPG3] (POLL_IN): Likewise.
16417         [POSIX || XPG3] (POLL_OUT): Likewise.
16418         [POSIX || XPG3] (POLL_MSG): Likewise.
16419         [POSIX || XPG3] (POLL_ERR): Likewise.
16420         [POSIX || XPG3] (POLL_PRI): Likewise.
16421         [POSIX || XPG3] (POLL_HUP): Likewise.
16422         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
16423         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
16424         (SIG*): Do not allow.
16425         [XPG3] (si_*): Likewise.
16426         [XPG3] (SI_*): Likewise.
16427         [XPG3 || XPG4] (sigev_*): Likewise.
16428         [XPG3 || XPG4] (SIGEV_*): Likewise.
16429         [XPG3 || XPG4] (sival_*): Likewise.
16430         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
16431         [POSIX || XPG3] (BUS_*): Likewise.
16432         [POSIX || XPG3] (CLD_*): Likewise.
16433         [POSIX || XPG3] (FPE_*): Likewise.
16434         [POSIX || XPG3] (ILL_*): Likewise.
16435         [POSIX || XPG3] (POLL_*): Likewise.
16436         [POSIX || XPG3] (SEGV_*): Likewise.
16437         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
16438         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
16439         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
16440         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
16441         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
16442         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
16443         Specify type and value.
16444         (TVERSLEN): Likewise.
16445         (REGTYPE): Likewise.
16446         (AREGTYPE): Likewise.
16447         (LNKTYPE): Likewise.
16448         (SYMTYPE): Likewise.
16449         (CHRTYPE): Likewise.
16450         (BLKTYPE): Likewise.
16451         (DIRTYPE): Likewise.
16452         (FIFOTYPE): Likewise.
16453         (CONTTYPE): Likewise.
16454         (TSUID): Likewise.
16455         (TSGID): Likewise.
16456         (TSVTX): Likewise.
16457         (TUREAD): Likewise.
16458         (TUWRITE): Likewise.
16459         (TUEXEC): Likewise.
16460         (TGREAD): Likewise.
16461         (TGWRITE): Likewise.
16462         (TGEXEC): Likewise.
16463         (TOREAD): Likewise.
16464         (TOWRITE): Likewise.
16465         (TOEXEC): Likewise.
16466         [POSIX] (TSVTX): Expect constant.
16468 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
16470         * Makefile (tests): Change dependencies to ....
16471         (tests-special): ... additions to this variable.
16472         (tests): Depend on $(tests-special).
16473         * Makerules (check-abi-list): New variable.
16474         (check-abi): Depend on $(check-abi-list).
16475         [$(subdir) = elf] (tests-special): Add
16476         $(objpfx)check-abi-libc.out.
16477         [$(build-shared) = yes && subdir] (tests-special): Add
16478         $(check-abi-list).
16479         [$(build-shared) = yes && subdir] (tests): Do not depend on
16480         check-abi.
16481         * Rules (tests): Depend on $(tests-special).
16482         (xtests): Depend on $(xtests-special).
16483         * catgets/Makefile (tests): Change dependencies to ....
16484         (tests-special): ... additions to this variable.
16485         * conform/Makefile (tests): Change dependencies to ....
16486         (tests-special): ... additions to this variable.
16487         * elf/Makefile (tests): Change dependencies to ....
16488         (tests-special): ... additions to this variable.
16489         * grp/Makefile (tests): Change dependencies to ....
16490         (tests-special): ... additions to this variable.
16491         * iconv/Makefile (xtests): Change dependencies to ....
16492         (xtests-special): ... additions to this variable.
16493         * iconvdata/Makefile (tests): Change dependencies to ....
16494         (tests-special): ... additions to this variable.
16495         * intl/Makefile (tests): Change dependencies to ....
16496         (tests-special): ... additions to this variable.  Also add
16497         $(objpfx)tst-gettext.out.
16498         * io/Makefile (tests): Change dependencies to ....
16499         (tests-special): ... additions to this variable.
16500         * libio/Makefile (tests): Change dependencies to ....
16501         (tests-special): ... additions to this variable.
16502         * malloc/Makefile (tests): Change dependencies to ....
16503         (tests-special): ... additions to this variable.
16504         * misc/Makefile (tests): Change dependencies to ....
16505         (tests-special): ... additions to this variable.
16506         * nptl/Makefile (tests): Change dependencies to ....
16507         (tests-special): ... additions to this variable.
16508         * nptl_db/Makefile (tests): Change dependencies to ....
16509         (tests-special): ... additions to this variable.
16510         * posix/Makefile (tests): Change dependencies to ....
16511         (tests-special): ... additions to this variable.
16512         (xtests): Change dependencies to ....
16513         (xtests-special): ... additions to this variable.
16514         * resolv/Makefile (tests): Change dependencies to ....
16515         (tests-special): ... additions to this variable.
16516         (xtests): Change dependencies to ....
16517         (xtests-special): ... additions to this variable.
16518         * stdio-common/Makefile (tests): Change dependencies to ....
16519         (tests-special): ... additions to this variable.
16520         (do-tst-unbputc): Remove target.
16521         (do-tst-printf): Likewise.
16522         * stdlib/Makefile (tests): Change dependencies to ....
16523         (tests-special): ... additions to this variable.
16524         * string/Makefile (tests): Change dependencies to ....
16525         (tests-special): ... additions to this variable.
16526         * sysdeps/x86/Makefile (tests): Change dependencies to ....
16527         (tests-special): ... additions to this variable.
16529         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
16530         whole file.
16531         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
16532         whole file.
16533         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
16534         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
16536         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
16537         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
16538         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
16539         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
16540         * conform/data/libgen.h-data [XPG3]: Likewise.
16541         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
16542         * conform/data/ndbm.h-data [XPG3]: Likewise.
16543         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
16544         * conform/data/netdb.h-data [XPG3]: Likewise.
16545         * conform/data/netinet/in.h-data [XPG3]: Likewise.
16546         * conform/data/poll.h-data [XPG3]: Likewise.
16547         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
16548         * conform/data/strings.h-data [XPG3]: Likewise.
16549         * conform/data/stropts.h-data [XPG3]: Likewise.
16550         * conform/data/sys/mman.h-data [XPG3]: Likewise.
16551         * conform/data/sys/resource.h-data [XPG3]: Likewise.
16552         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
16553         Likewise.
16554         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
16555         * conform/data/sys/time.h-data [XPG3]: Likewise.
16556         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
16557         * conform/data/sys/uio.h-data [XPG3]: Likewise.
16558         * conform/data/sys/un.h-data [XPG3]: Likewise.
16559         * conform/data/syslog.h-data [XPG3]: Likewise.
16560         * conform/data/ucontext.h-data [XPG3]: Likewise.
16561         * conform/data/utmpx.h-data [XPG3]: Likewise.
16562         * conform/data/varargs.h-data [UNIX98]: Enable file.
16564         * manual/Makefile (INSTALL_INFO): Remove variable setting.
16566         * math/libm-test.inc (struct test_f_f_data): Move expected results
16567         into structure for each rounding mode.
16568         (struct test_ff_f_data): Likewise.
16569         (struct test_ff_f_data_nexttoward): Likewise.
16570         (struct test_fi_f_data): Likewise.
16571         (struct test_fl_f_data): Likewise.
16572         (struct test_if_f_data): Likewise.
16573         (struct test_fff_f_data): Likewise.
16574         (struct test_c_f_data): Likewise.
16575         (struct test_f_f1_data): Likewise.
16576         (struct test_fF_f1_data): Likewise.
16577         (struct test_ffI_f1_data): Likewise.
16578         (struct test_c_c_data): Likewise.
16579         (struct test_cc_c_data): Likewise.
16580         (struct test_f_i_data): Likewise.
16581         (struct test_ff_i_data): Likewise.
16582         (struct test_f_l_data): Likewise.
16583         (struct test_f_L_data): Likewise.
16584         (struct test_fFF_11_data): Likewise.
16585         (RM_): New macro.
16586         (RM_FE_DOWNWARD): Likewise.
16587         (RM_FE_TONEAREST): Likewise.
16588         (RM_FE_TOWARDZERO): Likewise.
16589         (RM_FE_UPWARD): Likewise.
16590         (RUN_TEST_LOOP_f_f): Update references to expected results.
16591         (RUN_TEST_LOOP_2_f): Likewise.
16592         (RUN_TEST_LOOP_fff_f): Likewise.
16593         (RUN_TEST_LOOP_c_f): Likewise.
16594         (RUN_TEST_LOOP_f_f1): Likewise.
16595         (RUN_TEST_LOOP_fF_f1): Likewise.
16596         (RUN_TEST_LOOP_fI_f1): Likewise.
16597         (RUN_TEST_LOOP_ffI_f1): Likewise.
16598         (RUN_TEST_LOOP_c_c): Likewise.
16599         (RUN_TEST_LOOP_cc_c): Likewise.
16600         (RUN_TEST_LOOP_f_i): Likewise.
16601         (RUN_TEST_LOOP_f_i_tg): Likewise.
16602         (RUN_TEST_LOOP_ff_i_tg): Likewise.
16603         (RUN_TEST_LOOP_f_b): Likewise.
16604         (RUN_TEST_LOOP_f_b_tg): Likewise.
16605         (RUN_TEST_LOOP_f_l): Likewise.
16606         (RUN_TEST_LOOP_f_L): Likewise.
16607         (RUN_TEST_LOOP_fFF_11): Likewise.
16608         * math/gen-libm-test.pl (parse_args): Output four copies of
16609         expected results for each test.
16611         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16612         (__ASSUME_UTIMES): Remove.
16613         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16614         (__ASSUME_UTIMES): Likewise.
16616         * math/gen-auto-libm-tests.c: Update comment on output format.
16617         (output_for_one_input_case): Generate before-rounding and
16618         after-rounding information as conditions on output flags not
16619         floating-point format.
16620         * math/auto-libm-test-out: Regenerated.
16621         * math/gen-libm-test.pl (cond_value): New function.
16622         (or_cond_value): Use cond_value.
16623         (generate_testfile): Handle conditional exceptions.
16625 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
16627         * math/libm-test.inc (max_valid_error): New variable.
16628         (init_max_error): Take new argument specifying whether function
16629         results are exactly determined.  Set max_valid_error and bound
16630         other variables for errors based on this argument.
16631         (set_max_error): Do not record results above max_valid_error.
16632         (check_float_internal): Only accept errors of up to 0.5ulps if
16633         also at most max_valid_error.
16634         (START): Take new argument EXACT and pass it to init_max_error.
16635         (acos_test): Update call to START.
16636         (acos_test_tonearest): Likewise.
16637         (acos_test_towardzero): Likewise.
16638         (acos_test_downward): Likewise.
16639         (acos_test_upward): Likewise.
16640         (acosh_test): Likewise.
16641         (asin_test): Likewise.
16642         (asin_test_tonearest): Likewise.
16643         (asin_test_towardzero): Likewise.
16644         (asin_test_downward): Likewise.
16645         (asin_test_upward): Likewise.
16646         (asinh_test): Likewise.
16647         (atan_test): Likewise.
16648         (atanh_test): Likewise.
16649         (atan2_test): Likewise.
16650         (cabs_test): Likewise.
16651         (cacos_test): Likewise.
16652         (cacosh_test): Likewise.
16653         (carg_test): Likewise.
16654         (casin_test): Likewise.
16655         (casinh_test): Likewise.
16656         (catan_test): Likewise.
16657         (catanh_test): Likewise.
16658         (cbrt_test): Likewise.
16659         (ccos_test): Likewise.
16660         (ccosh_test): Likewise.
16661         (ceil_test): Likewise.
16662         (cexp_test): Likewise.
16663         (cimag_test): Likewise.
16664         (clog_test): Likewise.
16665         (clog10_test): Likewise.
16666         (conj_test): Likewise.
16667         (copysign_test): Likewise.
16668         (cos_test): Likewise.
16669         (cos_test_tonearest): Likewise.
16670         (cos_test_towardzero): Likewise.
16671         (cos_test_downward): Likewise.
16672         (cos_test_upward): Likewise.
16673         (cosh_test): Likewise.
16674         (cosh_test_tonearest): Likewise.
16675         (cosh_test_towardzero): Likewise.
16676         (cosh_test_downward): Likewise.
16677         (cosh_test_upward): Likewise.
16678         (cpow_test): Likewise.
16679         (cproj_test): Likewise.
16680         (creal_test): Likewise.
16681         (csin_test): Likewise.
16682         (csinh_test): Likewise.
16683         (csqrt_test): Likewise.
16684         (ctan_test): Likewise.
16685         (ctan_test_tonearest): Likewise.
16686         (ctan_test_towardzero): Likewise.
16687         (ctan_test_downward): Likewise.
16688         (ctan_test_upward): Likewise.
16689         (ctanh_test): Likewise.
16690         (ctanh_test_tonearest): Likewise.
16691         (ctanh_test_towardzero): Likewise.
16692         (ctanh_test_downward): Likewise.
16693         (ctanh_test_upward): Likewise.
16694         (erf_test): Likewise.
16695         (erfc_test): Likewise.
16696         (exp_test): Likewise.
16697         (exp_test_tonearest): Likewise.
16698         (exp_test_towardzero): Likewise.
16699         (exp_test_downward): Likewise.
16700         (exp_test_upward): Likewise.
16701         (exp10_test): Likewise.
16702         (exp10_test_tonearest): Likewise.
16703         (exp10_test_towardzero): Likewise.
16704         (exp10_test_downward): Likewise.
16705         (exp10_test_upward): Likewise.
16706         (pow10_test): Likewise.
16707         (exp2_test): Likewise.
16708         (expm1_test): Likewise.
16709         (expm1_test_tonearest): Likewise.
16710         (expm1_test_towardzero): Likewise.
16711         (expm1_test_downward): Likewise.
16712         (expm1_test_upward): Likewise.
16713         (fabs_test): Likewise.
16714         (fdim_test): Likewise.
16715         (floor_test): Likewise.
16716         (fma_test): Likewise.
16717         (fma_test_towardzero): Likewise.
16718         (fma_test_downward): Likewise.
16719         (fma_test_upward): Likewise.
16720         (fmax_test): Likewise.
16721         (fmin_test): Likewise.
16722         (fmod_test): Likewise.
16723         (fpclassify_test): Likewise.
16724         (frexp_test): Likewise.
16725         (hypot_test): Likewise.
16726         (ilogb_test): Likewise.
16727         (isfinite_test): Likewise.
16728         (finite_test): Likewise.
16729         (isgreater_test): Likewise.
16730         (isgreaterequal_test): Likewise.
16731         (isinf_test): Likewise.
16732         (isless_test): Likewise.
16733         (islessequal_test): Likewise.
16734         (islessgreater_test): Likewise.
16735         (isnan_test): Likewise.
16736         (isnormal_test): Likewise.
16737         (issignaling_test): Likewise.
16738         (isunordered_test): Likewise.
16739         (j0_test): Likewise.
16740         (j1_test): Likewise.
16741         (jn_test): Likewise.
16742         (ldexp_test): Likewise.
16743         (lgamma_test): Likewise.
16744         (gamma_test): Likewise.
16745         (lrint_test): Likewise.
16746         (lrint_test_tonearest): Likewise.
16747         (lrint_test_towardzero): Likewise.
16748         (lrint_test_downward): Likewise.
16749         (lrint_test_upward): Likewise.
16750         (llrint_test): Likewise.
16751         (llrint_test_tonearest): Likewise.
16752         (llrint_test_towardzero): Likewise.
16753         (llrint_test_downward): Likewise.
16754         (llrint_test_upward): Likewise.
16755         (log_test): Likewise.
16756         (log10_test): Likewise.
16757         (log1p_test): Likewise.
16758         (log2_test): Likewise.
16759         (logb_test): Likewise.
16760         (logb_test_downward): Likewise.
16761         (lround_test): Likewise.
16762         (llround_test): Likewise.
16763         (modf_test): Likewise.
16764         (nearbyint_test): Likewise.
16765         (nextafter_test): Likewise.
16766         (nexttoward_test): Likewise.
16767         (pow_test): Likewise.
16768         (pow_test_tonearest): Likewise.
16769         (pow_test_towardzero): Likewise.
16770         (pow_test_downward): Likewise.
16771         (pow_test_upward): Likewise.
16772         (remainder_test): Likewise.
16773         (drem_test): Likewise.
16774         (remainder_test_tonearest): Likewise.
16775         (drem_test_tonearest): Likewise.
16776         (remainder_test_towardzero): Likewise.
16777         (drem_test_towardzero): Likewise.
16778         (remainder_test_downward): Likewise.
16779         (drem_test_downward): Likewise.
16780         (remainder_test_upward): Likewise.
16781         (drem_test_upward): Likewise.
16782         (remquo_test): Likewise.
16783         (rint_test): Likewise.
16784         (rint_test_tonearest): Likewise.
16785         (rint_test_towardzero): Likewise.
16786         (rint_test_downward): Likewise.
16787         (rint_test_upward): Likewise.
16788         (round_test): Likewise.
16789         (scalb_test): Likewise.
16790         (scalbn_test): Likewise.
16791         (scalbln_test): Likewise.
16792         (signbit_test): Likewise.
16793         (sin_test): Likewise.
16794         (sin_test_tonearest): Likewise.
16795         (sin_test_towardzero): Likewise.
16796         (sin_test_downward): Likewise.
16797         (sin_test_upward): Likewise.
16798         (sincos_test): Likewise.
16799         (sinh_test): Likewise.
16800         (sinh_test_tonearest): Likewise.
16801         (sinh_test_towardzero): Likewise.
16802         (sinh_test_downward): Likewise.
16803         (sinh_test_upward): Likewise.
16804         (sqrt_test): Likewise.
16805         (sqrt_test_tonearest): Likewise.
16806         (sqrt_test_towardzero): Likewise.
16807         (sqrt_test_downward): Likewise.
16808         (sqrt_test_upward): Likewise.
16809         (tan_test): Likewise.
16810         (tan_test_tonearest): Likewise.
16811         (tan_test_towardzero): Likewise.
16812         (tan_test_downward): Likewise.
16813         (tan_test_upward): Likewise.
16814         (tanh_test): Likewise.
16815         (tgamma_test): Likewise.
16816         (trunc_test): Likewise.
16817         (y0_test): Likewise.
16818         (y1_test): Likewise.
16819         (yn_test): Likewise.
16820         (significand_test): Likewise.
16822         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
16823         individual tests in comment.
16824         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
16825         (prev_max_error): New variable.
16826         (prev_real_max_error): Likewise.
16827         (prev_imag_max_error): Likewise.
16828         (compare_ulp_data): Don't refer to test names in comment.
16829         (find_test_ulps): Remove function.
16830         (find_function_ulps): Likewise.
16831         (find_complex_function_ulps): Likewise.
16832         (init_max_error): Take function name as argument.  Look up ulps
16833         for that function.
16834         (print_ulps): Remove function.
16835         (print_max_error): Use prev_max_error instead of calling
16836         find_function_ulps.
16837         (print_complex_max_error): Use prev_real_max_error and
16838         prev_imag_max_error instead of calling find_complex_function_ulps.
16839         (check_float_internal): Take max_ulp parameter instead of calling
16840         find_test_ulps.  Don't call print_ulps.
16841         (check_float): Update call to check_float_internal.
16842         (check_complex): Update calls to check_float_internal.
16843         (START): Pass argument to init_max_error.
16844         * math/gen-libm-test.pl (%results): Don't include "kind"
16845         information.
16846         (parse_ulps): Don't handle ulps of individual tests.
16847         (print_ulps_file): Likewise.
16848         (output_ulps): Likewise.
16849         * math/README.libm-test: Update.
16850         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
16851         individual tests.
16852         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
16853         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
16854         * sysdeps/arm/libm-test-ulps: Likewise.
16855         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
16856         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
16857         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
16858         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
16859         * sysdeps/microblaze/libm-test-ulps: Likewise.
16860         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
16861         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
16862         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
16863         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
16864         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
16865         * sysdeps/sh/libm-test-ulps: Likewise.
16866         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
16867         * sysdeps/tile/libm-test-ulps: Likewise.
16868         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16870 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
16872         * math/libm-test.inc (print_complex_max_error): Check separately
16873         whether real and imaginary errors are within allowed range and
16874         pass 0 to print_complex_function_ulps instead of value within
16875         allowed range.
16877 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
16879         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
16880         formatting.
16881         (get_handles_fopen): Likewise.
16882         (do_write_test): Likewise.
16884         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
16886         * libio/fileops.c (do_ftell): Use cached offset when
16887         available.
16888         * libio/iofwide.c (do_ftell_wide): Likewise.
16889         * libio/iofdopen.c (_IO_new_fdopen): Don't use
16890         _IO_file_attach.
16891         * libio/wfileops.c (_IO_fwide): Don't cache offset.
16893         [BZ #16532]
16894         * libio/libioP.h (get_file_offset): New function.
16895         * libio/fileops.c (get_file_offset): Likewise.
16896         (do_ftell): Likewise.
16897         (_IO_new_file_seekoff): Split out ftell logic.
16898         * libio/wfileops.c (do_ftell_wide): Likewise.
16899         (_IO_wfile_seekoff): Split out ftell logic.
16900         * libio/tst-ftell-active-handler.c: New test case.
16901         * libio/Makefile (tests): Add it.
16903 2014-03-03  Roland McGrath  <roland@hack.frob.com>
16905         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
16906         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
16908 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
16910         [BZ #16639]
16911         * nscd/connections.c (nscd_init): Call do_exit.
16912         (start_threads): Call do_exit and notify_parent.
16913         (begin_drop_privileges): Call do_exit.
16914         (finish_drop_privileges): Likewise.
16915         * nscd/selinux.c (preserve_capabilities): Likewise.
16916         (install_real_capabilities): Likewise.
16917         (nscd_selinux_enabled): Likewise.
16918         (avc_create_thread): Likewise.
16919         (avc_alloc_lock): Likewise.
16920         (nscd_avc_init): Likewise.
16921         * nscd/nscd.c (parent_fd): New static variable.
16922         (main): Create a pipe between parent and child processes.
16923         Skip closing parent_fd.
16924         (monitor_child): New function.
16925         (do_exit): Likewise.
16926         (notify_parent): Likewise.
16927         * nscd/nscd.h (notify_parent): Likewise.
16928         (do_exit): Likewise.
16930 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
16932         * malloc/malloc.c (__libc_calloc): Revert last change.
16934 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16936         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16938 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
16940         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
16941         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
16942         implementation.
16943         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16944         (__libc_ifunc_impl_list): Likewise.
16945         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
16946         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
16947         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
16948         * string/strrchr.c: Define STRRCHR.
16950 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
16952         * benchtest/bench-strtok.c (simple_strtok): Delete.
16953         (strtok_string): Use as benchmark.
16954         * string/strtok (STRTOK): New macro.
16956 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
16958         * manual/threads.texi: Add header and standard comments to all
16959         functions.
16961         * elf/dl-lookup.c (check_match): New function.
16962         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
16963         (do_lookup_x): Remove nested function check_match. Use non-nested
16964         function check_match.
16966 2014-02-28  Roland McGrath  <roland@hack.frob.com>
16968         * csu/Makefile (generated, before-compile): Use += rather than =.
16969         * catgets/Makefile (generated, generated-dirs): Likewise.
16970         * debug/Makefile (generated): Likewise.
16971         * dlfcn/Makefile (generated): Likewise.
16972         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
16973         * iconvdata/Makefile (before-compile, generated): Likewise.
16974         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
16975         * libio/Makefile (generated): Likewise.
16976         * malloc/Makefile (generated): Likewise.
16977         * manual/Makefile (generated, generated-dirs): Likewise.
16978         * misc/Makefile (generated): Likewise.
16979         * posix/Makefile (generated): Likewise.
16980         * resolv/Makefile (generated): Likewise.
16981         * sunrpc/Makefile (generated, generated-dirs): Likewise.
16982         * timezone/Makefile (generated, generated-dirs): Likewise.
16984         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
16986 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16988         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
16989         power8 implementation.
16990         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
16991         file: POWER8 llround ifunc implementation.
16992         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
16993         (__lllround): Add POWER8 implementation.
16994         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
16995         POWER8 llround implementation.
16997         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
16998         power8 implementation.
16999         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
17000         file: POWER8 llrint ifunc implementation.
17001         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
17002         Add POWER8 implementation.
17003         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
17004         POWER8 llrint implementation.
17006         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
17007         power8 implementation.
17008         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
17009         file: POWER8 finite ifunc implementation.
17010         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
17011         Add POWER8 implementation.
17012         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
17013         Likewise.
17014         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
17015         POWER8 finite implementation.
17016         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
17018         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
17019         power8 implementation.
17020         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
17021         file: POWER8 isinf ifunc implementation.
17022         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
17023         POWER8 implementation.
17024         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
17025         Likewise.
17026         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
17027         isinf implementation.
17028         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
17030         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
17031         (INIT_ARCH): Add hwcap2 initialization.
17032         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17033         power8 implementation.
17034         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
17035         file: POWER8 isnan ifunc implementation.
17036         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
17037         POWER8 implementation.
17038         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
17039         Likewise.
17040         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
17041         isnan implementation.
17042         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
17044 2014-02-27  Joey Ye  <joey.ye@arm.com>
17046         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
17047         (_FP_NANFRAC_Q): Set to zero.
17049 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
17051         [BZ #16623]
17052         * math/auto-libm-test-in: New test inputs.
17053         * math/auto-libm-test-out: Regenerate.
17054         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
17055         and DA.
17056         (__cos): Likewise.
17057         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
17059 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
17061         * scripts/evaluate-test.sh: Take new argument indicating whether
17062         failure is expected.
17063         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
17064         indicating whether failure is expected.
17065         * conform/Makefile (test-xfail-run-conformtest): New variable.
17066         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
17067         level.
17068         * posix/Makefile (test-xfail-annexc): New variable.
17069         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
17071 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
17073         * argp/Makefile: Include Makeconfig immediately after defining
17074         subdir.
17075         * assert/Makefile: Likewise.
17076         * benchtests/Makefile: Likewise.
17077         * catgets/Makefile: Likewise.
17078         * conform/Makefile: Likewise.
17079         * crypt/Makefile: Likewise.
17080         * csu/Makefile: Likewise.
17081         (all): Remove target.
17082         * ctype/Makefile: Include Makeconfig immediately after defining
17083         subdir.
17084         * debug/Makefile: Likewise.
17085         * dirent/Makefile: Likewise.
17086         * dlfcn/Makefile: Likewise.
17087         * gmon/Makefile: Likewise.
17088         * gnulib/Makefile: Likewise.
17089         * grp/Makefile: Likewise.
17090         * gshadow/Makefile: Likewise.
17091         * hesiod/Makefile: Likewise.
17092         * hurd/Makefile: Likewise.
17093         (all): Remove target.
17094         * iconvdata/Makefile: Include Makeconfig immediately after
17095         defining subdir.
17096         * inet/Makefile: Likewise.
17097         * intl/Makefile: Likewise.
17098         * io/Makefile: Likewise.
17099         * libio/Makefile: Likewise.
17100         (all): Remove target.
17101         * locale/Makefile: Include Makeconfig immediately after defining
17102         subdir.
17103         * login/Makefile: Likewise.
17104         * mach/Makefile: Likewise.
17105         (all): Remove target.
17106         * malloc/Makefile: Include Makeconfig immediately after defining
17107         subdir.
17108         (all): Remove target.
17109         * manual/Makefile: Include Makeconfig immediately after defining
17110         subdir.
17111         * math/Makefile: Likewise.
17112         * misc/Makefile: Likewise.
17113         * nis/Makefile: Likewise.
17114         * nss/Makefile: Likewise.
17115         * po/Makefile: Likewise.
17116         (all): Remove target.
17117         * posix/Makefile: Include Makeconfig immediately after defining
17118         subdir.
17119         * pwd/Makefile: Likewise.
17120         * resolv/Makefile: Likewise.
17121         * resource/Makefile: Likewise.
17122         * rt/Makefile: Likewise.
17123         * setjmp/Makefile: Likewise.
17124         * shadow/Makefile: Likewise.
17125         * signal/Makefile: Likewise.
17126         * socket/Makefile: Likewise.
17127         * soft-fp/Makefile: Likewise.
17128         * stdio-common/Makefile: Likewise.
17129         * stdlib/Makefile: Likewise.
17130         * streams/Makefile: Likewise.
17131         * string/Makefile: Likewise.
17132         * sunrpc/Makefile: Likewise.
17133         (all): Remove target.
17134         * sysvipc/Makefile: Include Makeconfig immediately after defining
17135         subdir.
17136         * termios/Makefile: Likewise.
17137         * time/Makefile: Likewise.
17138         * timezone/Makefile: Likewise.
17139         (all): Remove target.
17140         * wcsmbs/Makefile: Include Makeconfig immediately after defining
17141         subdir.
17142         * wctype/Makefile: Likewise.
17144 2014-02-26  Steve Ellcey  <sellcey@mips.com>
17146         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
17147         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
17148         (libc_feholdexcept_setround_mips): Ditto.
17149         (libc_feholdsetround): New.
17150         (libc_feholdsetroundf): New.
17151         (libc_feholdsetroundl): New.
17152         (libc_feupdateenv_test_mips): New.
17153         (libc_feupdateenv_test): New.
17154         (libc_feupdateenv_testf): New.
17155         (libc_feupdateenv_testl): New.
17156         (libc_feresetround): New.
17157         (libc_feresetroundf): New.
17158         (libc_feresetroundl): New.
17159         (libc_fetestexcept_mips): New.
17160         (libc_fetestexcept): New.
17161         (libc_fetestexceptf): New.
17162         (libc_fetestexceptl): New.
17163         (HAVE_RM_CTX): New.
17164         (libc_feholdexcept_setround_mips_ctx): New.
17165         (libc_feholdexcept_setround_ctx): New.
17166         (libc_feholdexcept_setroundf_ctx): New.
17167         (libc_feholdexcept_setroundl_ctx): New.
17168         (libc_fesetenv_mips_ctx): New.
17169         (libc_fesetenv_ctx): New.
17170         (libc_fesetenv_ctxf): New.
17171         (libc_fesetenv_ctxl): New.
17172         (libc_feupdateenv_mips_ctx): New.
17173         (libc_feupdateenv_ctx): New.
17174         (libc_feupdateenvf_ctx): New.
17175         (libc_feupdateenvl_ctx): New.
17176         (libc_feholdsetround_mips_ctx): New.
17177         (libc_feholdsetround_ctx): New.
17178         (libc_feholdsetroundf_ctx): New.
17179         (libc_feholdsetroundl_ctx): New.
17180         (libc_feresetround_mips_ctx): New.
17181         (libc_feresetround_ctx): New.
17182         (libc_feresetroundf_ctx): New.
17183         (libc_feresetroundl_ctx): New.
17185 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
17187         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
17189         * manual/ipc.texi: New file.
17190         * manual/Makefile (chapters): Add ipc.
17191         * manual/job.texi: Add "Inter-Process Communication" to next.
17192         * manual/process.texi: Add "Inter-Process Communication" to prev.
17194 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17196         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17198 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
17200         * malloc/malloc.c (__libc_calloc): Simplify implementation.
17202         * manual/arith.texi: Fix spaces after sentences.
17203         * manual/charset.texi: Likewise.
17204         * manual/errno.texi: Likewise.
17205         * manual/install.texi: Likewise.
17206         * manual/llio.texi: Likewise.
17207         * manual/locale.texi: Likewise.
17208         * manual/maint.texi: Likewise.
17209         * manual/math.texi: Likewise.
17210         * manual/memory.texi: Likewise.
17211         * manual/message.texi: Likewise.
17212         * manual/probes.texi: Likewise.
17213         * manual/resource.texi: Likewise.
17214         * manual/signal.texi: Likewise.
17215         * manual/socket.texi: Likewise.
17216         * manual/stdio.texi: Likewise.
17217         * manual/string.texi: Likewise.
17218         * manual/time.texi: Likewise.
17219         * manual/users.texi: Likewise.
17221 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
17223         [BZ #16632]
17224         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
17225         _DEFAULT_SOURCE is defined.
17227 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
17228             Carlos O'Donell  <carlos@redhat.com>
17230         [BZ #16613]
17231         * elf/dl-tls.c (_dl_count_modids): New function.
17232         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
17233         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
17234         audit library and increment generation counter.
17235         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
17236         * elf/tst-audit9.c: New file.
17237         * elf/tst-auditmod9a.c: New file.
17238         * elf/tst-auditmod9b.c: New file.
17239         * elf/Makefile: Add rules to build and run tst-audit9.
17241 2014-02-25  Florian Weimer  <fweimer@redhat.com>
17243         [BZ #15347]
17244         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
17246 2014-02-25  Will Newton  <will.newton@linaro.org>
17248         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
17249         (__longjmp): Restore sp and lr before restoring callee
17250         saved registers.  Add longjmp and longjmp_target
17251         SystemTap probe point.
17252         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
17253         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
17254         Define to zero to match jmpbuf layout.
17255         * sysdeps/arm/setjmp.S: Include stap-probe.h.
17256         (__sigsetjmp): Save sp and lr before saving callee
17257         saved registers.  Add setjmp SystemTap probe point.
17259 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
17261         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
17263 2014-02-24  Andreas Schwab  <schwab@suse.de>
17265         [BZ #15804]
17266         * elf/pldd.c (wait_for_ptrace_stop): New function.
17267         (main): Call it after attaching.
17269 2014-02-22  Roland McGrath  <roland@hack.frob.com>
17271         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
17272         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
17273         Versions files is now verboten.
17274         * hurd/Versions (libc: GLIBC_2.0):
17275         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
17276         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
17277         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
17278         * mach/Versions: Likewise.
17280         * csu/Versions: Remove unused %include.
17281         * resolv/Versions: Likewise.
17283 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
17285         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
17286         ($(objpfx)check-local-headers.out): Likewise.
17287         ($(objpfx)begin-end-check.out): Likewise.
17288         * Makerules (check-abi-%.out): Likewise.
17289         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
17290         ($(objpfx)test2.cat): Likewise.
17291         ($(objpfx)de/libc.cat): Likewise.
17292         ($(objpfx)test-gencat.out): Likewise.
17293         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
17294         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
17295         ($(objpfx)noload-mem): Likewise.
17296         ($(objpfx)tst-pathopt.out): Likewise.
17297         ($(objpfx)tst-rtld-load-self.out): Likewise.
17298         ($(objpfx)tst-array1-cmp.out): Likewise.
17299         ($(objpfx)tst-array1-static-cmp.out): Likewise.
17300         ($(objpfx)tst-array2-cmp.out): Likewise.
17301         ($(objpfx)tst-array3-cmp.out): Likewise.
17302         ($(objpfx)tst-array4-cmp.out): Likewise.
17303         ($(objpfx)tst-array5-cmp.out): Likewise.
17304         ($(objpfx)tst-array5-static-cmp.out): Likewise.
17305         ($(objpfx)check-textrel.out): Likewise.
17306         ($(objpfx)check-execstack.out): Likewise.
17307         ($(objpfx)check-localplt.out): Likewise.
17308         ($(objpfx)order2-cmp.out): Likewise.
17309         ($(objpfx)tst-leaks1-mem): Likewise.
17310         ($(objpfx)tst-leaks1-static-mem): Likewise.
17311         ($(objpfx)tst-initorder-cmp.out): Likewise.
17312         ($(objpfx)tst-initorder2-cmp.out): Likewise.
17313         ($(objpfx)tst-unused-dep.out): Likewise.
17314         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
17315         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
17316         * iconv/Makefile (test-iconvconfig): Likewise.
17317         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
17318         ($(objpfx)iconv-test.out): Likewise.
17319         ($(objpfx)tst-tables.out): Likewise.
17320         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
17321         ($(objpfx)tst-gettext.out): Likewise.
17322         ($(objpfx)tst-translit.out): Likewise.
17323         ($(objpfx)tst-gettext2.out): Likewise.
17324         ($(objpfx)tst-gettext4.out): Likewise.
17325         ($(objpfx)tst-gettext6.out): Likewise.
17326         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
17327         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
17328         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
17329         ($(objpfx)tst-fopenloc-mem.out): Likewise.
17330         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
17331         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
17332         * posix/Makefile ($(objpfx)globtest.out): Likewise.
17333         ($(objpfx)wordexp-tst.out): Likewise.
17334         ($(objpfx)annexc.out): Likewise.
17335         ($(objpfx)tst-fnmatch-mem): Likewise.
17336         ($(objpfx)bug-regex2-mem): Likewise.
17337         ($(objpfx)bug-regex14-mem): Likewise.
17338         ($(objpfx)bug-regex21-mem): Likewise.
17339         ($(objpfx)bug-regex31-mem): Likewise.
17340         ($(objpfx)tst-vfork3-mem): Likewise.
17341         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
17342         ($(objpfx)tst-pcre-mem): Likewise.
17343         ($(objpfx)tst-boost-mem): Likewise.
17344         ($(objpfx)tst-getconf.out): Likewise.
17345         ($(objpfx)bug-ga2-mem): Likewise.
17346         ($(objpfx)bug-glob2-mem): Likewise.
17347         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
17348         ($(objpfx)mtrace-tst-leaks2): Likewise.
17349         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
17350         ($(objpfx)tst-printf.out): Likewise.
17351         ($(objpfx)tst-setvbuf1.out): Likewise.
17352         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
17353         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
17354         ($(objpfx)tst-fmtmsg.out): Likewise.
17355         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
17356         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
17358         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
17359         * bits/sigaction.h [__USE_MISC]: Likewise.
17360         * bits/waitstatus.h: Update #endif comments.
17361         * ctype/ctype.h: Likewise.
17362         * dirent/dirent.h: Likewise.
17363         [__USE_MISC]: Remove redundant conditionals.
17364         * grp/grp.h: Update #endif comments.
17365         [__USE_GNU]: Remove redundant conditionals.
17366         [__USE_MISC]: Likewise.
17367         * inet/netinet/in.h [__USE_GNU]: Likewise.
17368         * io/sys/stat.h [__USE_MISC]: Likewise.
17369         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
17370         * libio/bits/stdio.h: Update #endif comments.
17371         [__USE_MISC]: Remove redundant conditionals.
17372         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
17373         * libio/stdio.h: Update #endif comments.
17374         [__USE_MISC]: Remove redundant conditionals.
17375         * math/bits/math-finite.h [__USE_MISC]: Likewise.
17376         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
17377         * math/math.h: Update #else and #endif comments.
17378         [__USE_MISC]: Remove redundant conditionals.
17379         * misc/sys/uio.h: Update #endif comments.
17380         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
17381         * posix/glob.h [__USE_MISC]: Likewise.
17382         * posix/sys/types.h: Update #endif comments.
17383         [__USE_MISC]: Remove redundant conditionals.
17384         * posix/sys/wait.h: Update #endif comments.
17385         [__USE_MISC]: Remove redundant conditionals.
17386         * posix/unistd.h: Update #endif comments.
17387         [__USE_MISC]: Remove redundant conditionals.
17388         * pwd/pwd.h [__USE_GNU]: Likewise.
17389         [__USE_MISC]: Likewise.
17390         * resolv/netdb.h [__USE_GNU]: Likewise.
17391         * signal/signal.h: Update #endif comments.
17392         [__USE_MISC]: Remove redundant conditionals.
17393         * stdlib/stdlib.h: Update #else and #endif comments.
17394         [__USE_MISC]: Remove redundant conditionals.
17395         [__USE_GNU]: Likewise.
17396         * string/bits/string2.h [__USE_MISC]: Likewise.
17397         * string/string.h: Update #endif comments.
17398         [__USE_MISC]: Remove redundant conditionals.
17399         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
17400         Likewise.
17401         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
17402         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
17403         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
17404         Likewise.
17405         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
17406         Likewise.
17407         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
17408         comments.
17409         [__USE_MISC]: Remove redundant conditionals.
17410         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
17411         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
17412         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
17413         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
17414         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
17415         Likewise.
17416         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
17417         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
17418         Likewise.
17419         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
17420         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
17421         Likewise.
17422         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
17423         Likewise.
17424         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
17425         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
17426         Likewise.
17427         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
17428         Likewise.
17429         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
17430         * sysdeps/x86/bits/string.h: Update #endif comments.
17431         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
17432         conditionals.
17433         * time/sys/time.h: Update #endif comments.
17434         * time/time.h: Likewise.
17435         [__USE_MISC]: Remove redundant conditionals.
17437 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
17439         [BZ #16600]
17440         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
17442 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
17444         * Versions.def (librt): Add GLIBC_2.17.
17446 2014-02-21  Adam Conrad  <adconrad@0c3.net>
17448         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
17449         synonym for _SYS_AUXV_H to allow direct inclusion.
17450         * sysdeps/sparc/bits/hwcap.h: Likewise.
17451         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
17452         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
17453         * sysdeps/sparc/sysdep.h: Likewise.
17455 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
17457         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
17459 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
17461         * benchtests/bench-strrchr.c: Print length instead of position.
17463 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
17465         [BZ #16611]
17466         * sysdeps/unix/sysv/linux/kernel-features.h
17467         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
17468         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
17469         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
17470         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
17471         Likewise.
17472         [__i386__ || __powerpc__ || __sh__ || __sparc__]
17473         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17474         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
17475         (__ASSUME_SENDMMSG): Define instead of using previous
17476         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
17477         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17478         (__ASSUME_SENDMMSG_SYSCALL): Define.
17479         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17480         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
17481         Likewise.
17482         * sysdeps/unix/sysv/linux/arm/kernel-features.h
17483         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17484         Likewise.
17485         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17486         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17487         Likewise.
17488         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
17489         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
17490         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
17491         [__ASSUME_SENDMMSG]: Change conditionals to
17492         [__ASSUME_SENDMMSG_SOCKETCALL].
17493         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17494         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
17495         Define.
17496         * sysdeps/unix/sysv/linux/mips/kernel-features.h
17497         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
17498         Likewise.
17499         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
17500         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
17501         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
17502         [!__ASSUME_SENDMMSG]: Change conditional to
17503         [!__ASSUME_SENDMMSG_SOCKETCALL].
17504         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17505         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17506         Define.
17508         [BZ #16610]
17509         * sysdeps/unix/sysv/linux/kernel-features.h
17510         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
17511         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
17512         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
17513         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
17514         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
17515         [__i386__ || __sparc__]
17516         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17517         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
17518         (__ASSUME_RECVMMSG): Define instead of using previous
17519         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
17520         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17521         (__ASSUME_RECVMMSG_SYSCALL): Define.
17522         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17523         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17524         Likewise.
17525         * sysdeps/unix/sysv/linux/arm/kernel-features.h
17526         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17527         Likewise.
17528         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17529         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17530         Likewise.
17531         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
17532         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
17533         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
17534         [__ASSUME_RECVMMSG]: Change condition to
17535         [__ASSUME_RECVMMSG_SOCKETCALL].
17536         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17537         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17538         Define.
17539         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17540         * sysdeps/unix/sysv/linux/mips/kernel-features.h
17541         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17542         Likewise.
17543         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
17544         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
17545         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
17546         [!__ASSUME_RECVMMSG]: Change condition to
17547         [!__ASSUME_RECVMMSG_SOCKETCALL].
17548         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17549         (__ASSUME_RECVMMSG_SYSCALL): Define.
17551         [BZ #16609]
17552         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
17553         __powerpc__ || __s390__ || __sh__ || __sparc__]
17554         (__ASSUME_SOCKETCALL): Define.
17555         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
17556         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
17557         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
17558         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
17559         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
17560         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
17561         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
17562         (__ASSUME_ACCEPT4): Define instead of using previous
17563         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
17564         __powerpc__ || __sparc__ || __s390__)] condition.
17565         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17566         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
17567         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
17568         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
17569         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
17570         [!__ASSUME_ACCEPT4]: Change condition to
17571         [!__ASSUME_ACCEPT4_SOCKETCALL].
17572         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17573         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
17574         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
17575         * sysdeps/unix/sysv/linux/arm/kernel-features.h
17576         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
17577         __ASSUME_ACCEPT4_SYSCALL.
17578         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
17579         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
17580         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17581         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
17582         __ASSUME_ACCEPT4_SYSCALL.
17583         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
17584         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
17585         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
17586         [__ASSUME_ACCEPT4]: Change condition to
17587         [__ASSUME_ACCEPT4_SOCKETCALL].
17588         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
17589         (__ASSUME_SOCKETCALL): Define.
17590         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
17591         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17592         (__ASSUME_SOCKETCALL): Define.
17593         (__ASSUME_ACCEPT4): Remove.
17594         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
17595         Define.
17596         * sysdeps/unix/sysv/linux/mips/kernel-features.h
17597         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
17598         Likewise.
17599         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17600         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
17602         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
17603         macro.
17604         (HWCAP_ARM_LPAE): Likewise.
17605         (HWCAP_ARM_EVTSTRM): Likewise.
17606         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
17607         Add vpfd32, lpae and evtstrm.
17608         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
17609         Increase to 22.
17611 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
17613         * math/auto-libm-test-in: Add tests of clog10.
17614         * math/auto-libm-test-out: Regenerated.
17615         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
17616         * sysdeps/i386/fpu/libm-test-ulps: Update.
17617         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17619 2014-02-18  Andreas Schwab  <schwab@suse.de>
17621         [BZ #16574]
17622         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
17623         Store non-zero if the second buffer was newly allocated.
17624         (send_dg): Likewise.
17625         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
17626         to send_vc and send_dg.
17627         (res_nsend): Pass NULL for ansp2_malloced.
17628         * resolv/res_query.c (__libc_res_nquery): Add parameter
17629         answerp2_malloced and pass it down to __libc_res_nsend.
17630         (res_nquery): Pass additional NULL to __libc_res_nquery.
17631         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
17632         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
17633         second answer buffer if answerp2_malloced was set.
17634         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
17635         (__libc_res_nquerydomain): Add parameter
17636         answerp2_malloced and pass it down to __libc_res_nquery.
17637         (res_nquerydomain): Pass additional NULL to
17638         __libc_res_nquerydomain.
17639         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
17640         additional NULL to __libc_res_nsend and __libc_res_nquery.
17641         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
17642         additional NULL to __libc_res_nsearch.
17643         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
17644         parameter of __libc_res_nsearch to check for separately allocated
17645         second buffer.
17646         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
17647         __libc_res_nquery.
17648         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
17649         additional NULL to __libc_res_nquery.
17650         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
17651         __libc_res_nsearch.
17652         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
17653         * include/resolv.h: Update prototypes of __libc_res_nquery,
17654         __libc_res_nsearch, __libc_res_nsend.
17656 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
17658         * math/auto-libm-test-in: Add tests of fma.
17659         * math/auto-libm-test-out: Regenerated.
17660         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
17661         (fma_towardzero_test_data): Likewise.
17662         (fma_downward_test_data): Likewise.
17663         (fma_upward_test_data): Likewise.
17664         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
17665         mpc_mode.
17666         (rounding_modes): Add values for new field.
17667         (func_calc_method): Add value mpfr_fff_f.
17668         (func_calc_desc): Add mpfr_fff_f union field.
17669         (test_function): Add field exact_args.
17670         (FUNC): Add macro argument EXACT_ARGS.
17671         (FUNC_mpfr_f_f): Update call to FUNC.
17672         (FUNC_mpfr_f_f): Likewise.
17673         (FUNC_mpfr_ff_f): Likewise.
17674         (FUNC_mpfr_if_f): Likewise.
17675         (FUNC_mpc_c_f): Likewise.
17676         (FUNC_mpc_c_c): Likewise.
17677         (test_functions): Add fma.  Update calls to FUNC.
17678         (handle_input_arg): Add argument exact_args.
17679         (add_test): Update call to handle_input_arg.
17680         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
17681         (output_for_one_input_case): Update call to calc_generic_results.
17682         Recalculate exact zero results in each rounding mode.
17684         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
17685         non-negative before setting low bit.
17686         * math/auto-libm-test-in: Mark one asin test possibly having
17687         spurious underflow.
17688         * math/auto-libm-test-out: Regenerated.
17689         * sysdeps/i386/fpu/libm-test-ulps: Update.
17690         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17692 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
17694         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
17695         * sysdeps/unix/sysv/linux/microblaze: Move directory from
17696         ports/sysdeps/unix/sysv/linux/microblaze.
17697         * README: Add missing listing for microblaze*-*-linux-gnu.
17699 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
17701         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
17702         duplicate code
17704 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
17706         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
17707         * sysdeps/unix/sysv/linux/ia64: Move directory from
17708         ports/sysdeps/unix/sysv/linux/ia64.
17709         * README: Update listing for ia64-*-linux-gnu.
17711 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
17712             Joseph Myers  <joseph@codesourcery.com>
17714         * Makeconfig (test-name): New variable.
17715         (evaluate-test): Likewise.
17716         * Makerules (do-test-clean): Remove .test-result files.
17717         (common-mostlyclean): Likewise.
17718         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
17719         * scripts/evaluate-test.sh: New file.
17721 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
17723         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
17724         separate $(objpfx)tst-fopenloc-cmp.out and
17725         $(objpfx)tst-fopenloc-mem.out targets.
17726         (tests): Update dependencies.
17727         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
17728         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
17729         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
17730         (tst-rxspencer-no-utf8-ARGS): New variable.
17731         (tst-rxspencer-no-utf8-ENV): Likewise.
17732         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
17733         instead of $(objpfx)tst-rxspencer-mem.
17734         ($(objpfx)tst-rxspencer-mem): Change target to
17735         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
17736         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
17737         * posix/tst-rxspencer-no-utf8.c: New file.
17739         * elf/Makefile ($(objpfx)order.out): Remove rule.
17740         [$(run-built-tests) = yes] (tests): Depend on
17741         $(objpfx)order-cmp.out.
17742         ($(objpfx)order-cmp.out): New rule.
17743         [$(run-built-tests) = yes] (tests): Depend on
17744         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
17745         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
17746         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
17747         $(objpfx)tst-array5-static-cmp.out.
17748         ($(objpfx)tst-array1.out): Remove rule.
17749         ($(objpfx)tst-array1-cmp.out): New rule.
17750         ($(objpfx)tst-array1-static.out): Remove rule.
17751         ($(objpfx)tst-array1-static-cmp.out): New rule.
17752         ($(objpfx)tst-array2.out): Remove rule.
17753         ($(objpfx)tst-array2-cmp.out): New rule.
17754         ($(objpfx)tst-array3.out): Remove rule.
17755         ($(objpfx)tst-array3-cmp.out): New rule.
17756         ($(objpfx)tst-array4.out): Remove rule.
17757         ($(objpfx)tst-array4-cmp.out): New rule.
17758         ($(objpfx)tst-array5.out): Remove rule.
17759         ($(objpfx)tst-array5-cmp.out): New rule.
17760         ($(objpfx)tst-array5-static.out): Remove rule.
17761         ($(objpfx)tst-array5-static-cmp.out): New rule.
17762         [$(run-built-tests) = yes] (tests): Depend on
17763         $(objpfx)order2-cmp.out.
17764         ($(objpfx)order2.out): Remove rule.
17765         ($(objpfx)order2-cmp.out): New rule.
17766         ($(objpfx)tst-initorder.out): Remove rule.
17767         [$(run-built-tests) = yes] (tests): Depend on
17768         $(objpfx)tst-initorder-cmp.out.
17769         ($(objpfx)tst-initorder-cmp.out): New rule.
17770         ($(objpfx)tst-initorder2.out): Remove rule.
17771         [$(run-built-tests) = yes] (tests): Depend on
17772         $(objpfx)tst-initorder2-cmp.out.
17773         ($(objpfx)tst-initorder2-cmp.out): New rule.
17774         [$(run-built-tests) = yes] (tests): Depend on
17775         $(objpfx)tst-unused-dep-cmp.out.
17776         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
17777         ($(objpfx)tst-unused-dep-cmp.out): New rule.
17778         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
17779         on $(objpfx)tst-setvbuf1-cmp.out.
17780         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
17781         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
17782         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
17783         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
17784         ($(objpfx)tst-svc.out): Remove rule.
17785         ($(objpfx)tst-svc-cmp.out): New rule.
17787 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
17789         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
17790         * ctype/ctype.h [__USE_MISC]: Likewise.
17791         * dirent/dirent.h [__USE_MISC]: Likewise.
17792         * grp/grp.h [__USE_MISC]: Likewise.
17793         * io/fcntl.h [__USE_MISC]: Likewise.
17794         * io/sys/stat.h [__USE_MISC]: Likewise.
17795         * libio/stdio.h [__USE_MISC]: Likewise.
17796         * posix/unistd.h [__USE_MISC]: Likewise.
17797         * pwd/pwd.h [__USE_MISC]: Likewise.
17798         * stdlib.h [__USE_MISC]: Likewise.
17799         * string/bits/string2.h [__USE_MISC]: Likewise.
17800         * string/string.h [__USE_MISC]: Likewise.
17801         * time/time.h [__USE_MISC]: Likewise.
17803 2014-02-13  Andreas Schwab  <schwab@suse.de>
17805         [BZ #16574]
17806         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
17807         second answer buffer if it was separately allocated.
17809 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
17811         * sysdeps/mips/math-tests.h: Include <features.h>.
17812         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
17813         (ROUNDING_TESTS_long_double): Do not define.
17814         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
17815         (EXCEPTION_TESTS_long_double): Likewise.
17816         * sysdeps/mips/mips64/libm-test-ulps: Update.
17818         * include/features.h (__USE_BSD): Remove macro definitions.
17819         (__USE_SVID): Likewise.
17820         (_BSD_SOURCE): Likewise.
17821         (_SVID_SOURCE): Likewise.
17822         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
17823         from definition of _DEFAULT_SOURCE.
17824         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
17825         [_DEFAULT_SOURCE].
17826         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
17827         * bits/mman.h [__USE_BSD]: Likewise.
17828         * bits/termios.h [__USE_BSD]: Likewise.
17829         * bits/waitstatus.h [__USE_BSD]: Likewise.
17830         * ctype/ctype.h [__USE_SVID]: Likewise.
17831         * dirent/dirent.h [__USE_BSD]: Likewise.
17832         * grp/grp.h [__USE_SVID]: Likewise.
17833         [__USE_BSD]: Likewise.
17834         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
17835         * io/fcntl.h [__USE_BSD]: Likewise.
17836         * io/ftw.h [__USE_BSD]: Likewise.
17837         * io/sys/stat.h [__USE_BSD]: Likewise.
17838         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
17839         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
17840         * libio/stdio.h [__USE_SVID]: Likewise.
17841         [__USE_BSD]: Likewise.
17842         * math/math.h [__USE_SVID]: Likewise.
17843         [__USE_BSD]: Likewise.
17844         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
17845         * misc/bits/syslog.h [__USE_BSD]: Likewise.
17846         * misc/search.h [__USE_SVID]: Likewise.
17847         * misc/sys/mman.h [__USE_BSD]: Likewise.
17848         * misc/sys/syslog.h [__USE_BSD]: Likewise.
17849         * misc/sys/uio.h [__USE_BSD]: Likewise.
17850         * posix/bits/unistd.h [__USE_BSD]: Likewise.
17851         * posix/glob.h [__USE_BSD]: Likewise.
17852         * posix/regex.h [__USE_BSD]: Likewise.
17853         * posix/sys/types.h [__USE_BSD]: Likewise.
17854         [__USE_SVID]: Likewise.
17855         * posix/sys/utsname.h [__USE_SVID]: Likewise.
17856         * posix/sys/wait.h [__USE_BSD]: Likewise.
17857         [__USE_SVID]: Likewise.
17858         * posix/unistd.h [__USE_BSD]: Likewise.
17859         [__USE_SVID]: Likewise.
17860         * pwd/pwd.h [__USE_SVID]: Likewise.
17861         * resolv/netdb.h [__USE_BSD]: Likewise.
17862         * setjmp/setjmp.h [__USE_BSD]: Likewise.
17863         * signal/signal.h [__USE_BSD]: Likewise.
17864         [__USE_SVID]: Likewise.
17865         * socket/sys/socket.h [__USE_BSD]: Likewise.
17866         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
17867         * stdlib/stdlib.h [__USE_BSD]: Likewise.
17868         [__USE_SVID]: Likewise.
17869         * string/bits/string2.h [__USE_BSD]: Likewise.
17870         [__USE_SVID]: Likewise.
17871         * string/bits/string3.h [__USE_BSD]: Likewise.
17872         * string/endian.h [__USE_BSD]: Likewise.
17873         * string/string.h [__USE_SVID]: Likewise.
17874         [__USE_BSD]: Likewise.
17875         * string/strings.h [__USE_BSD]: Likewise.
17876         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
17877         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
17878         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
17879         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
17880         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
17881         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
17882         Likewise.
17883         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
17884         Likewise.
17885         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
17886         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
17887         Likewise.
17888         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
17889         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
17890         Likewise.
17891         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
17892         Likewise.
17893         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
17894         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
17895         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
17896         Likewise.
17897         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
17898         Likewise.
17899         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
17900         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
17901         * termios/termios.h [__USE_BSD]: Likewise.
17902         * time/sys/time.h [__USE_BSD]: Likewise.
17903         * time/time.h [__USE_BSD]: Likewise.
17904         [__USE_SVID]: Likewise.
17906         * Makefile (subdir_targets): Remove subdir_lint.out.
17908         * stdio-common/Makefile (do-tst-unbputc): Remove target.
17909         (do-tst-printf): Likewise.
17910         (tests): Depend directly on $(objpfx)tst-unbputc.out and
17911         $(objpfx)tst-printf.out.
17913         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
17915         * Makerules (check-abi-%): Change target to
17916         $(objpfx)check-abi-%.out.
17917         (check-abi target): Update dependencies.
17918         (check-abi-pattern variable): Redirect output of diff to $@.
17919         (check-abi variable): Likewise.
17920         * elf/Makefile (check-abi): Update dependencies.
17922         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
17923         unused.
17924         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
17925         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
17926         subnormal range.
17927         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
17928         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
17929         value has largest subnormal exponent.
17930         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
17931         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
17932         * sysdeps/aarch64/soft-fp/sfp-machine.h
17933         (_FP_TININESS_AFTER_ROUNDING): New macro.
17934         * sysdeps/alpha/soft-fp/sfp-machine.h
17935         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17936         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17937         Likewise.
17938         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
17939         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17940         * sysdeps/mips/soft-fp/sfp-machine.h
17941         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17942         * sysdeps/powerpc/soft-fp/sfp-machine.h
17943         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17944         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17945         Likewise.
17946         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
17947         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17948         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
17949         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17950         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17951         Likewise.
17953 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
17955         [BZ #16545]
17956         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
17957         model 1.
17959 2014-02-12  Richard Henderson  <rth@redhat.com>
17961         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
17962         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
17963         * sysdeps/unix/sysv/linux/alpha: Move directory from
17964         ports/sysdeps/unix/sysv/linux/alpha.
17965         * README: Update listing for alpha-*-linux-gnu.
17967 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
17969         * include/features.h: Update comment documenting feature test
17970         macros.
17971         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
17972         _DEFAULT_SOURCE.
17973         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
17974         (_SVID_SOURCE): Likewise.
17975         (_DEFAULT_SOURCE): Update description of default features.
17976         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
17977         with _GNU_SOURCE.
17978         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
17979         (S_ISVTX): Likewise.
17980         * manual/math.texi (Mathematical Constants): Likewise.
17981         * manual/signal.texi (Interrupted Primitives): Likewise.
17982         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
17983         * math/test-matherr.c (_SVID_SOURCE): Do not define.
17984         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
17985         Don't refer to _SVID_SOURCE in warning text.
17987         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17989         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
17990         already defined.
17991         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
17992         * sysdeps/mips/dl-lookup.c: Remove.
17993         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
17995 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
17997         [BZ #16447]
17998         * math/auto-libm-test-in: Add testcase for expl.
17999         * math/auto-libm-test-out: Regenerate.
18000         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
18001         calculation of unsafe.
18002         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
18004 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
18006         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
18007         * sysdeps/unix/sysv/linux/aarch64: Move directory from
18008         ports/sysdeps/unix/sysv/linux/aarch64.
18009         * README: Update listing for aarch64*-*-linux-gnu.
18011 2014-02-11  Will Newton  <will.newton@linaro.org>
18013         * manual/probes.texi (Mathematical Function Probes): Use
18014         "triggered" instead of "hit".
18016         * manual/probes.texi (Internal Probes): Add documentation
18017         of setjmp, longjmp and longjmp_target probes.
18019         * include/stap-probe.h: Add comment about probe argument
18020         format.
18022         * malloc/mtrace.c (attribute_hidden): Remove unused macro
18023         definition.  (tr_where, tr_freehook, tr_mallochook,
18024         tr_reallochook, tr_memalignhook): Use ANSI protoype.
18026 2014-02-11  David S. Miller  <davem@davemloft.net>
18028         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
18029         processing int_tests.
18031 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
18033         * sysdeps/mips: Move directory from ports/sysdeps/mips.
18034         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
18035         * sysdeps/unix/sysv/linux/mips: Move directory from
18036         ports/sysdeps/unix/sysv/linux/mips.
18037         * README: Update listing for mips-*-linux-gnu and
18038         mips64-*-linux-gnu.
18040 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
18042         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
18043         * sysdeps/unix/sysv/linux/m68k: Move directory from
18044         ports/sysdeps/unix/sysv/linux/m68k.
18045         * README: Update listing for m68k-*-linux-gnu.
18047 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
18049         * sysdeps/tile: Move directory from ports/sysdeps/tile.
18050         * sysdeps/unix/sysv/linux/generic: Move directory from
18051         ports/sysdeps/unix/sysv/linux/generic.
18052         * sysdeps/unix/sysv/linux/tile: Move directory from
18053         ports/sysdeps/unix/sysv/linux/tile.
18054         * README: Update listing for tile*-*-linux-gnu.
18056 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
18058         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
18059         __builtin_expect.
18060         * benchtests/bench-memmem.c (simple_memmem): Likewise.
18061         * catgets/open_catalog.c (__open_catalog): Likewise.
18062         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
18063         * debug/confstr_chk.c: Likewise.
18064         * debug/fread_chk.c (__fread_chk): Likewise.
18065         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
18066         * debug/getgroups_chk.c: Likewise.
18067         * debug/mbsnrtowcs_chk.c: Likewise.
18068         * debug/mbsrtowcs_chk.c: Likewise.
18069         * debug/mbstowcs_chk.c: Likewise.
18070         * debug/memcpy_chk.c: Likewise.
18071         * debug/memmove_chk.c: Likewise.
18072         * debug/mempcpy_chk.c: Likewise.
18073         * debug/memset_chk.c: Likewise.
18074         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
18075         * debug/strcat_chk.c (__strcat_chk): Likewise.
18076         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
18077         * debug/strncat_chk.c (__strncat_chk): Likewise.
18078         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
18079         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
18080         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
18081         * debug/wcpncpy_chk.c: Likewise.
18082         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
18083         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
18084         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
18085         * debug/wcsncpy_chk.c: Likewise.
18086         * debug/wcsnrtombs_chk.c: Likewise.
18087         * debug/wcsrtombs_chk.c: Likewise.
18088         * debug/wcstombs_chk.c: Likewise.
18089         * debug/wmemcpy_chk.c: Likewise.
18090         * debug/wmemmove_chk.c: Likewise.
18091         * debug/wmempcpy_chk.c: Likewise.
18092         * debug/wmemset_chk.c: Likewise.
18093         * dirent/scandirat.c (SCANDIRAT): Likewise.
18094         * dlfcn/dladdr1.c (dladdr1): Likewise.
18095         * dlfcn/dladdr.c (dladdr): Likewise.
18096         * dlfcn/dlclose.c (dlclose_doit): Likewise.
18097         * dlfcn/dlerror.c (__dlerror): Likewise.
18098         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
18099         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
18100         * dlfcn/dlopen.c (dlopen_doit): Likewise.
18101         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
18102         * dlfcn/dlsym.c (dlsym_doit): Likewise.
18103         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
18104         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
18105         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
18106         Likewise.
18107         * elf/dl-conflict.c: Likewise.
18108         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
18109         * elf/dl-dst.h: Likewise.
18110         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
18111         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
18112         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
18113         * elf/dl-init.c (call_init, _dl_init): Likewise.
18114         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
18115         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
18116         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
18117         Likewise.
18118         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
18119         Likewise.
18120         * elf/dl-minimal.c (__libc_memalign): Likewise.
18121         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
18122         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
18123         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
18124         * elf/dl-sym.c (do_sym): Likewise.
18125         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
18126         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
18127         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
18128         * elf/dl-writev.h (_dl_writev): Likewise.
18129         * elf/ldconfig.c (search_dir): Likewise.
18130         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
18131         (dl_main): Likewise.
18132         * elf/setup-vdso.h (setup_vdso): Likewise.
18133         * grp/compat-initgroups.c (compat_call): Likewise.
18134         * grp/fgetgrent.c (fgetgrent): Likewise.
18135         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
18136         * grp/putgrent.c (putgrent): Likewise.
18137         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
18138         Likewise.
18139         * hurd/hurdinit.c: Likewise.
18140         * iconvdata/8bit-gap.c (struct): Likewise.
18141         * iconvdata/ansi_x3.110.c : Likewise.
18142         * iconvdata/big5.c : Likewise.
18143         * iconvdata/big5hkscs.c : Likewise.
18144         * iconvdata/cp1255.c: Likewise.
18145         * iconvdata/cp1258.c : Likewise.
18146         * iconvdata/cp932.c : Likewise.
18147         * iconvdata/euc-cn.c: Likewise.
18148         * iconvdata/euc-jisx0213.c : Likewise.
18149         * iconvdata/euc-jp.c: Likewise.
18150         * iconvdata/euc-jp-ms.c : Likewise.
18151         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
18152         * iconvdata/gb18030.c : Likewise.
18153         * iconvdata/gbbig5.c (const): Likewise.
18154         * iconvdata/gbgbk.c: Likewise.
18155         * iconvdata/gbk.c : Likewise.
18156         * iconvdata/ibm1364.c : Likewise.
18157         * iconvdata/ibm930.c : Likewise.
18158         * iconvdata/ibm932.c: Likewise.
18159         * iconvdata/ibm933.c : Likewise.
18160         * iconvdata/ibm935.c : Likewise.
18161         * iconvdata/ibm937.c : Likewise.
18162         * iconvdata/ibm939.c : Likewise.
18163         * iconvdata/ibm943.c: Likewise.
18164         * iconvdata/iso_11548-1.c: Likewise.
18165         * iconvdata/iso-2022-cn.c : Likewise.
18166         * iconvdata/iso-2022-cn-ext.c : Likewise.
18167         * iconvdata/iso-2022-jp-3.c: Likewise.
18168         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
18169         * iconvdata/iso-2022-kr.c : Likewise.
18170         * iconvdata/iso646.c (gconv_end): Likewise.
18171         * iconvdata/iso_6937-2.c : Likewise.
18172         * iconvdata/iso_6937.c : Likewise.
18173         * iconvdata/iso8859-1.c: Likewise.
18174         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
18175         * iconvdata/shift_jisx0213.c : Likewise.
18176         * iconvdata/sjis.c : Likewise.
18177         * iconvdata/t.61.c : Likewise.
18178         * iconvdata/tcvn5712-1.c : Likewise.
18179         * iconvdata/tscii.c: Likewise.
18180         * iconvdata/uhc.c : Likewise.
18181         * iconvdata/unicode.c (gconv_end): Likewise.
18182         * iconvdata/utf-16.c (gconv_end): Likewise.
18183         * iconvdata/utf-32.c (gconv_end): Likewise.
18184         * iconvdata/utf-7.c (base64): Likewise.
18185         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
18186         * iconv/gconv_close.c (__gconv_close): Likewise.
18187         * iconv/gconv_open.c (__gconv_open): Likewise.
18188         * iconv/gconv_simple.c (internal_ucs4_loop_single)
18189         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
18190         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
18191         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
18192         (ucs4le_internal_loop_single): Likewise.
18193         * iconv/iconv.c (iconv): Likewise.
18194         * iconv/iconv_close.c: Likewise.
18195         * iconv/loop.c (SINGLE): Likewise.
18196         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
18197         * include/atomic.h: Likewise.
18198         * inet/inet6_option.c (option_alloc): Likewise.
18199         * intl/bindtextdom.c (set_binding_values): Likewise.
18200         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
18201         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
18202         * intl/localealias.c (read_alias_file): Likewise.
18203         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
18204         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
18205         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
18206         * libio/fmemopen.c (fmemopen): Likewise.
18207         * libio/iofgets.c (_IO_fgets): Likewise.
18208         * libio/iofgets_u.c (fgets_unlocked): Likewise.
18209         * libio/iofgetws.c (fgetws): Likewise.
18210         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
18211         * libio/iogetdelim.c (_IO_getdelim): Likewise.
18212         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
18213         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
18214         * locale/findlocale.c (_nl_find_locale): Likewise.
18215         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
18216         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
18217         Likewise.
18218         * locale/setlocale.c (setlocale): Likewise.
18219         * login/programs/pt_chown.c (main): Likewise.
18220         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
18221         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
18222         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
18223         (mmap, mmap64, mremap, munmap): Likewise.
18224         * math/e_exp2l.c: Likewise.
18225         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
18226         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
18227         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
18228         * math/s_catan.c (__catan): Likewise.
18229         * math/s_catanf.c (__catanf): Likewise.
18230         * math/s_catanh.c (__catanh): Likewise.
18231         * math/s_catanhf.c (__catanhf): Likewise.
18232         * math/s_catanhl.c (__catanhl): Likewise.
18233         * math/s_catanl.c (__catanl): Likewise.
18234         * math/s_ccosh.c (__ccosh): Likewise.
18235         * math/s_ccoshf.c (__ccoshf): Likewise.
18236         * math/s_ccoshl.c (__ccoshl): Likewise.
18237         * math/s_cexp.c (__cexp): Likewise.
18238         * math/s_cexpf.c (__cexpf): Likewise.
18239         * math/s_cexpl.c (__cexpl): Likewise.
18240         * math/s_clog10.c (__clog10): Likewise.
18241         * math/s_clog10f.c (__clog10f): Likewise.
18242         * math/s_clog10l.c (__clog10l): Likewise.
18243         * math/s_clog.c (__clog): Likewise.
18244         * math/s_clogf.c (__clogf): Likewise.
18245         * math/s_clogl.c (__clogl): Likewise.
18246         * math/s_csin.c (__csin): Likewise.
18247         * math/s_csinf.c (__csinf): Likewise.
18248         * math/s_csinh.c (__csinh): Likewise.
18249         * math/s_csinhf.c (__csinhf): Likewise.
18250         * math/s_csinhl.c (__csinhl): Likewise.
18251         * math/s_csinl.c (__csinl): Likewise.
18252         * math/s_csqrt.c (__csqrt): Likewise.
18253         * math/s_csqrtf.c (__csqrtf): Likewise.
18254         * math/s_csqrtl.c (__csqrtl): Likewise.
18255         * math/s_ctan.c (__ctan): Likewise.
18256         * math/s_ctanf.c (__ctanf): Likewise.
18257         * math/s_ctanh.c (__ctanh): Likewise.
18258         * math/s_ctanhf.c (__ctanhf): Likewise.
18259         * math/s_ctanhl.c (__ctanhl): Likewise.
18260         * math/s_ctanl.c (__ctanl): Likewise.
18261         * math/w_pow.c: Likewise.
18262         * math/w_powf.c: Likewise.
18263         * math/w_powl.c: Likewise.
18264         * math/w_scalb.c (sysv_scalb): Likewise.
18265         * math/w_scalbf.c (sysv_scalbf): Likewise.
18266         * math/w_scalbl.c (sysv_scalbl): Likewise.
18267         * misc/error.c (error_tail): Likewise.
18268         * misc/pselect.c (__pselect): Likewise.
18269         * nis/nis_callback.c (__nis_create_callback): Likewise.
18270         * nis/nis_call.c (__nisfind_server): Likewise.
18271         * nis/nis_creategroup.c (nis_creategroup): Likewise.
18272         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
18273         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
18274         * nis/nis_getservlist.c (nis_getservlist): Likewise.
18275         * nis/nis_lookup.c (nis_lookup): Likewise.
18276         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
18277         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
18278         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
18279         * nis/nis_xdr.c (xdr_endpoint): Likewise.
18280         * nis/nss_compat/compat-grp.c (getgrent_next_file)
18281         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
18282         * nis/nss_compat/compat-initgroups.c (add_group)
18283         (internal_getgrent_r): Likewise.
18284         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
18285         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
18286         * nis/nss_compat/compat-spwd.c (getspent_next_file)
18287         (internal_getspnam_r): Likewise.
18288         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
18289         (_nss_nis_getaliasbyname_r): Likewise.
18290         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
18291         (_nss_nis_getntohost_r): Likewise.
18292         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
18293         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
18294         (_nss_nis_getgrgid_r): Likewise.
18295         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
18296         (internal_nis_gethostent_r, internal_gethostbyname2_r)
18297         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
18298         (_nss_nis_gethostbyname4_r): Likewise.
18299         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
18300         (initgroups_netid): Likewise.
18301         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
18302         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
18303         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
18304         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
18305         (_nss_nis_getprotobynumber_r): Likewise.
18306         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
18307         (_nss_nis_getsecretkey): Likewise.
18308         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
18309         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
18310         (_nss_nis_getpwuid_r): Likewise.
18311         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
18312         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
18313         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
18314         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
18315         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
18316         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
18317         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
18318         Likewise.
18319         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
18320         (_nss_nisplus_getntohost_r): Likewise.
18321         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
18322         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
18323         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
18324         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
18325         Likewise.
18326         * nis/nss_nisplus/nisplus-initgroups.c
18327         (_nss_nisplus_initgroups_dyn): Likewise.
18328         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
18329         (_nss_nisplus_getnetbyaddr_r): Likewise.
18330         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
18331         (_nss_nisplus_getprotobynumber_r): Likewise.
18332         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
18333         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
18334         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
18335         Likewise.
18336         * nis/nss_nisplus/nisplus-service.c
18337         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
18338         (_nss_nisplus_getservbyport_r): Likewise.
18339         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
18340         (_nss_nisplus_getspnam_r): Likewise.
18341         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
18342         Likewise.
18343         * nscd/aicache.c (addhstaiX): Likewise.
18344         * nscd/cache.c (cache_search, prune_cache): Likewise.
18345         * nscd/connections.c (register_traced_file, send_ro_fd)
18346         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
18347         (main_loop_epoll): Likewise.
18348         * nscd/grpcache.c (addgrbyX): Likewise.
18349         * nscd/hstcache.c (addhstbyX): Likewise.
18350         * nscd/initgrcache.c (addinitgroupsX): Likewise.
18351         * nscd/mem.c (gc, mempool_alloc): Likewise.
18352         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
18353         (addinnetgrX): Likewise.
18354         * nscd/nscd-client.h (__nscd_acquire_maplock)
18355         (__nscd_drop_map_ref): Likewise.
18356         * nscd/nscd_getai.c (__nscd_getai): Likewise.
18357         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
18358         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
18359         Likewise.
18360         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
18361         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
18362         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
18363         (__nscd_get_map_ref): Likewise.
18364         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
18365         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
18366         Likewise.
18367         * nscd/pwdcache.c (addpwbyX): Likewise.
18368         * nscd/selinux.c (preserve_capabilities): Likewise.
18369         * nscd/servicescache.c (addservbyX): Likewise.
18370         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
18371         * posix/fnmatch.c (fnmatch): Likewise.
18372         * posix/getopt.c (_getopt_internal_r): Likewise.
18373         * posix/glob.c (glob, glob_in_dir): Likewise.
18374         * posix/wordexp.c (exec_comm_child): Likewise.
18375         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
18376         (getanswer_r, gaih_getanswer_slice): Likewise.
18377         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
18378         * resolv/res_init.c: Likewise.
18379         * resolv/res_mkquery.c (res_nmkquery): Likewise.
18380         * resolv/res_query.c (__libc_res_nquery): Likewise.
18381         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
18382         Likewise.
18383         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
18384         * stdio-common/perror.c (perror): Likewise.
18385         * stdio-common/printf_fp.c (___printf_fp): Likewise.
18386         * stdio-common/tmpnam.c (tmpnam): Likewise.
18387         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
18388         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
18389         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
18390         Likewise.
18391         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
18392         * stdlib/putenv.c (putenv): Likewise.
18393         * stdlib/setenv.c (__add_to_environ): Likewise.
18394         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
18395         * stdlib/strtol_l.c (INTERNAL): Likewise.
18396         * string/memmem.c (memmem): Likewise.
18397         * string/strerror.c (strerror): Likewise.
18398         * string/strnlen.c (__strnlen): Likewise.
18399         * string/test-memmem.c (simple_memmem): Likewise.
18400         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
18401         * sunrpc/pm_getport.c (__get_socket): Likewise.
18402         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
18403         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
18404         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
18405         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
18406         Likewise.
18407         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
18408         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
18409         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
18410         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
18411         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
18412         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
18413         Likewise.
18414         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
18415         Likewise.
18416         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
18417         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
18418         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
18419         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
18420         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
18421         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
18422         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
18423         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
18424         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
18425         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
18426         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
18427         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
18428         Likewise.
18429         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
18430         Likewise.
18431         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
18432         Likewise.
18433         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
18434         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
18435         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
18436         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
18437         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
18438         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
18439         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
18440         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
18441         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
18442         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
18443         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
18444         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
18445         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18446         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
18447         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
18448         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
18449         Likewise.
18450         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
18451         Likewise.
18452         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
18453         Likewise.
18454         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
18455         Likewise.
18456         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
18457         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
18458         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
18459         Likewise.
18460         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
18461         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
18462         * sysdeps/posix/opendir.c (__opendirat): Likewise.
18463         * sysdeps/posix/sleep.c: Likewise.
18464         * sysdeps/posix/tempname.c: Likewise.
18465         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
18466         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
18467         Likewise.
18468         * sysdeps/powerpc/powerpc32/dl-machine.h
18469         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
18470         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18471         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
18472         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
18473         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
18474         Likewise.
18475         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
18476         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
18477         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
18478         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
18479         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
18480         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
18481         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
18482         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
18483         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
18484         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
18485         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
18486         (elf_machine_lazy_rel): Likewise.
18487         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
18488         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
18489         (elf_machine_lazy_rel): Likewise.
18490         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
18491         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
18492         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
18493         * sysdeps/unix/grantpt.c (grantpt): Likewise.
18494         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
18495         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
18496         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
18497         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
18498         Likewise.
18499         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
18500         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
18501         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
18502         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
18503         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
18504         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
18505         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
18506         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
18507         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
18508         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
18509         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
18510         Likewise.
18511         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
18512         (__posix_fallocate64_l64): Likewise.
18513         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
18514         (posix_fallocate): Likewise.
18515         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
18516         Likewise.
18517         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
18518         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
18519         (getifaddrs_internal): Likewise.
18520         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
18521         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
18522         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
18523         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
18524         * sysdeps/unix/sysv/linux/posix_fallocate64.c
18525         (__posix_fallocate64_l64): Likewise.
18526         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
18527         Likewise.
18528         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
18529         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
18530         (__get_clockfreq): Likewise.
18531         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
18532         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
18533         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
18534         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
18535         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
18536         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
18537         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
18538         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
18539         Likewise.
18540         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
18541         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
18542         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
18543         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
18544         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
18545         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
18546         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
18547         Likewise.
18548         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
18549         (posix_fallocate): Likewise.
18550         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
18551         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
18552         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
18553         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
18554         (elf_machine_rela, elf_machine_rela_relative)
18555         (elf_machine_lazy_rel): Likewise.
18556         * time/asctime.c (asctime_internal): Likewise.
18557         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
18558         * time/tzset.c (__tzset_parse_tz): Likewise.
18559         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
18560         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
18561         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
18562         * wcsmbs/wcsmbsload.h: Likewise.
18564         [BZ #15894]
18565         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
18567         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
18568         (arena_get2): Remove THREAD_STATS conditionals.
18569         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
18570         (__malloc_stats, int): Likewise.
18572 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
18574         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
18575         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
18577         * manual/setjmp.texi: Fix typos/grammar errors.
18579         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
18580         Only return early when n is <= 0.  Delete unused return statement.
18582         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
18583         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
18584         * debug/tst-longjmp_chk3.c: New file.
18586         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
18587         (test_main): Replace code with set_fortify_handler call.
18588         * debug/test-strcpy_chk.c: Likewise.
18589         * debug/tst-chk1.c: Likewise.
18590         * debug/tst-longjmp_chk.c: Likewise.
18591         * test-skeleton.c: Include fcntl.h & paths.h
18592         (set_fortify_handler): Define.
18594         * debug/tst-longjmp_chk.c: Add header comment and include
18595         ../test-skeleton.c.
18596         (do_test): Mark static.
18597         (TEST_FUNCTION): Define.
18599         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
18600         (IP_PMTUDISC_INTERFACE): Likewise.
18601         (IP_MULTICAST_IF): Likewise.
18602         (IP_MULTICAST_TTL): Likewise.
18603         (IP_MULTICAST_LOOP): Likewise.
18604         (IP_ADD_MEMBERSHIP): Likewise.
18605         (IP_DROP_MEMBERSHIP): Likewise.
18606         (IP_UNBLOCK_SOURCE): Likewise.
18607         (IP_BLOCK_SOURCE): Likewise.
18608         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
18609         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
18610         (IP_MSFILTER): Likewise.
18611         (MCAST_JOIN_GROUP): Likewise.
18612         (MCAST_BLOCK_SOURCE): Likewise.
18613         (MCAST_UNBLOCK_SOURCE): Likewise.
18614         (MCAST_LEAVE_GROUP): Likewise.
18615         (MCAST_JOIN_SOURCE_GROUP): Likewise.
18616         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
18617         (MCAST_MSFILTER): Likewise.
18618         (IP_MULTICAST_ALL): Likewise.
18619         (IP_UNICAST_IF): Likewise.
18621         * timezone/Makefile: Delete $(have-ksh) check.
18622         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
18623         * timezone/tzselect.ksh: Add +x mode bits.
18625         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
18626         (ANON_INODE_FS_MAGIC): Likewise.
18627         (BDEVFS_MAGIC): Likewise.
18628         (BINFMTFS_MAGIC): Likewise.
18629         (BTRFS_TEST_MAGIC): Likewise.
18630         (CRAMFS_MAGIC_WEND): Likewise.
18631         (DEBUGFS_MAGIC): Likewise.
18632         (ECRYPTFS_SUPER_MAGIC): Likewise.
18633         (EXT3_SUPER_MAGIC): Likewise.
18634         (EXT4_SUPER_MAGIC): Likewise.
18635         (FUTEXFS_SUPER_MAGIC): Likewise.
18636         (HOSTFS_SUPER_MAGIC): Likewise.
18637         (HUGETLBFS_MAGIC): Likewise.
18638         (MINIX3_SUPER_MAGIC): Likewise.
18639         (MTD_INODE_FS_MAGIC): Likewise.
18640         (NILFS_SUPER_MAGIC): Likewise.
18641         (OPENPROM_SUPER_MAGIC): Likewise.
18642         (PIPEFS_MAGIC): Likewise.
18643         (PSTOREFS_MAGIC): Likewise.
18644         (QNX6_SUPER_MAGIC): Likewise.
18645         (RAMFS_MAGIC): Likewise.
18646         (REISERFS_SUPER_MAGIC_STRING): Likewise.
18647         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
18648         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
18649         (SECURITYFS_MAGIC): Likewise.
18650         (SELINUX_MAGIC): Likewise.
18651         (SMACK_MAGIC): Likewise.
18652         (SOCKFS_MAGIC): Likewise.
18653         (SQUASHFS_MAGIC): Likewise.
18654         (STACK_END_MAGIC): Likewise.
18655         (TMPFS_MAGIC): Likewise.
18656         (USBDEVICE_SUPER_MAGIC): Likewise.
18657         (V9FS_MAGIC): Likewise.
18658         (XENFS_SUPER_MAGIC): Likewise.
18659         (CRAMFS_MAGIC): Fix typo in comment.
18660         (EXT2_SUPER_MAGIC): Update comment.
18661         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
18663 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
18665         * sysdeps/arm: Move directory from ports/sysdeps/arm.
18666         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
18667         * sysdeps/unix/sysv/linux/arm: Move directory from
18668         ports/sysdeps/unix/sysv/linux/arm.
18669         * README: Update listing for arm-*-linux-gnueabi.
18671         * README: Remove mention of am33.
18673 2014-02-07  Roland McGrath  <roland@hack.frob.com>
18675         * bits/sigset.h (__sigemptyset): Use a statement expression rather
18676         than the comma operator, to avoid "rhs of comma has no effect"
18677         compiler warnings.
18678         (__sigfillset, __sigandset, __sigorset): Likewise.
18679         * include/signal.h (__sigemptyset): Likewise.
18680         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
18682 2014-02-07  Allan McRae  <allan@archlinux.org>
18684         * version.h (RELEASE): Set to "development".
18685         (VERSION): Set to "2.19.90"
18686         * NEWS: Add 2.20 section.
18688 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
18690         [BZ #16529]
18691         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
18693 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18695         * manual/contrib.texi: Update entry for Carlos O'Donell,
18696         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
18698 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
18700         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
18702         * sysdeps/unix/sysv/linux/kernel-features.h
18703         [__LINUX_KERNEL_VERSION >= 0x020621]
18704         (__ASSUME_PROC_PID_TASK_COMM): Define.
18706 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18708         [BZ #16398]
18709         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
18710         conversion when destination buffer does not have enough space.
18711         * libio/tst-ftell-partial-wide.c: New test case.
18712         * libio/Makefile (tests): Add tst-ftell-partial-wide.
18714         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
18715         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
18716         Leonard and Allan McRae.
18718 2014-02-04  David S. Miller  <davem@davemloft.net>
18720         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
18721         32-bit.
18723 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18725         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
18726         New file
18727         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
18728         New file
18729         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
18730         New file.
18731         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
18732         New file.
18733         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
18734         New file.
18735         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
18736         New file.
18737         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
18738         New file.
18739         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
18740         New file.
18741         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
18742         New file.
18743         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
18744         New file.
18745         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
18746         New file.
18747         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
18748         New file.
18749         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
18750         New file.
18752 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18754         * nptl/shlib-versions: Change powerpc*le start to 2.17.
18755         * shlib-versions: Likewise.
18757 2014-02-04  Roland McGrath  <roland@hack.frob.com>
18758             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18760         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
18761         (abilist-pattern): New variable, set to %-le.abilist.
18763         * Makerules (abilist-pattern): New variable.
18764         (vpath): Use $(abilist-pattern) in place of %.abilist.
18765         (check-abi-% pattern rule): Likewise.
18766         (check-abi, update-abi): Likewise.
18768 2014-02-04  Eric Wong  <normalperson@yhbt.net>
18770         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18772 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
18774         * manual/startup.texi: Add next, previous, and top entries for
18775         the `Program Arguments' and `Environment Variables' nodes.
18777 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
18779         * manual/macros.texi: Add comments before MTASC-safety macros.
18781         * manual/users.texi: Document MTASC-safety properties.
18783         * manual/threads.texi (pthread_key_create, pthread_key_delete)
18784         (pthread_getspecific, pthread_setspecific): Format with
18785         @deftypefun, and add @safety note.
18786         * manual/signal.texi: Move comments that analyze the above
18787         functions to their home place.
18789 2014-02-03  Allan McRae  <allan@archlinux.org>
18791         * po/sl.po: Update Slovenian translation from translation project.
18793 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
18795         * manual/time.texi (timegm): Add missing blank after @c.
18796         Reported by Joseph Myers <joseph@codesourcery.com>.
18798 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
18800         * manual/check-safety.sh: New.
18801         * manual/Makefile ($(objpfx)stamp-summary): Run it.
18803         * manual/terminal.texi: Document MTASC-safety properties.
18805         * manual/filesys.texi: Document MTASC-safety properties.
18807         * manual/errno.texi: Document MTASC-safety properties.
18809         * manual/intro.texi: Document safety identifiers and
18810         conditionals.
18812         * manual/string.texi (wcstok): Fix prototype.
18813         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
18815         * manual/time.texi: Document MTASC-safety properties.
18817         * manual/string.texi: Document MTASC-safety properties.
18819         * manual/threads.texi: Document MTASC-safety properties.
18821         * manual/stdio.texi: Document MTASC-safety properties.
18823         * manual/syslog.texi: Document MTASC-safety properties.
18825         * manual/sysinfo.texi: Document MTASC-safety properties.
18827         * manual/startup.texi: Document MTASC-safety properties.
18829         * manual/socket.texi: Document MTASC-safety properties.
18831         * manual/signal.texi: Document MTASC-safety properties.
18833 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
18835         * manual/setjmp.texi: Document MTASC-safety properties.
18837         * manual/search.texi: Document MTASC-safety properties.
18839         * manual/resource.texi: Document MTASC-safety properties.
18841         * manual/process.texi: Document MTASC-safety properties.
18843         * manual/platform.texi: Document MTASC-safety properties.
18845         * manual/pipe.texi: Document MTASC-safety properties.
18847         * manual/pattern.texi: Document MTASC-safety properties.
18849         * manual/message.texi: Document MTASC-safety properties.
18851         [BZ #12751]
18852         * manual/memory.texi: Document MTASC-safety properties.
18854         * manual/math.texi: Document MTASC-safety properties.
18856         * manual/locale.texi: Document MTASC-safety properties.
18858         * manual/llio.texi: Document MTASC-safety properties.
18860         * manual/libdl.texi: New.
18862         * manual/lang.texi: Document MTASC-safety properties.
18864         * manual/job.texi: Document MTASC-safety properties.
18866         * manual/getopt.texi: Document MTASC-safety properties.
18868         * manual/ctype.texi: Document MTASC-safety properties.
18870 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
18872         [BZ #16046]
18873         * csu/libc-tls.c (static_map): Remove variable.
18874         (__libc_setup_tls): Use main executable's link map for TLS data.
18875         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
18876         casing for LM_ID_BASE and GL(dl_nns).
18877         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
18878         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
18879         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
18880         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
18881         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
18882         member.
18883         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
18884         l_phnum members.
18886 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
18888         * manual/debug.texi: Document MTASC-safety properties.
18890 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
18892         [BZ #16510]
18893         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
18894         of __x86_64__ when disabling x87 inline functions.
18896 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
18898         * manual/charset.texi: Document MTASC-safety properties.
18900         * manual/crypt.texi: Document MTASC-safety properties.
18902         * manual/conf.texi: Document MTASC-safety properties.
18904         * manual/arith.texi: Document MTASC-safety properties.
18906         * manual/argp.texi: Document MTASC-safety properties.
18908         * manual/macros.texi: Introduce macros to document multi
18909         thread, asynchronous signal and asynchronous cancellation
18910         safety properties.
18911         * manual/intro.texi: Introduce the properties themselves.
18913 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18915         * sysdeps/sh/sh4/Makefile: New file.
18917 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
18919         * math/gen-libm-test.pl ($srcdir): New variable.
18920         ($auto_input): Use it.
18922 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
18924         [BZ #16506]
18925         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
18926         access beyond array bounds when parsing netgroups file.
18928         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
18929         the old buffer before realloc.
18931 2014-01-27  Allan McRae  <allan@archlinux.org>
18933         * po/fr.po: Update French translation from translation project.
18935 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18937         * sysdeps/sh/libm-test-ulps: Regenerate.
18939 2014-01-24  David S. Miller  <davem@davemloft.net>
18941         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
18943 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18945         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
18946         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
18948 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
18950         [BZ #16474]
18951         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
18952         string pointers after reallocation.
18954 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18956         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
18957         __SH4A__ instead of __SH_FPU_ANY__.
18959 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18961         * sysdeps/sh/fpu_control.h: New file.
18962         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
18963         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
18964         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
18965         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
18966         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
18967         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
18968         * sysdeps/sh/sys/ucontext.h: Remove.
18969         * sysdeps/sh/sys: Remove directory.
18971 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18973         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
18974         s390/sys/ucontext.h.
18975         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
18976         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
18978 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
18980         [BZ #15605]
18981         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
18983 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18985         [BZ#16431]
18986         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
18987         Adjust the vDSO correctly for internal calls.
18988         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
18990 2014-01-20  Allan McRae  <allan@archlinux.org>
18992         * po/ca.po: Update Catalan translation from translation project.
18994 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
18996         * sysdeps/s390/sotruss-lib.c: New file.
18998 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19000         [BZ#16430]
19001         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
19002         (__GI___gettimeofday): Alias for a different internal symbol to avoid
19003         local calls issues by not having a PLT stub required for IFUNC calls.
19004         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
19006 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
19008         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
19009         * math/test-fpucw-static.c: Likewise.
19011 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
19013         [BZ #16453]
19014         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
19016 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19018         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
19019         implementation for powerpc.
19021 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
19023         [BZ #14782]
19024         * sysdeps/posix/system.c (__libc_system): Do not enable
19025         asynchronous cancellation.
19027 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19029         [BZ #16427]
19030         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
19031         handling only for numbers special also in the IEEE case.
19033 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19035         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
19037 2014-01-11  Allan McRae  <allan@archlinux.org>
19039         * po/bg.po: Update Bulgarian translation from translation project.
19041         * po/de.po: Update German translation from translation project.
19043 2014-01-10  Roland McGrath  <roland@hack.frob.com>
19045         * sysdeps/generic/gcc-compat.h: New file.
19047 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
19049         * benchtests/asin-inputs: Correct slow inputs.
19050         * benchtests/acos-inputs: Likewise.
19052 2014-01-10  Allan McRae  <allan@archlinux.org>
19054         * po:sv.po: Update Swedish translation from translation project.
19056         * po/vi.po: Update Vietnamese translation from translation project.
19058         * po/eo.po: Update Esperanto translation from translation project.
19060         * po/cs.po: Update Czech translation from translation project.
19062         * po/nl.po: Update Dutch translation from translation project.
19064         * po/pl.po: Update Polish translation from translation project.
19066         * po/ru.po: Update Russian translation from translation project.
19068         * po/uk.po: Update Ukrainian translation from translation project.
19070 2014-01-08  Brooks Moses  <bmoses@google.com>
19072         * elf/dl-load.c: Fix comment typo.
19074 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
19076         * po/header.pot: Rename to...
19077         * po/pot.header: ... this.
19078         * po/Makefile: Use pot.header.
19080 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
19081             Maxim Kuvyrkov  <maxim@kugelworks.com>
19083         [BZ #16394]
19084         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
19085         SRC and DEST against LEN.
19087 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19089         [BZ #16414]
19090         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
19091         implementation.
19092         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
19094 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19096         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19098 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
19100         [BZ #16408]
19101         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
19102         for large positive arguments.
19104 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
19106         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
19108         * math/auto-libm-test-in: Mark various tests with
19109         xfail-rounding:ldbl-128ibm.
19110         * math/auto-libm-test-out: Regenerated.
19112         [BZ #16407]
19113         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
19114         Increase overflow threshold.
19116 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
19118         [BZ #14286]
19119         * stdio-common/vfprintf.c: Check for integer overflow.
19121 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19123         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
19124         the first argument and return value of __tls_get_addr_internal.
19126 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19128         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
19129         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
19131 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19133         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
19134         * sysdeps/s390/rtld-global-offsets.sym: New file.
19135         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
19136         GLIBC_2.19 symbol.
19137         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
19138         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
19139         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
19140         ... this.
19141         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
19142         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
19143         ... this.
19144         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
19145         Regenerate.
19146         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
19147         Regenerate.
19148         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
19149         halfs of GPRs for high_gprs contexts.
19150         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
19151         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
19152         field.
19153         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
19154         uc_flags field.
19155         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
19156         64 bit versions:
19157         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
19158         for high GPRs (uc_high_gprs) and for future extensions
19159         (__reserved).
19160         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
19161         for future extensions (__reserved).
19162         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
19163         64 bit versions:
19164         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
19165         SC_HIGHGPRS offset definition.
19166         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
19167         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
19169         * Versions.def: Add GLIBC_2.19 for libpthread.
19170         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
19171         siglongjmp for libpthread with GLIBC_2.19 symver.
19172         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
19173         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
19174         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
19175         * sysdeps/s390/__longjmp.c: New file.
19176         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
19177         * sysdeps/s390/longjmp.c: New file.
19178         * sysdeps/s390/setjmp.S: New file.
19179         * sysdeps/s390/sigjmp.S: New file.
19180         * sysdeps/s390/v1-longjmp.c: New file.
19181         * sysdeps/s390/v1-setjmp.h: New file.
19182         * sysdeps/s390/v1-sigjmp.c: New file.
19183         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
19184         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
19185         GLIBC_2.19 version.
19186         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
19187         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
19188         versioned symbols for ____longjmp_chk.
19189         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
19190         Likewise.
19191         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
19192         Regenerate.
19193         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
19194         Regenerate.
19195         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
19196         Regenerate.
19197         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
19198         Regenerate.
19199         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
19200         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
19201         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
19202         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
19203         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
19204         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
19205         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
19206         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
19207         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
19208         * sysdeps/s390/rtld-__longjmp.c: New file.
19209         * sysdeps/s390/rtld-setjmp.S: New file.
19211 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
19213         [BZ #16400]
19214         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
19215         Return -__logl (x) for small positive arguments without evaluating
19216         a polynomial.
19218 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
19220         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
19221         Rename to ...
19222         (__ptrace_peeksiginfo_args): ... this.
19223         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
19224         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
19225         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
19227 2014-01-06  Allan McRae  <allan@archlinux.org>
19229         * inet/netinet/in.h: Fix typo in comment.
19231 2014-01-05  Andreas Jaeger  <aj@suse.de>
19233         * sysdeps/i386/fpu/libm-test-ulps: Update.
19235 2014-01-05  Allan McRae  <allan@archlinux.org>
19237         * po/libc.pot: Regenerated.
19239         * malloc/memusagestat.c: Fix gettext call formatting.
19241 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
19243         * nscd/nscd.c: Improve usage() output.
19245 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
19247         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
19248         * sysdeps/unix/sysv/linux/configure: Regenerated.
19249         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
19250         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
19252 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
19254         [BZ #16390]
19255         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
19256         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
19258 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19260         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
19261         extra tokens at end of #undef directive.
19262         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
19263         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
19264         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
19266 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
19268         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
19270         * math/auto-libm-test-in: Mark various tests with
19271         xfail-rounding:ldbl-128ibm.
19272         * math/auto-libm-test-out: Regenerated.
19274 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
19276         [BZ #16386]
19277         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
19278         numbers with subnormal high part when calculating exponent.
19280         [BZ #16385]
19281         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
19282         fabs.
19284         [BZ #16384]
19285         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
19286         M_LN2l.
19287         (__ieee754_acoshl): Use __log1pl not __log1p.
19289 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
19291         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
19292         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
19293         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
19294         (grow_heap, heap_trim, _int_new_arena, get_free_list)
19295         (reused_arena, arena_get2): Convert to GNU style.
19296         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
19297         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
19298         (memalign_check, __malloc_set_state): Likewise.
19299         * malloc/mallocbug.c (main): Likewise.
19300         * malloc/malloc.c (__malloc_assert, malloc_init_state)
19301         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
19302         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
19303         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
19304         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
19305         (__posix_memalign, malloc_info): Likewise.
19306         * malloc/malloc.h: Likewise.
19307         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
19308         (mallochook, memalignhook, reallochook, mabort): Likewise.
19309         * malloc/mcheck.h: Likewise.
19310         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
19311         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
19312         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
19313         * malloc/morecore.c (__default_morecore): Likewise.
19314         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
19315         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
19316         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
19317         (print_and_abort): Likewise.
19318         * malloc/obstack.h: Likewise.
19319         * malloc/set-freeres.c (__libc_freeres): Likewise.
19320         * malloc/tst-mallocstate.c (main): Likewise.
19321         * malloc/tst-mtrace.c (main): Likewise.
19322         * malloc/tst-realloc.c (do_test): Likewise.
19324 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
19326         [BZ #16366]
19327         * nscd/netgroupcache.c (do_notfound): New function.
19328         (addgetnetgrentX): Use it.
19330         [BZ # 16365]
19331         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
19332         NSS_STATUS_NOTFOUND.
19334 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
19336         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
19337         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19339 2014-01-01  Allan McRae  <allan@archlinux.org>
19341         * scripts/update-copyrights: Update configure input file suffix.
19343         * NEWS: Update copyright year.
19344         * catgets/gencat.c: Likewise.
19345         * csu/version.c: Likewise.
19346         * debug/catchsegv.sh: Likewise.
19347         * debug/pcprofiledump.c: Likewise.
19348         * debug/xtrace.sh: Likewise.
19349         * elf/ldconfig.c: Likewise.
19350         * elf/ldd.bash.in: Likewise.
19351         * elf/pldd.c: Likewise.
19352         * elf/sotruss.ksh: Likewise.
19353         * elf/sprof.c: Likewise.
19354         * iconv/iconv_prog.c: Likewise.
19355         * iconv/iconvconfig.c: Likewise.
19356         * locale/programs/locale.c: Likewise.
19357         * locale/programs/localedef.c: Likewise.
19358         * login/programs/pt_chown.c: Likewise.
19359         * malloc/memusage.sh: Likewise.
19360         * malloc/memusagestat.c: Likewise.
19361         * malloc/mtrace.pl: Likewise.
19362         * manual/libc.texinfo: Likewise.
19363         * nscd/nscd.c: Likewise.
19364         * nss/getent.c: Likewise.
19365         * nss/makedb.c: Likewise.
19366         * posix/getconf.c: Likewise.
19367         * scripts/test-installation.pl: Likewise.
19369         * All files with FSF copyright notices: Update copyright dates
19370         using scripts/update-copyrights.
19371         * intl/plural.c: Regenerated.
19372         * locale/programs/charmap-kw.h: Likewise.
19373         * locale/programs/locfile-kw.h: Likewise.
19375 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
19377         * sysdeps/unix/sysv/linux/configure: Regenerated.
19378         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
19379         the linux/fanotify.h header.
19380         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
19381         HAVE_LINUX_FANOTIFY_H is defined.
19383 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
19385         * benchtests/cos-inputs: New inputs.
19386         * benchtests/sin-inputs: Likewise.
19388         * benchtests/atan-inputs: New inputs. Fix name of multiple
19389         precision fallback inputs.
19391         * benchtests/atanh-inputs: New inputs.
19392         * benchtests/tanh-inputs: Likewise.
19394         * benchtests/acosh-inputs: New inputs.
19395         * benchtests/asinh-inputs: Likewise.
19397         * benchtests/cosh-inputs: New inputs.
19398         * benchtests/sinh-inputs: Likewise.
19400         * benchtests/acos-inputs: Add more inputs.
19401         * benchtests/asin-inputs: Likewise.
19403 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
19405         [BZ #16375]
19406         * manual/arith.texi: Fix spelling.
19407         * manual/charset.texi: Likewise.
19408         * manual/errno.texi: Likewise.
19409         * manual/filesys.texi: Likewise.
19410         * manual/lang.texi: Likewise.
19411         * manual/llio.texi: Likewise.
19412         * manual/locale.texi: Likewise.
19413         * manual/message.texi: Likewise.
19414         * manual/resource.texi: Likewise.
19415         * manual/search.texi: Likewise.
19416         * manual/setjmp.texi: Likewise.
19417         * manual/stdio.texi: Likewise.
19418         * manual/string.texi: Likewise.
19419         * manual/sysinfo.texi: Likewise.
19420         * manual/time.texi: Likewise.
19422 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
19424         * po/sl.po: New file.
19426 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
19428         * .gitignore: Add core/.gdbinit/.gdb_history.
19430 2013-12-27  Allan McRae  <allan@archlinux.org>
19432         [BZ #16369]
19433         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
19434         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
19436 2013-12-24  Brooks Moses  <bmoses@google.com>
19438         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
19439         all compilers that claim C++98 compliance, not just GCC.
19440         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
19441         Likewise.
19443 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
19445         * NEWS: Restore accidentally deleted bug-fix entries.
19447 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
19448             Ondřej Bílka  <neleai@seznam.cz>
19450         [BZ #15073]
19451         * malloc/malloc.c (_int_free): Perform sanity check only if we
19452         have_lock.
19454 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
19456         [BZ #12986]
19457         * manual/stdio.texi (String Input Conversions): Clarify that character
19458         classes are not supported.
19460 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19462         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19464 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
19466         [BZ #16337]
19467         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
19468         Calculate results for small negative arguments directly rather
19469         than using reflection formula with special underflow handling.
19471         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
19472         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
19473         sysdeps/unix/bsd/bsd4.4/syscalls.list.
19474         (fchflags): Likewise.
19475         (revoke): Likewise.
19476         (setlogin): Likewise.
19477         (sigaltstack): Likewise.
19478         (wait4): Likewise.
19479         (sigblock): Remove.
19480         (sigsetmask): Likewise.
19481         (wait3): Likewise.
19482         (waitpid): Likewise.
19483         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
19484         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
19485         file.
19486         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
19487         * sysdeps/unix/bsd/Makefile: ... here.
19488         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
19489         * sysdeps/unix/bsd/Versions: ... here.
19490         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
19491         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
19492         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
19493         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
19494         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
19495         * sysdeps/unix/bsd/sigblock.c: ... here.
19496         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
19497         * sysdeps/unix/bsd/sigsetmask.c: ... here.
19498         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
19499         * sysdeps/unix/bsd/sigvec.c: ... here.
19500         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
19501         * sysdeps/unix/bsd/tcdrain.c: ... here.
19502         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
19503         * sysdeps/unix/bsd/tcgetattr.c: ... here.
19504         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
19505         * sysdeps/unix/bsd/tcsetattr.c: ... here.
19506         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
19507         * sysdeps/unix/bsd/wait.c: ... here.
19508         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
19509         * sysdeps/unix/bsd/wait3.c: ... here.
19510         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
19511         * sysdeps/unix/bsd/waitpid.c: ... here.
19513 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
19515         [BZ #16356]
19516         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
19517         round-to-nearest for [!USE_AS_EXPM1L].
19518         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
19519         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
19520         more tests of exp and exp10.  Expect some exp10 tests to miss
19521         exceptions or fail in directed rounding modes.
19522         * math/auto-libm-test-out: Regenerated.
19523         * math/libm-test.inc (exp10_tonearest_test_data): New array.
19524         (exp10_test_tonearest): New function.
19525         (exp10_towardzero_test_data): New array.
19526         (exp10_test_towardzero): New function.
19527         (exp10_downward_test_data): New array.
19528         (exp10_test_downward): New function.
19529         (exp10_upward_test_data): New array.
19530         (exp10_test_upward): New function.
19531         (main): Call the new functions.
19532         * sysdeps/i386/fpu/libm-test-ulps: Update.
19533         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19535 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
19537         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
19538         asinh, atan, atan2, atanh, cbrt, cos and cosh.
19539         * math/auto-libm-test-out: Regenerated.
19540         * math/libm-test.inc (acosh_test_data): Add more tests.
19541         (atanh_test_data): Likewise.
19542         (ceil_test_data): Likewise.
19543         (copysign_test_data): Likewise.
19544         * sysdeps/i386/fpu/libm-test-ulps: Update.
19545         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19547         * timezone/checktab.awk: Update from tzcode 2013i.
19548         * timezone/private.h: Likewise.
19549         * timezone/scheck.c: Likewise.
19550         * timezone/tzfile.h: Likewise.
19551         * timezone/tzselect.ksh: Likewise.
19552         * timezone/zdump.c: Likewise.
19553         * timezone/zic.c: Likewise.
19555         * math/auto-libm-test-in: Add tests of cpow.
19556         * math/auto-libm-test-out: Regenerated.
19557         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
19558         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19559         mpc_cc_c.
19560         (func_calc_desc): Add mpc_cc_c union field.
19561         (test_functions): Add cpow.
19562         (special_fill_2pi): New function.
19563         (special_real_inputs): Add 2pi.
19564         (calc_generic_results): Handle mpc_cc_c.
19565         * sysdeps/i386/fpu/libm-test-ulps: Update.
19566         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19568         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
19569         csqrt, ctan and ctanh.
19570         * math/auto-libm-test-out: Regenerated.
19571         * math/libm-test.inc (TEST_COND_x86_64): New macro.
19572         (TEST_COND_x86): Likewise.
19573         (ccos_test_data): Use AUTO_TESTS_c_c.
19574         (ccosh_test_data): Likewise.
19575         (cexp_test_data): Likewise.
19576         (clog_test_data): Likewise.
19577         (csqrt_test_data): Likewise.
19578         (ctan_test_data): Likewise.
19579         (ctan_tonearest_test_data): Likewise.
19580         (ctan_towardzero_test_data): Likewise.
19581         (ctan_downward_test_data): Likewise.
19582         (ctan_upward_test_data): Likewise.
19583         (ctanh_test_data): Likewise.
19584         (ctanh_tonearest_test_data): Likewise.
19585         (ctanh_towardzero_test_data): Likewise.
19586         (ctanh_downward_test_data): Likewise.
19587         (ctanh_upward_test_data): Likewise.
19588         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19589         mpc_c_c.
19590         (func_calc_desc): Add mpc_c_c union field.
19591         (FUNC_mpc_c_c): New macro.
19592         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
19593         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
19594         ctanh.
19595         (special_fill_min_subnorm_p120): New function.
19596         (special_real_inputs): Add min_subnorm_p120.
19597         (calc_generic_results): Handle mpc_c_c.
19598         * sysdeps/i386/fpu/libm-test-ulps: Update.
19599         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19601 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19603         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
19604         (do_sin_slow): New functions.
19605         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
19606         (cslow2, csloww1, csloww2): Use the new functions.
19608         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
19609         Use M to change sign of result instead of X.  Assume X is
19610         positive.
19611         (csloww1): Likewise.
19612         (__sin): Adjust.
19613         (__cos): Adjust.
19615         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
19616         arguments A and DA.
19617         (__sin): Adjust.
19618         (__cos): Likewise.
19620         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
19621         (__cos): Likewise.
19622         (sloww1): Don't adjust sign of DX.
19623         (csloww1): Likewise.
19624         (sloww2): Use X directly and don't adjust sign of DX.
19625         (csloww2): Likewise.
19627 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
19629         * math/auto-libm-test-in: Add tests of cabs and carg.
19630         * math/auto-libm-test-out: Regenerated.
19631         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
19632         (carg_test_data): Likewise.
19633         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19634         mpc_c_f.
19635         (func_calc_desc): Add mpc_c_f union field.
19636         (test_functions): Add cabs and carg.
19637         (calc_generic_results): Handle mpc_c_f.
19639         * sysdeps/powerpc/powerpc32/libgcc-compat.S
19640         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
19641         as a macro and a compat symbol.
19642         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
19643         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
19644         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
19645         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
19646         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
19647         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
19648         not use .hidden.
19649         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
19650         Likewise.
19651         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
19652         Likewise.
19653         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
19654         Likewise.
19655         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
19656         Likewise.
19657         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
19658         Likewise.
19659         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
19660         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
19661         from GLIBC_2.3.2.
19663 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19665         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19667 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
19669         * manual/texinfo.tex: Update to version 2013-11-26.10 with
19670         trailing whitespace removed.
19671         * scripts/config.guess: Update to version 2013-11-29.
19672         * scripts/config.sub: Update to version 2013-10-01.
19674         * math/auto-libm-test-in: Add tests of sincos.
19675         * math/auto-libm-test-out: Regenerated.
19676         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
19677         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19678         mpfr_f_11.
19679         (func_calc_desc): Add mpfr_f_11 union field.
19680         (test_functions): Add sincos.
19681         (calc_generic_results): Handle mpfr_f_11.
19682         * sysdeps/i386/fpu/libm-test-ulps: Update.
19683         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19685 2013-12-19  Andreas Schwab  <schwab@suse.de>
19687         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
19688         CALL_MCOUNT.
19689         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
19690         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
19691         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
19693 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
19695         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
19696         * sysdeps/i386/fpu/libm-test-ulps: Update.
19697         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19699         [BZ #16293]
19700         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
19701         round-to-nearest mode when using frndint.
19702         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
19703         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
19704         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
19705         Likewise.
19706         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
19707         sinh test to fail.
19708         * math/auto-libm-test-out: Regenerated.
19709         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
19710         (TEST_COND_x86): Likewise.
19711         (expm1_tonearest_test_data): New array.
19712         (expm1_test_tonearest): New function.
19713         (expm1_towardzero_test_data): New array.
19714         (expm1_test_towardzero): New function.
19715         (expm1_downward_test_data): New array.
19716         (expm1_test_downward): New function.
19717         (expm1_upward_test_data): New array.
19718         (expm1_test_upward): New function.
19719         (main): Run the new test functions.
19720         * sysdeps/i386/fpu/libm-test-ulps: Update.
19721         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19723         * include/features.h: Update comment documenting feature test
19724         macros.  Mention _DEFAULT_SOURCE in comment.
19725         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
19726         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
19727         _BSD_SOURCE and _SVID_SOURCE.
19728         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
19729         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
19730         !_SVID_SOURCE]: Likewise.
19731         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19732         (__USE_POSIX_IMPLICITLY): Define.
19733         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19734         (_POSIX_SOURCE): Undefine and redefine.
19735         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19736         (_POSIX_C_SOURCE): Likewise.
19737         * manual/creature.texi (_DEFAULT_SOURCE): Document.
19738         (Feature Test Macros): Update documentation of default features.
19740 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19742         * benchtests/Makefile: Add bench-strtok.
19743         * benchtests/bench-strtok.c: New file: strtok benchtest.
19745 2013-12-19  Allan McRae  <allan@archlinux.org>
19747         * manual/install.texi: Suppress menu for plain text output.
19748         * INSTALL: Regenerated.
19750 2013-12-18  Brooks Moses  <bmoses@google.com>
19752         [BZ #15846]
19753         * misc/getauxval.c: Include errno.h.
19754         (__getauxval): Set errno to ENOENT if the requested type is not
19755         found.
19756         * misc/sys/auxv.h (getauxval): Document that it may set errno;
19757         don't declare with __attribute_const__.
19758         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
19759         * manual/startup.texi: Document that getauxval sets errno.
19761 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
19763         * math/auto-libm-test-in: Add tests of jn and yn.
19764         * math/auto-libm-test-out: Regenerated.
19765         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
19766         (yn_test_data): Likewise.
19767         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19768         mpfr_if_f.
19769         (func_calc_desc): Add mpfr_if_f union field.
19770         (FUNC_mpfr_if_f): New macro.
19771         (test_functions): Add jn and yn.
19772         (calc_generic_results): Assert type of second input for
19773         mpfr_ff_f.  Handle mpfr_if_f.
19774         (output_for_one_input_case): Disable all checking for arguments
19775         fitting floating-point types in case of an integer argument.
19776         * sysdeps/i386/fpu/libm-test-ulps: Update.
19777         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19779         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19780         Don't expect fegetround reference in libm.so.
19782 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19784         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
19785         $(config-cflags-nofma).
19787 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
19789         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
19790         * math/auto-libm-test-out: Regenerated.
19792         [BZ #16338]
19793         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
19794         to determine exponent and adjust argument to have exponent of -1.
19795         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
19796         log2.
19797         * math/auto-libm-test-out: Regenerated.
19798         * sysdeps/i386/fpu/libm-test-ulps: Update.
19799         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19801 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
19803         * manual/probes.texi: Remove cases when per-thread arenas are
19804         disabled.
19806 2013-12-18  Andreas Schwab  <schwab@suse.de>
19808         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
19809         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
19810         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
19811         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
19812         * sysdeps/i386/i686/multiarch/Makefile: Update.
19813         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
19815 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19817         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
19818         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
19820 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
19822         [BZ #15968]
19823         Support TZ transition times < 00:00:00.
19824         This is needed for version-3 tz-format files; it supports time
19825         stamps past 2037 for America/Godthab (the only entry in the tz
19826         database for which this change is relevant).
19827         * manual/time.texi (TZ Variable): Document transition times
19828         from -167:59:59 through -00:00:01.
19829         * time/tzset.c (tz_rule): Time of day is now signed.
19830         (__tzset_parse_tz): Parse negative time of day.
19832         Document TZ transition times >= 25:00:00.
19833         * manual/time.texi (TZ Variable): Document transition times from
19834         25:00:00 through 167:59:59.  These are already supported, and this
19835         support will help with version-3 tz-format files.
19837         * manual/time.texi (TZ Variable): Modernize North America example
19838         to reflect current (i.e., 2007-and-later) daylight saving rules.
19840         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
19842 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19844         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
19845         * sysdeps/unix/bsd/bits/stat.h: Likewise.
19846         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
19847         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
19848         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
19849         * sysdeps/unix/bsd/bsdstat.h: Likewise.
19850         * sysdeps/unix/bsd/clock.c: Likewise.
19851         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
19852         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
19853         * sysdeps/unix/bsd/init-posix.c: Likewise.
19854         * sysdeps/unix/bsd/poll.c: Likewise.
19855         * sysdeps/unix/bsd/ptsname.c: Likewise.
19856         * sysdeps/unix/bsd/seekdir.c: Likewise.
19857         * sysdeps/unix/bsd/setegid.c: Likewise.
19858         * sysdeps/unix/bsd/seteuid.c: Likewise.
19859         * sysdeps/unix/bsd/setgid.c: Likewise.
19860         * sysdeps/unix/bsd/setrgid.c: Likewise.
19861         * sysdeps/unix/bsd/setruid.c: Likewise.
19862         * sysdeps/unix/bsd/setsid.c: Likewise.
19863         * sysdeps/unix/bsd/setuid.c: Likewise.
19864         * sysdeps/unix/bsd/sigaction.c: Likewise.
19865         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
19866         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
19867         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
19868         * sysdeps/unix/bsd/telldir.c: Likewise.
19869         * sysdeps/unix/bsd/times.c: Likewise.
19870         * sysdeps/unix/bsd/usleep.c: Likewise.
19872         * misc/Makefile (install-lib): Remove libbsd-compat.a.
19873         ($(objpfx)libbsd-compat.a): Remove rule.
19875         * include/features.h (__FAVOR_BSD): Do not define.
19876         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
19877         features conflicting with POSIX.
19878         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
19879         (_BSD_SOURCE): Remove description of not being a subset of other
19880         feature test macros.
19881         * manual/job.texi (getpgrp): Do not document BSD version.
19882         (getpgid): Do not document by reference to BSD getpgrp.
19883         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
19884         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
19885         * signal/signal.h [__FAVOR_BSD]: Likewise.
19886         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
19887         instead of making contents conditional on [__FAVOR_BSD].
19888         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
19890 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19892         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19894 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19896         [BZ #16314]
19897         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
19898         values below 2**-450, not 2**-500.
19899         * math/auto-libm-test-in: Don't allow spurious underflow from
19900         hypot.
19901         * math/auto-libm-test-out: Regenerated.
19903         [BZ #16316]
19904         [BZ #16330]
19905         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
19906         values of ha and hb and sort them after adjusting subnormal
19907         arguments.
19908         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
19909         Likewise.
19910         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
19911         values of ea and eb and sort them after adjusting subnormal
19912         arguments.
19913         * math/auto-libm-test-in: Do not expect some hypot tests of
19914         subnormals to fail.  Add more hypot tests.
19915         * math/auto-libm-test-out: Regenerated.
19917 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19919         [BZ #13304]
19920         * sysdeps/sh/s_fma.c: New file.
19921         * sysdeps/sh/s_fmaf.c: New file.
19922         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
19923         version.
19924         * sysdeps/sh/Implies: Add sh/soft-fp.
19926 2013-12-16  Roland McGrath  <roland@hack.frob.com>
19928         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
19929         level of indirection to members `objname', `errstring', `malloced'.
19930         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
19931         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
19932         it as the __longjmp argument (just pass 1 instead).
19933         (_dl_catch_error): Initialize C with argument pointers and address of
19934         volatile local ERRCODE rather than copying values out of C at return.
19936 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
19938         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
19939         * math/auto-libm-test-out: Regenerated.
19940         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
19941         (hypot_test_data): Likewise.
19942         (pow_test_data): Likewise.
19943         (pow_tonearest_test_data): Likewise.
19944         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19945         mpfr_ff_f.
19946         (func_calc_desc): Add mpfr_ff_f union field.
19947         (FUNC_mpfr_ff_f): New macro.
19948         (test_functions): Add atan2, hypot and pow.
19949         (special_fill_min): New function.
19950         (special_fill_minus_min): Likewise.
19951         (special_fill_min_subnorm): Likewise.
19952         (special_fill_minus_min_subnorm): Likewise.
19953         (special_real_inputs): Add min, -min, min_subnorm and
19954         -min_subnorm.
19955         (calc_generic_results): Handle mpfr_ff_f.
19956         * sysdeps/i386/fpu/libm-test-ulps: Update.
19957         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19959 2013-12-16  Will Newton  <will.newton@linaro.org>
19961         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
19962         (Aligned Memory Blocks): Add documentation for aligned_alloc
19963         and suggest it as an alternative to posix_memalign.
19964         (Hooks for Malloc): Document __memalign_hook is also called
19965         for aligned_alloc.  (Summary of Malloc): Add summary for
19966         aligned alloc.  Document __memalign_hook is also called
19967         for aligned_alloc.
19969 2013-12-16  Will Newton  <will.newton@linaro.org>
19971         * manual/memory.texi (Malloc Examples): Clarify default
19972         alignment documentation.  Suggest posix_memalign rather
19973         than memalign or valloc.
19974         (Aligned Memory Blocks): Remove suggestion to use memalign
19975         or valloc.  Remove obsolete comment about BSD.
19976         Document memalign errno values and mark the function obsolete.
19977         Document posix_memalign returned error codes.  Mark valloc
19978         as obsolete.  (Hooks for Malloc): __memalign_hook is also
19979         called for posix_memalign and valloc.
19980         (Summary of Malloc): Add posix_memalign to function summary.
19981         __memalign_hook is also called for posix_memalign and valloc.
19983 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
19985         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
19986         TAYLOR_SIN.
19987         (__sin): Adjust.
19988         (__cos): Likewise.
19989         (sloww): Use mynumber union.  Expand ternary operator into
19990         if-else statements.
19991         (cslow): use mynumber union.
19993 2013-12-16  Allan McRae  <allan@archlinux.org>
19995         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
19996         * configure: Regenerated.
19998         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
20000         [BZ #14120]
20001         * configure.ac: Added --enable-maintainer-mode. Check for
20002         autoconf when enabled.
20003         * configure: Regenerated.
20005         * nscd/nscd.service: New file.
20006         * nscd/nscd.tmpfiles: New file.
20008 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
20010         [BZ #12100]
20011         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
20012         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
20013         * sysdeps/x86_64/multiarch/strstr.c: ... here.
20014         (strstr): Add __strstr_sse2_unaligned ifunc.
20015         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
20016         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
20017         (strcasestr): Remove __strcasestr_sse42 ifunc.
20018         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
20019         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
20020         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
20022 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20024         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
20025         * sysdeps/sh/bits/fenv.h: ... here.
20026         * sysdeps/sh/sh4/fpu/bits: Remove directory.
20028 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20030         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
20032         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
20033         hypotf multiarch implementations.
20034         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
20035         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
20036         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
20037         multiarch hypot for PPC64.
20038         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
20039         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
20040         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
20041         multiarch hypotf for PPC64.
20043         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
20044         modff multiarch implementations.
20045         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
20046         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
20047         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
20048         multiarch modf for PPC64.
20049         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
20050         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
20051         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
20052         multiarch modff for PPC64.
20054         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
20055         and logl multiarch implementations.
20056         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
20057         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
20058         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
20059         multiarch logb for PPC64.
20060         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
20061         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
20062         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
20063         multiarch logb for PPC64.
20064         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
20065         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
20066         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
20067         multiarch logb for PPC64.
20069         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
20070         isinff multiarch implementation.
20071         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
20072         file.
20073         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
20074         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
20075         multiarch isinf for PPC64.
20076         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
20077         file.
20078         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
20079         multiarch isinff for PPC64.
20081         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
20082         finitef multiarch implementation.
20083         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
20084         file.
20085         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
20086         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
20087         multiarch finite for PPC64.
20088         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
20089         file.
20090         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
20091         multiarch finitef for PPC64.
20093         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
20094         lrint multiarch implementation.
20095         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
20096         file.
20097         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
20098         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
20099         multiarch llrint for PPC64.
20100         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
20101         multiarch lrint for PPC64.
20103         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
20104         copysignf multiarch implementation.
20105         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
20106         file.
20107         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
20108         file.
20109         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
20110         multiarch copysign for PPC64.
20111         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
20112         multiarch copysignf for PPC64.
20114         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
20115         multiarch implementation.
20116         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
20117         file.
20118         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
20119         file.
20120         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
20121         file.
20122         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
20123         file.
20124         multiarch llround for PPC64.
20125         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
20126         multiarch trunc for PPC64.
20127         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
20128         multiarch truncf for PPC64.
20130         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
20131         multiarch implementation.
20132         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
20133         file.
20134         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
20135         file.
20136         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
20137         file.
20138         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
20139         file.
20140         multiarch llround for PPC64.
20141         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
20142         multiarch round for PPC64.
20143         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
20144         multiarch roundf for PPC64.
20146         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
20147         multiarch implementation.
20148         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
20149         file.
20150         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
20151         file.
20152         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
20153         file.
20154         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
20155         file.
20156         multiarch llround for PPC64.
20157         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
20158         multiarch floor for PPC64.
20159         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
20160         multiarch floorf for PPC64.
20162         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
20163         multiarch implementation.
20164         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
20165         file.
20166         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
20167         file.
20168         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
20169         file.
20170         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
20171         file.
20172         multiarch llround for PPC64.
20173         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
20174         multiarch ceil for PPC64.
20175         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
20176         multiarch ceilf for PPC64.
20178         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
20179         multiarch implementation.
20180         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
20181         file.
20182         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
20183         file.
20184         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
20185         file.
20186         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
20187         multiarch llround for PPC64.
20188         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
20189         multiarch lround for PPC64.
20191         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
20192         multiarch implementation.
20193         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
20194         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
20195         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
20196         file.
20197         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
20198         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
20199         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
20200         multiarch isnan for PPC64.
20201         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
20202         multiarch isnanf for PPC64.
20204         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
20205         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
20206         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
20207         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
20208         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
20209         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
20211         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
20212         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
20213         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
20214         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
20216         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
20217         multiarch implementations.
20218         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20219         (__libc_ifunc_impl_list): Likewise.
20220         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
20221         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
20222         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
20223         multiarch stpcpy for PPC64.
20225         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
20226         multiarch implementations.
20227         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20228         (__libc_ifunc_impl_list): Likewise.
20229         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
20230         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
20231         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
20232         multiarch strcpy for PPC64.
20234         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
20235         redefine function name.
20236         (_wordcopy_fwd_dest_aligned): Likewise.
20237         (_wordcopy_bwd_aligned): Likewise.
20238         (_wordcopy_bwd_dest_aligned): Likewise.
20239         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
20240         multiarch implementations.
20241         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20242         (__libc_ifunc_impl_list): Likewise.
20243         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
20244         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
20245         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
20246         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
20247         multiarch wcscpy for PPC64.
20249         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
20250         multiarch implementations.
20251         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20252         (__libc_ifunc_impl_list): Likewise.
20253         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
20254         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
20255         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
20256         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
20257         multiarch wcscpy for PPC64.
20259         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
20260         multiarch implementations.
20261         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20262         (__libc_ifunc_impl_list): Likewise.
20263         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
20264         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
20265         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
20266         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
20267         multiarch wcsrchr for PPC64.
20269         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
20270         multiarch implementations.
20271         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20272         (__libc_ifunc_impl_list): Likewise.
20273         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
20274         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
20275         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
20276         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
20277         multiarch wcschr for PPC64.
20279         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
20280         multiarch implementations.
20281         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20282         (__libc_ifunc_impl_list): Likewise.
20283         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
20284         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
20285         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
20286         multiarch strchrnul for PPC64.
20288         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
20289         implementations.
20290         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20291         (__libc_ifunc_impl_list): Likewise.
20292         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
20293         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
20294         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
20295         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
20296         strchr for PPC64.
20298         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
20299         implementations.
20300         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20301         (__libc_ifunc_impl_list): Likewise.
20302         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
20303         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
20304         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
20305         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
20306         strncmp for PPC64.
20308         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
20309         multiarch implementations.
20310         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20311         (__libc_ifunc_impl_list): Likewise.
20312         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
20313         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
20314         strncasecmp for PPC64.
20315         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
20316         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
20317         multiarch strncasecmp_l for PPC64.
20319         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
20320         multiarch implementations.
20321         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
20322         (__libc_ifunc_impl_list): Likewise.
20323         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
20324         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
20325         multiarch strcasecmp for PPC64.
20326         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
20327         file.
20328         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
20329         multiarch strcasecmp_l for PPC64.
20331         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
20332         implementations.
20333         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20334         (__libc_ifunc_impl_list): Likewise.
20335         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
20336         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
20337         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
20338         strnlen for PPC64.
20340         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
20341         implementations.
20342         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20343         (__libc_ifunc_impl_list): Likewise.
20344         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
20345         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
20346         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
20347         strlen for PPC64.
20349         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
20350         implementations.
20351         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20352         (__libc_ifunc_impl_list): Likewise.
20353         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
20354         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
20355         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
20356         rawmemrchr for PPC64.
20358         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
20359         implementation.
20360         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20361         (__libc_ifunc_impl_list): Likewise.
20362         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
20363         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
20364         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
20365         memrchr for PPC64.
20367         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
20368         implementation.
20369         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20370         (__libc_ifunc_impl_list): Likewise.
20371         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
20372         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
20373         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
20374         memchr for PPC64.
20376         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
20377         implementation.
20378         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20379         (__libc_ifunc_impl_list): Likewise.
20380         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
20381         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
20382         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
20383         mempcpy for PPC64.
20385         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
20386         avoid cretion of __bzero symbol.
20387         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
20388         Likewise.
20389         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
20390         Likewise.
20391         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
20392         Likewise.
20393         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
20394         multiarch implementations.
20395         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20396         (__libc_ifunc_impl_list): Likewise.
20397         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
20398         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
20399         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
20400         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
20401         bzero for PPC32.
20402         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
20403         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
20404         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
20405         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
20406         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
20407         memset for PPC64.
20408         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
20410         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
20411         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
20412         implementations.
20413         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20414         (__libc_ifunc_impl_list): Likewise.
20415         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
20416         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
20417         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
20418         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
20419         memcmp for PPC64.
20421         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
20422         multiarch for POWER/PPC64.
20423         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
20424         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
20425         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
20426         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
20427         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
20428         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
20429         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
20430         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
20431         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
20432         memcpy for PPC64.
20434         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
20435         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
20436         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
20437         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
20438         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
20439         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
20440         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
20441         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
20442         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
20443         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
20444         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
20445         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
20446         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
20447         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
20448         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
20449         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
20450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
20451         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
20452         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
20453         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
20454         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
20455         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
20457 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20459         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
20461 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
20463         * benchtests/Makefile (bench): Add exp2 and log2.
20464         (LDLIBS-bench-exp2): Add -lm.
20465         (LDLIBS-bench-log2): Likewise.
20466         * benchtests/exp2-inputs: New inputs file.
20467         * benchtests/log2-inputs: New inputs file.
20468         * benchtests/log-inputs: Add new inputs.
20469         * benchtests/tan-inputs: Likewise.
20471 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20473         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
20474         definition...
20475         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
20476         (csloww2): ... from here.
20478         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
20479         instead of structures.
20480         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
20481         (POLYNOMIAL): Likewise.
20482         (TAYLOR_SLOW): Likewise.
20483         (__sin): Likewise.
20484         (__cos): Likewise.
20485         (slow1): Likewise.
20486         (slow2): Likewise.
20487         (sloww): Likewise.
20488         (sloww1); Likewise.
20489         (sloww2): Likewise.
20490         (bsloww1): Likewise.
20491         (bsloww2): Likewise.
20492         (cslow2): Likewise.
20493         (csloww): Likewise.
20494         (csloww1): Likewise.
20495         (csloww2): Likewise.
20497 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
20499         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
20500         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
20501         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
20502         * malloc/hooks.c (realloc_check): Likewise.
20504         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
20505         * malloc/arena.c: Remove PER_THREAD conditional.
20506         [!PER_THREAD]: Remove code.
20507         (ptmalloc_unlock_all2): Likewise.
20508         (ptmalloc_init): Likewise.
20509         (_int_new_arena): Likewise.
20510         (arena_get2): Likewise.
20511         * malloc/hooks.c (__malloc_get_state): Likewise.
20512         (__malloc_set_state): Likewise.
20513         * malloc/malloc.c: Likewise.
20514         (struct malloc_state): Likewise.
20515         (struct malloc_par): Likewise.
20516         (__libc_realloc): Likewise.
20517         (__libc_mallopt): Likewise.
20519 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20521         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
20523 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
20525         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
20526         macro to a function.  Check for zero perturb_byte.
20527         (_int_malloc, _int_free): Remove zero perturb_byte checks.
20529         * malloc/malloc.c: (force_reg): Remove.
20530         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
20531         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
20532         force_reg by atomic_forced_read.
20533         * malloc/arena.c (ptmalloc_init): Likewise.
20534         * malloc/hooks.c (top_check): Likewise.
20536 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20538         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20540 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
20542         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
20544 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
20546         * math/auto-libm-test-in: Add tests of lgamma.
20547         * math/auto-libm-test-out: Regenerated.
20548         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
20549         (M_LOG_2_SQRT_PIl): Likewise.
20550         (lgamma_test_data): Use AUTO_TESTS_f_f1.
20551         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20552         mpfr_f_f1.
20553         (func_calc_desc): Add mpfr_f_f1 union field.
20554         (ARGS1): New macro.
20555         (ARGS2): Likewise.
20556         (ARGS3): Likewise.
20557         (ARGS4): Likewise.
20558         (RET1): Likewise.
20559         (RET2): Likewise.
20560         (CALC): Likewise.
20561         (FUNC): Likewise.
20562         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
20563         (test_functions): Add lgamma.
20564         (calc_generic_results): Handle mpfr_f_f1.
20565         * sysdeps/i386/fpu/libm-test-ulps: Update.
20566         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20568 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20570         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
20571         __mpn_add_n for PowerPC64/POWER7.
20572         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
20573         __mpn_sub_n for PowerPC64/POWER7.
20575         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
20576         __mpn_addmul_1 for PowerPC64.
20577         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
20578         __mpn_submul_1 for PowerPC64.
20579         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
20580         for PowerPC64.
20581         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
20582         for PowerPC64.
20584 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
20586         [BZ #15089]
20587         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
20589 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20591         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
20593         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
20594         add multiarch folders.
20595         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
20596         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
20597         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
20598         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
20599         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
20600         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
20601         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
20602         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
20603         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
20604         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
20605         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
20606         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
20607         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
20608         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
20609         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
20610         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
20611         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
20613         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
20614         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
20615         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
20616         New file.
20617         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
20618         New file.
20619         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
20620         multiarch __ieee754_hypot for PowerPC32.
20621         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
20622         New file.
20623         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
20624         New file.
20625         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
20626         multiarch __ieee754_hypotf for PowerPC32.
20628         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
20629         long_double_symbol only if __logbl is defined.
20630         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
20631         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
20632         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
20633         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
20634         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
20635         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
20636         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
20637         path for implementation.
20638         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
20639         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
20640         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
20641         logb, and logbl multiarch implementations for PowerPC32.
20642         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
20643         file.
20644         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
20645         file.
20646         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
20647         multiarch logb for PowerPC32.
20648         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
20649         file.
20650         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
20651         file.
20652         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
20653         multiarch logbf for PowerPC32.
20654         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
20655         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
20656         file.
20657         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
20658         multiarch logbl implementation for PowerPC32.
20660         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
20661         and modff multiarch implementations.
20662         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
20663         New file.
20664         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
20665         New file.
20666         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
20667         multiarch modf for PowerPC32.
20668         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
20669         New file.
20670         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
20671         New file.
20672         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
20673         multiarch modff for PowerPC32.
20675         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
20676         and lrintf multiarch implementations.
20677         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
20678         New file.
20679         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
20680         New file.
20681         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
20682         multiarch lrint for PowerPC32.
20683         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
20684         file: multiarch lrintf for PowerPC32.
20686         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
20687         and lroundf multiarch implementations.
20688         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
20689         New file.
20690         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
20691         New file.
20692         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
20693         New file.
20694         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
20695         multiarch lround for PowerPC32.
20696         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
20697         file: multiarch lroundf for PowerPC32.
20699         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
20700         copysign and copysignf multiarch implementations.
20701         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
20702         New file.
20703         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
20704         New file.
20705         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
20706         file: multiarch copysign for PowerPC32.
20707         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
20708         file: multiarch copysignf for PowerPC32.
20710         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
20711         and truncf multiarch implementations.
20712         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
20713         New file.
20714         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
20715         file.
20716         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
20717         multiarch trunc for PowerPC32.
20718         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
20719         New file.
20720         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
20721         New file.
20722         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
20723         multiarch truncf for PowerPC32.
20725         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
20726         and roundf multiarch implementations.
20727         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
20728         New file.
20729         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
20730         file.
20731         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
20732         multiarch round for PowerPC32.
20733         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
20734         New file.
20735         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
20736         New file.
20737         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
20738         multiarch roundf for PowerPC32.
20740         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
20741         and floorf multiarch implementations.
20742         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
20743         New file.
20744         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
20745         file.
20746         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
20747         multiarch floor for PowerPC32.
20748         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
20749         New file.
20750         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
20751         New file.
20752         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
20753         multiarch floorf for PowerPC32.
20755         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
20756         and ceilf multiarch implementations.
20757         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
20758         New file.
20759         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
20760         file.
20761         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
20762         multiarch ceil for PowerPC32.
20763         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
20764         New file.
20765         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
20766         file.
20767         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
20768         multiarch ceilf for PowerPC32.
20770         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
20771         is defined.
20772         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
20773         FINITEF is defined.
20774         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
20775         and finitef multiarch implementations.
20776         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
20777         New file.
20778         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
20779         file.
20780         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
20781         multiarch finite for PowerPC32.
20782         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
20783         New file.
20784         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
20785         file: multiarch finitef for PowerPC32.
20787         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
20788         and isinff multiarch implementations.
20789         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
20790         file.
20791         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
20792         file.
20793         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
20794         multiarch isinf for PowerPC32.
20795         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
20796         New file.
20797         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
20798         multiarch isinff for PowerPC32.
20800         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
20801         alias when __isnan is defined.
20802         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
20803         and isnanf multiarch implementations.
20804         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
20805         file.
20806         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
20807         file.
20808         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
20809         file.
20810         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
20811         file.
20812         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
20813         multiarch isnan for PowerPC32.
20814         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
20815         New file.
20816         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
20817         New file.
20818         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
20819         multiarch isnanf for PowerPC32.
20821         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
20822         and sqrtf multiarch implementations.
20823         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
20824         file.
20825         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
20826         file.
20827         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
20828         multiarch sqrt for PowerPC32.
20829         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
20830         file.
20831         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
20832         file.
20833         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
20834         multiarch sqrtf for PowerPC32.
20836         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
20837         and llroundf multiarch implementations.
20838         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
20839         New file.
20840         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
20841         New file.
20842         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
20843         New file.
20844         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
20845         file: multiarch llround for PowerPC32.
20846         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
20847         file: multiarch llroundf for PowerPC32.
20849         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
20850         multiarch PowerPC32 fpu implementations.
20851         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
20852         New file.
20853         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
20854         New file.
20855         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
20856         multiarch llrint for PowerPC32.
20857         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
20858         New file.
20859         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
20860         New file.
20861         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
20862         file.
20864         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
20866         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
20867         file.
20868         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
20869         file.
20870         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
20871         file.
20872         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
20873         multiarch wordcopy for PPC32.
20874         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
20875         wordcopy objects.
20876         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20877         (__libc_ifunc_impl_list): Likewise.
20878         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
20879         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
20880         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
20881         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
20882         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
20883         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
20885         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
20886         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
20887         file.
20888         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
20889         file.
20890         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
20891         file.
20892         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
20893         multiarch wcscpy for PPC32.
20894         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
20895         multiarch objects.
20896         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20897         (__libc_ifunc_impl_list): Likewise.
20898         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
20899         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
20900         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
20901         sysdeps/powerpc/power6/wcscpy.c.
20903         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
20904         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
20905         file.
20906         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
20907         file.
20908         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
20909         file.
20910         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
20911         multiarch wcsrchr for PPC32.
20912         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
20913         multiarch objects.
20914         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20915         (__libc_ifunc_impl_list): Likewise.
20916         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
20917         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
20918         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
20919         sysdeps/powerpc/power6/wcsrchr.c.
20921         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
20922         file.
20923         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
20924         file.
20925         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
20926         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
20927         multiarch wcschr for PPc32.
20928         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
20929         multiarch objects.
20930         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20931         (__libc_ifunc_impl_list): Likewise.
20932         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
20933         * sysdeps/powerpc/power6/wcschr.c: ... to here.
20934         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
20935         sysdeps/powerpc/power6/wcschr.c.
20937         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
20938         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
20939         file.
20940         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
20941         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
20942         file: multiarch strchr for PPC32.
20943         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
20944         multiarch objects.
20945         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20946         (__libc_ifunc_impl_list): Likewise.
20948         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
20949         name.
20950         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
20951         file.
20952         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
20953         file.
20954         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
20955         multiarch strchrnul for PPC32.
20956         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
20957         multiarch objects.
20958         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20959         (__libc_ifunc_impl_list): Likewise.
20961         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
20962         file.
20963         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
20964         multiarch strncasecmp for PPC32.
20965         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
20966         file.
20967         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
20968         multiarch strncasecmp_l for PPC32.
20969         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
20970         strncasecmp multiarch objects.
20971         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20972         (__libc_ifunc_impl_list): Likewise.
20974         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
20975         file.
20976         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
20977         multiarch strncasecmp for PPC32.
20978         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
20979         New file.
20980         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
20981         multiarch strcasecmp_l for PPC32.
20982         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
20983         multiarch objects.
20984         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20985         (__libc_ifunc_impl_list): Likewise.
20987         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
20988         file.
20989         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
20990         file.
20991         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
20992         multiarch strncmp for PPC32.
20993         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
20994         multiarch objects.
20995         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20996         (__libc_ifunc_impl_list): Likewise.
20998         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
20999         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
21000         file.
21001         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
21002         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
21003         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
21004         multiarch objects.
21005         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21006         (__libc_ifunc_impl_list): Likewise.
21008         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
21009         file.
21010         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
21011         file.
21012         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
21013         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
21014         multiarch objects.
21015         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21016         (__libc_ifunc_impl_list): Likewise.
21018         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
21019         file.
21020         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
21021         file.
21022         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
21023         multiarch rawmemchr for PPC32.
21024         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
21025         multiarch objects.
21026         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21027         (__libc_ifunc_impl_list): Likewise.
21029         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
21030         file.
21031         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
21032         file.
21033         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
21034         file: memrchr multiarch for PPC32.
21035         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
21036         multiarch objects.
21037         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21038         (__libc_ifunc_impl_list): Likewise.
21040         * string/memchr.c (__memchr): Using macro to redefine symbol name.
21041         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
21042         file.
21043         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
21044         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
21045         multiarch memchr for PPC32.
21046         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
21047         multiarch objects.
21048         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21049         (__libc_ifunc_impl_list): Likewise.
21051         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
21052         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
21053         file.
21054         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
21055         file.
21056         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
21057         file: multiarch mempcpy for PPC32.
21058         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
21059         multiarch objects.
21060         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21061         (__libc_ifunc_impl_list): Likewise.
21063         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
21064         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
21065         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
21066         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
21067         multiarch bzero for PPC32.
21068         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
21069         file.
21070         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
21071         file.
21072         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
21073         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
21074         file: multiarch memset for PPC32.
21075         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
21076         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
21077         memset multiarch objects.
21078         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21079         (__libc_ifunc_impl_list): Likewise.
21081         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
21082         file.
21083         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
21084         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
21085         memcmp for PPC32.
21086         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
21087         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
21088         multiarch objects.
21089         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21090         (__libc_ifunc_impl_list): Likewise.
21092         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
21093         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
21094         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
21095         file.
21096         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
21097         file.
21098         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
21099         file.
21100         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
21101         multiarch memcpy for PPC32.
21102         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
21103         multiarch objects.
21104         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21105         (__libc_ifunc_impl_list): Likewise.
21107         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
21108         support multiarch for POWER/PPC32.
21109         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
21110         Likewise.
21111         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
21112         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
21113         Implies file to make multiarch folder appers before the fpu and
21114         default folder for power4 configuration.
21116 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
21118         * scripts/bench.pl: Append volatile keyword to type.
21120 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21122         * sysdeps/sh/sotruss-lib.c: New file.
21123         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
21125 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21127         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21129 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
21131         [BZ #6810]
21132         * math/w_tgamma.c: Include <errno.h>.
21133         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
21134         * math/w_tgammaf.c: Include <errno.h>.
21135         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
21136         * math/w_tgammal.c: Include <errno.h>.
21137         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
21138         * math/auto-libm-test-in: Do not allow missing errno on tgamma
21139         underflow.  Add more tgamma tests.
21140         * math/auto-libm-test-out: Regenerated.
21141         * sysdeps/i386/fpu/libm-test-ulps: Update.
21142         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21144         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
21145         sin, sinh, tan, tanh, tgamma, y0 and y1.
21146         * math/auto-libm-test-out: Regenerated.
21147         * math/libm-test.inc (TEST_COND_x86_64): New macro.
21148         (TEST_COND_x86): Likewise.
21149         (M_E2l): Remove macro.
21150         (M_E3l): Likewise.
21151         (M_2_SQRT_PIl): Likewise.
21152         (M_SQRT_PIl): Likewise.
21153         (M_1_DIV_El): Likewise.
21154         (log_test_data): Use AUTO_TESTS_f_f.
21155         (log10_test_data): Likewise.
21156         (log1p_test_data): Likewise.
21157         (log2_test_data): Likewise.
21158         (sin_test_data): Likewise.
21159         (sin_tonearest_test_data): Likewise.
21160         (sin_towardzero_test_data): Likewise.
21161         (sin_downward_test_data): Likewise.
21162         (sin_upward_test_data): Likewise.
21163         (sinh_test_data): Likewise.
21164         (sinh_tonearest_test_data): Likewise.
21165         (sinh_towardzero_test_data): Likewise.
21166         (sinh_downward_test_data): Likewise.
21167         (sinh_upward_test_data): Likewise.
21168         (tan_test_data): Likewise.
21169         (tan_tonearest_test_data): Likewise.
21170         (tan_towardzero_test_data): Likewise.
21171         (tan_downward_test_data): Likewise.
21172         (tan_upward_test_data): Likewise.
21173         (tanh_test_data): Likewise.
21174         (tgamma_test_data): Likewise.
21175         (y0_test_data): Likewise.
21176         (y1_test_data): Likewise.
21177         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
21178         (special_real_inputs): Add pi/4.
21179         * sysdeps/i386/fpu/libm-test-ulps: Update.
21180         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21182 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21184         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
21185         "longjmp_target" static probes.
21186         (__longjmp): Rename to __longjmp_symbol.
21187         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
21188         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
21189         on which longjmp to generate.
21190         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
21191         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
21192         probe.
21193         (__sigsetjmp): Rename to __sigsetjmp_symbol.
21194         (__sigjmp_save): Rename to __sigjmp_save_symbol.
21195         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
21196         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
21197         and __sigjmp_save_symbol based on which sigsetjmp to generated.
21198         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
21199         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
21200         __longjmp_symbol based on which __longjmp to generate.
21201         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
21202         probe.
21203         (setjmp): Rename to setjmp_symbol.
21204         (__sigsetjmp): Rename to __sigsetjmp_symbol.
21205         (_setjmp): Rename to _setjmp_symbol.
21206         (__sigsetjmp): Rename to __sigsetjmp_symbol.
21207         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
21208         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
21209         which setjmp to generate.
21210         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
21211         "longjmp_target" static probes.
21213 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
21215         * benchtests/README: Add note about output arguments.
21216         * benchtests/bench-sincos.c: Remove file.
21217         * benchtests/sincos-inputs: New file.
21218         * scripts/bench.pl: Identify output arguments and define
21219         static variables for them.
21221         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
21223         [BZ #15941]
21224         * Makefile (INSTALL): Add install-plain.texi as the primary
21225         dependency.
21226         * manual/install-plain.texi: New file.
21227         * manual/install.texi: Include node directive only for
21228         non-plaintext output.
21230 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
21232         * stdlib/longlong.h: Update from GCC.
21234         [BZ #6807]
21235         [BZ #15901]
21236         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
21237         * math/w_j0f.c (y0f): Likewise.
21238         * math/w_j0l.c (__y0l): Likewise.
21239         * math/w_j1.c (y1): Likewise.
21240         * math/w_j1f.c (y1f): Likewise.
21241         * math/w_j1l.c (__y1l): Likewise
21242         * math/w_jn.c (yn): Likewise.
21243         * math/w_jnf.c (ynf): Likewise.
21244         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
21245         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
21246         value for Bessel function domain errors outside _SVID_ mode.
21247         Adjust sign of return value for yn (negative integer, 0).
21248         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
21249         by zero in return for negative x and set sign appropriately for
21250         negative n.
21251         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
21252         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
21253         * math/libm-test.inc (y0_test_data): Add more tests and adjust
21254         expectations in error cases.
21255         (y1_test_data): Likewise.
21256         (yn_test_data): Likewise.
21257         * sysdeps/i386/fpu/libm-test-ulps: Update.
21258         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21260 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21262         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
21263         "64" to "64-v1".  Add "64-v2".
21264         (abi-64-options): Rename to ...
21265         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
21266         (abi-64-condition): Rename to ...
21267         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
21268         (abi-64-ld-soname): Rename to ...
21269         (abi-64-v1-ld-soname): ... this.
21270         (abi-64-v2-options): Define.
21271         (abi-64-v2-condition): Likewise.
21272         (abi-64-v2-ld-soname): Likewise.
21273         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
21274         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
21275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
21276         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
21277         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
21279 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21280             Alan Modra  <amodra@gmail.com>
21282         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
21283         New versions for use with the ELFv2 ABI.
21284         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
21285         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
21286         declaration.
21287         (struct La_ppc64v2_retval): Likewise.
21288         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
21289         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
21290         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
21291         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
21292         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
21293         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
21294         Do not save or restore CR.
21295         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
21296         (_dl_profile_resolve): Do no save or restore CR.  Support extended
21297         return values for ELFv2 ABI.  Fix location of FPR return registers.
21298         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
21299         updated values for _CALL_ELF == 2.
21300         (La_regs, La_retval, int_retval): Likewise.
21302 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21304         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
21305         (FRAME_MIN_SIZE_PARM): Likewise.
21306         (FRAME_BACKCHAIN): Likewise.
21307         (FRAME_CR_SAVE): Likewise.
21308         (FRAME_LR_SAVE): Likewise.
21309         (FRAME_TOC_SAVE): Likewise.
21310         (FRAME_PARM_SAVE): Likewise.
21311         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
21312         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
21313         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
21314         (call_mcount_parm_offset): New macro.
21315         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
21316         (PROF): Use symbolic stack frame offsets.
21317         (TAIL_CALL_SYSCALL_ERROR): Likewise.
21318         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
21319         Redefine in terms of FRAME_MIN_SIZE.
21320         (_dl_runtime_resolve): Use symbolic stack frame offsets.
21321         (_dl_profile_resolve): Likewise.  Update comment.
21322         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
21323         symbols stack frame offsets.
21324         (__sigsetjmp): Likewise.
21325         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
21326         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
21327         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
21328         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
21330         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
21331         (FRAME_BACKCHAIN): Remove.
21332         (FRAME_CR_SAVE): Likewise.
21333         (FRAME_LR_SAVE): Likewise.
21334         (FRAME_COMPILER_DW): Likewise.
21335         (FRAME_LINKER_DW): Likewise.
21336         (FRAME_TOC_SAVE): Likewise.
21337         (FRAME_PARM_SAVE): Likewise.
21338         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
21339         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
21340         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
21341         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
21342         (CHECK_SP): Use symbolic stack frame offsets.
21343         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
21344         zone" instead of caller's parameter save area for temp storage.
21345         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
21346         Likewise.  Also, use symbolic stack frame offsets.
21347         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
21348         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
21349         our own stack frame instead of the caller's.
21350         (__socket): Use symbolic stack frame offsets.
21352 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21353             Alan Modra  <amodra@gmail.com>
21355         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
21356         Define.
21357         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
21358         (PPC64_LOCAL_ENTRY_OFFSET): Define.
21359         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
21360         New function.
21361         (elf_machine_fixup_plt): Call it.
21362         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
21363         reloc arguments.
21364         (elf_machine_rela): Update call to elf_machine_plt_conflict.
21365         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
21366         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
21367         r2 before calling target.
21369 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21370             Alan Modra  <amodra@gmail.com>
21372         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
21373         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
21374         versions of macros to support ELFv2 ABI.
21375         (LOCALENTRY): New macro.
21376         (ENTRY, EALIGN): Use it.
21377         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
21378         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
21379         fall through into ENTRY entry point.
21380         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
21381         Only define if _CALL_ELF != 2.
21383         (elf_machine_matches_host): Verify ABI version matches.
21384         (RTLD_START): Use LOCALENTRY.
21385         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
21386         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
21387         (PLT_ENTRY_WORDS): New macro.
21388         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
21389         (elf_machine_runtime_setup): Support ELFv2 ABI.
21390         (elf_machine_fixup_plt): Likewise.
21391         (elf_machine_plt_conflict): Likewise.
21392         (resolve_ifunc): Likewise.
21393         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
21394         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
21395         Likewise.
21396         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
21397         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
21398         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
21399         (makecontext): Support ELFv2 ABI.
21400         * elf/elf.h (EF_PPC64_ABI): Define.
21402 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21404         * sysdeps/powerpc/powerpc64/sysdep.h
21405         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
21406         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
21407         (ENTRY) [ASSEMBLER]: ... but instead here ...
21408         (EALIGN) [ASSEMBLER]: ... and here.
21409         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
21410         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
21411         (ENTRY_2) [!ASSEMBLER]: Use it.
21412         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
21413         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
21414         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
21415         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
21416         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
21417         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
21418         Use PPC64_LOAD_FUNCPTR.
21420         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
21422 2013-12-04  Alan Modra  <amodra@gmail.com>
21424         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
21425         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
21426         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
21427         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
21429         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
21430         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
21431         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
21432         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
21433         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
21434         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
21436 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21438         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
21439         (__makecontext): Fix incorrect CFI when backtracing out of
21440         context created via makecontext.
21441         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
21442         (__setcontext): Fix incorrect CFI during switch to new context.
21443         (__novec_setcontext): Likewise.
21445 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
21447         [BZ #4772]
21448         * time/strptime_l.c (__strptime_internal): Allow modifiers
21449         in strptime.
21450         * time/tst-strptime.c (day_tests): Add testcase.
21452 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
21454         * scripts/bench.pl: Skip over blank lines.
21456 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21458         [BZ #926]
21459         * manual/time.texi (Calendar Time): Clarify what timezone functions
21460         use.
21462 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21464         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21466 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
21468         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
21469         implementation.
21470         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
21471         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
21472         * debug/memset_chk.c (__memset_chk): Likewise.
21473         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
21474         * debug/strncpy_chk.c: Likewise.
21476 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
21478         [BZ #15268]
21479         [BZ #15425]
21480         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
21481         (__ieee754_exp): For possibly underflowing results, check size of
21482         result and force underflow exception if required.
21483         * math/auto-libm-test-in: Add more tests of exp.
21484         * math/auto-libm-test-out: Regenerated.
21485         * sysdeps/i386/fpu/libm-test-ulps: Update.
21486         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21488         [BZ #16283]
21489         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
21490         * math/w_exp2f.c (__exp2f): Likewise.
21491         * math/w_exp2l.c (__exp2l): Likewise.
21492         * math/auto-libm-test-in: Do not allow missing errno on exp2
21493         underflow.
21494         * math/auto-libm-test-out: Regenerated.
21496 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
21498         [BZ #16274]
21499         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
21500         handle filename validation.
21501         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
21502         (do_open): Delete.
21504 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
21506         [BZ #6786]
21507         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
21508         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
21509         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
21510         <float.h>.
21511         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
21512         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
21513         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21514         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
21515         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21516         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
21517         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21518         * math/auto-libm-test-in: Don't allow missing errno from erfc.
21519         Add more erfc tests.
21520         * math/auto-libm-test-out: Regenerated.
21521         * sysdeps/i386/fpu/libm-test-ulps: Update.
21522         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21524         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
21525         exp2, expm1, j0 and j1.
21526         * math/auto-libm-test-out: Regenerated.
21527         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
21528         (erfc_test_data): Likewise.
21529         (exp_test_data): Likewise.
21530         (exp_tonearest_test_data): Likewise.
21531         (exp_towardzero_test_data): Likewise.
21532         (exp_downward_test_data): Likewise.
21533         (exp_upward_test_data): Likewise.
21534         (exp10_test_data): Likewise.
21535         (exp2_test_data): Likewise.
21536         (expm1_test_data): Likewise.
21537         (j0_test_data): Likewise.
21538         (j1_test_data): Likewise.
21539         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
21540         (input_flag_type): Add flag_xfail_rounding.
21541         (input_flags): Add xfail-rounding.
21542         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
21543         (output_for_one_input_case): Handle flag_xfail_rounding.
21544         * sysdeps/i386/fpu/libm-test-ulps: Update.
21545         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21547 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
21549         [BZ #16289]
21550         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
21551         division by 0.
21553 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
21555         [BZ #16195]
21556         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
21557         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
21558         (STAP_PROBE0): New macro.
21559         (STAP_PROBE1): Likewise.
21560         (STAP_PROBE2): Likewise.
21561         (STAP_PROBE3): Likewise.
21562         (STAP_PROBE4): Likewise.
21564 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
21566         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
21568 2013-12-02  Steve Ellcey  <sellcey@mips.com>
21570         * benchtests/Makefile (bench): Add sqrt.
21571         (LDLIBS-bench-sqrt): New.
21572         * benchtests/sqrt-input: New.
21574 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
21576         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
21577         (GAIH_EAI): Likewise.
21578         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
21579         (gaih_inet): Likewise.
21580         (getaddrinfo): Don't use GAIH_EAI.
21582         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
21583         (struct gaih): Remove definition.
21585 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
21587         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
21588         Use HERRNOP directly.
21590 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21592         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21594 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
21596         * math/gen-auto-libm-tests.c (test_functions): Add more
21597         single-argument functions.
21598         (special_fill_pi_2): New function.
21599         (special_fill_minus_pi_2): Likewise.
21600         (special_fill_pi_6): Likewise.
21601         (special_fill_minus_pi_6): Likewise.
21602         (special_fill_pi_3): Likewise.
21603         (special_fill_2pi_3): Likewise.
21604         (special_fill_e): Likewise.
21605         (special_fill_1_e): Likewise.
21606         (special_fill_e_minus_1): Likewise.
21607         (special_real_inputs): Add more special inputs.
21608         (output_for_one_input_case): Do not require ERANGE on underflow to
21609         zero if round-to-nearest result does not underflow to zero, unless
21610         exact results required.
21611         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
21612         atan, atanh, cbrt, cos and cosh.
21613         * math/auto-libm-test-out: Regenerated.
21614         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
21615         (acos_tonearest_test_data): Likewise.
21616         (acos_towardzero_test_data): Likewise.
21617         (acos_downward_test_data): Likewise.
21618         (acos_upward_test_data): Likewise.
21619         (acosh_test_data): Likewise.
21620         (asin_test_data): Likewise.
21621         (asin_tonearest_test_data): Likewise.
21622         (asin_towardzero_test_data): Likewise.
21623         (asin_upward_test_data): Likewise.
21624         (asinh_test_data): Likewise.
21625         (atan_test_data): Likewise.
21626         (atanh_test_data): Likewise.
21627         (cbrt_test_data): Likewise.
21628         (cos_test_data): Likewise.
21629         (cos_tonearest_test_data): Likewise.
21630         (cos_towardzero_test_data): Likewise.
21631         (cos_downward_test_data): Likewise.
21632         (cos_upward_test_data): Likewise.
21633         (cosh_test_data): Likewise.
21634         (cosh_tonearest_test_data): Likewise.
21635         (cosh_towardzero_test_data): Likewise.
21636         (cosh_downward_test_data): Likewise.
21637         (cosh_upward_test_data): Likewise.
21638         * sysdeps/i386/fpu/libm-test-ulps: Update.
21639         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21641 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
21643         [BZ #6787]
21644         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
21645         * math/w_exp10f.c (__exp10f): Likewise.
21646         * math/w_exp10l.c (__exp10l): Likewise.
21647         * math/libm-test.inc (exp10_test_data): Add more tests and expect
21648         errno settings in existing tests.
21650         [BZ #14032]
21651         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
21652         precision control set to double precision.
21653         * sysdeps/i386/fpu/w_sqrt.c: New file.
21654         * math/auto-libm-test-in: Add more tests.
21655         * math/auto-libm-test-out: Update.
21657         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
21658         (sqrt_test_tonearest): New function.
21659         (sqrt_towardzero_test_data): New variable.
21660         (sqrt_test_towardzero): New function.
21661         (sqrt_downward_test_data): New variable.
21662         (sqrt_test_downward): New function.
21663         (sqrt_upward_test_data): New variable.
21664         (sqrt_test_upward): New function.
21665         (main): Call the new functions.
21667         * math/gen-auto-libm-tests.c: New file.
21668         * math/auto-libm-test-in: Likewise.
21669         * math/auto-libm-test-out: New generated file.
21670         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
21671         variables.
21672         (%beautify): Add generated representations of zero.
21673         (top level): Set $auto_input and call parse_auto_input.
21674         (beautify): Remove trailing "f" from hex float constants.
21675         (parse_args): Handle XFAIL_TEST.
21676         (convert_condition): New function.
21677         (or_value): Likewise.
21678         (or_cond_value): Likewise.
21679         (generate_testfile): Handle AUTO_TESTS_* lines.
21680         (parse_auto_input): New function.
21681         * math/libm-test.inc (XFAIL_TEST): New macro.
21682         (ERRNO_UNCHANGED): Update value.
21683         (ERRNO_EDOM): Likewise.
21684         (ERRNO_ERANGE): Likewise.
21685         (IGNORE_RESULT): Likewise.
21686         (TEST_COND_flt_32): New macro.
21687         (TEST_COND_dbl_64): Likewise.
21688         (TEST_COND_ldbl_96_intel): Likewise.
21689         (TEST_COND_ldbl_96_m68k): Likewise.
21690         (TEST_COND_ldbl_128): Likewise.
21691         (TEST_COND_ldbl_128ibm): Likewise.
21692         (TEST_COND_long32): Likewise.
21693         (TEST_COND_long64): Likewise.
21694         (TEST_COND_before_rounding): Likewise.
21695         (TEST_COND_after_rounding): Likewise.
21696         (enable_test): Handle XFAIL_TEST flag.
21697         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
21698         with finite results.
21699         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
21700         auto-libm-test-out.
21702 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
21703             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21705         [BZ #16214]
21706         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
21707         __tls_get_addr_internal instead of __tls_get_offset in order to
21708         avoid GOT pointer dependency.  Make rtld export
21709         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
21710         __tls_get_addr since we are a __tls_get_offset platform.
21711         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
21712         GOT pointer being set up before.
21713         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
21715 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
21717         * manual/math.texi (Errors in Math Functions): Document accuracy
21718         goals.
21720         [BZ #15004]
21721         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
21722         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
21723         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
21724         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
21725         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
21726         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
21727         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
21728         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
21729         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
21730         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
21731         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
21732         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
21733         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
21734         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
21735         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
21736         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
21738         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
21739         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
21740         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
21741         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
21742         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
21743         Likewise.
21744         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
21745         Likewise.
21746         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
21747         Likewise.
21748         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
21749         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
21750         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
21751         atomic-feupdateenv and flt-rounds.
21752         * sysdeps/powerpc/nofpu/Versions (libc): Add
21753         __atomic_feholdexcept, __atomic_feclearexcept,
21754         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
21755         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
21756         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
21757         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
21758         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
21759         here.
21760         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
21761         Update.
21763         * manual/arith.texi (FP Exceptions): Document that exceptions may
21764         not be raised when matherr is used.
21765         (Math Error Reporting): Document overflow in directed rounding
21766         modes.  Document that errno may not be set when finite values are
21767         returned on overflow.  Document intent to set errno on underflow
21768         only for underflow to zero.
21770         [BZ #16271]
21771         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
21772         round-to-nearest then adjust result for other rounding modes.
21773         * include/fenv.h (fegetround): Use libm_hidden_proto.
21774         * math/fegetround.c (fegetround): Use libm_hidden_def.
21775         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
21776         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
21777         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
21778         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
21779         Likewise.
21780         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
21781         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
21782         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
21783         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
21785 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21787         [BZ #16077]
21788         * nss/Versions (libnss_files): Add
21789         _nss_files_gethostbyname3_r.
21790         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
21791         New function.
21792         (HOST_DB_LOOKUP): Remove macro.
21793         (_nss_files_gethostbyname_r): Implement function without the
21794         HOST_DB_LOOKUP macro.
21795         (_nss_files_gethostbyname2_r): Likewise.
21797 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
21799         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
21801 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
21803         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
21804         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
21805         warning.
21807 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21809         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
21810         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
21811         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
21812         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
21813         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
21814         __fe_nomask_env_priv and attribute_hidden.
21815         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
21816         (libc_feupdateenv_test_ppc): Likewise.
21817         (libc_feresetround_ppc): Likewise.
21818         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21819         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
21820         compat_symbol macro.
21821         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21822         (__fe_nomask_env): Likewise.
21823         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
21825 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21827         * string/Makefile: Remove ifunc tests.
21828         * string/test-string.h: Define TEST_IFUNC.
21829         * string/test-bcopy-ifunc.c: Remove.
21830         * string/test-bzero-ifunc.c: Likewise.
21831         * string/test-memccpy-ifunc.c: Likewise.
21832         * string/test-memchr-ifunc.c: Likewise.
21833         * string/test-memcmp-ifunc.c: Likewise.
21834         * string/test-memcpy-ifunc.c: Likewise.
21835         * string/test-memmem-ifunc.c: Likewise.
21836         * string/test-memmove-ifunc.c: Likewise.
21837         * string/test-mempcpy-ifunc.c: Likewise.
21838         * string/test-memrchr-ifunc.c: Likewise.
21839         * string/test-memset-ifunc.c: Likewise.
21840         * string/test-rawmemchr-ifunc.c: Likewise.
21841         * string/test-stpcpy-ifunc.c: Likewise.
21842         * string/test-stpncpy-ifunc.c: Likewise.
21843         * string/test-strcasecmp-ifunc.c: Likewise.
21844         * string/test-strcasestr-ifunc.c: Likewise.
21845         * string/test-strcat-ifunc.c: Likewise.
21846         * string/test-strchr-ifunc.c: Likewise.
21847         * string/test-strchrnul-ifunc.c: Likewise.
21848         * string/test-strcmp-ifunc.c: Likewise.
21849         * string/test-strcpy-ifunc.c: Likewise.
21850         * string/test-strcspn-ifunc.c: Likewise.
21851         * string/test-strlen-ifunc.c: Likewise.
21852         * string/test-strncasecmp-ifunc.c: Likewise.
21853         * string/test-strncat-ifunc.c: Likewise.
21854         * string/test-strncmp-ifunc.c: Likewise.
21855         * string/test-strncpy-ifunc.c: Likewise.
21856         * string/test-strnlen-ifunc.c: Likewise.
21857         * string/test-strpbrk-ifunc.c: Likewise.
21858         * string/test-strrchr-ifunc.c: Likewise.
21859         * string/test-strspn-ifunc.c: Likewise.
21860         * string/test-strstr-ifunc.c: Likewise.
21862 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21864         * benchtests/Makefile: Remove ifunc tests.
21865         * benchtests/bench-string.h: Define TEST_IFUNC.
21866         * benchtests/bench-bcopy-ifunc.c: Remove.
21867         * benchtests/bench-bzero-ifunc.c: Likewise.
21868         * benchtests/bench-memccpy-ifunc.c: Likewise.
21869         * benchtests/bench-memchr-ifunc.c: Likewise.
21870         * benchtests/bench-memcmp-ifunc.c: Likewise.
21871         * benchtests/bench-memcpy-ifunc.c: Likewise.
21872         * benchtests/bench-memmem-ifunc.c: Likewise.
21873         * benchtests/bench-memmove-ifunc.c: Likewise.
21874         * benchtests/bench-mempcpy-ifunc.c: Likewise.
21875         * benchtests/bench-memrchr-ifunc.c: Likewise.
21876         * benchtests/bench-memset-ifunc.c: Likewise.
21877         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
21878         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
21879         * benchtests/bench-stpcpy-ifunc.c: Likewise.
21880         * benchtests/bench-stpncpy-ifunc.c: Likewise.
21881         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
21882         * benchtests/bench-strcasestr-ifunc.c: Likewise.
21883         * benchtests/bench-strcat-ifunc.c: Likewise.
21884         * benchtests/bench-strchr-ifunc.c: Likewise.
21885         * benchtests/bench-strchrnul-ifunc.c: Likewise.
21886         * benchtests/bench-strcmp-ifunc.c: Likewise.
21887         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
21888         * benchtests/bench-strcpy-ifunc.c: Likewise.
21889         * benchtests/bench-strcspn-ifunc.c: Likewise.
21890         * benchtests/bench-strlen-ifunc.c: Likewise.
21891         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
21892         * benchtests/bench-strncat-ifunc.c: Likewise.
21893         * benchtests/bench-strncmp-ifunc.c: Likewise.
21894         * benchtests/bench-strncpy-ifunc.c: Likewise.
21895         * benchtests/bench-strnlen-ifunc.c: Likewise.
21896         * benchtests/bench-strpbrk-ifunc.c: Likewise.
21897         * benchtests/bench-strrchr-ifunc.c: Likewise.
21898         * benchtests/bench-strsep-ifunc.c: Likewise.
21899         * benchtests/bench-strspn-ifunc.c: Likewise.
21900         * benchtests/bench-strstr-ifunc.c: Likewise.
21902 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21904         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
21906 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21908         * resolv/netdb.h: Use __glibc_reserved instead __unused.
21909         * rt/aio.h: Likewise.
21910         * sysdeps/gnu/bits/utmp.h: Likewise.
21911         * sysdeps/gnu/bits/utmpx.h: Likewise.
21912         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
21913         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
21914         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
21915         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
21916         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
21917         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
21918         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
21919         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
21920         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
21921         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
21922         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
21923         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
21924         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
21925         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
21926         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
21927         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
21928         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
21929         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
21930         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
21931         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
21932         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
21933         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
21934         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
21935         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
21936         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
21937         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
21938         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
21939         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
21940         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
21941         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
21942         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
21943         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
21944         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
21945         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
21946         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
21947         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
21948         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
21949         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
21950         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
21951         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
21952         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
21953         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
21955 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
21957         [BZ #16245]
21958         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
21959         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
21961 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
21963         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
21964         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
21965         Likewise.
21967 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21969         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
21970         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
21971         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
21972         (__fesetround): Remove define.
21973         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
21974         rounding and exceptions handling.
21975         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
21976         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
21977         (__fe_nomask_env): Likewise.
21978         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
21979         __fegetround instead of fegetround.
21980         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
21981         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
21983 2013-11-21  Roland McGrath  <roland@hack.frob.com>
21985         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
21986         it's there.
21988         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
21990 2013-11-21  Meador Inge  <meadori@codesourcery.com>
21992         [BZ #11157]
21993         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
21994         (encrypt_r): Likewise.
21995         * malloc/obstack.h (obstack_free): Likewise.
21996         * posix/unistd.h (encrypt): Likewise.
21998 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
22000         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
22001         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
22002         DL_CALL_DT_FINI() that call the functions directly.
22003         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
22004         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
22005         * elf/dl-fini.c: Likewise.
22007 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
22009         * malloc/hooks.c (memalign_check): Add alignment rounding.
22010         * malloc/malloc.c (_mid_memalign): New function.
22011         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
22012         Implement by calling _mid_memalign.
22013         * manual/probes.texi (Memory Allocation Probes): Remove
22014         memory_valloc_retry and memory_pvalloc_retry.
22016 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22018         * locale/programs/locarchive.c (open_archive): Add const
22019         qualifier to ARCHIVEFNAME and copy default fname to
22020         DEFAULT_FNAME.
22022         [BZ #15601]
22023         * libio/tst-widetext.input: Rename Oriya to Odia.
22024         * locale/iso-639.def: Likewise.
22026         * manual/probes.texi (Mathematical Function Probes): Add
22027         documentation for sin, cos, asin and acos probes.
22028         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
22029         (__sin32): Add slowasin probe.
22030         (__cos32): Add slowacos probe.
22031         (__mpsin): Add slowsin probe.
22032         (__mpcos): Add slowcos probe.
22034 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
22036         [BZ #15483]
22037         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
22038         thread-local __sim_exceptions_thread and global
22039         __sim_exceptions_global.
22040         (__sim_disabled_exceptions): Change to thread-local
22041         __sim_disabled_exceptions_thread and global
22042         __sim_disabled_exceptions_global.
22043         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
22044         and global __sim_round_mode_global.
22045         (__simulate_exceptions): Use thread-local floating-point state and
22046         set global state from it as needed.
22047         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
22048         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
22049         __sim_round_mode_thread.
22050         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
22051         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
22052         and global __sim_exceptions_global.
22053         (__sim_disabled_exceptions): Change to thread-local
22054         __sim_disabled_exceptions_thread and global
22055         __sim_disabled_exceptions_global.
22056         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
22057         and global __sim_round_mode_global.
22058         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
22059         (SIM_SET_GLOBAL): Likewise.
22060         * sysdeps/powerpc/soft-fp/sfp-machine.h
22061         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
22062         __sim_round_mode_thread.
22063         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
22064         __sim_disabled_exceptions_thread.
22065         (__sim_exceptions): Change to __sim_exceptions_thread.
22066         (__sim_disabled_exceptions): Change to
22067         __sim_disabled_exceptions_thread.
22068         (__sim_round_mode): Change to __sim_round_mode_thread.
22069         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
22070         thread-local floating-point state and set global state from it as
22071         needed.
22072         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
22073         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
22074         (__sim_disabled_exceptions): Remove extern declaration.
22075         (feenableexcept): Use thread-local floating-point state and set
22076         global state from it as needed.
22077         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
22078         extern declaration.
22079         (__sim_disabled_exceptions): Likewise.
22080         (__sim_round_mode): Likewise.
22081         (__fegetenv): Use thread-local floating-point state.
22082         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
22083         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
22084         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
22085         floating-point state and set global state from it as needed.
22086         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
22087         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
22088         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
22089         Likewise.
22090         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
22091         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
22092         Likewise.
22093         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
22094         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
22095         Use __sim_round_mode_thread.
22096         * math/test-fenv-tls.c: New file.
22097         * math/Makefile (tests): Add test-fenv-tls.
22098         ($(objpfx)test-fenv-tls): Depend on
22099         $(common-objpfx)nptl/libpthread.so.
22101 2013-11-19  Andreas Schwab  <schwab@suse.de>
22103         * locale/programs/locale.c (show_info): Decode wordarray elements.
22104         * locale/categories.def (LC_MONETARY): Add element for
22105         _NL_MONETARY_CRNCYSTR.
22106         * locale/C-monetary.c (conversion_rate): New variable.
22107         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
22108         element.
22110 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
22112         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
22113         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
22115 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
22117         * elf/Makefile (tst-auxv): New test.
22118         * elf/tst-auxv.c: New
22119         * elf/rtld.c (dl_main): Adjust AT_EXECFN
22121 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
22123         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
22124         (hidden_proto): Caller changed.
22125         (hidden_tls_proto): New macro.
22126         (libc_hidden_tls_proto): Likewise.
22127         (rtld_hidden_tls_proto): Likewise.
22128         (libm_hidden_tls_proto): Likewise.
22129         (libresolv_hidden_tls_proto): Likewise.
22130         (librt_hidden_tls_proto): Likewise.
22131         (libdl_hidden_tls_proto): Likewise.
22132         (libnss_files_hidden_tls_proto): Likewise.
22133         (libnsl_hidden_tls_proto): Likewise.
22134         (libnss_nisplus_hidden_tls_proto): Likewise.
22135         (libutil_hidden_tls_proto): Likewise.
22137 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
22139         [BZ #10253]
22140         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
22141         (decompose_rpath): Defer expansion to fillin_rpath.
22142         (_dl_init_paths): Pass linkmap to fillin_rpath.
22144 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
22146         * benchtests/Makefile: Add strsep.
22147         * benchtests/bench-strsep.c: New file: strsep benchtest.
22148         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
22150 2013-11-18  Andreas Schwab  <schwab@suse.de>
22152         * locale/programs/locale.c (show_info) [case byte]: Check for
22153         '\377' instead of '\177'.
22154         * locale/C-monetary.c (not_available): Always use "\377".
22155         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
22156         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
22157         detect unavailable sign_posn locale elements.
22158         * locale/localeconv.c (__localeconv): For grouping and
22159         mon_grouping handle "\177" and "\377" like no grouping.
22160         (INT_ELEM): New macro.  Use it to set all numeric members.
22161         * locale/programs/ld-monetary.c (monetary_read)
22162         <tok_mon_grouping>: Normalize single -1 to the empty string.
22163         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
22164         Likewise.
22166 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
22168         [BZ #16055]
22169         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
22170         when we match (nil).
22171         * stdio-common/tst-sscanf.c (struct test): Add testcase.
22173 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
22175         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
22176         (NO_TEST_INLINE): Update value.
22177         (ERRNO_UNCHANGED): Likewise.
22178         (ERRNO_EDOM): Likewise.
22179         (ERRNO_ERANGE): Likewise.
22180         (IGNORE_RESULT): Likewise.
22181         (check_float_internal): Check signs of NaN results if
22182         TEST_NAN_SIGN used.
22183         (check_complex): Pass TEST_NAN_SIGN flag through to second
22184         check_float_internal call.
22185         (copysign_test_data): Add tests with quiet NaNs as second
22186         argument.  Use TEST_NAN_SIGN.
22187         (fabs_test_data): Add test of negative quiet NaN argument.  Use
22188         TEST_NAN_SIGN.
22189         (signbit_test_data): Add tests of quiet NaN argument.
22190         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
22192         * math/gen-libm-test.pl (show_exceptions): Take extra argument
22193         $ignore_result.
22194         (parse_args): Handle function results specified as IGNORE.
22195         * math/libm-test.inc (IGNORE_RESULT): New macro.
22196         (check_float_internal): Do not check numerical result if flag
22197         IGNORE_RESULT set.
22198         (check_complex): Pass through IGNORE_RESULT to second
22199         check_float_internal call.
22200         (check_int): Do not check numerical result if flag IGNORE_RESULT
22201         set.
22202         (check_long): Likewise.
22203         (check_bool): Likewise.
22204         (check_longlong): Likewise.
22205         (lrint_test_data): Add tests of infinite and NaN arguments.
22206         (lrint_tonearest_test_data): Likewise.
22207         (lrint_towardzero_test_data): Likewise.
22208         (lrint_downward_test_data): Likewise.
22209         (lrint_upward_test_data): Likewise.
22210         (llrint_test_data): Likewise.
22211         (llrint_tonearest_test_data): Likewise.
22212         (llrint_towardzero_test_data): Likewise.
22213         (llrint_downward_test_data): Likewise.
22214         (llrint_upward_test_data): Likewise.
22215         (lround_test_data): Likewise.
22216         (llround_test_data): Likewise.
22218         * math/libm-test.inc (NO_TEST_INLINE): New macro.
22219         (ERRNO_UNCHANGED): Update value.
22220         (ERRNO_EDOM): Likewise.
22221         (ERRNO_ERANGE): Likewise.
22222         (NO_TEST_INLINE_FLOAT): New macro.
22223         (NO_TEST_INLINE_DOUBLE): Likewise.
22224         (enable_test): New function.
22225         (RUN_TEST_f_f): Check enable_test before running test.
22226         (RUN_TEST_2_f): Likewise.
22227         (RUN_TEST_fff_f): Likewise.
22228         (RUN_TEST_c_f): Likewise.
22229         (RUN_TEST_f_f1): Likewise.
22230         (RUN_TEST_fF_f1): Likewise.
22231         (RUN_TEST_fI_f1): Likewise.
22232         (RUN_TEST_ffI_f1): Likewise.
22233         (RUN_TEST_c_c): Likewise.
22234         (RUN_TEST_cc_c): Likewise.
22235         (RUN_TEST_f_i): Likewise.
22236         (RUN_TEST_f_i_tg): Likewise.
22237         (RUN_TEST_ff_i_tg): Likewise.
22238         (RUN_TEST_f_b): Likewise.
22239         (RUN_TEST_f_b_tg): Likewise.
22240         (RUN_TEST_f_l): Likewise.
22241         (RUN_TEST_f_L): Likewise.
22242         (RUN_TEST_fFF_11): Likewise.
22243         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
22244         conditionals.
22245         (cosh_test_data): Likewise.
22246         (exp_test_data): Likewise.
22247         (expm1_test_data): Likewise.
22248         (hypot_test_data): Likewise.
22249         (pow_test_data): Likewise.
22250         (sinh_test_data): Likewise.
22251         (tanh_test_data): Likewise.
22252         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
22253         flags argument.
22255         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
22256         tests with quiet NaN input and output.
22257         (acosh_test_data): Likewise.
22258         (asin_test_data): Likewise.
22259         (asinh_test_data): Likewise.
22260         (atan_test_data): Likewise.
22261         (atanh_test_data): Likewise.
22262         (atan2_test_data): Likewise.
22263         (cbrt_test_data): Likewise.
22264         (cos_test_data): Likewise.
22265         (cosh_test_data): Likewise.
22266         (erf_test_data): Likewise.
22267         (erfc_test_data): Likewise.
22268         (exp_test_data): Likewise.
22269         (exp10_test_data): Likewise.
22270         (exp2_test_data): Likewise.
22271         (expm1_test_data): Likewise.
22272         (hypot_test_data): Likewise.
22273         (j0_test_data): Likewise.
22274         (j1_test_data): Likewise.
22275         (jn_test_data): Likewise.
22276         (lgamma_test_data): Likewise.
22277         (log_test_data): Likewise.
22278         (log10_test_data): Likewise.
22279         (log1p_test_data): Likewise.
22280         (log2_test_data): Likewise.
22281         (pow_test_data): Likewise.
22282         (scalb_test_data): Likewise.
22283         (sin_test_data): Likewise.
22284         (sincos_test_data): Likewise.
22285         (sinh_test_data): Likewise.
22286         (tan_test_data): Likewise.
22287         (tanh_test_data): Likewise.
22288         (tgamma_test_data): Likewise.
22289         (y0_test_data): Likewise.
22290         (y1_test_data): Likewise.
22291         (yn_test_data): Likewise.
22293         [BZ #16167]
22294         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
22295         argument being NaN and avoid computations with second argument in
22296         that case.
22297         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
22298         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
22299         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
22301 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
22303         * locale/iso-639.def: Add Chitwani Tharu (the).
22305 2013-11-14  Andreas Schwab  <schwab@suse.de>
22307         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
22308         word instead of empty string.
22310 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22312         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22313         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
22314         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22315         (__fe_nomask_env): Likewise.
22317 2013-11-13  Steve Ellcey  <sellcey@mips.com>
22319         * benchtests/bench-timing.h: Include time.h.
22321 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
22323         [BZ #15997]
22324         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
22325         to 3.4.0 for x32.
22326         * sysdeps/unix/sysv/linux/configure: Regenerated.
22328 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
22330         [BZ #16151]
22331         * stdlib/strtod_l.c (round_and_return): Do not consider
22332         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
22333         exponent one less than half the least subnormal exponent.
22334         * stdlib/test-strtod-round-data: Add more tests.
22335         * stdlib/tst-strtod-round.c (tests): Regenerated.
22337 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22339         [BZ #14143]
22340         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
22341         (__fe_mask_env): Likewise.
22342         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
22343         libm_hidden_proto and add function prototype.
22344         (__fe_mask_env): Add function prototype.
22345         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22346         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
22347         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
22348         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
22349         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22350         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
22352 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22354         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
22355         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
22357 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22359         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
22360         of htab_find_slot().
22362 2013-11-11  David S. Miller  <davem@davemloft.net>
22364         [BZ #16150]
22365         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
22366         symbol in the non-vis3 case in static builds.
22367         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
22368         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
22369         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
22370         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
22372 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
22374         [BZ #387]
22375         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
22376         it is empty.
22378 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22380         * benchtests/Makefile: Add bench-strtod.
22381         * benchtests/bench-strtod.c: New file: strtod benchtest
22383 2013-11-11  Andreas Schwab  <schwab@suse.de>
22385         [BZ #16153]
22386         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
22387         terminating NUL in key length.
22389 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22391         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
22392         Add artificial ODP entry for vDSO symbol for PPC64.
22393         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
22394         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
22396 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
22398         [BZ #15374]
22399         * nss/getent.c (services_keys): Recognize services starting with digit.
22401 2013-11-06  David S. Miller  <davem@davemloft.net>
22403         [BZ #15985]
22404         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
22405         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
22407 2013-11-06  Will Newton  <will.newton@linaro.org>
22409         * manual/memory.texi (Malloc Examples): Remove register
22410         keyword from examples.
22412 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
22414         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
22416 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
22418         [BZ #6981]
22419         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
22420         depending on [__GCC_IEC_559 > 0].
22421         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
22422         depending on [__GCC_IEC_559_COMPLEX > 0].
22424 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
22426         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
22427         to iso-639.def.
22429 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
22431         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
22433 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
22435         [BZ #16112]
22436         * malloc/malloc (malloc_info): Do not handle first bin as
22437         special case.
22439 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
22441         * locale/iso-639.def: Add Central Nahuatl (nhn).
22443 2013-11-01  Bruno Haible  <bruno@clisp.org>
22445         [BZ #7003]
22446         * manual/math.texi (BSD Random): Specify range upper bound as
22447         in POSIX.
22449 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
22451         * locale/iso-639.def: Add Meadow Mari (mhr).
22453 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
22455         [BZ #14752], [BZ #15763]
22456         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
22457         Validate name.
22458         * rt/tst_shm.c: Add test for escaping directory.
22460 2013-10-31  Andreas Schwab  <schwab@suse.de>
22462         [BZ #15917]
22463         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
22464         followed by 'x' as part of digit sequence.
22465         * stdio-common/tst-sscanf.c (double_tests2): New tests.
22467 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
22469         [BZ #16037]
22470         * configure.ac: allow GNU Make 4.0 and greater.
22471         * configure: Regenerated.
22473 2013-10-30  Will Newton  <will.newton@linaro.org>
22475         [BZ #16038]
22476         * malloc/hooks.c (memalign_check): Limit alignment to the
22477         maximum representable power of two.
22478         * malloc/malloc.c (__libc_memalign): Likewise.
22479         * malloc/tst-memalign.c (do_test): Add test for very
22480         large alignment values.
22481         * malloc/tst-posix_memalign.c (do_test): Likewise.
22483 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
22485         [BZ #11087]
22486         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
22487         (munmap_chunk): Likewise.
22488         (mremap_chunk): Likewise.
22490 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
22492         [BZ #15799]
22493         * stdlib/div.c (div): Remove obsolete code.
22494         * stdlib/ldiv.c (ldiv): Likewise.
22495         * stdlib/lldiv.c (lldiv): Likewise.
22497 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
22499         [BZ #16071]
22500         * nss/nss_files/files-XXX.c (get_contents_ret): New
22501         enumerator.
22502         (get_contents): New function.
22503         (internal_getent): Use it.  Expand size of LINEBUFLEN.
22505 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
22507         * configure.in: Moved to ...
22508         * configure.ac: ... here. Change reference to configure.in
22509         to configure.ac.
22510         * sysdeps/arm/preconfigure.ac: ... here.
22511         configure.in to configure.ac.
22512         * sysdeps/gnu/configure.in: Moved to ...
22513         * sysdeps/gnu/configure.ac: ... here.
22514         * sysdeps/i386/configure.in: Moved to ...
22515         * sysdeps/i386/configure.ac: ... here.
22516         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
22517         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
22518         * sysdeps/mach/configure.in: Moved to ...
22519         * sysdeps/mach/configure.ac: ... here.
22520         * sysdeps/mach/hurd/configure.in: Moved to ...
22521         * sysdeps/mach/hurd/configure.ac: ... here.
22522         * sysdeps/powerpc/configure.in: Moved to ...
22523         * sysdeps/powerpc/configure.ac: ... here.
22524         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
22525         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
22526         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
22527         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
22528         * sysdeps/s390/s390-32/configure.in: Moved to ...
22529         * sysdeps/s390/s390-32/configure.ac: ... here.
22530         * sysdeps/s390/s390-64/configure.in: Moved to ...
22531         * sysdeps/s390/s390-64/configure.ac: ... here.
22532         * sysdeps/sh/configure.in: Moved to ...
22533         * sysdeps/sh/configure.ac: ... here.
22534         * sysdeps/sparc/configure.in: Moved to ...
22535         * sysdeps/sparc/configure.ac: ... here.
22536         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
22537         * sysdeps/unix/sysv/linux/configure.ac: ... here.
22538         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
22539         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
22540         * sysdeps/x86_64/configure.in: Moved to ...
22541         * sysdeps/x86_64/configure.ac: ... here.
22542         * sysdeps/x86_64/preconfigure.in: Moved to ...
22543         * sysdeps/x86_64/preconfigure.ac: ... here.
22544         * aclocal.m4: Change reference to configure.in to configure.ac.
22545         * config.h.in: Likewise.
22546         * manual/install.texi: Likewise.
22547         * manual/maint.texi: Likewise.
22548         * Makefile: Likewise.
22549         * malloc/Makefile: Likewise.
22550         * nscd/Makefile: Likewise.
22551         * Makeconfig: Change reference to configure.in and
22552         preconfigure.in to configure.ac and preconfigure.ac
22553         respectively.
22554         * INSTALL: Regenerated.
22555         * configure: Likewise.
22556         * sysdeps/gnu/configure: Likewise.
22557         * sysdeps/i386/configure: Likewise.
22558         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
22559         * sysdeps/mach/configure: Likewise.
22560         * sysdeps/mach/hurd/configure: Likewise.
22561         * sysdeps/powerpc/configure: Likewise.
22562         * sysdeps/powerpc/powerpc32/configure: Likewise.
22563         * sysdeps/powerpc/powerpc64/configure: Likewise.
22564         * sysdeps/s390/s390-32/configure: Likewise.
22565         * sysdeps/s390/s390-64/configure: Likewise.
22566         * sysdeps/sh/configure: Likewise.
22567         * sysdeps/sparc/configure: Likewise.
22568         * sysdeps/unix/sysv/linux/configure: Likewise.
22569         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
22570         * sysdeps/x86_64/configure: Likewise.
22571         * sysdeps/x86_64/preconfigure: Likewise.
22573 2013-10-29  Andreas Schwab  <schwab@suse.de>
22575         * stdio-common/Makefile (tst-swscanf-ENV): Define.
22577 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22579         * benchtests/pow-inputs: Add new inputs.
22581         * benchtests/exp-inputs: Add new inputs.
22583         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
22584         conditional check for return value.
22585         (__cos32): Likewise.
22587 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22589         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
22590         to provide a boost for large inputs with word alignment.
22591         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
22592         implementation based on optimized PPC64 strcpy.
22593         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
22594         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
22595         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
22596         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
22598 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
22600         [BZ #2801]
22601         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
22603 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
22605         [BZ #14876]
22606         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
22607         * time/tst-strptime.c (day_tests): Add testcase.
22609 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
22611         [BZ #14029]
22612         * manual/pattern.texi: Acknowledge that fnmatch can fail.
22614 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
22616         [BZ #16074]
22617         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
22618         MAP_FAILED on error.
22620 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
22622         [BZ #16072]
22623         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
22624         heap for large requests.
22626 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
22628         [BZ #9954]
22629         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
22630         result if the result has no associated interface.
22631         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
22632         interface for all 127.X.Y.Z addresses.
22634 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
22636         * locale/iso-639.def: Add Ligurian (lij)
22638 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
22640         [BZ #15825]
22641         * sunrpc/rpc_main.c: Document rpcgen -5.
22643 2013-10-19  Michael Stahl  <mstahl@redhat.com>
22645         * elf/rtld.c (do_preload): Print the reason why preloading failed.
22647 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
22649         [BZ #10278]
22650         * posix/glob.c: Match only directories when trailing slash is present.
22651         * posix/tst-gnuglob.c (my_opendir): Do not open files.
22652         (main): Add testcase.
22654 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
22656         [BZ #15670]
22657         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
22659 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
22661         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
22662         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
22663         AUTH_DES and cindex for FIPS 140-2.
22664         (DES Encryption): Add cindex FIPS 46-3.
22666         * locale/locarchive.h (struct locarhandle): Add fname.
22667         * locale/programs/localedef.c (main): Pass ARGV[remaining]
22668         if an optional argument was specified to --list-archive,
22669         otherwise NULL.
22670         * locale/programs/locarchive.c (show_archive_content): Take new
22671         argument fname and pass it via ah.fname to open_archive.
22672         * locale/programs/localedef.h: Update decl.
22673         (open_archive): If AH->fname is non-null, open that file
22674         rather than the default file name, and don't ignore ENOENT.
22675         (create_archive): Set AH.fname to NULL.
22676         (delete_locales_from_archive): Likewise.
22677         (add_locales_to_archive): Likewise.
22678         * locale/programs/locfile.c (write_all_categories): Likewise.
22680 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
22681             Aldy Hernandez  <aldyh@redhat.com>
22683         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
22684         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
22685         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
22686         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
22687         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
22688         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
22689         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
22690         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
22691         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
22692         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
22693         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
22694         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
22695         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
22696         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
22697         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
22698         Likewise.
22699         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
22700         Likewise.
22701         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
22702         Likewise.
22703         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
22704         Likewise.
22705         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
22706         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
22707         Likewise.
22708         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
22709         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
22710         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
22711         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
22712         Likewise.
22713         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
22714         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
22715         * sysdeps/powerpc/preconfigure: Likewise.
22716         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
22717         Likewise.
22718         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
22719         Replace contents of file by #include of <fenv_libc.h>.
22720         * sysdeps/powerpc/soft-fp/sfp-machine.h
22721         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
22722         and <sys/prctl.h>.
22723         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
22724         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
22725         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
22726         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
22727         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
22728         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
22729         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
22730         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
22731         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
22732         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
22733         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
22734         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
22735         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
22736         Allow copysignl PLT reference to be missing.
22738 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
22739             Joseph Myers  <joseph@codesourcery.com
22741         [BZ #15948]
22742         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
22743         single character.
22744         (add_to_tablewc): Assert sequence of wide characters is nonempty.
22746 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
22748         * elf/tst-tls-dlinfo.c: Don't include tls.h.
22749         * elf/tst-tls1.c: Likewise.
22750         * elf/tst-tls10.h: Likewise.
22751         * elf/tst-tls14.c: Likewise.
22752         * elf/tst-tls2.c: Likewise.
22753         * elf/tst-tls3.c: Likewise.
22754         * elf/tst-tls4.c: Likewise.
22755         * elf/tst-tls5.c: Likewise.
22756         * elf/tst-tls6.c: Likewise.
22757         * elf/tst-tls7.c: Likewise.
22758         * elf/tst-tls8.c: Likewise.
22759         * elf/tst-tls9.c: Likewise.
22760         * elf/tst-tlsmod1.c: Likewise.
22761         * elf/tst-tlsmod13.c: Likewise.
22762         * elf/tst-tlsmod13a.c: Likewise.
22763         * elf/tst-tlsmod14a.c: Likewise.
22764         * elf/tst-tlsmod16a.c: Likewise.
22765         * elf/tst-tlsmod16b.c: Likewise.
22766         * elf/tst-tlsmod2.c: Likewise.
22767         * elf/tst-tlsmod3.c: Likewise.
22768         * elf/tst-tlsmod4.c: Likewise.
22769         * elf/tst-tlsmod5.c: Likewise.
22770         * elf/tst-tlsmod6.c: Likewise.
22772 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
22774         [BZ #12486]
22775         * malloc/malloc.c: remove checks for statistics.
22777 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
22779         [BZ #15277]
22780         * inet/inet_net.c (inet_network): Detect additional invalid strings.
22781         * inet/tst-network.c: Add testcase.
22783 2013-10-17  Andreas Schwab  <schwab@suse.de>
22785         [BZ #15218]
22786         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
22787         to determine canonical name.
22789 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
22791         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
22792         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
22793         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
22794         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
22795         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
22796         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
22797         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
22798         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
22799         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
22800         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
22801         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
22802         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
22803         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
22804         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
22805         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
22806         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
22807         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
22808         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
22809         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
22810         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
22811         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
22812         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
22813         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
22814         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
22815         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
22816         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
22817         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
22818         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
22819         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
22820         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
22821         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
22822         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
22823         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
22824         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
22825         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
22826         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
22827         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
22828         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
22829         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
22830         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
22831         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
22832         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
22833         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
22834         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
22835         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
22836         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
22837         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
22838         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
22839         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
22840         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
22841         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
22842         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
22843         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
22844         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
22845         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
22846         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
22847         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
22848         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
22850 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
22852         [BZ #16041]
22853         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
22854         make result into a quiet NaN.
22856 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
22858         * soft-fp/adddf3.c: Fix horizontal whitespace.
22859         * soft-fp/addsf3.c: Likewise.
22860         * soft-fp/addtf3.c: Likewise.
22861         * soft-fp/divdf3.c: Likewise.
22862         * soft-fp/divsf3.c: Likewise.
22863         * soft-fp/divtf3.c: Likewise.
22864         * soft-fp/double.h: Likewise.
22865         * soft-fp/eqdf2.c: Likewise.
22866         * soft-fp/eqsf2.c: Likewise.
22867         * soft-fp/eqtf2.c: Likewise.
22868         * soft-fp/extenddftf2.c: Likewise.
22869         * soft-fp/extended.h: Likewise.
22870         * soft-fp/extendsfdf2.c: Likewise.
22871         * soft-fp/extendsftf2.c: Likewise.
22872         * soft-fp/extendxftf2.c: Likewise.
22873         * soft-fp/fixdfdi.c: Likewise.
22874         * soft-fp/fixdfsi.c: Likewise.
22875         * soft-fp/fixdfti.c: Likewise.
22876         * soft-fp/fixsfdi.c: Likewise.
22877         * soft-fp/fixsfsi.c: Likewise.
22878         * soft-fp/fixsfti.c: Likewise.
22879         * soft-fp/fixtfdi.c: Likewise.
22880         * soft-fp/fixtfsi.c: Likewise.
22881         * soft-fp/fixtfti.c: Likewise.
22882         * soft-fp/fixunsdfdi.c: Likewise.
22883         * soft-fp/fixunsdfsi.c: Likewise.
22884         * soft-fp/fixunsdfti.c: Likewise.
22885         * soft-fp/fixunssfdi.c: Likewise.
22886         * soft-fp/fixunssfsi.c: Likewise.
22887         * soft-fp/fixunssfti.c: Likewise.
22888         * soft-fp/fixunstfdi.c: Likewise.
22889         * soft-fp/fixunstfsi.c: Likewise.
22890         * soft-fp/fixunstfti.c: Likewise.
22891         * soft-fp/floatdidf.c: Likewise.
22892         * soft-fp/floatdisf.c: Likewise.
22893         * soft-fp/floatditf.c: Likewise.
22894         * soft-fp/floatsidf.c: Likewise.
22895         * soft-fp/floatsisf.c: Likewise.
22896         * soft-fp/floatsitf.c: Likewise.
22897         * soft-fp/floattidf.c: Likewise.
22898         * soft-fp/floattisf.c: Likewise.
22899         * soft-fp/floattitf.c: Likewise.
22900         * soft-fp/floatundidf.c: Likewise.
22901         * soft-fp/floatundisf.c: Likewise.
22902         * soft-fp/floatunditf.c: Likewise.
22903         * soft-fp/floatunsidf.c: Likewise.
22904         * soft-fp/floatunsisf.c: Likewise.
22905         * soft-fp/floatunsitf.c: Likewise.
22906         * soft-fp/floatuntidf.c: Likewise.
22907         * soft-fp/floatuntisf.c: Likewise.
22908         * soft-fp/floatuntitf.c: Likewise.
22909         * soft-fp/fmadf4.c: Likewise.
22910         * soft-fp/fmasf4.c: Likewise.
22911         * soft-fp/fmatf4.c: Likewise.
22912         * soft-fp/gedf2.c: Likewise.
22913         * soft-fp/gesf2.c: Likewise.
22914         * soft-fp/getf2.c: Likewise.
22915         * soft-fp/ledf2.c: Likewise.
22916         * soft-fp/lesf2.c: Likewise.
22917         * soft-fp/letf2.c: Likewise.
22918         * soft-fp/muldf3.c: Likewise.
22919         * soft-fp/mulsf3.c: Likewise.
22920         * soft-fp/multf3.c: Likewise.
22921         * soft-fp/negdf2.c: Likewise.
22922         * soft-fp/negsf2.c: Likewise.
22923         * soft-fp/negtf2.c: Likewise.
22924         * soft-fp/op-1.h: Likewise.
22925         * soft-fp/op-2.h: Likewise.
22926         * soft-fp/op-4.h: Likewise.
22927         * soft-fp/op-8.h: Likewise.
22928         * soft-fp/op-common.h: Likewise.
22929         * soft-fp/quad.h: Likewise.
22930         * soft-fp/single.h: Likewise.
22931         * soft-fp/soft-fp.h: Likewise.
22932         * soft-fp/sqrtdf2.c: Likewise.
22933         * soft-fp/sqrtsf2.c: Likewise.
22934         * soft-fp/sqrttf2.c: Likewise.
22935         * soft-fp/subdf3.c: Likewise.
22936         * soft-fp/subsf3.c: Likewise.
22937         * soft-fp/subtf3.c: Likewise.
22938         * soft-fp/truncdfsf2.c: Likewise.
22939         * soft-fp/trunctfdf2.c: Likewise.
22940         * soft-fp/trunctfsf2.c: Likewise.
22941         * soft-fp/trunctfxf2.c: Likewise.
22942         * soft-fp/unorddf2.c: Likewise.
22943         * soft-fp/unordsf2.c: Likewise.
22944         * soft-fp/unordtf2.c: Likewise.
22946 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
22948         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
22949         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
22951 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
22953         * elf/dl-libc.c: Clear initfini list after freeing.
22955 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
22957         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
22958         * soft-fp/addsf3.c: Likewise.
22959         * soft-fp/addtf3.c: Likewise.
22960         * soft-fp/divdf3.c: Likewise.
22961         * soft-fp/divsf3.c: Likewise.
22962         * soft-fp/divtf3.c: Likewise.
22963         * soft-fp/double.h: Likewise.
22964         * soft-fp/eqdf2.c: Likewise.
22965         * soft-fp/eqsf2.c: Likewise.
22966         * soft-fp/eqtf2.c: Likewise.
22967         * soft-fp/extenddftf2.c: Likewise.
22968         * soft-fp/extended.h: Likewise.
22969         * soft-fp/extendsfdf2.c: Likewise.
22970         * soft-fp/extendsftf2.c: Likewise.
22971         * soft-fp/extendxftf2.c: Likewise.
22972         * soft-fp/fixdfdi.c: Likewise.
22973         * soft-fp/fixdfsi.c: Likewise.
22974         * soft-fp/fixdfti.c: Likewise.
22975         * soft-fp/fixsfdi.c: Likewise.
22976         * soft-fp/fixsfsi.c: Likewise.
22977         * soft-fp/fixsfti.c: Likewise.
22978         * soft-fp/fixtfdi.c: Likewise.
22979         * soft-fp/fixtfsi.c: Likewise.
22980         * soft-fp/fixtfti.c: Likewise.
22981         * soft-fp/fixunsdfdi.c: Likewise.
22982         * soft-fp/fixunsdfsi.c: Likewise.
22983         * soft-fp/fixunsdfti.c: Likewise.
22984         * soft-fp/fixunssfdi.c: Likewise.
22985         * soft-fp/fixunssfsi.c: Likewise.
22986         * soft-fp/fixunssfti.c: Likewise.
22987         * soft-fp/fixunstfdi.c: Likewise.
22988         * soft-fp/fixunstfsi.c: Likewise.
22989         * soft-fp/fixunstfti.c: Likewise.
22990         * soft-fp/floatdidf.c: Likewise.
22991         * soft-fp/floatdisf.c: Likewise.
22992         * soft-fp/floatditf.c: Likewise.
22993         * soft-fp/floatsidf.c: Likewise.
22994         * soft-fp/floatsisf.c: Likewise.
22995         * soft-fp/floatsitf.c: Likewise.
22996         * soft-fp/floattidf.c: Likewise.
22997         * soft-fp/floattisf.c: Likewise.
22998         * soft-fp/floattitf.c: Likewise.
22999         * soft-fp/floatundidf.c: Likewise.
23000         * soft-fp/floatundisf.c: Likewise.
23001         * soft-fp/floatunsidf.c: Likewise.
23002         * soft-fp/floatunsisf.c: Likewise.
23003         * soft-fp/floatuntidf.c: Likewise.
23004         * soft-fp/floatuntisf.c: Likewise.
23005         * soft-fp/floatuntitf.c: Likewise.
23006         * soft-fp/fmadf4.c: Likewise.
23007         * soft-fp/fmasf4.c: Likewise.
23008         * soft-fp/fmatf4.c: Likewise.
23009         * soft-fp/gedf2.c: Likewise.
23010         * soft-fp/gesf2.c: Likewise.
23011         * soft-fp/getf2.c: Likewise.
23012         * soft-fp/ledf2.c: Likewise.
23013         * soft-fp/lesf2.c: Likewise.
23014         * soft-fp/letf2.c: Likewise.
23015         * soft-fp/muldf3.c: Likewise.
23016         * soft-fp/mulsf3.c: Likewise.
23017         * soft-fp/multf3.c: Likewise.
23018         * soft-fp/negdf2.c: Likewise.
23019         * soft-fp/negsf2.c: Likewise.
23020         * soft-fp/negtf2.c: Likewise.
23021         * soft-fp/op-1.h: Likewise.
23022         * soft-fp/op-2.h: Likewise.
23023         * soft-fp/op-4.h: Likewise.
23024         * soft-fp/op-8.h: Likewise.
23025         * soft-fp/op-common.h: Likewise.
23026         * soft-fp/quad.h: Likewise.
23027         * soft-fp/single.h: Likewise.
23028         * soft-fp/soft-fp.h: Likewise.
23029         * soft-fp/sqrtdf2.c: Likewise.
23030         * soft-fp/sqrtsf2.c: Likewise.
23031         * soft-fp/sqrttf2.c: Likewise.
23032         * soft-fp/subdf3.c: Likewise.
23033         * soft-fp/subsf3.c: Likewise.
23034         * soft-fp/subtf3.c: Likewise.
23035         * soft-fp/truncdfsf2.c: Likewise.
23036         * soft-fp/trunctfdf2.c: Likewise.
23037         * soft-fp/trunctfsf2.c: Likewise.
23038         * soft-fp/trunctfxf2.c: Likewise.
23039         * soft-fp/unorddf2.c: Likewise.
23040         * soft-fp/unordsf2.c: Likewise.
23041         * soft-fp/unordtf2.c: Likewise.
23043 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
23045         [BZ #15672]
23046         * misc/error.c (error_tail): Fix possible buffer overflow.
23048 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
23050         [BZ #13028]
23051         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
23052         address.
23054 2013-10-14  P. J. McDermott  <pj@pehjota.net>
23056         [BZ #832]
23057         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
23058         testing pipefail option.
23060 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
23062         * soft-fp/double.h: Indent preprocessor directives inside #if.
23063         * soft-fp/extended.h: Likewise.
23064         * soft-fp/op-2.h: Likewise.
23065         * soft-fp/op-4.h: Likewise.
23066         * soft-fp/op-common.h: Likewise.
23067         * soft-fp/quad.h: Likewise.
23068         * soft-fp/single.h: Likewise.
23069         * soft-fp/soft-fp.h: Likewise.
23071 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
23073         * iconv/iconv_prog.c: Fix typos.
23074         * stdio-common/psiginfo-data.h: Likewise.
23076 2013-10-12   Reuben Thomas <rrt@sc3d.org>
23078         [BZ #15764]
23079         * locale/setlocale.c: Fix typo.
23081 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
23083         [BZ #16036]
23084         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
23085         signaling NaN arguments.
23086         * soft-fp/unordsf2.c (__unordsf2): Likewise.
23087         * soft-fp/unordtf2.c (__unordtf2): Likewise.
23089         [BZ #14910]
23090         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
23091         unordered operands.
23092         * soft-fp/gesf2.c (__gesf2): Likewise.
23093         * soft-fp/getf2.c (__getf2): Likewise.
23094         * soft-fp/ledf2.c (__ledf2): Likewise.
23095         * soft-fp/lesf2.c (__lesf2): Likewise.
23096         * soft-fp/letf2.c (__letf2): Likewise.
23098         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
23099         * soft-fp/eqsf2.c (__eqsf2): Likewise.
23100         * soft-fp/eqtf2.c (__eqtf2): Likewise.
23101         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
23102         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
23103         * soft-fp/fixdfti.c (__fixdfti): Likewise.
23104         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
23105         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
23106         * soft-fp/fixsfti.c (__fixsfti): Likewise.
23107         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
23108         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
23109         * soft-fp/fixtfti.c (__fixtfti): Likewise.
23110         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
23111         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
23112         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
23113         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
23114         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
23115         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
23116         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
23117         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
23118         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
23119         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
23120         * soft-fp/floatdisf.c (__floatdisf): Likewise.
23121         * soft-fp/floatsisf.c (__floatsisf): Likewise.
23122         * soft-fp/floattidf.c (__floattidf): Likewise.
23123         * soft-fp/floattisf.c (__floattisf): Likewise.
23124         * soft-fp/floattitf.c (__floattitf): Likewise.
23125         * soft-fp/floatundidf.c (__floatundidf): Likewise.
23126         * soft-fp/floatundisf.c (__floatundisf): Likewise.
23127         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
23128         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
23129         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
23130         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
23131         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
23132         * soft-fp/gesf2.c (__gesf2): Likewise.
23133         * soft-fp/getf2.c (__getf2): Likewise.
23134         * soft-fp/ledf2.c (__ledf2): Likewise.
23135         * soft-fp/lesf2.c (__lesf2): Likewise.
23136         * soft-fp/letf2.c (__letf2): Likewise.
23138         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
23139         Undefine and redefine.
23140         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
23141         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
23142         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
23143         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
23144         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23145         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
23146         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23147         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
23148         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23149         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
23150         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23151         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
23152         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23153         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
23154         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23156         [BZ #16032]
23157         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
23158         without decrementing exponent if mantissa >= that for the
23159         denominator, not >.
23160         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
23161         denominator, not >.  Decrement exponent in < case instead of
23162         incrementing in >= case.
23163         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
23164         without decrementing exponent if mantissa >= that for the
23165         denominator, not >.
23167         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
23168         computing saturated result for unsigned overflow.
23170 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23171             Jeff Law  <law@redhat.com>
23173         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
23174         (atan2Mp): Add systemtap probe marker.
23175         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
23176         (__ieee754_log): Add systemtap probe marker.
23177         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
23178         (atanMp): Add systemtap probe marker.
23179         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
23180         (tanMp): Add systemtap probe marker.
23181         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
23182         (__slowexp): Add systemtap probe marker.
23183         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
23184         (__slowpow): Add systemtap probe marker.
23185         * manual/probes.texi: Document probes.
23187 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
23189         [BZ #15362]
23190         * libio/fileops.c (_IO_new_file_write): Return count of bytes
23191         written.
23192         (_IO_new_file_xsputn): Don't return EOF if nothing has been
23193         written.
23194         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
23195         written to buffer but not flushed.
23196         * libio/iofwrite_u.c:  Likewise.
23197         * libio/iopadn.c:  Return bytes returned even if EOF was
23198         encountered.
23199         * libio/iowpadn.c:  Likewise.
23200         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
23201         if _IO_padn does not write the whole buffer.
23202         [!COMPILE_WPRINTF] (PAD): Likewise.
23204 2013-10-10  David S. Miller  <davem@davemloft.net>
23206         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
23207         directory block.
23209 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
23211         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
23212         instead of FSF address.
23213         * soft-fp/fixdfti.c: Likewise.
23214         * soft-fp/fixsfti.c: Likewise.
23215         * soft-fp/fixtfti.c: Likewise.
23216         * soft-fp/fixunsdfti.c: Likewise.
23217         * soft-fp/fixunssfti.c: Likewise.
23218         * soft-fp/fixunstfti.c: Likewise.
23219         * soft-fp/floattidf.c: Likewise.
23220         * soft-fp/floattisf.c: Likewise.
23221         * soft-fp/floattitf.c: Likewise.
23222         * soft-fp/floatuntidf.c: Likewise.
23223         * soft-fp/floatuntisf.c: Likewise.
23224         * soft-fp/floatuntitf.c: Likewise.
23225         * soft-fp/trunctfxf2.c: Likewise.
23227         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
23228         * soft-fp/fixdfti.c: Likewise.
23229         * soft-fp/fixsfti.c: Likewise.
23230         * soft-fp/fixtfti.c: Likewise.
23231         * soft-fp/fixunsdfti.c: Likewise.
23232         * soft-fp/fixunssfti.c: Likewise.
23233         * soft-fp/fixunstfti.c: Likewise.
23234         * soft-fp/floattidf.c: Likewise.
23235         * soft-fp/floattisf.c: Likewise.
23236         * soft-fp/floattitf.c: Likewise.
23237         * soft-fp/floatuntidf.c: Likewise.
23238         * soft-fp/floatuntisf.c: Likewise.
23239         * soft-fp/floatuntitf.c: Likewise.
23240         * soft-fp/trunctfxf2.c: Likewise.
23242 2013-10-10  David S. Miller  <davem@davemloft.net>
23244         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23246 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
23248         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
23249         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
23250         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
23251         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
23252         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
23253         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
23254         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
23256         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
23257         for NaNs before doing comparisons on argument.
23258         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
23259         Likewise.
23261 2013-10-10  Will Newton  <will.newton@linaro.org>
23263         * malloc/hooks.c (memalign_check): Ensure the value of bytes
23264         passed to _int_memalign does not overflow.
23266 2013-10-10  Torvald Riegel  <triegel@redhat.com>
23268         * scripts/bench.pl: Add include-sources directive.
23269         * benchtests/README: Update documentation.
23271 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
23273         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
23274         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
23275         instead of FP_INIT_ROUNDMODE.
23276         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
23277         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
23279         [BZ #16034]
23280         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
23281         copy class of input value.
23282         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
23283         not handle exceptions.
23284         * soft-fp/negsf2.c (__negsf2): Likewise.
23285         * soft-fp/negtf2.c (__negtf2): Likewise.
23286         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
23288 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
23290         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
23291         semicolon.  From Linux kernel.
23293 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
23295         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
23297 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
23299         [BZ #156]
23300         * manual/socket.texi: Added statement about buffer
23301         for gethostbyname2_r.
23303 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
23305         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
23306         Use .p2align directive instead, throughout.
23307         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
23308         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
23309         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
23310         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
23311         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
23312         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
23313         * sysdeps/x86_64/strchr.S: Likewise.
23314         * sysdeps/x86_64/strrchr.S: Likewise.
23316 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
23318         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
23320         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
23322         * sysdeps/generic/math_private.h (__mpsin1): Remove
23323         declaration.
23324         (__mpcos1): Likewise.
23325         (__mpsin): New argument __range_reduce.
23326         (__mpcos): Likewise.
23327         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
23328         (slow): Use __mpsin and __mpcos.
23329         (slow1): Likewise.
23330         (slow2): Likewise.
23331         (sloww): Likewise.
23332         (sloww1): Likewise.
23333         (sloww2): Likewise.
23334         (bsloww): Likewise.
23335         (bsloww1): Likewise.
23336         (bsloww2): Likewise.
23337         (cslow2): Likewise.
23338         (csloww): Likewise.
23339         (csloww1): Likewise.
23340         (csloww2): Likewise.
23341         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
23342         range_reduce.  Merge in __mpsin1.
23343         (__mpcos): Likewise.
23344         (__mpsin1): Remove.
23345         (__mpcos1): Likewise.
23347 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
23349         * locale/loadlocale.c (_nl_intern_locale_data): Use
23350         LOCFILE_ALIGNED_P.
23351         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
23352         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
23353         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
23354         obstack data is appropriately aligned.
23355         (obstack_int32_grow_fast): Likewise.
23356         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
23357         * locale/programs/locfile.c (add_locale_uint32): Likewise.
23358         (add_locale_uint32_array): Likewise.
23360 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
23362         * benchtests/Makefile: Remove ARGLIST and RET variables.
23363         ($(objpfx)bench-%.c): Pass only function name to the script.
23364         * benchtests/README: Update documentation.
23365         * benchtests/acos-inputs: Add new directives.
23366         * benchtests/acosh-inputs: Likewise.
23367         * benchtests/asin-inputs: Likewise.
23368         * benchtests/asinh-inputs: Likewise.
23369         * benchtests/atan-inputs: Likewise.
23370         * benchtests/atanh-inputs: Likewise.
23371         * benchtests/cos-inputs: Likewise.
23372         * benchtests/cosh-inputs: Likewise.
23373         * benchtests/exp-inputs: Likewise.
23374         * benchtests/log-inputs: Likewise.
23375         * benchtests/pow-inputs: Likewise.
23376         * benchtests/rint-inputs: Likewise.
23377         * benchtests/sin-inputs: Likewise.
23378         * benchtests/sinh-inputs: Likewise.
23379         * benchtests/tan-inputs: Likewise.
23380         * benchtests/tanh-inputs: Likewise.
23381         * scripts/bench.pl: Add support for new directives.
23383 2013-10-07  Alan Modra  <amodra@gmail.com>
23385         * README: Fix careless merge.
23387 2013-10-05  Alan Modra  <amodra@gmail.com>
23389         * NEWS: Mention powerpc64le support and bugs fixed.
23390         * README: Both big-endian and little-endian powerpc64 supported.
23392 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
23394         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
23395         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
23396         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
23397         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
23399 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
23401         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
23402         match prototype.
23404 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
23406         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
23407         Move -mhard-float appending from
23408         ports/sysdeps/powerpc/powerpc32/Makefile.
23409         [$(with-fp) = yes] (ASFLAGS): Likewise.
23410         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
23411         * sysdeps/powerpc/nofpu: Move directory from
23412         ports/sysdeps/powerpc/nofpu.
23413         * sysdeps/powerpc/soft-fp: Move directory from
23414         ports/sysdeps/powerpc/soft-fp.
23415         * sysdeps/powerpc/powerpc32/405: Move directory from
23416         ports/sysdeps/powerpc/powerpc32/405.
23417         * sysdeps/powerpc/powerpc32/440: Move directory from
23418         ports/sysdeps/powerpc/powerpc32/440.
23419         * sysdeps/powerpc/powerpc32/464: Move directory from
23420         ports/sysdeps/powerpc/powerpc32/464.
23421         * sysdeps/powerpc/powerpc32/476: Move directory from
23422         ports/sysdeps/powerpc/powerpc32/476.
23423         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
23424         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
23425         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
23426         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
23427         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
23428         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
23429         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
23430         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
23431         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
23432         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
23433         * README: Update for powerpc-*-linux-gnu software floating point
23434         support in libc.
23436         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
23437         case to powerpc/powerpc32*.
23438         * sysdeps/unix/sysv/linux/configure: Regenerated.
23440         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
23441         (_FPU_MASK_OM): Define as 0x04.
23442         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
23443         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
23444         0x00c10080.
23445         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
23446         0x0000003c.
23447         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
23449         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
23450         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
23451         getcontext_e500.
23452         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
23453         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
23454         setcontext_e500.
23455         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
23456         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
23457         and setcontext_e500.
23459 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
23461         * locale/iso-3166.def: Update iso-1366.def and related occurrences
23463 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
23465         * manual/threads.texi (Default Thread Attributes): Fix typo.
23467 2013-10-04  Will Newton  <will.newton@linaro.org>
23469         * malloc/Makefile: Add tst-memalign.
23470         * malloc/tst-memalign.c: New file.
23472         * malloc/tst-posix_memalign.c: Add comments.
23473         (do_test): Add comments and call free on all potentially
23474         allocated pointers. Add space after cast.
23476         * malloc/tst-pvalloc.c: Add comments.
23477         (do_test): Add comments and call free on all potentially
23478         allocated pointers. Remove duplicate check for NULL pointer.
23479         Add space after cast.
23481         * malloc/tst-valloc.c: Add comments.
23482         (do_test): Add comments and call free on all potentially
23483         allocated pointers. Remove duplicate check for NULL pointer.
23484         Add space after cast.
23486 2013-10-04  Alan Modra  <amodra@gmail.com>
23488         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
23489         Use stdint types in rather than __attribute__((mode())).
23490         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
23492 2013-10-04  Alan Modra  <amodra@gmail.com>
23494         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
23495         Correct handling of unaligned relocs for little-endian.
23496         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
23498 2013-10-04  Alan Modra  <amodra@gmail.com>
23500         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
23501         * configure: Regenerate.
23502         * nptl/shlib-versions: Powerpc*le starts at 2.18.
23503         * shlib-versions: Likewise.
23505 2013-10-04  Alan Modra  <amodra@gmail.com>
23507         * string/tester.c (test_memrchr): Increment reported test cycle.
23509 2013-10-04  Alan Modra  <amodra@gmail.com>
23511         * string/test-memcpy.c (do_one_test): When reporting errors, print
23512         string address and don't overrun end of string.
23514 2013-10-04  Alan Modra  <amodra@gmail.com>
23516         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
23517         insrdi.  Make better use of reg selection to speed exit slightly.
23518         Schedule entry path a little better.  Remove useless "are we done"
23519         checks on entry to main loop.  Handle wrapping around zero address.
23520         Correct main loop count.  Handle single left-over word from main
23521         loop inline rather than by using loop_small.  Remove extra word
23522         case in loop_small caused by wrong loop count.  Add little-endian
23523         support.
23524         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
23525         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
23526         cache hint.
23527         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
23528         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
23529         support.  Avoid rlwimi.
23530         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
23532 2013-10-04  Alan Modra  <amodra@gmail.com>
23534         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
23535         insrdi.  Formatting.
23536         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
23537         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
23538         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
23539         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23540         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
23541         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
23543 2013-10-04  Alan Modra  <amodra@gmail.com>
23545         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
23546         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23547         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
23548         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
23549         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
23550         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23551         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23552         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
23553         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
23554         use of regs.  Use power7 mtocrf.  Tidy function tails.
23556 2013-10-04  Alan Modra  <amodra@gmail.com>
23558         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
23559         Formatting.  Consistently use rXXX register defines or rN defines.
23560         Use early exit labels that avoid restoring unused non-volatile regs.
23561         Make cr field use more consistent with rWORDn compares.  Rename
23562         regs used as shift registers for unaligned loop, using rN defines
23563         for short lifetime/multiple use regs.
23564         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23565         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
23566         addi 1,1,64 to pop stack frame.  Simplify return value code.
23567         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23569 2013-10-04  Alan Modra  <amodra@gmail.com>
23571         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
23572         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
23573         rather than rlwimi.
23574         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
23575         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
23576         little-endian support.  Correct typos.
23577         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
23578         rather than rlwimi.
23579         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
23580         in loop and entry code to keep "and." results.
23581         (strchr): Add little-endian support.  Comment.  Move cntlzd
23582         earlier in tail.
23583         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
23585 2013-10-04  Alan Modra  <amodra@gmail.com>
23587         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
23588         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
23589         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
23590         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
23592 2013-10-04  Alan Modra  <amodra@gmail.com>
23594         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
23595         (rTMP): Define as r11.
23596         (strcmp): Add little-endian support.  Optimise tail.
23597         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
23598         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23599         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
23600         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
23601         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
23602         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
23603         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
23605 2013-10-04  Alan Modra  <amodra@gmail.com>
23607         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
23608         little-endian support.  Remove unnecessary "are we done" tests.
23609         Handle "s" wrapping around zero and extremely large "size".
23610         Correct main loop count.  Handle single left-over word from main
23611         loop inline rather than by using small_loop.  Correct comments.
23612         Delete "zero" tail, use "end_max" instead.
23613         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
23615 2013-10-04  Alan Modra  <amodra@gmail.com>
23617         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
23618         support.  Don't branch over align.
23619         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
23620         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
23621         support.  Rearrange tmp reg use to suit.  Comment.
23622         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
23624 2013-10-04  Alan Modra  <amodra@gmail.com>
23626         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
23628 2013-10-04  Alan Modra  <amodra@gmail.com>
23630         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
23631         conditional form of branch and link when obtaining pc.
23632         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
23634 2013-10-04  Alan Modra  <amodra@gmail.com>
23636         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
23637         HIWORD/LOWORD.
23638         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
23639         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
23641 2013-10-04  Alan Modra  <amodra@gmail.com>
23643         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
23644         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
23645         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
23646         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
23647         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
23648         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
23649         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
23650         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
23651         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
23652         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
23654 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23655             Alistair Popple <alistair@ozlabs.au.ibm.com>
23656             Alan Modra <amodra@gmail.com>
23658         [BZ #15723]
23659         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
23660         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
23661         _dl_hwcap access for little-endian.
23662         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
23663         destroy vmx regs when saving unaligned.
23664         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
23665         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
23666         destroy vmx regs when saving unaligned.
23668 2013-10-04  Alan Modra  <amodra@gmail.com>
23670         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
23671         Don't use a union to pack hi/low value.
23673 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23675         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
23676         for little-endian.
23677         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23678         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
23679         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
23680         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23681         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23683 2013-10-04  Alan Modra  <amodra@gmail.com>
23685         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
23686         constants to usual value for .cst8 section, and remove redundant
23687         high address load.
23688         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
23689         constant for 0x1p52.  Load little-endian words of double from
23690         correct stack offsets.
23692 2013-10-04  Alan Modra  <amodra@gmail.com>
23694         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
23695         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
23696         words of double from correct stack offsets.
23697         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
23698         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
23699         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23700         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23701         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23702         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23703         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23704         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
23705         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
23706         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23707         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23708         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23709         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
23710         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
23711         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
23712         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
23713         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
23715 2013-10-04  Alan Modra  <amodra@gmail.com>
23717         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
23718         64-bit int/double union.
23719         (_FPU_SETCW): Likewise.
23720         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
23721         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
23723 2013-10-04  Alan Modra  <amodra@gmail.com>
23725         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
23726         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
23728 2013-10-04  Alan Modra  <amodra@gmail.com>
23730         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
23731         use vector int constants.
23732         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
23734 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23736         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
23737         array with long long.
23738         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
23739         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
23740         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
23741         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
23742         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
23743         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
23744         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
23745         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
23746         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
23747         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
23748         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
23749         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
23750         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
23752 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23754         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
23755         (__signbit): Likewise.  Correct for little-endian.
23756         (__signbitl): Call __signbit.
23757         (lrint): Correct for little-endian.
23758         (lrintf): Call lrint.
23760 2013-10-04  Alan Modra  <amodra@gmail.com>
23762         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
23763         union 32-bit int array member with 64-bit int array.
23764         (t515, tm256): Double rather than long double.
23765         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
23767 2013-10-04  Alan Modra  <amodra@gmail.com>
23769         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
23770         Delete.
23771         (IEEE854_LONG_DOUBLE_BIAS): Delete.
23772         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
23773         version of math_ldbl.h.
23775 2013-10-04  Alan Modra  <amodra@gmail.com>
23777         [BZ #15734], [BZ #15735]
23778         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
23779         all uses of ieee875 long double macros and unions.  Simplify test
23780         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
23781         ldbl_extract_mantissa value for ix,iy exponents.  Properly
23782         normalize after ldbl_extract_mantissa, and don't add hidden bit
23783         already handled.  Don't treat low word of ieee854 mantissa like
23784         low word of IBM long double and mask off bit when testing for
23785         zero.
23786         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
23787         all uses of ieee875 long double macros and unions.  Simplify tests
23788         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
23789         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
23790         two1022, instead use their values.  Recognise that tests for large
23791         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
23792         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
23793         Rewrite all uses of ieee875 long double macros and unions.  Simplify
23794         test for 0.0L and nan.  Correct negation.
23795         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
23796         ieee875 long double macros and unions.  Correct output for large
23797         magnitude x.  Correct absolute value calculation.
23798         (__erfcl): Likewise.
23799         * math/libm-test.inc: Add tests for errors discovered in IBM long
23800         double versions of fmodl, remainderl, erfl and erfcl.
23802 2013-10-04  Alan Modra  <amodra@gmail.com>
23804         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
23805         all uses of ieee854 long double macros and unions.  Simplify tests
23806         for long doubles that are fully specified by the high double.
23807         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
23808         Likewise.
23809         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
23810         Remove dead code too.
23811         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
23812         (__ieee754_ynl): Likewise.
23813         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
23814         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
23815         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
23816         Remove dead code too.
23817         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
23818         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
23819         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
23820         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
23821         Simplify.
23822         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
23823         Simplify.
23824         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
23825         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
23826         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
23827         Comment on variable precision.
23828         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
23829         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
23830         Likewise.
23831         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
23832         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
23833         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
23834         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
23835         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
23837 2013-10-04  Alan Modra  <amodra@gmail.com>
23839         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
23840         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
23841         all uses of ieee854 long double macros and unions.
23842         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
23843         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
23844         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
23845         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
23846         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
23847         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
23848         Likewise.
23849         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
23850         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
23851         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
23852         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
23853         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
23854         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
23855         Simplify sign and nan test too.
23856         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
23857         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
23858         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
23859         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
23860         Likewise.
23861         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
23862         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
23863         Likewise.
23864         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
23865         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
23866         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
23867         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
23868         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
23869         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
23871 2013-10-04  Alan Modra  <amodra@gmail.com>
23873         * stdio-common/printf_size.c (__printf_size): Don't use
23874         union ieee854_long_double in fpnum union.
23875         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
23876         signbit macro to retrieve sign from long double.
23877         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
23878         retrieve sign from long double.
23879         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
23880         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
23881         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
23882         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
23883         * math/test-misc.c (main): Don't use union ieee854_long_double.
23885 2013-10-04  Alan Modra  <amodra@gmail.com>
23887         [BZ #15680]
23888         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
23889         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
23890         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
23891         calculation.  Remove unnecessary test for denormal exponent.
23892         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
23893         Correct handling of denormals.  Avoid undefined shift behaviour.
23894         Correct normalisation of low mantissa when low double is denormal.
23895         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
23896         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
23897         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
23898         Correct normalisation of low mantissa.  Test for overflow of high
23899         mantissa and normalise.
23900         (ldbl_nearbyint): Use more readable constant for two52.
23901         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
23902         (__mpn_construct_long_double): Fix test for overflow of high
23903         mantissa and correct normalisation.  Avoid undefined shift.
23905 2013-10-04  Alan Modra  <amodra@gmail.com>
23907         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
23908         (union ibm_extended_long_double): Define as an array of ieee754_double.
23909         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
23910         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
23911         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
23912         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
23913         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23914         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
23915         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23916         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
23917         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
23918         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
23919         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
23921 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
23923         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
23924         page size instead of calling getpagesize.
23926         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
23927         (LOCFILE_ALIGN_MASK): Likewise.
23928         (LOCFILE_ALIGN_UP): Likewise.
23929         (LOCFILE_ALIGNED_P): Likewise.
23930         * locale/programs/ld-collate.c (collate_output): Use the new
23931         macros instead of __alignof__ (int32_t).
23932         * locale/weight.h (findidx): Likewise.
23934 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
23936         [BZ #431]
23937         * manual/string.texi: Fix strncat and wcsncat.
23939 2013-10-03  Brooks Moses  <bmoses@google.com>
23941         [BZ #15915]
23942         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
23943         * Makerules: ...here, and adjust associated comments.
23945 2013-10-02  Will Newton  <will.newton@linaro.org>
23947         * malloc/Makefile: Add tst-pvalloc.
23948         * malloc/tst-pvalloc.c: New file.
23950 2013-10-02  Will Newton  <will.newton@linaro.org>
23952         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
23953         improve test coverage.
23955 2013-10-02  Will Newton  <will.newton@linaro.org>
23957         * malloc/Makefile: Add tst-posix_memalign.
23958         * malloc/tst-posix_memalign.c: New file.
23960 2013-10-01  Eric Blake  <eblake@redhat.com>
23962         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
23963         Use __THROWNL rather than __THROW on static functions.
23965 2013-09-30  Petr Machata  <pmachata@redhat.com>
23967         * elf/elf.h (R_AARCH64_ABS16): New macro.
23968         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
23969         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
23970         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
23971         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
23972         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
23973         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
23974         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
23975         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
23976         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
23977         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
23978         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
23979         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
23980         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
23981         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
23982         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
23983         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
23984         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
23985         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
23986         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
23987         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
23988         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
23989         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
23990         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
23991         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
23992         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
23993         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
23994         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
23995         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
23996         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
23997         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
23998         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
23999         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
24000         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
24001         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
24002         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
24003         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
24004         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
24005         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
24006         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
24007         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
24008         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
24009         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
24010         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
24011         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
24012         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
24013         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
24014         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
24015         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
24016         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
24017         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
24018         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
24019         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
24020         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
24021         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
24022         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
24023         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
24024         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
24025         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
24026         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
24027         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
24028         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
24029         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
24030         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
24031         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
24032         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
24033         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
24034         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
24035         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
24036         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
24037         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
24038         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
24039         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
24040         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
24041         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
24042         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
24043         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
24044         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
24045         (R_AARCH64_TLSDESC_LDR): Likewise.
24046         (R_AARCH64_TLSDESC_ADD): Likewise.
24047         (R_AARCH64_TLSDESC_CALL): Likewise.
24049 2013-09-30  Andreas Schwab  <schwab@suse.de>
24051         [BZ #15048]
24052         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
24053         the nss database lookup.
24054         * nscd/initgrcache.c (addinitgroupsX): Likewise.
24055         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
24057 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
24059         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
24061 2013-09-28  P. J. McDermott  <pj@pehjota.net>
24063         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
24064         ${Bash-specific parameter/pattern/string} parameter expansion.
24065         * sysdeps/unix/make-syscalls.sh: Likewise.
24067 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
24069         * sysdeps/sh/stackguard-macros.h: New file.
24071 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
24073         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
24074         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
24075         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
24076         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
24077         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
24078         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
24080 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24082         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
24083         Fix thread ID register.
24085 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
24087         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
24088         [POSIX || UNIX98]: Require rather than permitting all symbols from
24089         <time.h>.
24090         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
24091         element of struct sched_param.
24092         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
24093         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
24094         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
24095         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
24096         constant.
24098 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
24100         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
24101         argument calculation.
24103 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
24105         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
24106         Expect macro.
24107         [POSIX] (pthread_attr_t): Do not require type.
24108         [POSIX] (pthread_cond_t): Likewise.
24109         [POSIX] (pthread_condattr_t): Likewise.
24110         [POSIX] (pthread_key_t): Likewise.
24111         [POSIX] (pthread_mutex_t): Likewise.
24112         [POSIX] (pthread_mutexattr_t): Likewise.
24113         [POSIX] (pthread_once_t): Likewise.
24114         [POSIX] (pthread_t): Likewise.
24115         [POSIX-based standards] (pthread_atfork): Expect function.
24117 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
24118             Richard Sandiford  <richard@codesourcery.com>
24120         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
24121         (swap_endianness_p): New extern variable.
24122         (set_big_endian): New inline function.
24123         (maybe_swap_uint32): Likewise.
24124         (maybe_swap_uint32_array): Likewise.
24125         (maybe_swap_uint32_obstack): Likewise.
24126         * locale/programs/locfile.c: Include <stdbool.h>.
24127         (swap_endianness_p): New variable.
24128         (add_locale_uint32): Call maybe_swap_uint32.
24129         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
24130         (write_locale_data): Call maybe_swap_uint32_array.
24131         * locale/programs/ld-collate.c (obstack_int32_grow): Call
24132         maybe_swap_uint32.
24133         (obstack_int32_grow_fast): Likewise.
24134         (output_weightwc): Call maybe_swap_uint32_obstack.
24135         (collate_output): Likewise.
24136         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
24137         (OPT_LITTLE_ENDIAN): Likewise.
24138         (options): Add --little-endian and --big-endian options.
24139         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
24140         * locale/programs/locarchive.c: Include "locfile.h".
24141         (GET): New macro.
24142         (SET): Likewise.
24143         (INC): Likewise.
24144         (create_archive): Use the new macros to access fields of
24145         structures directly mapped from or written to locale archives.
24146         (oldlocrecentcmp): Likewise.
24147         (enlarge_archive): Likewise.
24148         (insert_name): Likewise.
24149         (add_alias): Likewise.
24150         (add_locale): Likewise.
24151         (delete_locales_from_archive): Likewise.
24152         (show_archive_content): Likewise.
24153         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
24154         locale data.
24156 2013-09-24  Roland McGrath  <roland@hack.frob.com>
24158         * manual/freemanuals.texi: Updated from (newly) canonical copy at
24159         http://www.gnu.org/doc/freemanuals.texi.
24160         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
24162 2013-09-24  Will Newton  <will.newton@linaro.org>
24164         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
24165         macro.
24167 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
24169         * locale/hashval.h (compute_hashval): Interpret bytes of key as
24170         unsigned char.
24172 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
24174         * manual/threads.texi (POSIX Threads): Fix a typo.
24176 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
24178         [BZ #14547]
24179         * string/tst-strcoll-overflow.c: New test case.
24180         * string/Makefile (xtests): Add tst-strcoll-overflow.
24181         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
24182         cache if string sizes may cause integer overflow.
24184         [BZ #14547]
24185         * string/strcoll_l.c (coll_seq): New members rule, idx,
24186         save_idx and back_us.
24187         (get_next_seq_nocache): New function.
24188         (do_compare_nocache): New function.
24189         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
24190         when malloc fails.
24192 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
24194         [BZ #15754]
24195         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
24196         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
24197         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
24199         [BZ #15754]
24200         * elf/Makefile (tests): Add tst-ptrguard1.
24201         (tests-static): Add tst-ptrguard1-static.
24202         (tst-ptrguard1-ARGS): Define.
24203         (tst-ptrguard1-static-ARGS): Define.
24204         * elf/tst-ptrguard1.c: New file.
24205         * elf/tst-ptrguard1-static.c: New file.
24206         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
24207         * sysdeps/i386/stackguard-macros.h: Likewise.
24208         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
24209         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
24210         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
24211         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
24212         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
24213         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
24215 2013-09-23  Hector Marco  <hecmargi@upv.es>
24216             Ismael Ripoll  <iripoll@disca.upv.es>
24217             Carlos O'Donell  <carlos@redhat.com>
24219         [BZ #15754]
24220         * sysdeps/generic/stackguard-macros.h: Define
24221         __pointer_chk_guard_local and POINTER_CHK_GUARD.
24222         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
24223         Define __pointer_chk_guard_local.
24224         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
24225         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
24227 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
24229         [BZ #15859]
24230         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
24232 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
24234         * include/string.h (__ffs): Declare as hidden.
24235         * string/ffs.c (__ffs): Define as hidden.
24236         * sysdeps/i386/ffs.c (__ffs): Likewise.
24237         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
24238         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
24239         * sysdeps/s390/ffs.c (__ffs): Likewise.
24240         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
24242 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
24244         * NEWS: Mention malloc probes.
24246         * malloc/arena.c (new_heap): New memory_heap_new probe.
24247         (grow_heap): New memory_heap_more probe.
24248         (shrink_heap): New memory_heap_less probe.
24249         (heap_trim): New memory_heap_free probe.
24250         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
24251         (systrim): New memory_sbrk_less probe.
24252         * manual/probes.texi: Document them.
24254         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
24255         * manual/probes.texi: Document it.
24257         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
24258         (__libc_realloc): Add memory_realloc_retry probe.
24259         (__libc_memalign): Add memory_memalign_retry probe.
24260         (__libc_valloc): Add memory_valloc_retry probe.
24261         (__libc_pvalloc): Add memory_pvalloc_retry probe.
24262         (__libc_calloc): Add memory_calloc_retry probe.
24263         * manual/probes.texi: Document them.
24265         * malloc/arena.c (get_free_list): Add probe
24266         memory_arena_reuse_free_list.
24267         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
24268         and memory_arena_reuse.
24269         (arena_get2) [!PER_THREAD]: Likewise.
24270         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
24271         memory_arena_reuse_realloc.
24272         * manual/probes.texi: Document them.
24274         * malloc/malloc.c (__libc_free): Add
24275         memory_mallopt_free_dyn_thresholds probe.
24276         (__libc_mallopt): Add multiple memory_mallopt probes.
24277         * manual/probes.texi: Document them.
24279         * malloc/malloc.c: Include stap-probe.h.
24280         (__libc_mallopt): Add memory_mallopt probe.
24281         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
24282         * manual/probes.texi: New.
24283         * manual/Makefile (chapters): Add probes.
24284         * manual/threads.texi: Set next node.
24286 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
24288         [BZ #15963, #13985]
24289         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
24290         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
24291         Add `Chinese' to `nan' entry name.
24293 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24295         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
24296         (POLYNOMIAL): Likewise.
24297         (TAYLOR_SINCOS): Likewise.
24298         (TAYLOR_SLOW): Likewise.
24299         (__sin): Use TAYLOR_SINCOS.
24300         (__cos): Likewise.
24301         (slow): Use TAYLOR_SLOW.
24302         (sloww): Likewise.
24303         (bsloww): Likewise.
24304         (csloww): Likewise.
24306 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24308         * stdlib/strtod_l.c: Fix buffer overrun.
24310 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24312         * benchtests/Makefile (bench): Add sincos.
24313         * benchtests/bench-sincos.c: New file.
24315         * math/libm-test.inc (cos_test_data): New test inputs.
24316         (sin_test_data): Likewise.
24318         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
24319         macro.
24320         (__sin): Use it.
24321         (__cos): Likewise.
24322         (slow1): Likewise.
24323         (slow2): Likewise.
24324         (sloww1): Likewise.
24325         (sloww2): Likewise.
24326         (bsloww1): Likewise.
24327         (bsloww2): Likewise.
24328         (cslow2): Likewise.
24329         (csloww1): Likewise.
24330         (csloww2): Likewise.
24332         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
24333         function.
24334         (__sin): Use it.
24335         (__cos): Likewise.
24337         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
24338         gotos.
24339         (__cos): Likewise.
24341 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
24343         * config.h.in (HAVE_MIPS_NAN2008): New macro.
24344         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
24345         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
24346         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
24347         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
24348         * elf/cache.c (print_entry): Handle the new cache flags.
24350 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
24351             Aldy Hernandez  <aldyh@redhat.com>
24353         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
24354         Change condition to [_SOFT_FLOAT].
24355         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
24356         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
24357         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
24358         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
24359         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
24360         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
24361         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
24362         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
24363         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
24364         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
24365         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
24366         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
24367         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
24368         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
24369         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
24370         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
24371         declaration.
24373 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
24375         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
24376         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
24377         (__longjmp): Use LOAD_GP to load saved GPRs.
24378         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
24379         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
24380         (__sigsetjmp): Use SAVE_GP to save GPRs.
24382         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
24383         Do not append -msoft-float.
24384         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
24386 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24388         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
24390 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
24392         [BZ #15966]
24393         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
24394         (_FPU_GETCW): Use initial "__" on variable and field names but not
24395         on macro parameter name.
24396         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
24397         parentheses around reference to macro parameter.
24399 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
24401         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
24402         prototype.
24403         (ctype_startup): Use uint32_t in cast and sizeof for
24404         ctype->charnames.
24406 2013-09-11  Jia Liu  <proljc@gmail.com>
24408         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
24409         __daddr_t_defined.
24410         [__FreeBSD__]: Likewise.
24412 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
24414         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
24415         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
24416         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
24417         (strchr): Remove __strchr_sse42 ifunc selection.
24418         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
24419         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
24421 2013-09-11  Will Newton  <will.newton@linaro.org>
24423         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
24424         parameter to RES. Remove hardcoded 1000 value.
24425         * benchtests/bench-skeleton.c (main): Pass RES parameter
24426         to TIMING_INIT and multiply result by 1000.
24428 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24430         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24432 2013-09-11  Andreas Schwab  <schwab@suse.de>
24434         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
24435         if not defined.
24436         (O_TMPFILE) [__USE_GNU]: Define.
24437         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
24438         Define.
24440 2013-09-11  Will Newton  <will.newton@linaro.org>
24442         [BZ #15857]
24443         * malloc/malloc.c (__libc_memalign): Check the value of bytes
24444         does not overflow.
24446 2013-09-11  Will Newton  <will.newton@linaro.org>
24448         [BZ #15856]
24449         * malloc/malloc.c (__libc_valloc): Check the value of bytes
24450         does not overflow.
24452 2013-09-11  Will Newton  <will.newton@linaro.org>
24454         [BZ #15855]
24455         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
24456         does not overflow.
24458 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
24460         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
24461         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
24462         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
24463         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
24464         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
24466 2013-09-10  Allan McRae  <allan@archlinux.org>
24468         [BZ #15748]
24469         * manual/arith.texi (Parsing of Floats): Clarify
24470         cross-reference.
24472         [BZ #15849]
24473         * manual/install.texi (Running make install): Mention
24474         --enable-pt-chown.
24475         * INSTALL: Regenerated.
24477 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
24479         * csu/init-first.c (_init): Remove the !SHARED condition around
24480         FPU control word initialization.
24481         * elf/dl-support.c (_dl_fpu_control): New variable.
24482         (_dl_aux_init) <AT_FPUCW>: Initialize it.
24483         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
24484         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
24485         * math/test-fpucw-static.c: New file.
24486         * math/test-fpucw-ieee.c: New file.
24487         * math/test-fpucw-ieee-static.c: New file.
24488         * math/Makefile (tests): Add `test-fpucw-ieee' and
24489         `$(tests-static)'.
24490         (tests-static): New variable.
24491         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
24492         dependency to...
24493         [($(build-shared),yes)]
24494         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
24495         ... this.
24496         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
24497         New dependency.
24499 2013-09-09  Allan McRae  <allan@archlinux.org>
24501         [BZ #15939]
24502         * manual/string.texi (Collation Functions): Fix typo in
24503         strcoll example.
24504         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
24506         [BZ #15893]
24507         * stdlib/isomac.c (get_null_defines): Fix memory leak.
24509         [BZ #15892]
24510         * libio/memstream.c (open_memstream): Fix memory leak.
24511         * libio/wmemstream.c (open_wmemstream): Likewise.
24513         [BZ #15895]
24514         * nscd/netgroupcache.c: Fix nesting of ifdefs.
24516 2013-09-09  Will Newton  <will.newton@linaro.org>
24518         * malloc/Makefile: Add tst-realloc to tests.
24519         * malloc/tst-realloc.c: New file.
24521 2013-09-09  Allan McRae  <allan@archlinux.org>
24523         [BZ #15844]
24524         * COPYING: Update from GNU website to fix FSF address.
24525         * COPYING.LIB: Likewise.
24527 2013-09-06  David S. Miller  <davem@davemloft.net>
24529         * po/zh_TW.po: Update Chinese (traditional) translation from
24530         translation project.
24532 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
24533             Joseph Myers  <joseph@codesourcery.com>
24535         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
24536         "localeinfo.h".
24537         (obstack_chunk_alloc): New macro.
24538         (obstack_chunk_free): Likewise.
24539         (record_offset): New function.
24540         (init_locale_data): Likewise.
24541         (align_locale_data): Likewise.
24542         (add_locale_empty): Likewise.
24543         (add_locale_raw_data): Likewise.
24544         (add_locale_raw_obstack): Likewise.
24545         (add_locale_string): Likewise.
24546         (add_locale_wstring): Likewise.
24547         (add_locale_uint32): Likewise.
24548         (add_locale_uint32_array): Likewise.
24549         (add_locale_char): Likewise.
24550         (start_locale_structure): Likewise.
24551         (end_locale_structure): Likewise.
24552         (start_locale_prelude): Likewise.
24553         (end_locale_prelude): Likewise.
24554         (write_locale_data): Take locale_file structure rather than an
24555         iovec.
24556         * locale/programs/locfile.h: Include "obstack.h".
24557         (struct locale_file): Change to store locale file contents instead
24558         of header.
24559         (init_locale_data): New prototype.
24560         (align_locale_data): Likewise.
24561         (add_locale_empty): Likewise.
24562         (add_locale_raw_data): Likewise.
24563         (add_locale_raw_obstack): Likewise.
24564         (add_locale_string): Likewise.
24565         (add_locale_wstring): Likewise.
24566         (add_locale_uint32): Likewise.
24567         (add_locale_uint32_array): Likewise.
24568         (add_locale_char): Likewise.
24569         (start_locale_structure): Likewise.
24570         (end_locale_structure): Likewise.
24571         (start_locale_prelude): Likewise.
24572         (end_locale_prelude): Likewise.
24573         (write_locale_data): Update prototype.
24574         * locale/programs/3level.h (struct TABLE): Remove result field.
24575         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
24576         Use new locale_file interface.
24577         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
24578         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
24579         * locale/programs/ld-address.c (address_output): Use new
24580         locale_file interface.
24581         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
24582         NO_ADD_LOCALE.
24583         (collate_finish): Don't call collseq_table_finalize.
24584         (collate_output): Use new locale_file interface.
24585         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
24586         in file.
24587         (NO_FINALIZE): Change to NO_ADD_LOCALE.
24588         (TABLE): Move defines earlier in file.
24589         (ELEMENT): Likewise.
24590         (DEFAULT): Likewise.
24591         (wctrans_table_add): Move macro and inline function earlier in
24592         file.
24593         (struct wctype_table): Move type earlier in file.
24594         (add_locale_wctype_table): New static prototype.
24595         (struct locale_ctype_t): Use logical types instead of struct iovec
24596         pointers for members.
24597         (ctype_output): Use new locale_file interface.
24598         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
24599         new locale_file interface.
24600         (allocate_arrays): Update for use of new locale_file interface.
24601         * locale/programs/ld-identification.c (identification_output): Use
24602         new locale_file interface.
24603         * locale/programs/ld-measurement.c (measurement_output): Likewise.
24604         * locale/programs/ld-messages.c (messages_output): Likewise.
24605         * locale/programs/ld-monetary.c (monetary_output): Likewise.
24606         * locale/programs/ld-name.c (name_output): Likewise.
24607         * locale/programs/ld-numeric.c (numeric_output): Likewise.
24608         * locale/programs/ld-paper.c (paper_output): Likewise.
24609         * locale/programs/ld-telephone.c (telephone_output): Likewise.
24610         * locale/programs/ld-time.c (time_output): Likewise.
24612 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24614         * benchtests/Makefile: Add memrchr benchmark.
24615         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
24616         benchmark as memrchr.
24617         * benchtests/bench-memrchr-ifunc.c: New file.
24618         * benchtests/bench-memrchr.c: New file.
24620 2013-09-06   Will Newton  <will.newton@linaro.org>
24622         * benchtests/Makefile (string-bench): Add memcpy.
24624 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
24625             Cong Wang  <amwang@redhat.com>
24627         [BZ #15850]
24628         * sysdeps/unix/sysv/linux/bits/in.h
24629         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
24630         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
24631         before __USE_KERNEL_IPV6_DEFS uses.
24632         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
24633         IPPROTO_BEETPH.
24634         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
24635         sockaddr_in6, or ipv6_mreq.
24637 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24639         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
24640         memory access for final bytes in some large inputs.
24641         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
24643 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24645         * string/test-memrchr.c: New file.
24646         * string/test-memrchr-ifunc.c: New file.
24647         * string/Makefile: Add new memrchr testcase.
24649 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
24651         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
24652         fanotify_init returns EPERM.
24654 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
24656         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
24657         errors.
24658         (top level): Treat second token from macro or constant entries for
24659         allowed headers as allowed.
24660         * include/complex.h: Condition internal declarations on
24661         [!_ISOMAC].
24662         * include/fenv.h: Condition include of <stdbool.h> and internal
24663         declarations on [!_ISOMAC].
24665 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
24667         [BZ #15923]
24668         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
24670 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
24672         * configure.in (--enable-versioning): Remove configure option.
24673         (libc_cv_asm_symver_directive): Remove configure test.
24674         (libc_cv_ld_version_script_option): Likewise.
24675         (VERSIONING): Remove variable and AC_SUBST.
24676         (DO_VERSIONING): Remove AC_DEFINE.
24677         * configure: Regenerated.
24678         * config.h.in (DO_VERSIONING): Remove macro.
24679         * Makerules [$(versioning) = yes]: Change conditionals to
24680         [$(build-shared) = yes].
24681         * config.make.in (versioning): Remove variable.
24682         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
24683         [$(build-shared) = yes].
24684         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
24685         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
24686         * elf/Makefile [$(versioning) = yes]: Change conditionals to
24687         [$(build-shared) = yes].
24688         * extra-lib.mk [$(versioning) = yes]: Likewise.
24689         * hurd/Makefile [$(versioning) = yes]: Likewise.
24690         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
24691         [SHARED].
24692         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
24693         [SHARED].
24694         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
24695         [SHARED && !NO_HIDDEN].
24696         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
24697         [SHARED].
24698         [SHARED && DO_VERSIONING]: Likewise..
24699         * libio/Makefile [$(versioning) = yes]: Change conditionals to
24700         [$(build-shared) = yes].
24701         * manual/install.texi (--disable-versioning): Remove
24702         documentation.
24703         * INSTALL: Regenerated.
24704         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
24705         to [SHARED].
24706         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
24707         [$(build-shared) = yes].
24708         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
24709         * sysdeps/i386/i686/multiarch/strstr-c.c
24710         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
24711         [SHARED && !NO_HIDDEN].
24712         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
24713         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
24714         * sysdeps/powerpc/powerpc32/dl-machine.c
24715         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
24716         * sysdeps/powerpc/powerpc32/sysdep.h
24717         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
24718         to [SHARED && PIC && !NO_HIDDEN].
24719         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
24720         conditional to [SHARED].
24722 2013-09-04   Will Newton  <will.newton@linaro.org>
24724         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
24725         * benchtests/bench-string.h: Include bench-timing.h instead
24726         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
24727         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
24728         call to HP_TIMING_DIFF_INIT.
24729         * benchtests/bench-memccpy.c: Use bench-timing.h macros
24730         instead of hp-timing.h macros.
24731         * benchtests/bench-memchr.c: Likewise.
24732         * benchtests/bench-memcmp.c: Likewise.
24733         * benchtests/bench-memcpy.c: Likewise.
24734         * benchtests/bench-memmem.c: Likewise.
24735         * benchtests/bench-memmove.c: Likewise.
24736         * benchtests/bench-memset.c: Likewise.
24737         * benchtests/bench-rawmemchr.c: Likewise.
24738         * benchtests/bench-strcasecmp.c: Likewise.
24739         * benchtests/bench-strcasestr.c: Likewise.
24740         * benchtests/bench-strcat.c: Likewise.
24741         * benchtests/bench-strchr.c: Likewise.
24742         * benchtests/bench-strcmp.c: Likewise.
24743         * benchtests/bench-strcpy.c: Likewise.
24744         * benchtests/bench-strcpy_chk.c: Likewise.
24745         * benchtests/bench-strlen.c: Likewise.
24746         * benchtests/bench-strncasecmp.c: Likewise.
24747         * benchtests/bench-strncat.c: Likewise.
24748         * benchtests/bench-strncmp.c: Likewise.
24749         * benchtests/bench-strncpy.c: Likewise.
24750         * benchtests/bench-strnlen.c: Likewise.
24751         * benchtests/bench-strpbrk.c: Likewise.
24752         * benchtests/bench-strrchr.c: Likewise.
24753         * benchtests/bench-strspn.c: Likewise.
24754         * benchtests/bench-strstr.c: Likewise.
24756 2013-09-04  Will Newton  <will.newton@linaro.org>
24758         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
24760 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
24762         [BZ #15427]
24763         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
24764         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
24765         * math/libm-test.inc (lgamma_test_data): Add more tests.
24766         * sysdeps/i386/fpu/libm-test-ulps: Update.
24767         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24769 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
24771         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
24772         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24773         Add ifunc.
24774         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24775         Add strcmp-sse2-unaligned
24776         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
24778 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
24780         * Versions.def (libc): Add GLIBC_2.19.
24782 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
24784         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
24785         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
24787 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
24789         [BZ #14155]
24790         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
24791         intermediate calculations in recurrence.
24792         (__ieee754_ynf): Likewise.
24793         * math/libm-test.inc (jn_test_data): Do not allow spurious
24794         underflow exception.  Add more tests.
24795         (yn_test_data): Add more tests.
24796         * sysdeps/i386/fpu/libm-test-ulps: Update.
24797         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24799 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
24801         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
24803 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
24805         * csu/init-first.c: Fix then/than typos.
24806         * locale/programs/ld-collate.c: Likewise.
24807         * locale/programs/linereader.h: Likewise.
24808         * manual/charset.texi: Likewise.
24809         * manual/filesys.texi: Likewise.
24810         * manual/stdio.texi: Likewise.
24811         * manual/string.texi: Likewise.
24812         * stdlib/fmtmsg.c: Likewise.
24813         * sysdeps/i386/stpncpy.S: Likewise.
24814         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
24815         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
24816         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
24817         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
24819 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
24821         * elf/dl-open.c: Fix typos.
24822         * iconvdata/gbbig5.c: Likewise.
24823         * iconvdata/iso-2022-jp.c: Likewise.
24824         * iconv/gconv_int.h: Likewise.
24825         * iconv/loop.c: Likewise.
24826         * nis/rpcsvc/nis.h: Likewise.
24827         * resolv/ns_name.c: Likewise.
24828         * stdio-common/vfscanf.c: Likewise.
24829         * streams/stropts.h: Likewise.
24830         * sunrpc/rpc_thread.c: Likewise.
24831         * sysdeps/i386/strpbrk.S: Likewise.
24832         * sysdeps/ieee754/k_standard.c: Likewise.
24833         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
24834         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
24835         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
24836         * sysdeps/mach/hurd/profil.c: Likewise.
24837         * sysdeps/s390/dl-procinfo.h: Likewise.
24838         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
24839         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
24840         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
24841         * sysdeps/x86_64/dl-trampoline.S: Likewise.
24842         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
24844 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
24846         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
24847         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
24849 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
24851         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
24852         aix specific files.
24853         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
24854         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
24855         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
24856         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
24857         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
24858         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
24859         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
24860         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
24862 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
24863             Roland McGrath  <roland@hack.frob.com>
24865         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
24866         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
24868 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24870         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
24871         __executable_start symbol instead of _start.
24873 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
24875         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
24876         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
24877         Move macros to...
24878         * sysdeps/gnu/ldsodefs.h: ... this new file.
24880         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
24881         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
24882         instead of ELFOSABI_LINUX.
24884         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
24885         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
24886         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
24887         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
24888         Likewise.
24889         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
24890         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
24891         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
24892         Likewise.
24893         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
24894         (ibm_extended_long_double): Add ieee_nan member.
24895         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
24896         (do_test): New function.
24898         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
24899         TEST_TRUNC.
24900         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
24901         functions, renamed from truncdfsf_test, trunctfsf_test,
24902         trunctfdf_test.
24903         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
24904         functions.
24905         (do_test): Run all these.
24907 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
24909         * argp/argp-help.c: Fix typos.
24910         * argp/argp-parse.c: Likewise.
24911         * debug/backtracesyms.c: Likewise.
24912         * elf/elf.h: Likewise.
24913         * malloc/malloc.c: Likewise.
24914         * nis/nis_print.c: Likewise.
24915         * resolv/res_comp.c: Likewise.
24916         * stdlib/stdlib.h: Likewise.
24917         * sunrpc/clnt_tcp.c: Likewise.
24918         * sunrpc/clnt_udp.c: Likewise.
24919         * sunrpc/clnt_unix.c: Likewise.
24920         * sysdeps/unix/bsd/ptsname.c: Likewise.
24921         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
24922         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
24923         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
24924         Likewise.
24925         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
24926         Likewise.
24927         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
24928         Likewise.
24929         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
24931 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
24933         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
24934         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
24936 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
24938         [BZ #15897]
24939         * dlfcn/Makefile (tests): Add bug-dl-leaf.
24940         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
24941         ($(objpfx)bug-dl-leaf): New rule.
24942         ($(objpfx)bug-dl-leaf.so): Likewise.
24943         ($(objpfx)bug-dl-leaf.out): Likewise.
24944         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
24945         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
24946         * dlfcn/bug-dl-leaf.c: New test.
24947         * dlfcn/bug-dl-leaf-lib.c: Likewise.
24948         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
24949         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
24950         (dlclose): Likewise.
24951         (dlmopen): Likewise.
24953 2013-08-27  Roland McGrath  <roland@hack.frob.com>
24955         * include/netdb.h [!_ISOMAC]:
24956         Don't include <tls.h>.
24957         (h_errno, __libc_h_errno): Move declaration and macros out of
24958         [_LIBC_REENTRANT].
24960         * include/resolv.h [_RESOLV_H_]:
24961         Don't include <tls.h>.
24962         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
24963         * resolv/res_libc.c: Don't include <tls.h>.
24964         (_res): Use __attribute__ ((nocommon)) in place of
24965         __attribute__ ((section (".bss"))).
24967         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
24968         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
24970         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
24972         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
24973         only under [SIOCGIFCONF && SIOCGIFNETMASK].
24975         * resolv/res_mkquery.c: Include <sys/time.h>.
24977         * inet/ifreq.c: Moved to ...
24978         * sysdeps/unix/ifreq.c: ... here.
24979         * inet/ifreq.c: New file, true stub version.
24981         * socket/sa_len.c: New file.
24982         * socket/Makefile (aux): Add it.
24983         * sysdeps/unix/sysv/linux/Makefile
24984         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
24985         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
24986         and #include <socket/sa_len.c>.
24987         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
24988         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
24990         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
24991         * bits/socket.h: ... here.
24993         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
24994         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
24995         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
24997 2013-08-27  Andreas Schwab  <schwab@suse.de>
24999         [BZ #15736]
25000         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
25001         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
25002         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
25003         * string/test-strcasecmp.c (test_main): Run tests in several
25004         locales.
25005         * string/test-strncasecmp.c (test_main): Likewise.
25007         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
25008         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
25009         to __strcasecmp_nonascii and __strncasecmp_nonascii.
25010         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
25011         (__strncasecmp_ssse3) [PIC]: Likewise.
25013 2013-08-26  Roland McGrath  <roland@hack.frob.com>
25015         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
25017         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
25018         instead of explicitly declaring xdecrypt.
25019         * nis/nss_nis/nis-publickey.c: Likewise.
25021 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
25023         [BZ #15890]
25024         * nscd/aicache.c: Include res_hconf.h.
25025         (addhstaiX): Initialize res_hconf.
25027 2013-08-26  Andreas Schwab  <schwab@suse.de>
25029         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
25030         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
25032 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
25034         * nscd/aicache.c (addhstaiX): Fix indentation.
25036 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
25038         * configure.ac: Quote $build_pt_chown test.
25039         * configure: Regenerated.
25041 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
25043         [BZ #15532]
25044         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
25045         * math/s_cexpf.c (__cexpf): Likewise.
25046         * math/s_cexpl.c (__cexpl): Likewise.
25047         * math/libm-test.inc (cexp_test_data): Correct expected return
25048         value for NaN + i0.  Add another test.
25050 2013-08-22  David S. Miller  <davem@davemloft.net>
25052         * po/ca.po: Update Catalan translation from translation project.
25053         * po/uk.po: Add Ukrainian translations from translation project.
25055 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
25057         [BZ #15797]
25058         * math/s_fdim.c (__fdim): Check for infinite arguments if result
25059         is infinite, not alongside NaN test.
25060         * math/s_fdimf.c (__fdimf): Likewise.
25061         * math/s_fdiml.c (__fdiml): Likewise.
25062         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
25063         errno is unchanged.
25065 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
25067         * argp/argp-help.c: Fix typos.
25068         * crypt/speeds.c: Likewise.
25069         * csu/check_fds.c: Likewise.
25070         * elf/dl-load.c: Likewise.
25071         * elf/dl-open.c: Likewise.
25072         * elf/reldep3.c: Likewise.
25073         * elf/reldep.c: Likewise.
25074         * elf/sprof.c: Likewise.
25075         * iconv/iconv_charmap.c: Likewise.
25076         * iconv/skeleton.c: Likewise.
25077         * iconv/strtab.c: Likewise.
25078         * io/lockf64.c: Likewise.
25079         * libio/libioP.h: Likewise.
25080         * resolv/gai_notify.c: Likewise.
25081         * resolv/ns_name.c: Likewise.
25082         * resolv/ns_samedomain.c: Likewise.
25083         * resolv/res_send.c: Likewise.
25084         * stdlib/random.c: Likewise.
25085         * sunrpc/rpc/xdr.h: Likewise.
25086         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
25087         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
25088         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
25089         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
25090         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
25091         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
25092         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
25093         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
25094         * sysdeps/mach/hurd/check_fds.c: Likewise.
25095         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
25096         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
25097         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25098         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
25099         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
25100         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
25101         * sysdeps/pthread/aio_notify.c: Likewise.
25102         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
25103         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
25104         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
25105         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
25106         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
25108 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25110         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
25111         version if bit_Slow_SSE4_2 is set.
25112         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
25113         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
25115 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25117         [BZ #15867]
25118         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
25119         trampoline stack frame information.
25120         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
25121         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
25122         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
25123         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
25124         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
25125         * sysdeps/unix/sysv/linux/powerpc/init-first.c
25126         (_libc_vdso_platform_setup): Initialize the signal trampolines.
25127         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
25128         sa_flags value.
25129         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
25130         interrupting a syscall and set with option SA_SIGINFO.
25132 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
25134         [BZ #15531]
25135         * math/s_cproj.c (__cproj): Only return an infinity if one part of
25136         argument is infinite.
25137         * math/s_cprojf.c (__cprojf): Likewise.
25138         * math/s_cprojl.c (__cprojl): Likewise.
25139         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
25140         * math/libm-test.inc (cproj_test_data): Add more tests.
25142         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
25144         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
25145         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
25146         size.  Use __ffs to determine corresponding shift.
25148 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
25149             Roland McGrath  <roland@hack.frob.com>
25151         * Makefile (INSTALL): Remove trailing blank lines from output of
25152         makeinfo.
25154 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25156         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
25157         Align 32 bit compat elf_greg to 8 bytes.
25159 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
25161         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
25163 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
25165         * string/strcoll_l.c (coll_seq): New structure.
25166         (get_next_seq_cached): New function.
25167         (get_next_seq): New function.
25168         (do_compare): New function.
25169         (STRCOLL): Use GNU style definition.  Simplify implementation
25170         by using get_next_seq, get_next_seq_cached and do_compare.
25172 2013-08-16  Florian Weimer  <fweimer@redhat.com>
25174         [BZ #14699]
25175         CVE-2013-4237
25176         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
25177         member.
25178         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
25179         member.
25180         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
25181         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
25182         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
25183         conditional.
25184         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
25185         GETDENTS_64BIT_ALIGNED.
25186         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
25187         * manual/filesys.texi (Reading/Closing Directory): Document
25188         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
25189         strongly.
25190         * manual/conf.texi (Limits for Files): Add portability note to
25191         NAME_MAX, PATH_MAX.
25192         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
25194 2013-08-13  Andreas Schwab  <schwab@suse.de>
25196         [BZ #15749]
25197         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
25198         of fabs.
25199         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
25200         LDBL_MAX_EXP >= 16384]: Add tests for it.
25202 2013-08-12  David S. Miller  <davem@davemloft.net>
25204         * version.h (RELEASE): Set to "development".
25205         (VERSION): Set to "2.18.90".
25206         * NEWS: Add 2.19 section.
25208 2013-08-03  David S. Miller  <davem@davemloft.net>
25210         * po/ko.po: Update Korean translation from translation project.
25212 2013-08-01  David S. Miller  <davem@davemloft.net>
25214         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
25215         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
25216         Bilka.
25218 2013-07-30  David S. Miller  <davem@davemloft.net>
25220         * po/fr.po: Update French translation from translation project.
25222 2013-07-28  David S. Miller  <davem@davemloft.net>
25224         * po/cs.po: Update Czech translation from translation project.
25226         * po/sv.po: Update Swedish translation from translation project.
25228 2013-07-27  David S. Miller  <davem@davemloft.net>
25230         * po/eo.po: Update Esperanto translation from translation project.
25232         * po/vi.po: Update Vietnamese translation from translation project.
25234         * po/de.po: Update German translation from translation project.
25236 2013-07-26  David S. Miller  <davem@davemloft.net>
25238         * po/bg.po: Update Bulgarian translation from translation project.
25240         * po/nl.po: Update Dutch translation from translation project.
25241         * po/pl.po: Update Polish translation from translation project.
25242         * po/ru.po: Update Russian translation from translation project.
25244 2013-07-24  David S. Miller  <davem@davemloft.net>
25246         * po/libc.pot: Update.
25248 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25250         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
25251         variable page size.
25252         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
25253         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
25254         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
25256 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25258         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
25260 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
25261             Andreas Schwab  <schwab@suse.de>
25262             Roland McGrath  <roland@hack.frob.com>
25263             Joseph Myers  <joseph@codesourcery.com>
25264             Carlos O'Donell  <carlos@redhat.com>
25266         [BZ #15755]
25267         * config.h.in: Define HAVE_PT_CHOWN.
25268         * config.make.in (build-pt-chown): New variable.
25269         * configure.in (--enable-pt_chown): New configure option.
25270         * configure: Regenerate.
25271         * login/Makefile: Include Makeconfig.  Build pt_chown only if
25272         build-pt-chown is enabled.
25273         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
25274         pt_chown to fix pty ownership.
25275         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
25276         CLOSE_ALL_FDS.
25277         * manual/install.texi (Configuring and compiling): Mention
25278         --enable-pt_chown. Add @findex for grantpt.
25279         * INSTALL: Regenerate.
25281 2013-07-20  David S. Miller  <davem@davemloft.net>
25283         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
25284         difference between 32-bit and 64-bit.
25286 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
25288         [BZ #15711]
25289         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
25290         Avoid system header dependency with -ffreestanding.
25291         ($(objpfx)bits/syscall%d): Likewise.
25293 2013-07-13  David S. Miller  <davem@davemloft.net>
25295         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
25296         underflows from atanl/atan2l due to bug 15319.
25297         (casinh_test_data): Likewise.
25299 2013-07-07  David S. Miller  <davem@davemloft.net>
25301         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
25303 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
25305         * sysdeps/i386/fpu/libm-test-ulps: Update.
25306         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25308 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
25310         * configure.in (--enable-lock-elision): Fix message text.
25311         * INSTALL: Regenerate.
25312         * configure: Regenerate.
25314 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25316         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25318 2013-07-03  Andreas Jaeger  <aj@suse.de>
25320         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
25321         define.
25322         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
25323         (ptrace_peeksiginfo_args): Add.
25324         (__ptrace_peeksiginfo_flags): Add.
25325         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
25326         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
25327         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
25329 2013-07-03  Allan McRae  <allan@archlinux.org>
25331         * sysdeps/i386/fpu/libm-test-ulps: Update.
25333 2013-07-02  David S. Miller  <davem@davemloft.net>
25335         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25337 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
25339         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25341 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
25343         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
25344         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25346 2013-07-02  Andi Kleen <ak@linux.intel.com>
25348         * config.h.in (ENABLE_LOCK_ELISION): Add.
25349         * configure.in (--enable-lock-elision): Add option.
25350         * manual/install.texi: Document --enable lock elision.
25351         * configure: Regenerate
25352         * INSTALL: Regenerate.
25354 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
25356         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
25357         SSE4.2 strcasecmp for libc.a.
25358         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
25360 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
25362         [BZ #13304]
25363         * soft-fp/op-common.h (_FP_FMA): New macro.
25364         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
25365         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
25366         (_FP_MUL_MEAT_1_imm): ... here.
25367         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
25368         (_FP_MUL_MEAT_1_wide): ... here.
25369         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
25370         (_FP_MUL_MEAT_1_hard): ... here.
25371         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
25372         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
25373         (_FP_MUL_MEAT_2_wide): ... here.
25374         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
25375         (_FP_MUL_MEAT_2_wide_3mul): ... here.
25376         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
25377         (_FP_MUL_MEAT_2_gmp): ... here.
25378         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
25379         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
25380         (_FP_MUL_MEAT_4_wide): ... here.
25381         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
25382         (_FP_MUL_MEAT_4_gmp): ... here.
25383         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
25384         (_FP_WFRACBITS_DW_S): Likewise.
25385         (_FP_WFRACXBITS_DW_S): Likewise.
25386         (_FP_HIGHBIT_DW_S): Likewise.
25387         (FP_FMA_S): Likewise.
25388         (_FP_FRAC_HIGH_DW_S): Likewise.
25389         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
25390         (_FP_WFRACBITS_DW_D): Likewise.
25391         (_FP_WFRACXBITS_DW_D): Likewise.
25392         (_FP_HIGHBIT_DW_D): Likewise.
25393         (FP_FMA_D): Likewise.
25394         (_FP_FRAC_HIGH_DW_D): Likewise.
25395         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
25396         (_FP_WFRACBITS_DW_E): Likewise.
25397         (_FP_WFRACXBITS_DW_E): Likewise.
25398         (_FP_HIGHBIT_DW_E): Likewise.
25399         (FP_FMA_E): Likewise.
25400         (_FP_FRAC_HIGH_DW_E): Likewise.
25401         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
25402         (_FP_WFRACBITS_DW_Q): Likewise.
25403         (_FP_WFRACXBITS_DW_Q): Likewise.
25404         (_FP_HIGHBIT_DW_Q): Likewise.
25405         (FP_FMA_Q): Likewise.
25406         (_FP_FRAC_HIGH_DW_Q): Likewise.
25407         * soft-fp/fmasf4.c: New file.
25408         * soft-fp/fmadf4.c: Likewise.
25409         * soft-fp/fmatf4.c: Likewise.
25411 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25413         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
25414         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
25415         Silvermont.
25416         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
25417         macro.
25418         (index_Slow_SSE4_2): Likewise.
25419         (index_Prefer_PMINUB_for_stringop): Likewise.
25420         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
25421         bit_Slow_SSE4_2 is set.
25422         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
25423         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
25425 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25427         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
25428         rtld_global._dl_hwcap2.
25429         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
25430         POWER8.
25431         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
25432         POWER8 feature descriptions defined in _dl_hwcap2.
25433         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
25434         string handling for POWER8 feature bits.
25435         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
25436         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
25437         _dl_powerpc_cap_flags.
25438         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
25439         * sysdeps/powerpc/rtld-global-offsets.sym
25440         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
25441         _dl_hwcap2 in the rtld_global_ro structure.
25443 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25445         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
25446         hardware capabilities in support of AT_HWCAP2.
25447         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
25448         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
25449         GLRO(dl_hwcap2).
25450         (_dl_show_auxv): Add support for calling _dl_procinfo to display
25451         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
25452         explicitly the unknown a_type display mechanism is used.
25453         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
25454         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
25455         struct member.
25456         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
25457         to macro prototype for AT_HWCAP2 support.
25458         * sysdeps/i386/dl-procinfo.h: Likewise.
25459         * sysdeps/s390/dl-procinfo.h: Likewise.
25460         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
25461         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
25462         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
25463         return -1 for unknown a_type display fallback.
25464         * sysdeps/sparc/dl-procinfo.h: Likewise.
25465         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
25466         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
25468 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
25470         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
25471         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
25473 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
25475         [BZ #12492]
25476         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
25477         mprotect making __stack_prot writable.
25479 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
25480             Joseph Myers  <joseph@codesourcery.com>
25482         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
25483         as being properly aligned.
25485 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
25487         * dlfcn/modstatic5.c: New file.
25488         * dlfcn/tststatic5.c: New file.
25489         * dlfcn/Makefile (tests): Add tststatic5.
25490         (tests-static): Likewise.
25491         (modules-names): Add modstatic5.
25492         (tststatic5-ENV): New variable.
25493         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
25495         [BZ #15022]
25496         * elf/dl-support.c (_dl_main_map): New variable.
25497         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
25498         (_dl_nns, _dl_load_adds): Set to 1.
25499         (_dl_initial_searchlist): Refer to _dl_main_map.
25500         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
25501         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
25502         call to _dl_get_origin.
25503         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
25504         around call_map.
25505         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
25506         * dlfcn/modstatic3.c: New file.
25507         * dlfcn/tststatic3.c: New file.
25508         * dlfcn/tststatic4.c: New file.
25509         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
25510         (tests-static): Likewise.
25511         (modules-names): Add modstatic3.
25512         (tststatic3-ENV, tststatic4-ENV): New variables.
25513         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
25514         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
25516 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
25518         * configure.in (CC): Require GCC version 4.4 or later.
25519         * configure: Regenerated.
25520         * manual/install.texi (Tools for Compilation): Update GCC version
25521         requirement.
25522         * INSTALL: Regenerated.
25524 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25526         [BZ #15674]
25527         * string/test-memcmp.c (check2): New.
25528         (main): Call check2.
25530         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
25532 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
25534         [BZ #15022]
25535         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
25536         over to...
25537         (dl_open_worker) [!SHARED]: ... here.
25539 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25541         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
25543 2013-06-25  Richard Henderson  <rth@redhat.com>
25545         * locale/programs/locarchive.c: Include <libc-internal.h>
25547 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
25549         * manual/texinfo.tex: Update to version 2013-06-21.17, with
25550         trailing whitespace removed.
25552 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
25554         [BZ #10283]
25555         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
25556         * locale/programs/locarchive.c: Include libc-mmap.h.
25557         (prepare_address_space): Take two new outputs (the mmap base and len).
25558         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
25559         values.
25560         (create_archive): Declare new mmap base and len values for
25561         prepare_address_space, and store the result in ah.
25562         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
25563         (enlarge_archive): If ah->mmap_base is not NULL, use that and
25564         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
25565         Declare new mmap base and len values for
25566         prepare_address_space, and store the result in new_ah.
25567         (open_archive): Declare new mmap base and len values for
25568         prepare_address_space, and store the result in ah.
25569         (close_archive): If ah->mmap_base is not NULL, use that and
25570         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
25571         * sysdeps/generic/libc-mmap.h: New file.
25573 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
25575         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
25576         (ALIGN_UP): Likewise.
25577         (PTR_ALIGN_DOWN): Likewise.
25578         (PTR_ALIGN_UP): Likewise.
25580 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25582         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
25583         entry mapped to PPC_PLATFORM_POWER8.
25584         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
25585         POWER8.
25586         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
25587         (_dl_string_platform): Add case for exporting platform position for
25588         POWER8.
25589         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
25590         search path to sysdeps/powerpc/powerpc32/power8 directory.
25591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
25592         search path to sysdeps/powerpc/powerpc64/power8 directory.
25593         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
25594         power7 directories.
25595         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
25596         power7 directories.
25598 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
25600         * INSTALL: Regenerate.
25602         * nscd/connections.c (nscd_init): Fix comment.
25604 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
25606         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
25608         [BZ #15667]
25609         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
25610         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
25612 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
25614         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
25615         DL_DST_REQ_STATIC.
25616         (DL_DST_REQ_STATIC): Remove macro.
25618 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
25620         [BZ #7006]
25621         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
25622         with a shift of 0 bits.
25624 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
25626         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
25627         $(tststatic-ENV).
25629 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
25631         [BZ #15655]
25632         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
25634 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25636         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
25637         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
25638         accepts -fno-tree-loop-distribute-patterns.
25639         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
25640         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
25641         recursive call.
25642         * string/memset.c (memset): Likewise.
25643         * string/test-memmove.c (simple_memmove): Disable loop transformation
25644         to library calls.
25645         * string/test-memset.c (simple_memset): Likewise.
25646         * benchtests/bench-memmove.c (simple_memmove): Likewise.
25647         * benchtests/bench-memset.c (simple_memset): Likewise.
25648         * configure: Regenerated.
25650 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
25652         * math/test-misc.c (main): Ignore fesetround failure when failures
25653         of subsequent rounding tests would be ignored.
25655         [BZ #15654]
25656         * math/fedisblxcpt.c (fedisableexcept): Return 0.
25657         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
25658         * math/fegetenv.c (__fegetenv): Return 0.
25659         * math/fegetexcept.c (fegetexcept): Return 0.
25660         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
25661         FE_TONEAREST.
25662         * math/feholdexcpt.c (feholdexcept): Return 0.
25663         * math/fesetenv.c (__fesetenv): Return 0.
25664         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
25665         argument FE_TONEAREST.
25666         * math/feupdateenv.c (__feupdateenv): Return 0.
25667         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
25669 2013-06-18  Roland McGrath  <roland@hack.frob.com>
25671         * elf/rtld-Rules (rtld-compile-command.S): New variable.
25672         (rtld-compile-command.s, rtld-compile-command.c): New variables.
25673         ($(objpfx)rtld-%.os rules): Use them.
25675 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25677         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
25678         fields.
25680 2013-06-17  Roland McGrath  <roland@hack.frob.com>
25682         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
25683         length of target pattern, then descending length of dependency pattern.
25684         * configure.in (AWK): Require gawk 3.1.2 or newer.
25685         * manual/install.texi (Tools for Compilation): Say that we do.
25686         * configure: Regenerated.
25688         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
25689         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
25690         * scripts/sysd-rules.awk: ... this new script.
25691         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
25692         than a glob-style pattern.
25694 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
25696         * math/test-misc.c (main): Do not treat incorrectly rounded
25697         conversions as failure unless ROUNDING_TESTS passes.
25699 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
25701         [BZ #15631]
25702         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
25703         restore exception state around main square root computation, then
25704         check for inexactness explicitly.
25706         * math/libm-test.inc (fma_test_data): Add another test.
25708 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
25710         * manual/threads.texi (Non-POSIX Extensions): New document
25711         node.  Document pthread_getattr_default_np and
25712         pthread_setattr_default_np.
25714         * Versions.def (libpthread): Add GLIBC_2.18.
25715         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
25716         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
25717         Likewise.
25718         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
25719         Likewise.
25720         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
25721         Likewise.
25722         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
25723         Likewise.
25724         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
25725         Likewise.
25726         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
25727         Likewise.
25728         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
25729         Likewise.
25730         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
25731         Likewise.
25732         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
25733         Likewise.
25735 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25737         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
25738         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
25740 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
25741             H.J. Lu  <hjl.tools@gmail.com>
25743         [BZ #15627]
25744         * sysdeps/x86_64/rtld-memset.c: Remove file.
25745         * sysdeps/x86_64/rtld-memset.S: New file.
25747 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
25749         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
25750         (test_in_one_mode): Take arguments for whether the rounding mode
25751         is supported for each floating-point type.
25752         (do_test): Pass new arguments to test_in_one_mode using
25753         ROUNDING_TESTS.
25755 2013-06-13  Roland McGrath  <roland@hack.frob.com>
25757         * posix/tst-waitid.c (do_test): Distinguish different instances of
25758         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
25759         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
25760         before entering the kernel for waitpid.
25762 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25764         * NEWS: Fix note on clock function precision.  Text by Roland
25765         McGrath.
25767 2013-06-13  Roland McGrath  <roland@hack.frob.com>
25769         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
25770         it into place only when and if the sanity check passes.
25772 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
25774         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
25775         output for whether conversion result is exact.  Take argument
25776         indicating whether type is IBM long double.
25777         (round_for_all): Change need_exact field to ibm_ld.
25778         * stdlib/tst-strtod-round.c (struct exactness): New type.
25779         (struct test): Change bool ld_ok field to struct exactness exact.
25780         (TEST): Update all definitions for change to field.
25781         (tests): Regenerate array contents.
25782         (test_in_one_mode): Take pointer to new field instead of old ld_ok
25783         field value.  Check for IBM long double here.
25784         (do_test): Update calls to test_in_one_mode.
25786 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25788         [BZ #12515]
25789         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
25790         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
25792 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25794         [BZ #15605]
25795         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
25796         generated by the compiler on loop optimizations.
25797         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
25798         general definitions.
25800 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
25802         * math/bug-nextafter.c: Include <math-tests.h>.
25803         (main): Only test for exceptions if EXCEPTION_TESTS is true for
25804         the relevant type.
25805         * math/bug-nexttoward.c: Include <math-tests.h>.
25806         (main): Only test for exceptions if EXCEPTION_TESTS is true for
25807         the relevant type.
25808         * math/test-misc.c: Include <math-tests.h>.
25809         (main): Only test for exceptions if EXCEPTION_TESTS is true for
25810         the relevant type.
25812 2013-06-12  Andreas Jaeger  <aj@suse.de>
25814         * po/ia.po: Update Interlingua translation from translation
25815         project.
25817 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
25819         * include/fenv.h: Include stdbool.h.
25820         (struct rm_ctx): New structure.
25821         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
25822         Define macro.
25823         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
25824         (SET_RESTORE_ROUNDF): Likewise.
25825         (SET_RESTORE_ROUNDL): Likewise.
25826         (SET_RESTORE_ROUND_NOEX): Likewise.
25827         (SET_RESTORE_ROUND_NOEXF): Likewise.
25828         (SET_RESTORE_ROUND_NOEXL): Likewise.
25829         (SET_RESTORE_ROUND_53BIT): Likewise.
25830         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
25831         (libc_feresetround_noexf_ctx): Likewise.
25832         (libc_feresetround_noexl_ctx): Likewise.
25833         (libc_feholdsetround_53bit_ctx): Likewise.
25834         (libc_feresetround_53bit_ctx): Likewise.
25835         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
25836         (libc_feholdexcept_setround_sse_ctx): New function.
25837         (libc_fesetenv_sse_ctx): Likewise.
25838         (libc_feupdateenv_sse_ctx): Likewise.
25839         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
25840         (libc_feholdexcept_setround_387_ctx): Likewise.
25841         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
25842         (libc_feholdsetround_387_prec_ctx): Likewise.
25843         (libc_feholdsetround_387_ctx): Likewise.
25844         (libc_feholdsetround_387_53bit_ctx): Likewise.
25845         (libc_feholdsetround_sse_ctx): Likewise.
25846         (libc_feresetround_sse_ctx): Likewise.
25847         (libc_feresetround_387_ctx): Likewise.
25848         (libc_feupdateenv_387_ctx): Likewise.
25849         (libc_feholdexcept_setroundf_ctx): Define macro.
25850         (libc_fesetenvf_ctx): Likewise.
25851         (libc_feupdateenvf_ctx): Likewise.
25852         (libc_feholdsetroundf_ctx): Likewise.
25853         (libc_feresetroundf_ctx): Likewise.
25854         (libc_feholdexcept_setround_ctx): Likewise.
25855         (libc_fesetenv_ctx): Likewise.
25856         (libc_feupdateenv_ctx): Likewise.
25857         (libc_feholdsetround_ctx): Likewise.
25858         (libc_feresetround_ctx): Likewise.
25859         (libc_feholdexcept_setroundl_ctx): Likewise.
25860         (libc_feupdateenvl_ctx): Likewise.
25861         (libc_feholdsetroundl_ctx): Likewise.
25862         (libc_feresetroundl_ctx): Likewise.
25863         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
25864         (libc_feresetround_53bit_ctx): Likewise.
25866 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25868         * locale/iso-639.def: Convert to UTF-8.
25870 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
25872         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
25873         (EXCEPTION_TESTS_double): Likewise.
25874         (EXCEPTION_TESTS_long_double): Likewise.
25875         (EXCEPTION_TESTS): Likewise.
25876         * math/libm-test.inc (test_exceptions): Only test exceptions if
25877         EXCEPTION_TESTS (FLOAT).
25879 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25881         * benchtests/Makefile (string-bench): Add strcpy_chk and
25882         stpcpy_chk.
25883         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
25884         * benchtests/bench-stpcpy_chk.c: New file.
25885         * benchtests/bench-strcpy_chk-ifunc.c: New file.
25886         * benchtests/bench-strcpy_chk.c: New file.
25887         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
25888         code.
25889         (do_test): Likewise.
25891 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25893         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
25894         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
25895         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
25896         with tabs where appropriate.
25897         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
25898         dl-procinfo.h.
25899         [PPC_PLATFORM_PPC440]: Likewise.
25900         [PPC_PLATFORM_PPC464]: Likewise.
25901         [PPC_PLATFORM_PPC476]: Likewise.
25902         (_dl_string_platform): Add support for detecting ppc405, ppc440,
25903         ppc464, and ppc476 platform strings merging from ports/
25904         dl-procinfo.h.
25906 2013-06-11  Andreas Schwab  <schwab@suse.de>
25908         [BZ #14991]
25909         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
25910         (from_ucs4_idx): Regenerate.
25911         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
25912         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
25913         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
25914         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
25915         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
25916         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
25917         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
25918         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
25919         from FROM_LOOP and TO_LOOP specific macros.
25920         (BODY): Handle combining characters.
25921         * iconvdata/BIG5HKSCS.irreversible: Update.
25922         * iconvdata/BIG5HKSCS.precomposed: New file.
25923         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
25924         characters.
25925         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
25927 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25929         * include/sys/time.h: Fix indentation and add copyright header.
25931         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
25932         (do_test): Likewise.
25933         * string/test-memchr.c (do_one_test): Likewise.
25934         (do_test): Likewise.
25935         * string/test-memcmp.c (do_one_test): Likewise.
25936         (do_test): Likewise.
25937         * string/test-memcpy.c (do_one_test): Likewise.
25938         (do_test): Likewise.
25939         * string/test-memmem.c (do_one_test): Likewise.
25940         (do_test): Likewise.
25941         (do_random_tests): Likewise.
25942         * string/test-memmove.c (do_one_test): Likewise.
25943         (do_test): Likewise.
25944         * string/test-memset.c (do_one_test): Likewise.
25945         (do_test): Likewise.
25946         * string/test-rawmemchr.c (do_one_test): Likewise.
25947         (do_test): Likewise.
25948         * string/test-strcasecmp.c (do_one_test): Likewise.
25949         (do_test): Likewise.
25950         * string/test-strcasestr.c (do_one_test): Likewise.
25951         (do_test): Likewise.
25952         * string/test-strcat.c (do_one_test): Likewise.
25953         (do_test): Likewise.
25954         * string/test-strchr.c (do_one_test): Likewise.
25955         (do_test): Likewise.
25956         * string/test-strcmp.c (do_one_test): Likewise.
25957         (do_test): Likewise.
25958         * string/test-strcpy.c (do_one_test): Likewise.
25959         (do_test): Likewise.
25960         * string/test-string.h: Likewise.
25961         (test_init): Likewise.
25962         * string/test-strlen.c (do_one_test): Likewise.
25963         (do_test): Likewise.
25964         * string/test-strncasecmp.c (do_one_test): Likewise.
25965         (do_test): Likewise.
25966         * string/test-strncat.c (do_one_test): Likewise.
25967         (do_test): Likewise.
25968         * string/test-strncmp.c (do_one_test): Likewise.
25969         (do_test_limit): Likewise.
25970         (do_test): Likewise.
25971         * string/test-strncpy.c (do_one_test): Likewise.
25972         (do_test): Likewise.
25973         * string/test-strnlen.c (do_one_test): Likewise.
25974         (do_test): Likewise.
25975         * string/test-strpbrk.c (do_one_test): Likewise.
25976         (do_test): Likewise.
25977         * string/test-strrchr.c (do_one_test): Likewise.
25978         (do_test): Likewise.
25979         * string/test-strspn.c (do_one_test): Likewise.
25980         (do_test): Likewise.
25981         * string/test-strstr.c (do_one_test): Likewise.
25982         (do_test): Likewise.
25984         * benchtests/Makefile (string-bench): Add string benchmarks.
25985         * benchtests/bench-bcopy-ifunc.c: New file.
25986         * benchtests/bench-bcopy.c: New file.
25987         * benchtests/bench-bzero-ifunc.c: New file.
25988         * benchtests/bench-bzero.c: New file.
25989         * benchtests/bench-memccpy-ifunc.c: New file.
25990         * benchtests/bench-memccpy.c: New file.
25991         * benchtests/bench-memchr-ifunc.c: New file.
25992         * benchtests/bench-memchr.c: New file.
25993         * benchtests/bench-memcmp-ifunc.c: New file.
25994         * benchtests/bench-memcmp.c: New file.
25995         * benchtests/bench-memmem-ifunc.c: New file.
25996         * benchtests/bench-memmem.c: New file.
25997         * benchtests/bench-memmove-ifunc.c: New file.
25998         * benchtests/bench-memmove.c: New file.
25999         * benchtests/bench-mempcpy-ifunc.c: New file.
26000         * benchtests/bench-mempcpy.c: New file.
26001         * benchtests/bench-memset-ifunc.c: New file.
26002         * benchtests/bench-memset.c: New file.
26003         * benchtests/bench-rawmemchr-ifunc.c: New file.
26004         * benchtests/bench-rawmemchr.c: New file.
26005         * benchtests/bench-stpcpy-ifunc.c: New file.
26006         * benchtests/bench-stpcpy.c: New file.
26007         * benchtests/bench-stpncpy-ifunc.c: New file.
26008         * benchtests/bench-stpncpy.c: New file.
26009         * benchtests/bench-strcasecmp-ifunc.c: New file.
26010         * benchtests/bench-strcasecmp.c: New file.
26011         * benchtests/bench-strcasestr-ifunc.c: New file.
26012         * benchtests/bench-strcasestr.c: New file.
26013         * benchtests/bench-strcat-ifunc.c: New file.
26014         * benchtests/bench-strcat.c: New file.
26015         * benchtests/bench-strchr-ifunc.c: New file.
26016         * benchtests/bench-strchr.c: New file.
26017         * benchtests/bench-strchrnul-ifunc.c: New file.
26018         * benchtests/bench-strchrnul.c: New file.
26019         * benchtests/bench-strcmp-ifunc.c: New file.
26020         * benchtests/bench-strcmp.c: New file.
26021         * benchtests/bench-strcpy-ifunc.c: New file.
26022         * benchtests/bench-strcpy.c: New file.
26023         * benchtests/bench-strcspn-ifunc.c: New file.
26024         * benchtests/bench-strcspn.c: New file.
26025         * benchtests/bench-strlen-ifunc.c: New file.
26026         * benchtests/bench-strlen.c: New file.
26027         * benchtests/bench-strncasecmp-ifunc.c: New file.
26028         * benchtests/bench-strncasecmp.c: New file.
26029         * benchtests/bench-strncat-ifunc.c: New file.
26030         * benchtests/bench-strncat.c: New file.
26031         * benchtests/bench-strncmp-ifunc.c: New file.
26032         * benchtests/bench-strncmp.c: New file.
26033         * benchtests/bench-strncpy-ifunc.c: New file.
26034         * benchtests/bench-strncpy.c: New file.
26035         * benchtests/bench-strnlen-ifunc.c: New file.
26036         * benchtests/bench-strnlen.c: New file.
26037         * benchtests/bench-strpbrk-ifunc.c: New file.
26038         * benchtests/bench-strpbrk.c: New file.
26039         * benchtests/bench-strrchr-ifunc.c: New file.
26040         * benchtests/bench-strrchr.c: New file.
26041         * benchtests/bench-strspn-ifunc.c: New file.
26042         * benchtests/bench-strspn.c: New file.
26043         * benchtests/bench-strstr-ifunc.c: New file.
26044         * benchtests/bench-strstr.c: New file.
26046         * benchtests/Makefile: Disable parallel execution of targets.
26047         (string-bench): Add memcpy.
26048         (benchset): New variable to store a list of benchmark sets.
26049         (bench-func): Renamed from bench.
26050         (bench-set): New target.
26051         (bench): Depend on bench-func and bench-set.
26052         * benchtests/README: Add section on benchmark sets.
26053         * benchtests/bench-memcpy-ifunc.c: New file.
26054         * benchtests/bench-memcpy.c: New file.
26055         * benchtests/bench-string.h: New file.
26057 2013-06-11  Andreas Schwab  <schwab@suse.de>
26059         [BZ #15577]
26060         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
26061         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
26062         values in the triple.
26063         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
26064         terminator in the group key.
26066 2013-06-11  Andreas Jaeger  <aj@suse.de>
26068         * po/zh_TW.po: Update Chinese (traditional) translation from
26069         translation project.
26071 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26073         * include/time.h (__clock_gettime): Add libc_hidden_proto.
26074         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
26075         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
26076         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
26077         (clock_getcpuclockid): Likewise.
26078         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
26079         Add weak_alias and libc_hidden_def.
26080         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
26081         * rt/clock_gettime.c (clock_gettime): Rename to
26082         __clock_gettime.  Add weak_alias and libc_hidden_def.
26083         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
26084         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
26085         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
26086         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
26087         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
26088         Likewise.
26089         * rt/clock_settime.c (clock_settime): Rename to
26090         __clock_settime.  Add weak_alias and libc_hidden_def.
26091         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
26093 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
26095         * mach/err_boot.sub: Remove trailing whitespace.
26096         * mach/err_ipc.sub: Likewise.
26097         * mach/err_mach.sub: Likewise.
26099         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
26100         (ROUNDING_TESTS_double): Likewise.
26101         (ROUNDING_TESTS_long_double): Likewise.
26102         (ROUNDING_TESTS): Likewise.
26103         * math/libm-test.inc: Include <math-tests.h>.
26104         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
26105         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
26106         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
26107         (IF_ROUND_INIT_FE_UPWARD): Likewise.
26109 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26111         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
26112         of assigning.
26114 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
26116         * sysdeps/gnu/errlist.awk: Do not generate space at end of
26117         otherwise empty TRANS lines.
26118         * sysdeps/gnu/errlist.c: Regenerated.
26120         * catgets/gencat.c (error_print): Use (void) in function
26121         definition.
26122         * crypt/crypt_util.c (__init_des): Likewise.
26123         * crypt/speeds.c (Stop): Likewise.
26124         (main): Likewise.
26125         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
26126         * inet/ruserpass.c (token): Likewise.
26127         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
26128         * intl/localealias.c (extend_alias_table): Likewise.
26129         * intl/plural-exp.c (init_germanic_plural): Likewise.
26130         * libio/fcloseall.c (__fcloseall): Likewise.
26131         * libio/genops.c (_IO_flush_all): Likewise.
26132         (_IO_flush_all_linebuffered): Likewise.
26133         (_IO_cleanup): Likewise.
26134         (_IO_iter_begin): Likewise.
26135         (_IO_iter_end): Likewise.
26136         (_IO_list_lock): Likewise.
26137         (_IO_list_unlock): Likewise.
26138         (_IO_list_resetlock): Likewise.
26139         * libio/getchar.c (getchar): Likewise.
26140         * libio/getchar_u.c (getchar_unlocked): Likewise.
26141         * libio/getwchar.c (getwchar): Likewise.
26142         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
26143         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
26144         * login/getpt.c (__getpt): Likewise.
26145         * login/tst-utmp.c (main): Likewise.
26146         * malloc/hooks.c (__malloc_check_init): Likewise.
26147         * malloc/malloc.c (__malloc_stats): Likewise.
26148         * malloc/mtrace.c (tr_break): Likewise.
26149         (mtrace): Likewise.
26150         (muntrace): Likewise.
26151         * misc/fstab.c (endfsent): Likewise.
26152         * misc/getclktck.c (__getclktck): Likewise.
26153         * misc/getdtsz.c (__getdtablesize): Likewise.
26154         * misc/gethostid.c (gethostid): Likewise.
26155         * misc/getpagesize.c (__getpagesize): Likewise.
26156         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
26157         (__get_nprocs): Likewise.
26158         (__get_phys_pages): Likewise.
26159         (__get_avphys_pages): Likewise.
26160         * misc/getttyent.c (getttyent): Likewise.
26161         (setttyent): Likewise.
26162         (endttyent): Likewise.
26163         * misc/getusershell.c (getusershell): Likewise.
26164         (endusershell): Likewise.
26165         (setusershell): Likewise.
26166         (initshells): Likewise.
26167         * misc/hsearch.c (__hdestroy): Likewise.
26168         * misc/sync.c (sync): Likewise.
26169         * misc/syslog.c (closelog_internal): Likewise.
26170         (closelog): Likewise.
26171         * misc/ttyslot.c (ttyslot): Likewise.
26172         * misc/vhangup.c (vhangup): Likewise.
26173         * posix/fork.c (__fork): Likewise.
26174         * posix/getegid.c (__getegid): Likewise.
26175         * posix/geteuid.c (__geteuid): Likewise.
26176         * posix/getgid.c (__getgid): Likewise.
26177         * posix/getpid.c (__getpid): Likewise.
26178         * posix/getppid.c (__getppid): Likewise.
26179         * posix/getuid.c (__getuid): Likewise.
26180         * posix/pause.c (pause): Likewise.
26181         * posix/setpgrp.c (setpgrp): Likewise.
26182         * posix/setsid.c (__setsid): Likewise.
26183         * posix/test-vfork.c (noop): Likewise.
26184         * resolv/gethnamaddr.c (_endhtent): Likewise.
26185         (_gethtent): Likewise.
26186         (ht_endhostent): Likewise.
26187         (gethostent): Likewise.
26188         (dns_service): Likewise.
26189         * stdlib/drand48.c (drand48): Likewise.
26190         * stdlib/lrand48.c (lrand48): Likewise.
26191         * stdlib/mrand48.c (mrand48): Likewise.
26192         * stdlib/rand.c (rand): Likewise.
26193         * stdlib/random.c (__random): Likewise.
26194         * stdlib/setenv.c (clearenv): Likewise.
26195         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
26196         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
26197         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
26198         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
26199         (__get_nprocs): Likewise.
26200         (__get_phys_pages): Likewise.
26201         (__get_avphys_pages): Likewise.
26202         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
26203         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
26204         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
26205         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
26206         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
26207         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
26208         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
26209         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
26210         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
26211         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
26212         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
26213         * sysdeps/mach/hurd/sync.c (sync): Likewise.
26214         * sysdeps/posix/clock.c (clock): Likewise.
26215         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
26216         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
26217         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
26218         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
26219         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
26220         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
26221         (__get_nprocs_conf): Likewise.
26222         (__get_phys_pages): Likewise.
26223         (__get_avphys_pages): Likewise.
26224         * time/clock.c (clock): Likewise.
26225         * time/tzset.c (__tzname_max): Likewise.
26227 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
26229         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
26230         (__bswap_32): Do not use "register".
26231         * crypt/crypt.c (_ufc_doit_r): Likewise.
26232         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
26233         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
26234         * gmon/gmon.c (__monstartup): Likewise.
26235         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
26236         * hurd/hurdmalloc.c (more_memory): Likewise.
26237         (malloc): Likewise.
26238         (free): Likewise.
26239         (realloc): Likewise.
26240         (malloc_fork_prepare): Likewise.
26241         (malloc_fork_parent): Likewise.
26242         (malloc_fork_child): Likewise.
26243         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
26244         (_svcauth_des): Likewise.
26245         * inet/inet_lnaof.c (inet_lnaof): Likewise.
26246         * inet/inet_net.c (inet_network): Likewise.
26247         * inet/inet_netof.c (inet_netof): Likewise.
26248         * inet/rcmd.c (__validuser2_sa): Likewise.
26249         * io/fts.c (fts_open): Likewise.
26250         (fts_load): Likewise.
26251         (fts_close): Likewise.
26252         (fts_read): Likewise.
26253         (fts_children): Likewise.
26254         (fts_build): Likewise.
26255         (fts_stat): Likewise.
26256         (fts_sort): Likewise.
26257         (fts_alloc): Likewise.
26258         (fts_lfree): Likewise.
26259         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
26260         (_IO_file_xsgetn): Likewise.
26261         (_IO_file_xsgetn_mmap): Likewise.
26262         * libio/iofopncook.c (_IO_cookie_read): Likewise.
26263         (_IO_cookie_write): Likewise.
26264         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
26265         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
26266         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
26267         * malloc/obstack.c (_obstack_begin): Likewise.
26268         (_obstack_begin_1): Likewise.
26269         (_obstack_newchunk): Likewise.
26270         (_obstack_allocated_p): Likewise.
26271         (obstack_free): Likewise.
26272         (_obstack_memory_used): Likewise.
26273         * misc/getttyent.c (getttynam): Likewise.
26274         (getttyent): Likewise.
26275         (skip): Likewise.
26276         (value): Likewise.
26277         * misc/getusershell.c (initshells): Likewise.
26278         * misc/syslog.c (__vsyslog_chk): Likewise.
26279         * misc/ttyslot.c (ttyslot): Likewise.
26280         * nis/nis_hash.c (__nis_hash): Likewise.
26281         * posix/fnmatch_loop.c (FCT): Likewise.
26282         * posix/getconf.c (print_all): Likewise.
26283         (main): Likewise.
26284         * posix/getopt.c (exchange): Likewise.
26285         * posix/glob.c (globfree): Likewise.
26286         (prefix_array): Likewise.
26287         (__glob_pattern_type): Likewise.
26288         * resolv/arpa/nameser.h (NS_GET16): Likewise.
26289         (NS_GET32): Likewise.
26290         (NS_PUT16): Likewise.
26291         (NS_PUT32): Likewise.
26292         * resolv/gethnamaddr.c (getanswer): Likewise.
26293         (gethostbyname2): Likewise.
26294         (gethostbyaddr): Likewise.
26295         (_gethtent): Likewise.
26296         (_gethtbyname2): Likewise.
26297         (_gethtbyaddr): Likewise.
26298         * resolv/ns_print.c (dst_s_get_int16): Likewise.
26299         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
26300         * resolv/res_init.c (__res_vinit): Likewise.
26301         (net_mask): Likewise.
26302         * resolv/res_mkquery.c (outchar): Likewise.
26303         (PRINT): Likewise.
26304         * stdio-common/printf_fp.c (outchar): Likewise.
26305         (PRINT): Likewise.
26306         * stdio-common/printf_fphex.c (outchar): Likewise.
26307         (PRINT): Likewise.
26308         * stdio-common/printf_size.c (outchar): Likewise.
26309         (PRINT): Likewise.
26310         * stdio-common/test_rdwr.c (main): Likewise.
26311         * stdio-common/tfformat.c (matches): Likewise.
26312         * stdio-common/vfprintf.c (outchar): Likewise.
26313         (printf_unknown): Likewise.
26314         (buffered_vfprintf): Likewise.
26315         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
26316         * stdio-common/xbug.c (AppendToBuffer): Likewise.
26317         (ReadFile): Likewise.
26318         * stdlib/qsort.c (SWAP): Likewise.
26319         (_quicksort): Likewise.
26320         * stdlib/setenv.c (__add_to_environ): Likewise.
26321         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
26322         * stdlib/strtol_l.c (__strtol_l): Likewise.
26323         * stdlib/tst-strtod.c (main): Likewise.
26324         * stdlib/tst-strtol.c (main): Likewise.
26325         * stdlib/tst-strtoll.c (main): Likewise.
26326         * string/bits/string2.h (__strcmp_cc): Likewise.
26327         (__strcmp_cg): Likewise.
26328         (__strcspn_c1): Likewise.
26329         (__strcspn_c2): Likewise.
26330         (__strcspn_c3): Likewise.
26331         (__strspn_c1): Likewise.
26332         (__strspn_c2): Likewise.
26333         (__strspn_c3): Likewise.
26334         (__strsep_1c): Likewise.
26335         (__strsep_2c): Likewise.
26336         (__strsep_3c): Likewise.
26337         * string/memccpy.c (__memccpy): Likewise.
26338         * string/stpcpy.c (__stpcpy): Likewise.
26339         * string/strcmp.c (strcmp): Likewise.
26340         * string/strrchr.c (strrchr): Likewise.
26341         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
26342         Likewise.
26343         * sysdeps/mach/hurd/getcwd.c
26344         (_hurd_canonicalize_directory_name_internal): Likewise.
26345         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
26346         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
26347         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
26348         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
26349         Likewise, in both definitions.
26350         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
26351         definitions.
26352         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
26353         64] (__bswap_64): Likewise.
26354         * time/test_time.c (main): Likewise.
26355         * time/tzfile.c (__tzfile_read): Likewise.
26356         (__tzfile_compute): Likewise.
26357         * time/tzset.c (__tzset_parse_tz): Likewise.
26358         (tzset_internal): Likewise.
26359         (compute_change): Likewise.
26360         * wcsmbs/wcscat.c (__wcscat): Likewise.
26361         * wcsmbs/wcschr.c (wcschr): Likewise.
26362         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
26363         * wcsmbs/wcscspn.c (wcscspn): Likewise.
26364         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
26365         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
26366         * wcsmbs/wcsspn.c (wcsspn): Likewise.
26367         * wcsmbs/wcsstr.c (wcsstr): Likewise.
26368         * wcsmbs/wmemchr.c (wmemchr): Likewise.
26369         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
26370         * wcsmbs/wmemset.c (wmemset): Likewise.
26372 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
26374         * scripts/config.guess: Update to version 2013-05-16.
26375         * scripts/config.sub: Update to version 2013-04-24.
26376         * scripts/install-sh: Update to version 2011-11-20.07.
26377         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
26378         * scripts/move-if-change: Update to version 2012-01-06 07:23.
26380 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
26382         * debug/fgetws_u_chk.c: Fix leading whitespaces.
26383         * elf/sln.c: Likewise.
26384         * hurd/hurd/ioctl.h: Likewise.
26385         * hurd/hurdmalloc.c: Likewise.
26386         * hurd/xattr.c: Likewise.
26387         * include/shlib-compat.h: Likewise.
26388         * inet/ruserpass.c: Likewise.
26389         * libio/iofgets_u.c: Likewise.
26390         * libio/iofgetws_u.c: Likewise.
26391         * locale/programs/ld-identification.c: Likewise.
26392         * locale/programs/ld-time.c: Likewise.
26393         * mach/msg-destroy.c: Likewise.
26394         * nss/nss_files/files-netgrp.c: Likewise.
26395         * resolv/res_data.c: Likewise.
26396         * soft-fp/op-1.h: Likewise.
26397         * soft-fp/op-2.h: Likewise.
26398         * soft-fp/op-4.h: Likewise.
26399         * soft-fp/op-common.h: Likewise.
26400         * stdio-common/printf_fphex.c: Likewise.
26401         * stdlib/strtod_l.c: Likewise.
26402         * sunrpc/rpc/clnt.h: Likewise.
26403         * sysdeps/generic/framestate.c: Likewise.
26404         * sysdeps/i386/bsd-_setjmp.S: Likewise.
26405         * sysdeps/i386/bsd-setjmp.S: Likewise.
26406         * sysdeps/i386/__longjmp.S: Likewise.
26407         * sysdeps/i386/setjmp.S: Likewise.
26408         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
26409         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
26410         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
26411         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
26412         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
26413         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
26414         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
26415         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
26416         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
26417         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
26418         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
26419         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
26420         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
26421         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
26422         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
26423         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
26424         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
26425         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
26426         * sysdeps/ieee754/support.c: Likewise.
26427         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
26428         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
26429         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
26430         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
26431         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
26432         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
26433         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
26434         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
26435         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
26436         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
26437         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
26438         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
26439         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
26440         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
26441         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
26442         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
26443         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
26444         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
26446 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
26448         * posix/transbug.c: Remove executable mode.
26450 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
26452         * crypt/speeds.c: Remove trailing whitespace.
26453         * dlfcn/default.c: Likewise.
26454         * elf/ifuncdep2.c: Likewise.
26455         * elf/ifuncmain1.c: Likewise.
26456         * elf/ifuncmain1vis.c: Likewise.
26457         * elf/testobj.h: Likewise.
26458         * elf/tst-stackguard1.c: Likewise.
26459         * gmon/sys/gmon.h: Likewise.
26460         * hurd/hurdmsg.c: Likewise.
26461         * hurd/new-fd.c: Likewise.
26462         * hurd/ports-get.c: Likewise.
26463         * iconvdata/ibm1008_420.c: Likewise.
26464         * inet/tst-getni1.c: Likewise.
26465         * inet/tst-getni2.c: Likewise.
26466         * libio/ioungetc.c: Likewise.
26467         * libio/wfiledoalloc.c: Likewise.
26468         * manual/libm-err-tab.pl: Likewise.
26469         * math/w_dremf.c: Likewise.
26470         * misc/ftruncate.c: Likewise.
26471         * posix/bug-glob2.c: Likewise.
26472         * posix/tst-pcre.c: Likewise.
26473         * posix/wait4.c: Likewise.
26474         * resolv/README: Likewise.
26475         * resolv/res_debug.h: Likewise.
26476         * resolv/tst-inet_ntop.c: Likewise.
26477         * setjmp/bug269-setjmp.c: Likewise.
26478         * soft-fp/extended.h: Likewise.
26479         * soft-fp/op-1.h: Likewise.
26480         * soft-fp/op-2.h: Likewise.
26481         * soft-fp/op-4.h: Likewise.
26482         * soft-fp/op-8.h: Likewise.
26483         * soft-fp/testit.c: Likewise.
26484         * stdio-common/bug16.c: Likewise.
26485         * stdlib/random.c: Likewise.
26486         * sunrpc/rpcsvc/rquota.x: Likewise.
26487         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
26488         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
26489         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
26490         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
26491         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
26492         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
26493         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
26494         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
26495         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
26496         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
26497         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
26498         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
26499         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
26500         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
26501         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
26502         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
26503         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
26504         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
26505         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
26506         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
26507         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
26508         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
26509         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
26510         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
26511         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
26512         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
26513         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
26514         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
26515         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
26516         * sysdeps/ieee754/s_lib_version.c: Likewise.
26517         * sysdeps/mach/hurd/check_fds.c: Likewise.
26518         * sysdeps/mach/hurd/getsockname.c: Likewise.
26519         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
26520         * sysdeps/mach/hurd/recvfrom.c: Likewise.
26521         * sysdeps/powerpc/bits/link.h: Likewise.
26522         * sysdeps/powerpc/dl-procinfo.c: Likewise.
26523         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
26524         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
26525         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
26526         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
26527         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
26528         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
26529         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
26530         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
26531         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
26532         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
26533         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
26534         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
26535         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
26536         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
26537         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
26538         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
26539         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
26540         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
26541         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
26542         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
26543         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
26544         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26545         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
26546         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
26547         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
26548         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
26549         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
26550         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
26551         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
26552         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
26553         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
26554         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
26555         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
26556         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
26557         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
26558         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
26559         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
26560         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
26561         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
26562         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
26563         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
26564         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
26565         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
26566         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
26567         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
26568         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
26569         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
26570         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
26571         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
26572         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
26573         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
26574         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
26575         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
26576         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
26577         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
26578         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
26579         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
26580         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
26581         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
26582         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
26583         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
26584         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
26585         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
26586         * sysdeps/powerpc/sysdep.h: Likewise.
26587         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
26588         * sysdeps/s390/s390-64/sub_n.S: Likewise.
26589         * sysdeps/sh/dl-trampoline.S: Likewise.
26590         * sysdeps/sh/memset.S: Likewise.
26591         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
26592         * sysdeps/sh/strlen.S: Likewise.
26593         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
26594         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
26595         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
26596         * sysdeps/sparc/sparc32/rem.S: Likewise.
26597         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
26598         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
26599         * sysdeps/sparc/sparc32/strchr.S: Likewise.
26600         * sysdeps/sparc/sparc32/udiv.S: Likewise.
26601         * sysdeps/sparc/sparc32/urem.S: Likewise.
26602         * sysdeps/sparc/sparc64/add_n.S: Likewise.
26603         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
26604         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
26605         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
26606         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
26607         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
26608         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
26609         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
26610         * sysdeps/unix/bsd/times.c: Likewise.
26611         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
26612         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
26613         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
26614         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
26615         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
26616         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
26617         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
26618         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
26619         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
26620         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
26621         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
26622         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
26623         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
26624         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
26625         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
26626         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
26627         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
26628         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
26629         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
26630         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
26631         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
26632         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
26633         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
26634         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
26635         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
26636         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
26637         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
26638         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
26639         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
26640         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
26641         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
26642         * sysdeps/x86_64/strcspn.S: Likewise.
26644 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26646         * locale/C-translit.h: Revert #include <stdint.h> because this is a
26647         generated file.  Regenerate properly from gen-translit.pl.
26648         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
26649         locale/C-translit.h.
26651 2013-06-05  Andreas Schwab  <schwab@suse.de>
26653         [BZ #15100]
26654         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
26655         week as 6 instead of -1.
26656         * time/tst-strptime.c (day_tests): Add test case.
26658 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
26660         * sysdeps/generic/math_private.h
26661         (libc_feholdexcept_setround_53bit): Replace with
26662         libc_feholdsetround_53bit.
26663         (libc_feupdateenv_53bit): Replace with
26664         libc_feresetround_53bit.
26665         (SET_RESTORE_ROUND_53BIT): Adjust.
26667 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26669         * string/test-strchrnul.c: Add copyright header.
26671         * posix/tst-getaddrinfo4.c: Increase test timeout.
26673 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
26675         [BZ #15536]
26676         * math/libm-test.inc (MAX_EXP): Remove
26677         (MIN_EXP): Define.
26678         (ulp): Use MIN_EXP - MANT_DIG.
26679         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
26681 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
26683         * po/be.po: Revert last change.
26684         * po/zh_CN.po: Likewise.
26685         * po/header.pot: Likewise.
26687 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
26689         * Makefile ($(common-objpfx)linkobj/libc.so): Define
26690         link-libc-deps to empty as target-specific variable.
26691         * Makerules (link-libc-args): New variable.
26692         (libc-for-link): Likewise.
26693         (link-libc-deps): Likewise.
26694         (lib%.so): Depend on $(link-libc-deps).  Link with
26695         $(link-libc-args).
26696         (build-module): Link with $(link-libc-args).
26697         (build-module-asneeded): Likewise.
26698         (build-module-helper-objlist): Filter out $(link-libc-deps) from
26699         list of objects.
26700         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
26701         target-specific variable.
26702         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
26703         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
26704         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
26705         libc.
26706         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
26707         libc and ld.so.
26708         ($(objpfx)libpcprofile.so): Likewise.
26709         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
26710         libc_nonshared.a.
26711         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
26712         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
26713         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
26714         $(link-libc-deps).
26715         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
26716         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
26717         * login/Makefile ($(objpfx)libutil.so): Likewise.
26718         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
26719         * math/Makefile ($(objpfx)libm.so): Likewise.
26720         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
26721         $(objpfx)libnsl.so): Define libc-for-link as target-specific
26722         variable instead of depending directly on libc.
26723         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
26724         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
26725         $(link-libc-deps).
26726         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
26727         libc.
26728         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
26729         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
26730         ($(objpfx)libanl.so): Likewise.
26731         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
26732         ld.so.
26733         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
26734         $(link-libc-deps).
26735         * sysdeps/i386/fpu/Makefile: Remove file.
26736         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
26737         ($(objpfx)libm.so): Remove dependency on ld.so.
26739 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
26741         [BZ # 15553]
26742         * nis/yp_xdr.c (XDRMAXNAME): Define.
26743         (XDRMAXRECORD): Define.
26744         (xdr_domainname): Use XDRMAXNAME.
26745         (xdr_mapname): Likewise.
26746         (xdr_peername): Likewise.
26747         (xdr_keydat): Use XDRMAXRECORD.
26748         (xdr_valdat): Likewise.
26750 2013-05-30  Jeff Law  <law@redhat.com>
26752         [BZ #14256]
26753         * manual/errno.texi (ESTALE): Update to account for more than
26754         just NFS file systems.
26755         * sysdeps/gnu/errlist.c: Regenerated.
26757 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26759         [BZ #15465]
26760         * elf/Makefile (tests): Add tst-null-argv.
26761         (modules-names):  Add tst-null-argv-lib.
26762         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
26763         (tst-null-argv-ENV): Set environment for tst-null-argv.
26764         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
26765         (RTLD_PROGNAME): New macro.
26766         * elf/tst-null-argv.c: New test case.
26767         * elf/tst-null-argv-lib.c: Library for test case.
26768         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
26769         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
26770         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
26771         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
26772         * elf/dl-init.c (call_init): Likewise.
26773         (_dl_init): Likewise.
26774         * elf/dl-load.c (print_search_path): Likewise.
26775         (_dl_map_object): Likewise.
26776         * elf/dl-lookup.c (do_lookup_x): Likewise.
26777         (add_dependency): Likewise.
26778         (_dl_lookup_symbol_x): Likewise.
26779         (_dl_debug_bindings): Likewise.
26780         * elf/dl-open.c (_dl_show_scope): Likewise.
26781         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
26782         * elf/dl-version.c (match_symbol): Likewise.
26783         (_dl_check_map_versions): Likewise.
26784         * elf/rtld.c (dl_main): Likewise.
26785         (print_unresolved): Use RTLD_PROGNAME.
26786         (print_missing_version): Likewise.
26787         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
26788         (elf_machine_rela): Likewise.
26789         * sysdeps/powerpc/powerpc32/dl-machine.c
26790         (__process_machine_rela): Likewise.
26791         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
26792         Likewise.
26793         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
26794         Likewise.
26795         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
26796         Likewise.
26797         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
26798         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
26799         Likewise.
26800         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
26801         Likewise.
26802         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
26804 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
26806         * po/be.po: Add descriptive title.
26807         * po/zh_CN.po: Likewise.
26808         * po/header.pot: Likewise.
26810 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
26812         * locale/programs/locarchive.c (create_archive): Inlucde fname in
26813         error message.
26814         (enlarge_archive): Likewise.
26816 2013-05-28  Ben North  <ben@redfrontdoor.org>
26818         * manual/arith.texi (frexp): It is the magnitude of the return
26819         value which lies in [0.5, 1), not the return value itself.
26821 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26823         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26825 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
26827         * stdio-common/bug26.c (main): Correct fscanf template.
26829         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
26830         declare _dl_skip_args.
26832         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
26833         Don't declare.
26835         * manual/platform.texi: Add missing @end deftypefun.
26837 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
26839         [BZ #15529]
26840         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
26841         bit of mantissa of 2^16382.
26842         * math/libm-test.inc (hypot_test_data): Add more tests.
26844         * math/libm-test.inc: Add drem and pow10 to list of tested
26845         functions.
26846         (pow10_test): New function.
26847         (drem_test): Likewise.
26848         (drem_test_tonearest): Likewise.
26849         (drem_test_towardzero): Likewise.
26850         (drem_test_downward): Likewise.
26851         (drem_test_upward): Likewise.
26852         (main): Call the new functions.
26854         * math/libm-test.inc (finite_test_data): Remove.
26855         (finite_test): Run tests from isfinite_test_data.
26856         (gamma_test_data): Remove.
26857         (gamma_test): Run tests from lgamma_test_data.
26858         * sysdeps/i386/fpu/libm-test-ulps: Update.
26859         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26861 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26863         * manual/platform.texi: Add PowerPC PPR function set documentation.
26864         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
26865         implementation.
26867 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
26869         * math/libm-test.inc (MAX_EXP): Define.
26870         (ULPDIFF): Define.
26871         (ulp): New function.
26872         (check_float_internal): Use ULPDIFF.
26873         (cpow_test): Disable failing test.
26874         (check_ulp): Test ulp() implemetnation.
26875         (main): Call check_ulp before starting tests.
26877 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
26879         * math/gen-libm-test.pl (generate_testfile): Do not handle
26880         START_DATA and END_DATA.
26881         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
26882         END_DATA.
26883         (acos_tonearest_test_data): Likewise.
26884         (acos_towardzero_test_data): Likewise.
26885         (acos_downward_test_data): Likewise.
26886         (acos_upward_test_data): Likewise.
26887         (acosh_test_data): Likewise.
26888         (asin_test_data): Likewise.
26889         (asin_tonearest_test_data): Likewise.
26890         (asin_towardzero_test_data): Likewise.
26891         (asin_downward_test_data): Likewise.
26892         (asin_upward_test_data): Likewise.
26893         (asinh_test_data): Likewise.
26894         (atan_test_data): Likewise.
26895         (atanh_test_data): Likewise.
26896         (atan2_test_data): Likewise.
26897         (cabs_test_data): Likewise.
26898         (cacos_test_data): Likewise.
26899         (cacosh_test_data): Likewise.
26900         (carg_test_data): Likewise.
26901         (casin_test_data): Likewise.
26902         (casinh_test_data): Likewise.
26903         (catan_test_data): Likewise.
26904         (catanh_test_data): Likewise.
26905         (cbrt_test_data): Likewise.
26906         (ccos_test_data): Likewise.
26907         (ccosh_test_data): Likewise.
26908         (ceil_test_data): Likewise.
26909         (cexp_test_data): Likewise.
26910         (cimag_test_data): Likewise.
26911         (clog_test_data): Likewise.
26912         (clog10_test_data): Likewise.
26913         (conj_test_data): Likewise.
26914         (copysign_test_data): Likewise.
26915         (cos_test_data): Likewise.
26916         (cos_tonearest_test_data): Likewise.
26917         (cos_towardzero_test_data): Likewise.
26918         (cos_downward_test_data): Likewise.
26919         (cos_upward_test_data): Likewise.
26920         (cosh_test_data): Likewise.
26921         (cosh_tonearest_test_data): Likewise.
26922         (cosh_towardzero_test_data): Likewise.
26923         (cosh_downward_test_data): Likewise.
26924         (cosh_upward_test_data): Likewise.
26925         (cpow_test_data): Likewise.
26926         (cproj_test_data): Likewise.
26927         (creal_test_data): Likewise.
26928         (csin_test_data): Likewise.
26929         (csinh_test_data): Likewise.
26930         (csqrt_test_data): Likewise.
26931         (ctan_test_data): Likewise.
26932         (ctan_tonearest_test_data): Likewise.
26933         (ctan_towardzero_test_data): Likewise.
26934         (ctan_downward_test_data): Likewise.
26935         (ctan_upward_test_data): Likewise.
26936         (ctanh_test_data): Likewise.
26937         (ctanh_tonearest_test_data): Likewise.
26938         (ctanh_towardzero_test_data): Likewise.
26939         (ctanh_downward_test_data): Likewise.
26940         (ctanh_upward_test_data): Likewise.
26941         (erf_test_data): Likewise.
26942         (erfc_test_data): Likewise.
26943         (exp_test_data): Likewise.
26944         (exp_tonearest_test_data): Likewise.
26945         (exp_towardzero_test_data): Likewise.
26946         (exp_downward_test_data): Likewise.
26947         (exp_upward_test_data): Likewise.
26948         (exp10_test_data): Likewise.
26949         (exp2_test_data): Likewise.
26950         (expm1_test_data): Likewise.
26951         (fabs_test_data): Likewise.
26952         (fdim_test_data): Likewise.
26953         (finite_test_data): Likewise.
26954         (floor_test_data): Likewise.
26955         (fma_test_data): Likewise.
26956         (fma_towardzero_test_data): Likewise.
26957         (fma_downward_test_data): Likewise.
26958         (fma_upward_test_data): Likewise.
26959         (fmax_test_data): Likewise.
26960         (fmin_test_data): Likewise.
26961         (fmod_test_data): Likewise.
26962         (fpclassify_test_data): Likewise.
26963         (frexp_test_data): Likewise.
26964         (gamma_test_data): Likewise.
26965         (hypot_test_data): Likewise.
26966         (ilogb_test_data): Likewise.
26967         (isfinite_test_data): Likewise.
26968         (isgreater_test_data): Likewise.
26969         (isgreaterequal_test_data): Likewise.
26970         (isinf_test_data): Likewise.
26971         (isless_test_data): Likewise.
26972         (islessequal_test_data): Likewise.
26973         (islessgreater_test_data): Likewise.
26974         (isnan_test_data): Likewise.
26975         (isnormal_test_data): Likewise.
26976         (issignaling_test_data): Likewise.
26977         (isunordered_test_data): Likewise.
26978         (j0_test_data): Likewise.
26979         (j1_test_data): Likewise.
26980         (jn_test_data): Likewise.
26981         (ldexp_test_data): Likewise.
26982         (lgamma_test_data): Likewise.
26983         (lrint_test_data): Likewise.
26984         (lrint_tonearest_test_data): Likewise.
26985         (lrint_towardzero_test_data): Likewise.
26986         (lrint_downward_test_data): Likewise.
26987         (lrint_upward_test_data): Likewise.
26988         (llrint_test_data): Likewise.
26989         (llrint_tonearest_test_data): Likewise.
26990         (llrint_towardzero_test_data): Likewise.
26991         (llrint_downward_test_data): Likewise.
26992         (llrint_upward_test_data): Likewise.
26993         (log_test_data): Likewise.
26994         (log10_test_data): Likewise.
26995         (log1p_test_data): Likewise.
26996         (log2_test_data): Likewise.
26997         (logb_test_data): Likewise.
26998         (logb_downward_test_data): Likewise.
26999         (lround_test_data): Likewise.
27000         (llround_test_data): Likewise.
27001         (modf_test_data): Likewise.
27002         (nearbyint_test_data): Likewise.
27003         (nextafter_test_data): Likewise.
27004         (nexttoward_test_data): Likewise.
27005         (pow_test_data): Likewise.
27006         (pow_tonearest_test_data): Likewise.
27007         (pow_towardzero_test_data): Likewise.
27008         (pow_downward_test_data): Likewise.
27009         (pow_upward_test_data): Likewise.
27010         (remainder_test_data): Likewise.
27011         (remainder_tonearest_test_data): Likewise.
27012         (remainder_towardzero_test_data): Likewise.
27013         (remainder_downward_test_data): Likewise.
27014         (remainder_upward_test_data): Likewise.
27015         (remquo_test_data): Likewise.
27016         (rint_test_data): Likewise.
27017         (rint_tonearest_test_data): Likewise.
27018         (rint_towardzero_test_data): Likewise.
27019         (rint_downward_test_data): Likewise.
27020         (rint_upward_test_data): Likewise.
27021         (round_test_data): Likewise.
27022         (scalb_test_data): Likewise.
27023         (scalbn_test_data): Likewise.
27024         (scalbln_test_data): Likewise.
27025         (signbit_test_data): Likewise.
27026         (sin_test_data): Likewise.
27027         (sin_tonearest_test_data): Likewise.
27028         (sin_towardzero_test_data): Likewise.
27029         (sin_downward_test_data): Likewise.
27030         (sin_upward_test_data): Likewise.
27031         (sincos_test_data): Likewise.
27032         (sinh_test_data): Likewise.
27033         (sinh_tonearest_test_data): Likewise.
27034         (sinh_towardzero_test_data): Likewise.
27035         (sinh_downward_test_data): Likewise.
27036         (sinh_upward_test_data): Likewise.
27037         (sqrt_test_data): Likewise.
27038         (tan_test_data): Likewise.
27039         (tan_tonearest_test_data): Likewise.
27040         (tan_towardzero_test_data): Likewise.
27041         (tan_downward_test_data): Likewise.
27042         (tan_upward_test_data): Likewise.
27043         (tanh_test_data): Likewise.
27044         (tgamma_test_data): Likewise.
27045         (trunc_test_data): Likewise.
27046         (y0_test_data): Likewise.
27047         (y1_test_data): Likewise.
27048         (yn_test_data): Likewise.
27049         (significand_test_data): Likewise.
27051         * math/gen-libm-test.pl (@functions): Remove variable.
27052         (generate_testfile): Don't handle START and END lines.
27053         * math/libm-test.inc (START): New macro.
27054         (END): Likewise.
27055         (END_COMPLEX): Likewise.
27056         (acos_test): Use END macro without arguments.
27057         (acos_test_tonearest): Likewise.
27058         (acos_test_towardzero): Likewise.
27059         (acos_test_downward): Likewise.
27060         (acos_test_upward): Likewise.
27061         (acosh_test): Likewise.
27062         (asin_test): Likewise.
27063         (asin_test_tonearest): Likewise.
27064         (asin_test_towardzero): Likewise.
27065         (asin_test_downward): Likewise.
27066         (asin_test_upward): Likewise.
27067         (asinh_test): Likewise.
27068         (atan_test): Likewise.
27069         (atanh_test): Likewise.
27070         (atan2_test): Likewise.
27071         (cabs_test): Likewise.
27072         (cacos_test): Use END_COMPLEX macro without arguments.
27073         (cacosh_test): Likewise.
27074         (carg_test): Use END macro without arguments.
27075         (casin_test): Use END_COMPLEX macro without arguments.
27076         (casinh_test): Likewise.
27077         (catan_test): Likewise.
27078         (catanh_test): Likewise.
27079         (cbrt_test): Use END macro without arguments.
27080         (ccos_test): Use END_COMPLEX macro without arguments.
27081         (ccosh_test): Likewise.
27082         (ceil_test): Use END macro without arguments.
27083         (cexp_test): Use END_COMPLEX macro without arguments.
27084         (cimag_test): Use END macro without arguments.
27085         (clog_test): Use END_COMPLEX macro without arguments.
27086         (clog10_test): Likewise.
27087         (conj_test): Likewise.
27088         (copysign_test): Use END macro without arguments.
27089         (cos_test): Likewise.
27090         (cos_test_tonearest): Likewise.
27091         (cos_test_towardzero): Likewise.
27092         (cos_test_downward): Likewise.
27093         (cos_test_upward): Likewise.
27094         (cosh_test): Likewise.
27095         (cosh_test_tonearest): Likewise.
27096         (cosh_test_towardzero): Likewise.
27097         (cosh_test_downward): Likewise.
27098         (cosh_test_upward): Likewise.
27099         (cpow_test): Use END_COMPLEX macro without arguments.
27100         (cproj_test): Likewise.
27101         (creal_test): Use END macro without arguments.
27102         (csin_test): Use END_COMPLEX macro without arguments.
27103         (csinh_test): Likewise.
27104         (csqrt_test): Likewise.
27105         (ctan_test): Likewise.
27106         (ctan_test_tonearest): Likewise.
27107         (ctan_test_towardzero): Likewise.
27108         (ctan_test_downward): Likewise.
27109         (ctan_test_upward): Likewise.
27110         (ctanh_test): Likewise.
27111         (ctanh_test_tonearest): Likewise.
27112         (ctanh_test_towardzero): Likewise.
27113         (ctanh_test_downward): Likewise.
27114         (ctanh_test_upward): Likewise.
27115         (erf_test): Use END macro without arguments.
27116         (erfc_test): Likewise.
27117         (exp_test): Likewise.
27118         (exp_test_tonearest): Likewise.
27119         (exp_test_towardzero): Likewise.
27120         (exp_test_downward): Likewise.
27121         (exp_test_upward): Likewise.
27122         (exp10_test): Likewise.
27123         (exp2_test): Likewise.
27124         (expm1_test): Likewise.
27125         (fabs_test): Likewise.
27126         (fdim_test): Likewise.
27127         (finite_test): Likewise.
27128         (floor_test): Likewise.
27129         (fma_test): Likewise.
27130         (fma_test_towardzero): Likewise.
27131         (fma_test_downward): Likewise.
27132         (fma_test_upward): Likewise.
27133         (fmax_test): Likewise.
27134         (fmin_test): Likewise.
27135         (fmod_test): Likewise.
27136         (fpclassify_test): Likewise.
27137         (frexp_test): Likewise.
27138         (gamma_test): Likewise.
27139         (hypot_test): Likewise.
27140         (ilogb_test): Likewise.
27141         (isfinite_test): Likewise.
27142         (isgreater_test): Likewise.
27143         (isgreaterequal_test): Likewise.
27144         (isinf_test): Likewise.
27145         (isless_test): Likewise.
27146         (islessequal_test): Likewise.
27147         (islessgreater_test): Likewise.
27148         (isnan_test): Likewise.
27149         (isnormal_test): Likewise.
27150         (issignaling_test): Likewise.
27151         (isunordered_test): Likewise.
27152         (j0_test): Likewise.
27153         (j1_test): Likewise.
27154         (jn_test): Likewise.
27155         (ldexp_test): Likewise.
27156         (lgamma_test): Likewise.
27157         (lrint_test): Likewise.
27158         (lrint_test_tonearest): Likewise.
27159         (lrint_test_towardzero): Likewise.
27160         (lrint_test_downward): Likewise.
27161         (lrint_test_upward): Likewise.
27162         (llrint_test): Likewise.
27163         (llrint_test_tonearest): Likewise.
27164         (llrint_test_towardzero): Likewise.
27165         (llrint_test_downward): Likewise.
27166         (llrint_test_upward): Likewise.
27167         (log_test): Likewise.
27168         (log10_test): Likewise.
27169         (log1p_test): Likewise.
27170         (log2_test): Likewise.
27171         (logb_test): Likewise.
27172         (logb_test_downward): Likewise.
27173         (lround_test): Likewise.
27174         (llround_test): Likewise.
27175         (modf_test): Likewise.
27176         (nearbyint_test): Likewise.
27177         (nextafter_test): Likewise.
27178         (nexttoward_test): Likewise.
27179         (pow_test): Likewise.
27180         (pow_test_tonearest): Likewise.
27181         (pow_test_towardzero): Likewise.
27182         (pow_test_downward): Likewise.
27183         (pow_test_upward): Likewise.
27184         (remainder_test): Likewise.
27185         (remainder_test_tonearest): Likewise.
27186         (remainder_test_towardzero): Likewise.
27187         (remainder_test_downward): Likewise.
27188         (remainder_test_upward): Likewise.
27189         (remquo_test): Likewise.
27190         (rint_test): Likewise.
27191         (rint_test_tonearest): Likewise.
27192         (rint_test_towardzero): Likewise.
27193         (rint_test_downward): Likewise.
27194         (rint_test_upward): Likewise.
27195         (round_test): Likewise.
27196         (scalb_test): Likewise.
27197         (scalbn_test): Likewise.
27198         (scalbln_test): Likewise.
27199         (signbit_test): Likewise.
27200         (sin_test): Likewise.
27201         (sin_test_tonearest): Likewise.
27202         (sin_test_towardzero): Likewise.
27203         (sin_test_downward): Likewise.
27204         (sin_test_upward): Likewise.
27205         (sincos_test): Likewise.
27206         (sinh_test): Likewise.
27207         (sinh_test_tonearest): Likewise.
27208         (sinh_test_towardzero): Likewise.
27209         (sinh_test_downward): Likewise.
27210         (sinh_test_upward): Likewise.
27211         (sqrt_test): Likewise.
27212         (tan_test): Likewise.
27213         (tan_test_tonearest): Likewise.
27214         (tan_test_towardzero): Likewise.
27215         (tan_test_downward): Likewise.
27216         (tan_test_upward): Likewise.
27217         (tanh_test): Likewise.
27218         (tgamma_test): Likewise.
27219         (trunc_test): Likewise.
27220         (y0_test): Likewise.
27221         (y1_test): Likewise.
27222         (yn_test): Likewise.
27223         (significand_test): Likewise.
27225 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
27227         [BZ #15381]
27228         * libio/genops.c (_IO_no_init): Initialize wide struct info.
27230 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
27232         [BZ #14894]
27233         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
27234         __ppc_mdoio and __ppc_mdoom.
27235         * manual/platform.texi: Document new functions __ppc_yield,
27236         __ppc_mdoio and __ppc_mdoom.
27238 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
27240         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
27241         (main): Mention "tls" pseudo-hwcap is legacy.
27242         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
27244 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
27246         * math/gen-libm-test.pl (parse_args): Output only string of
27247         arguments as text for test name, not full call or descriptions of
27248         tests for extra outputs.
27249         (generate_testfile): Do not pass function name to parse_args.
27250         Generate this_func variable from START.
27251         * math/libm-test.inc (struct test_f_f_data): Rename test_name
27252         field to arg_str.
27253         (struct test_ff_f_data): Likewise.
27254         (test_ff_f_data_nexttoward): Likewise.
27255         (struct test_fi_f_data): Likewise.
27256         (struct test_fl_f_data): Likewise.
27257         (struct test_if_f_data): Likewise.
27258         (struct test_fff_f_data): Likewise.
27259         (struct test_c_f_data): Likewise.
27260         (struct test_f_f1_data): Likewise.  Remove field extra_name.
27261         (struct test_fF_f1_data): Likewise.
27262         (struct test_ffI_f1_data): Likewise.
27263         (struct test_c_c_data): Rename test_name field to arg_str.
27264         (struct test_cc_c_data): Likewise.
27265         (struct test_f_i_data): Likewise.
27266         (struct test_ff_i_data): Likewise.
27267         (struct test_f_l_data): Likewise.
27268         (struct test_f_L_data): Likewise.
27269         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
27270         and extra2_name.
27271         (COMMON_TEST_SETUP): New macro.
27272         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
27273         (COMMON_TEST_CLEANUP): Likewise.
27274         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
27275         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
27276         macros.
27277         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
27278         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
27279         macros.
27280         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
27281         (RUN_TEST_fff_f): Take argument string.  Call new setup and
27282         cleanup macros.
27283         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
27284         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
27285         macros.
27286         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
27287         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
27288         macros.
27289         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
27290         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
27291         cleanup macros.
27292         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
27293         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
27294         cleanup macros.
27295         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
27296         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
27297         cleanup macros.
27298         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
27299         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
27300         macros.
27301         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
27302         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
27303         macros.
27304         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
27305         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
27306         macros.
27307         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
27308         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
27309         cleanup macros.
27310         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
27311         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
27312         cleanup macros.
27313         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
27314         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
27315         macros.
27316         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
27317         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
27318         cleanup macros.
27319         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
27320         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
27321         macros.
27322         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
27323         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
27324         macros.
27325         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
27326         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
27327         cleanup macros.
27328         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
27330 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
27332         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
27333         to _sifields.sigfault.
27334         (si_addr_lsb): Define new macro.
27335         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
27336         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
27337         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
27339 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
27341         [BZ #15441]
27342         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
27343         returns -1.
27344         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
27345         null return -1.
27346         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
27347         loading the domain.
27349 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
27351         * math/gen-libm-test.pl (parse_args): Do not include expected
27352         result in test name.
27353         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
27354         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
27355         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
27356         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
27357         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
27358         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27360 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
27362         * benchtests/Makefile: Sort function entries.
27364         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
27365         tanh, asinh, acosh, atanh.
27366         * benchtests/acos-inputs: New file.
27367         * benchtests/acosh-inputs: New file.
27368         * benchtests/asin-inputs: New file.
27369         * benchtests/asinh-inputs: New file.
27370         * benchtests/atanh-inputs: New file.
27371         * benchtests/cosh-inputs: New file.
27372         * benchtests/log-inputs: New file.
27373         * benchtests/sinh-inputs: New file.
27374         * benchtests/tanh-inputs: New file.
27376 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
27378         [BZ #15339]
27379         * posix/tst-getaddrinfo4.c: New test.
27380         * posix/Makefile (tests): Add it.
27382 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27384         [BZ #15339]
27385         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
27386         when no services were used.
27387         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
27388         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
27390 2013-05-21  Andreas Schwab  <schwab@suse.de>
27392         [BZ #15014]
27393         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
27394         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
27395         successful.
27396         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
27397         redundant variable declarations and reallocation of buffer when
27398         parsing as IPv6 address.  Always set NSS status when called from
27399         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
27400         buffer too small.  Correct computation of needed size.
27401         * nss/Makefile (tests): Add test-digits-dots.
27402         * nss/test-digits-dots.c: New test.
27404 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27406         * benchtests/Makefile: Remove instructions for adding
27407         benchmark tests.
27408         * benchtests/README: New file to explain how to execute and
27409         enhance the benchmark tests.
27411 2013-05-21  Andreas Schwab  <schwab@suse.de>
27413         [BZ #15493]
27414         * setjmp/Makefile (tests): Add tst-sigsetjmp.
27415         * setjmp/tst-sigsetjmp.c: New test.
27417 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
27419         * sysdeps/x86_64/memset.S (memset): New implementation.
27420         (__bzero): Likewise.
27421         (__memset_tail): New function.
27423 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
27425         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
27426         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
27427         __memcpy_sse2_unaligned ifunc selection.
27428         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27429         Add memcpy-sse2-unaligned.S.
27430         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27431         Add: __memcpy_sse2_unaligned.
27433 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
27435         [BZ #15490]
27436         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
27437         math_force_eval before restoring floating-point envrionment.
27438         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
27439         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
27440         Likewise.
27441         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
27442         <math_private.h>.
27443         (__nearbyintl): Use math_force_eval before restoring
27444         floating-point environment.
27445         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
27447         * math/gen-libm-test.pl (special_functions): Remove.
27448         (parse_args): Don't handle TEST_extra.  Handle functions with no
27449         return value.
27450         * math/libm-test.inc (struct test_sincos_data): Replace with
27451         struct test_fFF_11_data.
27452         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
27453         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
27454         (sincos_test_data): Change element type to struct
27455         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
27456         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
27457         RUN_TEST_LOOP_sincos.
27458         * math/README.libm-test: Don't mention special handling of
27459         individual functions.
27460         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
27461         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
27462         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
27463         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
27464         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
27465         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27467         * math/gen-libm-test.pl (get_variable): Remove function.
27468         (parse_args): Don't show pointer parameters to call in test
27469         names.  Use "extra output N" in test names for extra outputs
27470         rather than naming variables.
27472 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
27474         [BZ #15488]
27475         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
27476         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
27477         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
27478         double tests.
27479         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
27480         disable.
27481         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
27482         check_long_double.
27484         * math/gen-libm-test.pl (@tests): Remove variable.
27485         ($count): Likewise.
27486         (new_test): Remove function.
27487         (show_exceptions): New function.
27488         (special_functions): Use show_exceptions instead of new_test.
27489         (parse_args): Likewise.
27490         (generate_testfile): Pass only function name in generated call to
27491         print_max_error or print_complex_max_error.
27492         (get_ulps): Do not handle complex tests specially.
27493         (output_test): Rename to ...
27494         (get_all_ulps_for_test): ... this.  Return a string rather than
27495         printing to a file.  Require ulps to be present.
27496         (output_ulps): Generate arrays rather than #defines.
27497         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
27498         (struct ulp_data): New type.
27499         (BUILD_COMPLEX_ULP): Remove macro.
27500         (compare_ulp_data): New function.
27501         (find_ulps): Likewise.
27502         (find_test_ulps): Likewise.
27503         (find_function_ulps): Likewise.
27504         (find_complex_function_ulps): Likewise.
27505         (print_max_error): Determine allowed ulps using
27506         find_function_ulps.
27507         (print_complex_max_error): Determine allowed ulps using
27508         find_complex_function_ulps.
27509         (check_float_internal): Determine max ulps using find_test_ulps.
27510         (check_float): Do not take max_ulp parameter.  Update call to
27511         check_float_internal.
27512         (check_complex): Likewise.
27513         (check_int): Do not take max_ulp parameter.
27514         (check_long): Likewise.
27515         (check_bool): Likewise.
27516         (check_longlong): Likewise.
27517         (struct test_f_f_data): Remove max_ulp field.
27518         (struct test_ff_f_data): Likewise.
27519         (struct test_ff_f_data_nexttoward): Likewise.
27520         (struct test_fi_f_data): Likewise.
27521         (struct test_fl_f_data): Likewise.
27522         (struct test_if_f_data): Likewise.
27523         (struct test_fff_f_data): Likewise.
27524         (struct test_c_f_data): Likewise.
27525         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
27526         (struct test_fF_f1_data): Likewise.
27527         (struct test_ffI_f1_data): Likewise.
27528         (struct test_c_c_data): Remove max_ulp field.
27529         (struct test_cc_c_data): Likewise.
27530         (struct test_f_i_data): Likewise.
27531         (struct test_ff_i_data): Likewise.
27532         (struct test_f_l_data): Likewise.
27533         (struct test_f_L_data): Likewise.
27534         (struct test_sincos_data): Likewise.
27535         (RUN_TEST_f_f): Do not handle ulps.
27536         (RUN_TEST_LOOP_f_f): Likewise.
27537         (RUN_TEST_2_f): Likewise.
27538         (RUN_TEST_LOOP_2_f): Likewise.
27539         (RUN_TEST_fff_f): Likewise.
27540         (RUN_TEST_LOOP_fff_f): Likewise.
27541         (RUN_TEST_c_f): Likewise.
27542         (RUN_TEST_LOOP_c_f): Likewise.
27543         (RUN_TEST_f_f1): Likewise.
27544         (RUN_TEST_LOOP_f_f1): Likewise.
27545         (RUN_TEST_fF_f1): Likewise.
27546         (RUN_TEST_LOOP_fF_f1): Likewise.
27547         (RUN_TEST_fI_f1): Likewise.
27548         (RUN_TEST_LOOP_fI_f1): Likewise.
27549         (RUN_TEST_ffI_f1): Likewise.
27550         (RUN_TEST_LOOP_ffI_f1): Likewise.
27551         (RUN_TEST_c_c): Likewise.
27552         (RUN_TEST_LOOP_c_c): Likewise.
27553         (RUN_TEST_cc_c): Likewise.
27554         (RUN_TEST_LOOP_cc_c): Likewise.
27555         (RUN_TEST_f_i): Likewise.
27556         (RUN_TEST_LOOP_f_i): Likewise.
27557         (RUN_TEST_f_i_tg): Likewise.
27558         (RUN_TEST_LOOP_f_i_tg): Likewise.
27559         (RUN_TEST_ff_i_tg): Likewise.
27560         (RUN_TEST_LOOP_ff_i_tg): Likewise.
27561         (RUN_TEST_f_b): Likewise.
27562         (RUN_TEST_LOOP_f_b): Likewise.
27563         (RUN_TEST_f_b_tg): Likewise.
27564         (RUN_TEST_LOOP_f_b_tg): Likewise.
27565         (RUN_TEST_f_l): Likewise.
27566         (RUN_TEST_LOOP_f_l): Likewise.
27567         (RUN_TEST_f_L): Likewise.
27568         (RUN_TEST_LOOP_f_L): Likewise.
27569         (RUN_TEST_sincos): Likewise.
27570         (RUN_TEST_LOOP_sincos): Likewise.
27572 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
27574         [BZ #15480]
27575         [BZ #15485]
27576         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
27577         main case of finite arguments, set rounding mode to FE_TONEAREST
27578         and discard exceptions.
27579         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
27580         exceptions.
27581         (remainder_tonearest_test_data): New variable.
27582         (remainder_test_tonearest): New function.
27583         (remainder_towardzero_test_data): New variable.
27584         (remainder_test_towardzero): New function.
27585         (remainder_downward_test_data): New variable.
27586         (remainder_test_downward): New function.
27587         (remainder_upward_test_data): New variable.
27588         (remainder_test_upward): New function.
27589         (main): Call the new test functions.
27591         * math/libm-test.inc (struct test_f_f1_data): Remove field
27592         extra_init.
27593         (struct test_fF_f1_data): Likewise.
27594         (struct test_ffI_f1_data): Likewise.
27595         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
27596         based on value of EXTRA_EXPECTED.
27597         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
27598         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
27599         EXTRA_VAR based on value of EXTRA_EXPECTED.
27600         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
27601         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
27602         EXTRA_VAR based on value of EXTRA_EXPECTED.
27603         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
27604         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
27605         EXTRA_VAR based on value of EXTRA_EXPECTED.
27606         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
27607         * math/gen-libm-test.pl (parse_args): Don't output initializers
27608         for extra output values.
27610         * math/libm-test.inc (check_int): Expect result to be exactly
27611         equal to expected value and do not handle ulps.
27612         (check_long): Likewise.
27613         (check_longlong): Likewise.
27615         * math/libm-test.inc (ceil_test_data): Test for "inexact"
27616         exceptions.
27617         (cimag_test_data): Likewise.
27618         (conj_test_data): Likewise.
27619         (copysign_test_data): Likewise.
27620         (cproj_test_data): Likewise.
27621         (creal_test_data): Likewise.
27622         (fabs_test_data): Likewise.
27623         (fdim_test_data): Likewise.
27624         (finite_test_data): Likewise.
27625         (floor_test_data): Likewise.
27626         (fmax_test_data): Likewise.
27627         (fmin_test_data): Likewise.
27628         (fmod_test_data): Likewise.
27629         (fpclassify_test_data): Likewise.
27630         (frexp_test_data): Likewise.
27631         (ilogb_test_data): Likewise.
27632         (isfinite_test_data): Likewise.
27633         (isgreater_test_data): Likewise.
27634         (isgreaterequal_test_data): Likewise.
27635         (isinf_test_data): Likewise.
27636         (isless_test_data): Likewise.
27637         (islessequal_test_data): Likewise.
27638         (islessgreater_test_data): Likewise.
27639         (isnan_test_data): Likewise.
27640         (isnormal_test_data): Likewise.
27641         (issignaling_test_data): Likewise.
27642         (isunordered_test_data): Likewise.
27643         (ldexp_test_data): Likewise.
27644         (lrint_test_data): Likewise.
27645         (lrint_test_data) [TEST_FLOAT]: Disable one test.
27646         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
27647         (lrint_tonearest_test_data): Test for "inexact" exceptions.
27648         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
27649         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
27650         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
27651         test input.
27652         (lrint_towardzero_test_data): Test for "inexact" exceptions.
27653         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
27654         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
27655         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
27656         that test input.
27657         (lrint_downward_test_data): Test for "inexact" exceptions.
27658         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
27659         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
27660         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
27661         test input.
27662         (lrint_upward_test_data): Test for "inexact" exceptions.
27663         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
27664         test input.
27665         (llrint_test_data): Test for "inexact" exceptions.
27666         (llrint_test_data) [TEST_FLOAT]: Disable one test.
27667         (llrint_tonearest_test_data): Test for "inexact" exceptions.
27668         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
27669         (llrint_towardzero_test_data): Test for "inexact" exceptions.
27670         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
27671         (llrint_downward_test_data): Test for "inexact" exceptions.
27672         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
27673         (llrint_upward_test_data): Test for "inexact" exceptions.
27674         (logb_test_data): Likewise.
27675         (logb_downward_test_data): Likewise.
27676         (nextafter_test_data): Likewise.
27677         (nexttoward_test_data): Likewise.
27678         (remainder_test_data): Likewise.
27679         (remquo_test_data): Likewise.
27680         (scalbn_test_data): Likewise.
27681         (scalbln_test_data): Likewise.
27682         (signbit_test_data): Likewise.
27683         (sqrt_test_data): Likewise.
27684         (significand_test_data): Likewise.
27686 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
27688         [BZ #15424]
27689         * benchtests/bench-modf.c (struct args): Mark arg0 as
27690         volatile.
27691         * scripts/bench.pl: Mark members of struct args as volatile.
27693 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27695         [BZ # 15497]
27696         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
27697         negative infinity on POWER6 or lower.
27698         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
27700 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
27702         [BZ #15442]
27703         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
27704         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
27705         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
27706         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
27707         (_FP_SETQNAN): New macro.
27708         (_FP_SETQNAN_SEMIRAW): Likewise.
27709         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
27710         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
27711         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
27712         (FP_EXTEND): Use _FP_FRAC_SNANP.
27713         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
27714         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
27715         into account.
27716         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
27717         New macro.
27718         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
27719         Likewise.
27721 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
27723         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
27724         with DIVIDE_BY_ZERO_EXCEPTION.
27725         (gamma_test_data): Likewise.
27726         (lgamma_test_data): Likewise.
27727         (log_test_data): Likewise.
27728         (log10_test_data): Likewise.
27729         (log2_test_data): Likewise.
27730         (tgamma_test_data): Likewise.
27732         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
27733         (acos_test_tonearest): Likewise.
27734         (acos_test_towardzero): Likewise.
27735         (acos_test_downward): Likewise.
27736         (acos_test_upward): Likewise.
27737         (acosh_test): Likewise.
27738         (asin_test): Likewise.
27739         (asin_test_tonearest): Likewise.
27740         (asin_test_towardzero): Likewise.
27741         (asin_test_downward): Likewise.
27742         (asin_test_upward): Likewise.
27743         (asinh_test): Likewise.
27744         (atan_test): Likewise.
27745         (atanh_test): Likewise.
27746         (atan2_test): Likewise.
27747         (cabs_test): Likewise.
27748         (cacos_test): Likewise.
27749         (cacosh_test): Likewise.
27750         (casin_test): Likewise.
27751         (casinh_test): Likewise.
27752         (catan_test): Likewise.
27753         (catanh_test): Likewise.
27754         (cbrt_test): Likewise.
27755         (ccos_test): Likewise.
27756         (ccosh_test): Likewise.
27757         (cexp_test): Likewise.
27758         (clog_test): Likewise.
27759         (clog10_test): Likewise.
27760         (cos_test): Likewise.
27761         (cos_test_tonearest): Likewise.
27762         (cos_test_towardzero): Likewise.
27763         (cos_test_downward): Likewise.
27764         (cos_test_upward): Likewise.
27765         (cosh_test): Likewise.
27766         (cosh_test_tonearest): Likewise.
27767         (cosh_test_towardzero): Likewise.
27768         (cosh_test_downward): Likewise.
27769         (cosh_test_upward): Likewise.
27770         (cpow_test): Likewise.
27771         (csin_test): Likewise.
27772         (csinh_test): Likewise.
27773         (csqrt_test): Likewise.
27774         (ctan_test): Likewise.
27775         (ctan_test_tonearest): Likewise.
27776         (ctan_test_towardzero): Likewise.
27777         (ctan_test_downward): Likewise.
27778         (ctan_test_upward): Likewise.
27779         (ctanh_test): Likewise.
27780         (ctanh_test_tonearest): Likewise.
27781         (ctanh_test_towardzero): Likewise.
27782         (ctanh_test_downward): Likewise.
27783         (ctanh_test_upward): Likewise.
27784         (erf_test): Likewise.
27785         (erfc_test): Likewise.
27786         (exp_test): Likewise.
27787         (exp_test_tonearest): Likewise.
27788         (exp_test_towardzero): Likewise.
27789         (exp_test_downward): Likewise.
27790         (exp_test_upward): Likewise.
27791         (exp10_test): Likewise.
27792         (exp2_test): Likewise.
27793         (expm1_test): Likewise.
27794         (fmod_test): Likewise.
27795         (gamma_test): Likewise.
27796         (hypot_test): Likewise.
27797         (j0_test): Likewise.
27798         (j1_test): Likewise.
27799         (jn_test): Likewise.
27800         (lgamma_test): Likewise.
27801         (log_test): Likewise.
27802         (log10_test): Likewise.
27803         (log1p_test): Likewise.
27804         (log2_test): Likewise.
27805         (logb_test_downward): Likewise.
27806         (pow_test): Likewise.
27807         (pow_test_tonearest): Likewise.
27808         (pow_test_towardzero): Likewise.
27809         (pow_test_downward): Likewise.
27810         (pow_test_upward): Likewise.
27811         (remainder_test): Likewise.
27812         (remquo_test): Likewise.
27813         (sin_test): Likewise.
27814         (sin_test_tonearest): Likewise.
27815         (sin_test_towardzero): Likewise.
27816         (sin_test_downward): Likewise.
27817         (sin_test_upward): Likewise.
27818         (sincos_test): Likewise.
27819         (sinh_test): Likewise.
27820         (sinh_test_tonearest): Likewise.
27821         (sinh_test_towardzero): Likewise.
27822         (sinh_test_downward): Likewise.
27823         (sinh_test_upward): Likewise.
27824         (sqrt_test): Likewise.
27825         (tan_test): Likewise.
27826         (tan_test_tonearest): Likewise.
27827         (tan_test_towardzero): Likewise.
27828         (tan_test_downward): Likewise.
27829         (tan_test_upward): Likewise.
27830         (tanh_test): Likewise.
27831         (tgamma_test): Likewise.
27832         (y0_test): Likewise.
27833         (y1_test): Likewise.
27834         (yn_test): Likewise.
27836         * math/gen-libm-test.pl (adjust_arg): Remove function.
27837         (special_function): Remove argument $in_func.  Only handle
27838         generating output for tables of tests, not inside functions.
27839         (parse_args): Likewise.
27840         (generate_testfile): Remove variable $in_func.  Update call to
27841         parse_args.
27842         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
27843         (MINUS_ZERO_INIT): Rename macro to minus_zero.
27844         (PLUS_INFTY_INIT): Rename macro to plus_infty.
27845         (MINUS_INFTY_INIT): Rename macro to minus_infty.
27846         (QNAN_VALUE_INIT): Rename macro to qnan_value.
27847         (MAX_VALUE_INIT): Rename macro to max_value.
27848         (MIN_VALUE_INIT): Rename macro to min_value.
27849         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
27850         (plus_zero): Remove variable.
27851         (minus_zero): Likewise.
27852         (plus_infty): Likewise.
27853         (minus_infty): Likewise.
27854         (qnan_value): Likewise.
27855         (max_value): Likewise.
27856         (min_value): Likewise.
27857         (min_subnorm_value): Likewise.
27859 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27861         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
27862         uint64_t or uint32_t usage.
27863         * crypt/sha256-block.c: Likewise.
27864         * crypt/sha256-crypt.c: Likewise.
27865         * crypt/sha256.c: Likewise.
27866         * crypt/sha512-block.c: Likewise.
27867         * crypt/sha512-crypt.c: Likewise.
27868         * crypt/sha512.c: Likewise.
27869         * debug/backtrace-tst.c: Likewise.
27870         * debug/pcprofiledump.c: Likewise.
27871         * elf/cache.c: Likewise.
27872         * elf/dl-cache.c: Likewise.
27873         * elf/dl-misc.c: Likewise.
27874         * elf/dl-profile.c: Likewise.
27875         * elf/dl-support.c: Likewise.
27876         * elf/ldconfig.c: Likewise.
27877         * elf/sprof.c: Likewise.
27878         * iconv/dummy-repertoire.c: Likewise.
27879         * iconv/iconv_charmap.c: Likewise.
27880         * iconv/skeleton.c: Likewise.
27881         * iconvdata/8bit-generic.c: Likewise.
27882         * iconvdata/cp737.h: Likewise.
27883         * iconvdata/cp775.h: Likewise.
27884         * iconvdata/ibm1008.h: Likewise.
27885         * iconvdata/ibm1025.h: Likewise.
27886         * iconvdata/ibm1046.h: Likewise.
27887         * iconvdata/ibm1097.h: Likewise.
27888         * iconvdata/ibm1112.h: Likewise.
27889         * iconvdata/ibm1122.h: Likewise.
27890         * iconvdata/ibm1123.h: Likewise.
27891         * iconvdata/ibm1124.h: Likewise.
27892         * iconvdata/ibm1129.h: Likewise.
27893         * iconvdata/ibm1130.h: Likewise.
27894         * iconvdata/ibm1132.h: Likewise.
27895         * iconvdata/ibm1133.h: Likewise.
27896         * iconvdata/ibm1137.h: Likewise.
27897         * iconvdata/ibm1140.h: Likewise.
27898         * iconvdata/ibm1141.h: Likewise.
27899         * iconvdata/ibm1142.h: Likewise.
27900         * iconvdata/ibm1143.h: Likewise.
27901         * iconvdata/ibm1144.h: Likewise.
27902         * iconvdata/ibm1145.h: Likewise.
27903         * iconvdata/ibm1146.h: Likewise.
27904         * iconvdata/ibm1147.h: Likewise.
27905         * iconvdata/ibm1148.h: Likewise.
27906         * iconvdata/ibm1149.h: Likewise.
27907         * iconvdata/ibm1153.h: Likewise.
27908         * iconvdata/ibm1154.h: Likewise.
27909         * iconvdata/ibm1155.h: Likewise.
27910         * iconvdata/ibm1156.h: Likewise.
27911         * iconvdata/ibm1157.h: Likewise.
27912         * iconvdata/ibm1158.h: Likewise.
27913         * iconvdata/ibm1160.h: Likewise.
27914         * iconvdata/ibm1161.h: Likewise.
27915         * iconvdata/ibm1162.h: Likewise.
27916         * iconvdata/ibm1163.h: Likewise.
27917         * iconvdata/ibm1164.h: Likewise.
27918         * iconvdata/ibm1166.h: Likewise.
27919         * iconvdata/ibm1167.h: Likewise.
27920         * iconvdata/ibm12712.h: Likewise.
27921         * iconvdata/ibm1390.h: Likewise.
27922         * iconvdata/ibm1399.h: Likewise.
27923         * iconvdata/ibm16804.h: Likewise.
27924         * iconvdata/ibm4517.h: Likewise.
27925         * iconvdata/ibm4899.h: Likewise.
27926         * iconvdata/ibm4909.h: Likewise.
27927         * iconvdata/ibm4971.h: Likewise.
27928         * iconvdata/ibm5347.h: Likewise.
27929         * iconvdata/ibm803.h: Likewise.
27930         * iconvdata/ibm856.h: Likewise.
27931         * iconvdata/ibm901.h: Likewise.
27932         * iconvdata/ibm902.h: Likewise.
27933         * iconvdata/ibm9030.h: Likewise.
27934         * iconvdata/ibm9066.h: Likewise.
27935         * iconvdata/ibm921.h: Likewise.
27936         * iconvdata/ibm922.h: Likewise.
27937         * iconvdata/ibm9448.h: Likewise.
27938         * iconvdata/isiri-3342.h: Likewise.
27939         * iconvdata/jis0201.h: Likewise.
27940         * include/link.h: Likewise.
27941         * include/netdb.h: Likewise.
27942         * inet/check_native.c: Likewise.
27943         * inet/check_pf.c: Likewise.
27944         * inet/getipv4sourcefilter.c: Likewise.
27945         * inet/getnameinfo.c: Likewise.
27946         * inet/getsourcefilter.c: Likewise.
27947         * inet/htonl.c: Likewise.
27948         * inet/setipv4sourcefilter.c: Likewise.
27949         * inet/setsourcefilter.c: Likewise.
27950         * inet/test-inet6_opt.c: Likewise.
27951         * inet/tst-network.c: Likewise.
27952         * locale/C-collate.c: Likewise.
27953         * locale/C-ctype.c: Likewise.
27954         * locale/C-time.c: Likewise.
27955         * locale/C-translit.h: Likewise.
27956         * locale/loadarchive.c: Likewise.
27957         * locale/programs/3level.h: Likewise.
27958         * locale/programs/charmap.c: Likewise.
27959         * locale/programs/charmap.h: Likewise.
27960         * locale/programs/ld-address.c: Likewise.
27961         * locale/programs/ld-collate.c: Likewise.
27962         * locale/programs/ld-ctype.c: Likewise.
27963         * locale/programs/ld-identification.c: Likewise.
27964         * locale/programs/ld-measurement.c: Likewise.
27965         * locale/programs/ld-messages.c: Likewise.
27966         * locale/programs/ld-monetary.c: Likewise.
27967         * locale/programs/ld-name.c: Likewise.
27968         * locale/programs/ld-numeric.c: Likewise.
27969         * locale/programs/ld-paper.c: Likewise.
27970         * locale/programs/ld-telephone.c: Likewise.
27971         * locale/programs/ld-time.c: Likewise.
27972         * locale/programs/linereader.c: Likewise.
27973         * locale/programs/locale.c: Likewise.
27974         * locale/programs/locarchive.c: Likewise.
27975         * locale/programs/locfile.h: Likewise.
27976         * locale/programs/repertoire.c: Likewise.
27977         * locale/programs/simple-hash.c: Likewise.
27978         * locale/programs/simple-hash.h: Likewise.
27979         * malloc/memusage.c: Likewise.
27980         * malloc/memusagestat.c: Likewise.
27981         * nis/nis_defaults.c: Likewise.
27982         * nis/nis_hash.c: Likewise.
27983         * nis/nis_print.c: Likewise.
27984         * nis/nis_xdr.c: Likewise.
27985         * nscd/connections.c: Likewise.
27986         * nscd/hstcache.c: Likewise.
27987         * nscd/nscd_gethst_r.c: Likewise.
27988         * nscd/nscd_getserv_r.c: Likewise.
27989         * nscd/nscd_helper.c: Likewise.
27990         * nscd/servicescache.c: Likewise.
27991         * nss/makedb.c: Likewise.
27992         * nss/nss_db/db-XXX.c: Likewise.
27993         * nss/nss_db/db-initgroups.c: Likewise.
27994         * nss/nss_db/db-netgrp.c: Likewise.
27995         * nss/nss_files/files-network.c: Likewise.
27996         * nss/nss_files/files-parse.c: Likewise.
27997         * posix/bug-regex5.c: Likewise.
27998         * posix/fnmatch_loop.c: Likewise.
27999         * posix/regcomp.c: Likewise.
28000         * posix/regexec.c: Likewise.
28001         * posix/tst-rfc3484-2.c: Likewise.
28002         * posix/tst-rfc3484-3.c: Likewise.
28003         * posix/tst-rfc3484.c: Likewise.
28004         * resolv/nss_dns/dns-canon.c: Likewise.
28005         * resolv/nss_dns/dns-network.c: Likewise.
28006         * resolv/res_init.c: Likewise.
28007         * resolv/res_mkquery.c: Likewise.
28008         * resolv/tst-aton.c: Likewise.
28009         * stdlib/cxa_atexit.c: Likewise.
28010         * stdlib/cxa_finalize.c: Likewise.
28011         * stdlib/gen-fpioconst.c: Likewise.
28012         * stdlib/strtol_l.c: Likewise.
28013         * string/tst-endian.c: Likewise.
28014         * sunrpc/auth_des.c: Likewise.
28015         * sunrpc/clnt_udp.c: Likewise.
28016         * sunrpc/rtime.c: Likewise.
28017         * sunrpc/svcauth_des.c: Likewise.
28018         * sunrpc/xdr.c: Likewise.
28019         * sunrpc/xdr_intXX_t.c: Likewise.
28020         * sunrpc/xdr_rec.c: Likewise.
28021         * sysdeps/generic/ldconfig.h: Likewise.
28022         * sysdeps/generic/ldsodefs.h: Likewise.
28023         * sysdeps/generic/memusage.h: Likewise.
28024         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
28025         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
28026         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
28027         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
28028         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
28029         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
28030         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
28031         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
28032         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
28033         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
28034         * sysdeps/posix/getaddrinfo.c: Likewise.
28035         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
28036         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
28037         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
28038         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
28039         * sysdeps/powerpc/test-gettimebase.c: Likewise.
28040         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
28041         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
28042         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
28043         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
28044         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
28045         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
28046         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
28047         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
28048         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
28049         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
28050         * sysdeps/x86_64/dl-tls.h: Likewise.
28051         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
28052         * time/alt_digit.c: Likewise.
28053         * time/era.c: Likewise.
28054         * wcsmbs/tst-c16c32-1.c: Likewise.
28056 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28058         * math/libm-test.inc (struct test_sincos_data): New type.
28059         (RUN_TEST_LOOP_sincos): New macro.
28060         (sincos_test_data): New variable.
28061         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
28063 2013-05-16  Richard Henderson  <rth@redhat.com>
28065         * math/atest-exp2.c (LIMB64): New macro.
28066         (CONSTSZ): New macro.
28067         (mp_exp1, mp_exp_m1, mp_log2): New variables.
28068         (hexdig): Move ...
28069         (print_mpn_fp): ... to function scope.
28070         (read_mpn_hex): Remove.
28071         (get_log2): Remove.
28072         (exp2_mpn): Use mp_log2.
28073         (main): Use mp_exp1.
28075 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28077         * math/libm-test.inc: Remove comment about not testing "inexact"
28078         exceptions.
28079         (INEXACT_EXCEPTION): New macro.
28080         (NO_INEXACT_EXCEPTION): Likewise.
28081         (INVALID_EXCEPTION_OK): Update value.
28082         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
28083         (OVERFLOW_EXCEPTION_OK): Likewise.
28084         (UNDERFLOW_EXCEPTION_OK): Likewise.
28085         (IGNORE_ZERO_INF_SIGN): Likewise.
28086         (ERRNO_UNCHANGED): Likewise.
28087         (ERRNO_EDOM): Likewise.
28088         (ERRNO_ERANGE): Likewise.
28089         (test_exceptions): Handle testing "inexact" exceptions.
28090         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
28091         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
28092         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
28093         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
28094         INEXACT_EXCEPTION.
28095         (rint_towardzero_test_data): Likewise.
28096         (rint_downward_test_data): Likewise.
28097         (rint_upward_test_data): Likewise.
28099         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
28100         with OVERFLOW_EXCEPTION.
28101         (exp10_test_data): Likewise.
28102         (exp2_test_data): Likewise.
28103         (expm1_test_data): Likewise.
28104         (lgamma_test_data): Likewise.
28105         (pow_test_data): Likewise.
28106         (tgamma_test_data): Likewise.
28107         (yn_test_data): Remove duplicate test of overflow.
28109         * math/libm-test.inc (struct test_cc_c_data): New type.
28110         (RUN_TEST_LOOP_cc_c): New macro.
28111         (cpow_test_data): New variable.
28112         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
28114         * math/libm-test.inc (struct test_f_L_data): New type.
28115         (RUN_TEST_LOOP_f_L): New macro.
28116         (llrint_test_data): New variable.
28117         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
28118         (llrint_tonearest_test_data): New variable.
28119         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
28120         (llrint_towardzero_test_data): New variable.
28121         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
28122         (llrint_downward_test_data): New variable.
28123         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
28124         (llrint_upward_test_data): New variable.
28125         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
28126         (llround_test_data): New variable.
28127         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
28129 2013-05-13  Peter Collingbourne  <pcc@google.com>
28131         * math/atest-exp2.c (get_log2): Remove const attribute.
28133 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
28135         * math/libm-test.inc (struct test_f_l_data): New type.
28136         (RUN_TEST_LOOP_f_l): New macro.
28137         (lrint_test_data): New variable.
28138         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
28139         (lrint_tonearest_test_data): New variable.
28140         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
28141         (lrint_towardzero_test_data): New variable.
28142         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
28143         (lrint_downward_test_data): New variable.
28144         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
28145         (lrint_upward_test_data): New variable.
28146         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
28147         (lround_test_data): New variable.
28148         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
28150 2013-05-15  Peter Collingbourne  <pcc@google.com>
28152         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
28153         (EXTRACT_WORDS64) Use where appropriate.
28154         (INSERT_WORDS64) Likewise.
28156         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
28157         constraints with x constraints.
28158         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
28160         * malloc/obstack.c (_obstack_compat): Add initializer.
28162 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
28164         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
28165         si_trapno and add si_addr_lsb to _sifields.sigfault.
28166         (si_trapno): Remove macro.
28167         (si_addr_lsb): Define new macro.
28168         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
28170 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
28172         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
28173         instead of TEST_f_l.
28174         (llrint_test_tonearest): Likewise.
28175         (llrint_test_towardzero): Likewise.
28176         (llrint_test_downward): Likewise.
28177         (llrint_test_upward): Likewise.
28178         (llround_test): Likewise.
28180         * math/libm-test.inc (struct test_f_i_data): Add comment.
28181         (RUN_TEST_LOOP_f_b): New macro.
28182         (RUN_TEST_LOOP_f_b_tg): Likewise.
28183         (finite_test_data): New variable.
28184         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
28185         (isfinite_test_data): New variable.
28186         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28187         (isinf_test_data): New variable.
28188         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28189         (isnan_test_data): New variable.
28190         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28191         (isnormal_test_data): New variable.
28192         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28193         (issignaling_test_data): New variable.
28194         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28195         (signbit_test_data): New variable.
28196         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28198         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
28199         with INVALID_EXCEPTION.
28200         (acosh_test_data): Likewise.
28201         (asin_test_data): Likewise.
28202         (atanh_test_data): Likewise.
28203         (fmod_test_data): Likewise.
28204         (log_test_data): Likewise.
28205         (log10_test_data): Likewise.
28206         (log2_test_data): Likewise.
28207         (pow_test_data): Likewise.
28208         (sqrt_test_data): Likewise.
28209         (y0_test_data): Likewise.
28210         (y1_test_data): Likewise.
28211         (yn_test_data): Likewise.
28213         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
28214         function contents.
28216         * math/libm-test.inc (struct test_ff_i_data): New type.
28217         (RUN_TEST_LOOP_ff_i_tg): New macro.
28218         (isgreater_test_data): New variable.
28219         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28220         (isgreaterequal_test_data): New variable.
28221         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28222         (isless_test_data): New variable.
28223         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28224         (islessequal_test_data): New variable.
28225         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28226         (islessgreater_test_data): New variable.
28227         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28228         (isunordered_test_data): New variable.
28229         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28231 2013-05-14  David S. Miller  <davem@davemloft.net>
28233         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28235 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
28237         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
28239         * math/libm-test.inc (struct test_fF_f1_data): Change type of
28240         extra_test to int.
28241         (struct test_f_i_data): Change type of max_ulp to int.
28243         * math/libm-test.inc (test_ffI_f1_data): New type.
28244         (RUN_TEST_LOOP_ffI_f1): New macro.
28245         (remquo_test_data): New variable.
28246         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
28248         * setjmp/tst-setjmp-fp.c: New file.
28249         * setjmp/Makefile (tests): Add tst-setjmp-fp.
28250         (link-libm): New variable.
28251         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
28253         * math/libm-test.inc (struct test_f_i_data): New type.
28254         (RUN_TEST_LOOP_f_i): New macro.
28255         (RUN_TEST_LOOP_f_i_tg): Likewise.
28256         (fpclassify_test_data): New variable.
28257         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
28258         (ilogb_test_data): New variable.
28259         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
28261         * math/libm-test.inc (scalbln_test): Correct function name in END
28262         call.
28264         * math/libm-test.inc (struct test_f_f1_data): Add comment.
28265         (RUN_TEST_LOOP_fI_f1): New macro.
28266         (frexp_test_data): New variable.
28267         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
28269         * math/libm-test.inc (struct test_fF_f1_data): New type.
28270         (RUN_TEST_LOOP_fF_f1): New macro.
28271         (modf_test_data): New variable.
28272         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
28274         * math/libm-test.inc (struct test_f_f1_data): New type.
28275         (RUN_TEST_LOOP_f_f1): New macro.
28276         (gamma_test_data): New variable.
28277         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
28278         (lgamma_test_data): New variable.
28279         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
28281 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
28283         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
28284         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
28285         (main): Comment "tls" pseudo-hwcap.
28287 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
28289         * math/libm-test.inc (struct test_fl_f_data): New type.
28290         (RUN_TEST_LOOP_fl_f): New variable.
28291         (scalbln_test_data): New variable.
28292         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
28294         * math/libm-test.inc (struct test_fi_f_data): New type.
28295         (RUN_TEST_LOOP_fi_f): New macro.
28296         (ldexp_test_data): New variable.
28297         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
28298         (scalbn_test_data): New variable.
28299         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
28301         * math/libm-test.inc (struct test_c_f_data): New type.
28302         (RUN_TEST_LOOP_c_f): New macro.
28303         (cabs_test_data): New variable.
28304         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
28305         (carg_test_data): New variable.
28306         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
28307         (cimag_test_data): New variable.
28308         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
28309         (creal_test_data): New variable.
28310         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
28312         * math/libm-test.inc (struct test_if_f_data): New type.
28313         (RUN_TEST_LOOP_if_f): New macro.
28314         (jn_test_data): New variable.
28315         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
28316         (yn_test_data): New variable.
28317         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
28319         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
28321 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28323         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
28324         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
28326 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
28328         * benchtests/Makefile (CPPFLAGS-nonlib): Add
28329         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
28330         (bench-deps): Add bench-timing.h.
28331         * benchtests-bench-skeleton.c: Include bench-timing.h.
28332         (main): Use TIMING_* macros instead of clock_gettime.
28333         * benchtests/bench-timing.h: New file.
28335         [BZ #14582]
28336         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
28337         Renamed from _LIB_VERSION.
28338         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
28340 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
28342         * math/libm-test.inc (struct test_fff_f_data): New type.
28343         (RUN_TEST_LOOP_fff_f): New macro.
28344         (fma_test_data): New variable.
28345         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
28346         (fma_towardzero_test_data): New variable.
28347         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
28348         (fma_downward_test_data): New variable.
28349         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
28350         (fma_upward_test_data): New variable.
28351         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
28353         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
28354         (struct test_c_c_data): New type.
28355         (RUN_TEST_LOOP_c_c): New macro.
28356         (cacos_test_data): New variable.
28357         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
28358         (cacosh_test_data): New variable.
28359         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
28360         (casin_test_data): New variable.
28361         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
28362         (casinh_test_data): New variable.
28363         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
28364         (catan_test_data): New variable.
28365         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
28366         (catanh_test_data): New variable.
28367         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
28368         (ccos_test_data): New variable.
28369         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
28370         (ccosh_test_data): New variable.
28371         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
28372         (cexp_test_data): New variable.
28373         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
28374         (clog_test_data): New variable.
28375         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
28376         (clog10_test_data): New variable.
28377         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
28378         (conj_test_data): New variable.
28379         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
28380         (cproj_test_data): New variable.
28381         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
28382         (csin_test_data): New variable.
28383         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
28384         (csinh_test_data): New variable.
28385         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
28386         (csqrt_test_data): New variable.
28387         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
28388         (ctan_test_data): New variable.
28389         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
28390         (ctan_tonearest_test_data): New variable.
28391         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
28392         (ctan_towardzero_test_data): New variable.
28393         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
28394         (ctan_downward_test_data): New variable.
28395         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
28396         (ctan_upward_test_data): New variable.
28397         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
28398         (ctanh_test_data): New variable.
28399         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
28400         (ctanh_tonearest_test_data): New variable.
28401         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
28402         (ctanh_towardzero_test_data): New variable.
28403         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
28404         (ctanh_downward_test_data): New variable.
28405         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
28406         (ctanh_upward_test_data): New variable.
28407         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
28408         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
28409         of BUILD_COMPLEX.
28411         * math/libm-test.inc (struct test_ff_f_data): New type.
28412         (struct test_ff_f_data_nexttoward): Likewise.
28413         (RUN_TEST_LOOP_2_f): New macro.
28414         (RUN_TEST_LOOP_ff_f): Likewise.
28415         (atan2_test_data): New variable.
28416         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
28417         (copysign_test_data): New variable.
28418         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
28419         (fdim_test_data): New variable.
28420         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
28421         (fmax_test_data): New variable.
28422         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
28423         (fmin_test_data): New variable.
28424         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
28425         (fmod_test_data): New variable.
28426         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
28427         (hypot_test_data): New variable.
28428         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
28429         (nextafter_test_data): New variable.
28430         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
28431         (nexttoward_test_data): New variable.
28432         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
28433         (pow_test_data): New variable.
28434         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
28435         (pow_tonearest_test_data): New variable.
28436         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
28437         (pow_towardzero_test_data): New variable.
28438         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
28439         (pow_downward_test_data): New variable.
28440         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
28441         (pow_upward_test_data): New variable.
28442         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
28443         (remainder_test_data): New variable.
28444         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
28445         (scalb_test_data): New variable.
28446         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
28447         * sysdeps/i386/fpu/libm-test-ulps: Update.
28449 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
28451         * math/libm-test.inc (fma_test): Use max_value instead of local
28452         variable fltmax.
28453         (nextafter_test): Likewise.
28455         * math/libm-test.inc (acos_towardzero_test_data): New variable.
28456         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28457         (acos_downward_test_data): New variable.
28458         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28459         (acos_upward_test_data): New variable.
28460         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28461         (acosh_test_data): New variable.
28462         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
28463         (asin_test_data): New variable.
28464         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
28465         (asin_tonearest_test_data): New variable.
28466         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28467         (asin_towardzero_test_data): New variable.
28468         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28469         (asin_downward_test_data): New variable.
28470         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28471         (asin_upward_test_data): New variable.
28472         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28473         (asinh_test_data): New variable.
28474         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
28475         (atan_test_data): New variable.
28476         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
28477         (atanh_test_data): New variable.
28478         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
28479         (cbrt_test_data): New variable.
28480         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
28481         (ceil_test_data): New variable.
28482         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
28483         (cos_test_data): New variable.
28484         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
28485         (cos_tonearest_test_data): New variable.
28486         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28487         (cos_towardzero_test_data): New variable.
28488         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28489         (cos_downward_test_data): New variable.
28490         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28491         (cos_upward_test_data): New variable.
28492         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28493         (cosh_test_data): New variable.
28494         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
28495         (cosh_tonearest_test_data): New variable.
28496         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28497         (cosh_towardzero_test_data): New variable.
28498         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28499         (cosh_downward_test_data): New variable.
28500         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28501         (cosh_upward_test_data): New variable.
28502         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28503         (erf_test_data): New variable.
28504         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
28505         (erfc_test_data): New variable.
28506         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
28507         (exp_test_data): New variable.
28508         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
28509         (exp_tonearest_test_data): New variable.
28510         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28511         (exp_towardzero_test_data): New variable.
28512         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28513         (exp_downward_test_data): New variable.
28514         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28515         (exp_upward_test_data): New variable.
28516         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28517         (exp10_test_data): New variable.
28518         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
28519         (exp2_test_data): New variable.
28520         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
28521         (expm1_test_data): New variable.
28522         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
28523         (fabs_test_data): New variable.
28524         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
28525         (floor_test_data): New variable.
28526         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
28527         (j0_test_data): New variable.
28528         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
28529         (j1_test_data): New variable.
28530         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
28531         (log_test_data): New variable.
28532         (log_test): Run tests with RUN_TEST_LOOP_f_f.
28533         (log10_test_data): New variable.
28534         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
28535         (log1p_test_data): New variable.
28536         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
28537         (log2_test_data): New variable.
28538         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
28539         (logb_test_data): New variable.
28540         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
28541         (logb_downward_test_data): New variable.
28542         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28543         (nearbyint_test_data): New variable.
28544         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
28545         (rint_test_data): New variable.
28546         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
28547         (rint_tonearest_test_data): New variable.
28548         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28549         (rint_towardzero_test_data): New variable.
28550         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28551         (rint_downward_test_data): New variable.
28552         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28553         (rint_upward_test_data): New variable.
28554         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28555         (round_test_data): New variable.
28556         (round_test): Run tests with RUN_TEST_LOOP_f_f.
28557         (sin_test_data): New variable.
28558         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
28559         (sin_tonearest_test_data): New variable.
28560         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28561         (sin_towardzero_test_data): New variable.
28562         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28563         (sin_downward_test_data): New variable.
28564         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28565         (sin_upward_test_data): New variable.
28566         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28567         (sinh_test_data): New variable.
28568         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
28569         (sinh_tonearest_test_data): New variable.
28570         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28571         (sinh_towardzero_test_data): New variable.
28572         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28573         (sinh_downward_test_data): New variable.
28574         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28575         (sinh_upward_test_data): New variable.
28576         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28577         (sqrt_test_data): New variable.
28578         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
28579         (tan_test_data): New variable.
28580         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
28581         (tan_tonearest_test_data): New variable.
28582         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28583         (tan_towardzero_test_data): New variable.
28584         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28585         (tan_downward_test_data): New variable.
28586         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28587         (tan_upward_test_data): New variable.
28588         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28589         (tanh_test_data): New variable.
28590         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
28591         (tgamma_test_data): New variable.
28592         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
28593         (trunc_test_data): New variable.
28594         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
28595         (y0_test_data): New variable.
28596         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
28597         (y1_test_data): New variable.
28598         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
28599         (significand_test_data): New variable.
28600         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
28602 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
28604         [BZ #12387]
28605         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
28607 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
28609         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
28611 2013-05-10  Andreas Jaeger  <aj@suse.de>
28613         [BZ #15448]
28614         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
28615         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
28617 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
28619         * math/gen-libm-test.pl (adjust_arg): New function.
28620         (special_functions): Handle generating output in both functions
28621         and arrays.
28622         (parse_args): Likewise.
28623         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
28624         $in_func argument to parse_args.
28625         * math/libm-test.inc (struct test_f_f_data): New type.
28626         (IF_ROUND_INIT_): New macro.
28627         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
28628         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
28629         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
28630         (IF_ROUND_INIT_FE_UPWARD): Likewise.
28631         (ROUND_RESTORE_): Likewise.
28632         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
28633         (ROUND_RESTORE_FE_TONEAREST): Likewise.
28634         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
28635         (ROUND_RESTORE_FE_UPWARD): Likewise.
28636         (RUN_TEST_LOOP_f_f): New macro.
28637         (acos_test_data): New variable.
28638         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
28639         (acos_tonearest_test_data): New variable.
28640         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28642 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
28644         * benchtests/bench-skeleton.c (startup): Fix coding style.
28646 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
28648         [BZ #6809]
28649         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
28650         negative infinity argument.
28651         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
28652         negative infinity argument.
28653         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
28654         negative infinity argument.
28655         * math/libm-test.inc (tgamma_test): Expect errno to be set for
28656         domain errors.
28658 2013-05-10  Florian Weimer  <fweimer@redhat.com>
28660         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
28661         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
28662         * iconv/iconv_prog.c (main): Likewise.
28663         * locale/programs/charmap-dir.c (charmap_readdir)
28664         (fopen_uncompressed): Likewise.
28665         * locale/programs/locfile.c (siblings_uncached)
28666         (write_locale_data): Use lstat64 instead of lstat.
28667         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
28668         stat.
28670 2013-05-10  Andreas Jaeger  <aj@suse.de>
28672         [BZ #15395]
28673         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
28674         localization.
28675         Include <locale.h>.
28677 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
28679         * elf/dl-close.c (_dl_close_worker): Add comments.
28681 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
28683         [BZ #15359]
28684         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
28685         high part of pi/2.
28686         (__ieee754_rem_pio2l): Update comments.
28688         [BZ #15429]
28689         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
28690         high part of pi/2.
28691         (__ieee754_rem_pio2l): Update comments.
28693         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
28694         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
28696         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
28697         M_PI_4l.
28699         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
28700         (M_PI_34_LOG10El): Likewise.
28701         (M_PI2_LOG10El): Likewise.
28702         (M_PI4_LOG10El): Likewise.
28703         (M_PI_LOG10El): Likewise.
28705 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28707         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28709 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
28711         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
28712         (MINUS_ZERO_INIT): Likewise.
28713         (PLUS_INFTY_INIT): Likewise.
28714         (MINUS_INFTY_INIT): Likewise.
28715         (QNAN_VALUE_INIT): Likewise.
28716         (MAX_VALUE_INIT): Likewise.
28717         (MIN_VALUE_INIT): Likewise.
28718         (MIN_SUBNORM_VALUE_INIT): Likewise.
28719         (plus_zero): Initialize with PLUS_ZERO_INIT.
28720         (minus_zero): Initialize with MINUS_ZERO_INIT.
28721         (plus_infty): Initialize with PLUS_INFTY_INIT.
28722         (minus_infty): Initialize with MINUS_INFTY_INIT.
28723         (qnan_value): Initialize with QNAN_VALUE_INIT.
28724         (max_value): Initialize with MAX_VALUE_INIT.
28725         (min_value): Initialize with MIN_VALUE_INIT.
28726         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
28728         * math/libm-test.inc (RUN_TEST_if_f): New macro.
28729         (jn_test): Use TEST_if_f instead of TEST_ff_f.
28730         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
28731         (yn_test): Use TEST_if_f instead of TEST_ff_f.
28733         * math/libm-test.inc (RUN_TEST_f_f): New macro.
28734         (RUN_TEST_2_f): Likewise.
28735         (RUN_TEST_ff_f): Likewise.
28736         (RUN_TEST_fi_f): Likewise.
28737         (RUN_TEST_fl_f): Likewise.
28738         (RUN_TEST_fff_f): Likewise.
28739         (RUN_TEST_c_f): Likewise.
28740         (RUN_TEST_f_f1): Likewise.
28741         (RUN_TEST_fF_f1): Likewise.
28742         (RUN_TEST_fI_f1): Likewise.
28743         (RUN_TEST_ffI_f1): Likewise.
28744         (RUN_TEST_c_c): Likewise.
28745         (RUN_TEST_cc_c): Likewise.
28746         (RUN_TEST_f_i): Likewise.
28747         (RUN_TEST_f_i_tg): Likewise.
28748         (RUN_TEST_ff_i_tg): Likewise.
28749         (RUN_TEST_f_b): Likewise.
28750         (RUN_TEST_f_b_tg): Likewise.
28751         (RUN_TEST_f_l): Likewise.
28752         (RUN_TEST_f_L): Likewise.
28753         (RUN_TEST_sincos): Likewise.
28754         * math/gen-libm-test.pl (new_test): Take new argument to indicate
28755         whether to show exceptions.  Do not include ");\n" in return
28756         value.
28757         (special_functions): Output call to RUN_TEST_sincos instead of
28758         check_float calls.  Update calls to new_test.
28759         (parse_args): Output call to single RUN_TEST_* macro instead of
28760         check_* calls and other assignments.  Update calls to new_test.
28762         [BZ #2546]
28763         [BZ #2560]
28764         [BZ #5159]
28765         [BZ #15426]
28766         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
28767         input to result for tgamma overflow.
28768         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
28769         (gamma_coeff): New variable.
28770         (NCOEFF): New macro.
28771         (gamma_positive): New function.
28772         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
28773         underflow here.  Use gamma_positive instead of exp (lgamma) for
28774         other arguments.
28775         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
28776         (gamma_coeff): New variable.
28777         (NCOEFF): New macro.
28778         (gammaf_positive): New function.
28779         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
28780         underflow here.  Use gamma_positive instead of exp (lgamma) for
28781         other arguments.
28782         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
28783         (gamma_coeff): New variable.
28784         (NCOEFF): New macro.
28785         (gammal_positive): New function.
28786         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
28787         underflow here.  Use gamma_positive instead of exp (lgamma) for
28788         other arguments.
28789         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
28790         (gamma_coeff): New variable.
28791         (NCOEFF): New macro.
28792         (gammal_positive): New function.
28793         (__ieee754_gammal_r): Handle positive infinity, overflow and
28794         underflow here.  Handle NaN the same as positive infinity.  Remove
28795         check x < 0xffffffff for negative integers.  Use gamma_positive
28796         instead of exp (lgamma) for other arguments.
28797         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
28798         (gamma_coeff): New variable.
28799         (NCOEFF): New macro.
28800         (gammal_positive): New function.
28801         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
28802         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
28803         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
28804         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
28805         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
28806         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
28807         * sysdeps/generic/math_private.h (__gamma_productf): New
28808         prototype.
28809         (__gamma_product): Likewise.
28810         (__gamma_productl): Likewise.
28811         * math/Makefile (libm-calls): Add gamma_product.
28812         * math/libm-test.inc (tgamma_test): Add more tests.
28813         * sysdeps/i386/fpu/libm-test-ulps: Update.
28814         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28816 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
28818         * benchtests/bench-skeleton.c (main): Preheat CPU.
28820 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
28822         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
28824 2013-05-07  Roland McGrath  <roland@hack.frob.com>
28826         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
28827         and _dl_skip_args_internal.
28829 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
28831         * manual/message.texi (Message Translation): Talk about users.
28832         Message to key mapping impacts design.
28834 2013-05-06  Roland McGrath  <roland@hack.frob.com>
28836         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
28838         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
28840         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
28841         * sysdeps/wordsize-64/glob64.c: ... here.
28843         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
28844         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
28845         New macros.
28847         * debug/getlogin_r_chk.c: Moved to ...
28848         * login/getlogin_r_chk.c: ... here.
28849         * debug/Makefile (routines): Move getlogin_r_chk to ...
28850         * login/Makefile (routines): ... here.
28851         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
28852         * login/Versions (libc: GLIBC_2.4): ... here.
28854         * io/poll.c (__poll): Renamed from poll.
28855         Add libc_hidden_def.
28856         (poll): Define as weak alias.
28858         * debug/ptsname_r_chk.c: Moved to ...
28859         * login/ptsname_r_chk.c: ... here.
28860         * debug/Makefile (routines): Move ptsname_r_chk to ...
28861         * login/Makefile (routines): ... here.
28862         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
28863         * login/Versions (libc: GLIBC_2.4): ... here.
28865         * posix/getlogin.c: Moved to ...
28866         * login/getlogin.c: ... here.
28867         * posix/getlogin_r.c: Moved to ...
28868         * login/getlogin_r.c: ... here.
28869         * posix/getlogin_r.c: Moved to ...
28870         * login/getlogin_r.c: ... here.
28871         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
28872         * login/Makefile (routines): ... here.
28873         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
28874         * login/Versions (libc: GLIBC_2.0): ... here.
28876         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
28877         (setrlimit): Define as weak alias.
28879         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
28880         Call __ names for open, ftruncate, and close.
28881         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
28882         (truncate): Define as weak alias.
28884 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
28886         * math/gen-libm-test.pl (parse_args): Initialize x before each
28887         test of frexp, modf and remquo.
28889         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
28890         test signgam value.
28892 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28894         [BZ #15418]
28895         [BZ #15419]
28896         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
28897         internal tests.
28898         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
28900 2013-05-06  Roland McGrath  <roland@hack.frob.com>
28902         * elf/dl-writev.h: New file.
28903         * elf/dl-misc.c: Include it.
28904         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
28905         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
28907 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
28909         * math/libm-test.inc (noXFails): Remove variable.
28910         (noXPasses): Likewise.
28911         (BUILD_COMPLEX_INT): Remove macro.
28912         (print_screen): Remove xfail argument.
28913         (print_screen_max_error): Likewise.
28914         (update_stats): Likewise.
28915         (print_max_error): Likewise.  Update calls to other affected
28916         functions.
28917         (print_complex_max_error): Likewise.
28918         (test_single_exception): Update calls to print_screen.
28919         (test_single_errno): Likewise.
28920         (check_float_internal): Remove xfail argument.  Update calls to
28921         other affected functions.
28922         (check_float): Likewise.
28923         (check_complex): Likewise.
28924         (check_int): Likewise.
28925         (check_long): Likewise.
28926         (check_bool): Likewise.
28927         (check_longlong): Likewise.
28928         (main): Don't print noXFails and noXPasses.
28929         * math/gen-libm-test.pl (top level): Don't mention expected
28930         failure handling in comment.
28931         (new_test): Don't handle expected failures.
28932         (parse_args): Don't mention expected failure handling in comment.
28933         (generate_testfile): Don't handle expected failures.
28934         (parse_ulps): Likewise.
28935         (print_ulps_file): Likewise.
28936         (get_failure): Remove function.
28937         (output_test): Don't handle expected failures.
28938         * make/README.libm-test: Don't mention expected failure handling.
28940         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
28941         (minus_zero): Likewise.
28942         (plus_infty): Likewise.
28943         (minus_infty): Likewise.
28944         (qnan_value): Likewise.
28945         (max_value): Likewise.
28946         (min_value): Likewise.
28947         (min_subnorm_value): Likewise.
28948         (initialize): Do not initialize those variables dynamically.
28950 2013-05-03  Roland McGrath  <roland@hack.frob.com>
28952         * io/open.c (__open_2): Moved to ...
28953         * io/open_2.c: ... this new file.
28954         * io/open64.c (__open64_2): Moved to ...
28955         * io/open64_2.c: ... this new file.
28956         * io/openat.c (__openat_2): Moved to ...
28957         * io/openat_2.c: ... this new file.
28958         * io/openat64.c (__openat64_2): Moved to ...
28959         * io/openat64_2.c: ... this new file.
28960         * io/Makefile (routines): Add them.
28961         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
28962         * sysdeps/unix/sysv/linux/open_2.c: File removed.
28963         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
28964         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
28965         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
28966         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
28967         (__openat64): Add hidden_ver.
28968         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
28969         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
28971         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
28972         Separately conditionalize setting of GLRO(dl_sysinfo) so
28973         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
28974         as well, but the actual setting is only under [NEED_DL_SYSINFO].
28976 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28978         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
28979         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
28980         definition.
28981         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
28982         * sysdeps/unix/sysv/linux/powerpc/init-first.c
28983         (_libc_vdso_platform_setup): Add __vdso_time initialization.
28984         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
28985         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
28987 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
28989         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
28990         test signgam value.
28992         * math/libm-test.inc (hypot_test): Do not use
28993         IGNORE_ZERO_INF_SIGN.
28995 2013-05-03  Andreas Jaeger  <aj@suse.de>
28997         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
28998         Linux 3.9.
28999         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
29000         (PF_MAX): Adjust for VSOCK change.
29002 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29004         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29006 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
29008         [BZ #15264]
29009         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
29010         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
29011         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
29013 2013-05-02  David S. Miller  <davem@davemloft.net>
29015         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29017 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
29019         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
29021 2013-05-01  Roland McGrath  <roland@hack.frob.com>
29023         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
29025 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
29027         [BZ #14952]
29028         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
29029         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
29030         Use __attribute__ ((__gnu_inline__)).
29031         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
29032         Don't use __attribute__ ((__gnu_inline__)).
29034 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
29036         [BZ #15423]
29037         * math/s_catan.c (__catan): Handle small real or imaginary part of
29038         input specially to avoid spurious underflow.
29039         * math/s_catanf.c (__catanf): Likewise.
29040         * math/s_catanh.c (__catanh): Likewise.
29041         * math/s_catanhf.c (__catanhf): Likewise.
29042         * math/s_catanhl.c (__catanhl): Likewise.
29043         * math/s_catanl.c (__catanl): Likewise.
29044         * math/libm-test.inc (catan_test): Add more tests.
29045         (catanh_test): Likewise.
29046         * sysdeps/i386/fpu/libm-test-ulps: Update.
29047         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29049 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29051         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29053 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
29055         [BZ #15416]
29056         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
29057         accurately for denominator in atan2.
29058         * math/s_catanf.c (__catanf): Likewise.
29059         * math/s_catanh.c (__catanh): Likewise.
29060         * math/s_catanhf.c (__catanhf): Likewise.
29061         * math/s_catanhl.c (__catanhl): Likewise.
29062         * math/s_catanl.c (__catanl): Likewise.
29063         * math/libm-test.inc (catan_test): Add more tests.
29064         (catanh_test): Likewise.
29065         * sysdeps/i386/fpu/libm-test-ulps: Update.
29066         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29068 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
29070         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
29072         * benchtests/Makefile (bench): Remove slow benchmarks.
29073         * benchtests/atan-inputs: Add slow benchmark inputs.
29074         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
29075         (BENCH_FUNC): Accept variant offset.
29076         (VARIANT): Define.
29077         * benchtests/bench-skeleton.c (main): Run benchmark for each
29078         variant.
29079         * benchtests/cos-inputs: Add slow benchmark inputs.
29080         * benchtests/exp-inputs: Likewise.
29081         * benchtests/pow-inputs: Likewise.
29082         * benchtests/sin-inputs: Likewise.
29083         * benchtests/slowatan-inputs: Remove.
29084         * benchtests/slowatan.c: Remove.
29085         * benchtests/slowcos-inputs: Remove.
29086         * benchtests/slowcos.c: Remove.
29087         * benchtests/slowexp-inputs: Remove.
29088         * benchtests/slowexp.c: Remove.
29089         * benchtests/slowpow-inputs: Remove.
29090         * benchtests/slowpow.c: Remove.
29091         * benchtests/slowsin-inputs: Remove.
29092         * benchtests/slowsin.c: Remove.
29093         * benchtests/slowtan-inputs: Remove.
29094         * benchtests/slowtan.c: Remove.
29095         * benchtests/tan-inputs: Add slow benchmark inputs.
29096         * scripts/bench.pl: Parse comments and directives.
29098         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
29099         in CPPFLAGS.
29100         ($(objpfx)bench-%.c): Remove *-ITER.
29101         * benchtests/bench-modf.c: Remove definition of ITER.
29102         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
29103         (main): Loop for DURATION seconds instead of fixed number of
29104         iterations.
29105         * scripts/bench.pl: Don't expect iterations in parameters.
29107 2013-04-29  Roland McGrath  <roland@hack.frob.com>
29109         * io/fchdir.c (__fchdir): Renamed from fchdir.
29110         (fchdir): Define as weak alias.
29112 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
29114         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
29115         (ERRNO_EDOM): Likewise.
29116         (ERRNO_ERANGE): Likewise.
29117         (noErrnoTests): New variable.
29118         (init_max_error): Set errno to 0.
29119         (test_single_errno): New function.
29120         (test_errno): Likewise.
29121         (check_float_internal): Call test_errno.  Set errno to 0.
29122         (check_complex): Refer to errno tests in comment.
29123         (check_int): Call test_errno.  Set errno to 0.
29124         (check_long): Likewise.
29125         (check_bool): Likewise.
29126         (check_longlong): Likewise.
29127         (cos_test): Use ERRNO_* flags for errno tests instead of
29128         check_int.
29129         (expm1_test): Likewise.
29130         (fmod_test): Likewise.
29131         (ilogb_test): Likewise.
29132         (lgamma_test): Likewise.
29133         (pow_test): Likewise.
29134         (remainder_test): Likewise.
29135         (sin_test): Likewise.
29136         (tan_test): Likewise.
29137         (yn_test): Likewise.
29138         (initialize): Set errno to 0.
29139         (main): Print number of errno tests.
29140         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
29142 2013-04-29  Andreas Jaeger  <aj@suse.de>
29144         [BZ #15084]
29145         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
29146         and RES_USEVC.
29148         [BZ #15085]
29149         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
29150         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
29151         unimplemented.
29153         [BZ #15380]
29154         * stdlib/random.c (__initstate): Return NULL if
29155         __initstate fails.
29157         [BZ #15086]
29158         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
29159         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
29160         RES_SNGLKUPREOP.
29162 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29164         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29166 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
29168         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
29169         of individual tests.
29170         (casin_test): Likewise.
29171         (casinh_test): Likewise.
29173 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
29175         [BZ #15409]
29176         * math/s_catan.c (__catan): Handle arguments with large real or
29177         imaginary part separately without squaring.
29178         * math/s_catanf.c (__catanf): Likewise.
29179         * math/s_catanh.c (__catanh): Likewise.
29180         * math/s_catanhf.c (__catanhf): Likewise.
29181         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
29182         and redefine.
29183         (__catanhl): Handle arguments with large real or imaginary part
29184         separately without squaring.
29185         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
29186         and redefine.
29187         (__catanl): Handle arguments with large real or imaginary part
29188         separately without squaring.
29189         * math/libm-test.inc (catan_test): Add more tests.
29190         (catanh_test): Likewise.
29191         * sysdeps/i386/fpu/libm-test-ulps: Update.
29192         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29194 2013-04-27  Andreas Jaeger  <aj@suse.de>
29196         [BZ #15007]
29197         * stdlib/stdlib.h: Update guards for qecvt.
29198         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
29199         <stdlib.h>.
29201 2013-04-27  Allan McRae  <allan@archlinux.org>
29203         * sysdeps/i386/fpu/libm-test-ulps: Update.
29205 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
29207         [BZ #15406]
29208         * math/s_catan.c: Include <float.h>.
29209         (__catan): Ensure underflow exception occurs for underflowed
29210         result.
29211         * math/s_catanf.c: Include <float.h>.
29212         (__catanf): Ensure underflow exception occurs for underflowed
29213         result.
29214         * math/s_catanh.c: Include <float.h>.
29215         (__catanh): Ensure underflow exception occurs for underflowed
29216         result.
29217         * math/s_catanhf.c: Include <float.h>.
29218         (__catanhf): Ensure underflow exception occurs for underflowed
29219         result.
29220         * math/s_catanhl.c: Include <float.h>.
29221         (__catanhl): Ensure underflow exception occurs for underflowed
29222         result.
29223         * math/s_catanl.c: Include <float.h>.
29224         (__catanl): Ensure underflow exception occurs for underflowed
29225         result.
29226         * math/libm-test.inc (catan_test): Add more tests.
29227         (catanh_test): Likewise.
29229         [BZ #15405]
29230         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
29231         underflowed result.
29232         * math/s_ccoshf.c (__ccoshf): Likewise.
29233         * math/s_ccoshl.c (__ccoshl): Likewise.
29234         * math/s_csin.c (__csin): Likewise.
29235         * math/s_csinf.c (__csinf): Likewise.
29236         * math/s_csinh.c (__csinh): Likewise.
29237         * math/s_csinhf.c (__csinhf): Likewise.
29238         * math/s_csinhl.c (__csinhl): Likewise.
29239         * math/s_csinl.c (__csinl): Likewise.
29240         * math/libm-test.inc (ccos_test): Add more tests.
29241         (ccosh_test): Likewise.
29242         (csin_test): Likewise.
29243         (csinh_test): Likewise.
29245 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29247         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
29248         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
29249         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
29250         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
29251         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
29252         powerpc/power5+/fpu folders.
29253         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
29256 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
29258         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29260 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
29262         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
29263         additions to variable.
29264         [$(config-machine) = x86_64] (modules-names): Likewise.
29265         ($(objpfx)tst-audit3): Remove dependency.
29266         ($(objpfx)tst-audit3.out): Likewise.
29267         ($(objpfx)tst-audit4): Likewise.
29268         ($(objpfx)tst-audit4.out): Likewise.
29269         ($(objpfx)tst-audit5): Likewise.
29270         ($(objpfx)tst-audit5.out): Likewise.
29271         ($(objpfx)tst-audit6): Likewise.
29272         ($(objpfx)tst-audit6.out): Likewise.
29273         ($(objpfx)tst-audit7): Likewise.
29274         ($(objpfx)tst-audit7.out): Likewise.
29275         (tst-audit3-ENV): Remove variable.
29276         (tst-audit4-ENV): Likewise.
29277         (tst-audit5-ENV): Likewise.
29278         (tst-audit6-ENV): Likewise.
29279         (tst-audit7-ENV): Likewise.
29280         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
29281         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
29282         addition to variable.
29283         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
29284         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
29285         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
29286         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
29287         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
29288         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
29289         tst-audit3, tst-audit4 and tst-audit5.
29290         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
29291         tst-audit6 and tst-audit7.
29292         [$(subdir) = elf] (modules-names): Add audit modules for those
29293         tests.
29294         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
29295         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
29296         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
29297         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
29298         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
29299         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
29300         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
29301         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
29302         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
29303         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
29304         [$(subdir) = elf] (tst-audit3-ENV): New variable.
29305         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
29306         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
29307         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
29308         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
29309         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
29310         Likewise.
29311         [$(subdir) = elf && $(config-cflags-avx) = yes]
29312         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
29313         [$(subdir) = elf && $(config-cflags-avx) = yes]
29314         (CFLAGS-tst-auditmod4a.c): Likewise.
29315         [$(subdir) = elf && $(config-cflags-avx) = yes]
29316         (CFLAGS-tst-auditmod4b.c): Likewise.
29317         [$(subdir) = elf && $(config-cflags-avx) = yes]
29318         (CFLAGS-tst-auditmod6b.c): Likewise.
29319         [$(subdir) = elf && $(config-cflags-avx) = yes]
29320         (CFLAGS-tst-auditmod6c.c): Likewise.
29321         [$(subdir) = elf && $(config-cflags-avx) = yes]
29322         (CFLAGS-tst-auditmod7b.c): Likewise.
29323         * elf/tst-audit3.c: Move to ...
29324         * sysdeps/x86_64/tst-audit3.c: ... here.
29325         * elf/tst-audit4.c: Move to ...
29326         * sysdeps/x86_64/tst-audit4.c: ... here.
29327         * elf/tst-audit5.c: Move to ...
29328         * sysdeps/x86_64/tst-audit5.c: ... here.
29329         * elf/tst-audit6.c: Move to ...
29330         * sysdeps/x86_64/tst-audit6.c: ... here.
29331         * elf/tst-audit7.c: Move to ...
29332         * sysdeps/x86_64/tst-audit7.c: ... here.
29333         * elf/tst-auditmod3a.c: Move to ...
29334         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
29335         * elf/tst-auditmod3b.c: Move to ...
29336         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
29337         * elf/tst-auditmod4a.c: Move to ...
29338         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
29339         * elf/tst-auditmod4b.c: Move to ...
29340         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
29341         * elf/tst-auditmod5a.c: Move to ...
29342         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
29343         * elf/tst-auditmod5b.c: Move to ...
29344         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
29345         * elf/tst-auditmod6a.c: Move to ...
29346         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
29347         * elf/tst-auditmod6b.c: Move to ...
29348         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
29349         * elf/tst-auditmod6c.c: Move to ...
29350         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
29351         * elf/tst-auditmod7a.c: Move to ...
29352         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
29353         * elf/tst-auditmod7b.c: Move to ...
29354         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
29356 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
29358         [BZ #15366]
29359         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
29360         define unconditionally.
29361         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
29362         define unconditionally.
29363         (INT8_C, INT16_C, etc.): Likewise.
29365 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
29367         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
29368         __ehdr_start with hidden visibility.
29370         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
29372 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
29374         * math/libm-test.inc (cos_test): Use accurate hex constants.
29375         (sincost_test): Likewise.
29377 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
29379         * math/libm-test.inc (catan_test): Add more tests.
29380         (catanh_test): Likewise.
29382         * math/s_catanf.c (__catanf): Use suffixed floating-point
29383         constants.
29384         * math/s_catanhf.c (__catanhf): Likewise.
29385         * math/s_catanhl.c (__catanhl): Likewise.
29386         * math/s_catanl.c (__catanl): Likewise.
29388         [BZ #15394]
29389         * math/s_catan.c (__catan): Calculate imaginary part of result
29390         with log1p not log unless computing log of number close to 0.
29391         * math/s_catanf.c (__catanf): Likewise.
29392         * math/s_catanl.c (__catanl): Likewise.
29393         * math/s_catanh.c (__catanh): Calculate real part of result with
29394         log1p not log unless computing log of number close to 0.
29395         * math/s_catanhf.c (__catanhf): Likewise.
29396         * math/s_catanhl.c (__catanhl): Likewise.
29397         * math/libm-test.inc (catan_test): Add more tests.
29398         (catanh_test): Likewise.
29399         * sysdeps/i386/fpu/libm-test-ulps: Update.
29400         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29402 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
29404         * benchtests/Makefile: Mention files in which fast and slow
29405         paths of math functions are implemented.
29407 2013-04-23  Roland McGrath  <roland@hack.frob.com>
29409         * sysdeps/posix/timespec_get.c: New file.
29411 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29413         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
29414         POWER.
29415         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
29416         for POWER.
29417         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
29418         powerpc/power5/fpu folders.
29419         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
29420         * benchtests/Makefile: Add modf testcase.
29421         * benchtests/bench-modf.c: New file: Benchmark test for mo
29423 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
29425         [BZ #14888]
29426         * time/Makefile (tests): Add tst-strptime-whitespace.
29427         * time/strptime_l.c (get_number): Use ISSPACE.
29428         (__strptime_internal): Likewise.
29429         * time/tst-strptime-whitespace.c: New test case.
29431 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
29433         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
29434         member.
29435         (_nss_files_init): Set it here.
29437 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
29439         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
29440         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
29441         unsigned.
29443 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
29445         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
29447 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
29449         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
29450         size just once.
29452 2013-04-21  David S. Miller  <davem@davemloft.net>
29454         * po/ru.po: Update Russion translation from translation project.
29456 2013-04-17  Adam Conrad  <adconrad@0c3.net>
29458         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
29459         and setfsgid.
29461 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
29463         * configure.in: Remove i386 configure warning. Remove i386 case.
29464         * configure: Regenerate.
29465         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
29466         Add example to error message.
29467         * sysdeps/i386/configure: Regenerate.
29469 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29471         * benchtests/Makefile (bench): Add cos, tan, slowcos and
29472         slowtan.
29473         * benchtests/cos-inputs: New file.
29474         * benchtests/slowcos-inputs: New file.
29475         * benchtests/slowcos.c: New file.
29476         * benchtests/slowtan-inputs: New file.
29477         * benchtests/slowtan.c: New file.
29478         * benchtests/tan-inputs: New file.
29480 2013-04-16  Roland McGrath  <roland@hack.frob.com>
29482         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
29483         considered kosher.
29485 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29487         * benchtests/Makefile: Include cppflags-iterator.mk to add
29488         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
29490         * Makefile.in (bench-clean): New target.
29491         * benchtests/Makefile (bench-clean): Likewise.
29493 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
29495         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
29497 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
29499         * stdio-common/tstdiomisc.c: Fix coding-style violation.
29501 2013-04-15  Andreas Schwab  <schwab@suse.de>
29503         * nscd/grpcache.c (cache_addgr): Properly check for short write.
29504         * nscd/initgrcache.c (addinitgroupsX): Likewise.
29505         * nscd/pwdcache.c (cache_addpw): Likewise.
29506         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
29507         more than recsize.
29509 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29511         * benchtests/Makefile (bench): Write all output to
29512         bench-out.tmp together.
29514 2013-04-15  Andreas Schwab  <schwab@suse.de>
29516         * nscd/nscd.c (main): Don't fork again after closing files.
29518 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29520         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
29522         * benchtests/Rules (bench-deps): Collect dependencies into a
29523         single variable.  Add Makefile to dependencies.
29524         ($(objpfx)bench-%.c): Depend on bench-deps.
29526 2013-04-12  Roland McGrath  <roland@hack.frob.com>
29527             Xavier Roche  <roche+kml2@exalead.com>
29529         [BZ #15361]
29530         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
29531         just that it's a file descriptor.
29532         * manual/llio.texi (Synchronizing AIO Operations): Update description
29533         for EBADF error from aio_fsync.
29535 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
29537         * Rules (bench): Move target definition...
29538         * benchtests/Makefile: ... here.
29540 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
29542         * math/libm-test.inc (cos_test): Fix PI/2 test.
29543         (sincos_test): Likewise.
29544         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
29545         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
29547 2013-04-11  Andreas Schwab  <schwab@suse.de>
29549         [BZ #13988]
29550         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
29551         accept exponent character only when digits were seen.
29552         * stdio-common/Makefile (tests): Add bug26.
29553         * stdio-common/bug26.c: New file.
29555         [BZ #14293]
29556         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
29557         non-freeable.
29559 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
29561         * Makeconfig (rtld-prefix): Define built linker prefix.
29562         * Rules (run-bench): Use it.
29563         * math/Makefile (run-regen-ulps): Likewise.
29565         * Rules (bench): Remove eval.
29567 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
29568             Roland McGrath  <roland@hack.frob.com>
29569             Ondrej Bilka  <neleai@seznam.cz>
29571         [BZ #15346]
29572         * time/getdate.c: Include ctype.h and alloca.h.
29573         (__getdate_r): Trim leading and trailing spaces of input.
29574         * time/tst-getdate.c (tests): Add tests with leading and
29575         trailing spaces.
29577 2013-04-08  Roland McGrath  <roland@hack.frob.com>
29579         [BZ #14280]
29580         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
29581         when computing value.
29583 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29585         * math/README.libm-test (How can I generate "libm-test-ulps"?):
29586         Use testrun.sh to run libm tests.
29588         [BZ #15309]
29589         * elf/dl-open.c (dl_open_worker): memset all of seen array.
29591 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
29593         [BZ #15264]
29594         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
29596 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29598         * Makefile.in (regen-ulps): New target.
29599         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
29600         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
29601         [ifneq (no,$(PERL)] (regen-ulps): New target.
29602         [ifeq (no,$(PERL)] (regen-ulps): New target.
29603         * math/libm-test.inc (ulps_file_name): Define.
29604         (output_dir): New variable.
29605         (options): Add "output-dir" option.
29606         (parse_opt): Handle 'o' case.
29607         (main): If output_dir is non-NULL use it as a prefix
29608         otherwise use "".
29609         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
29611 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29613         [BZ #10060, #10062]
29614         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
29615         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
29616         fail configure if __sync_val_compare_and_swap is not inlined.
29617         * sysdeps/i386/configure: Regenerate.
29618         * configure.in: Build for i686 when configured for i386.
29619         * configure: Regenerate.
29620         * README: Remove i386 reference.
29622 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29624         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
29625         * sysdeps/s390/s390-64/sysdep.h: Likewise.
29627 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
29629         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
29630         (lmsnanval): New variables.
29631         (F): Add conversion tests.
29632         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
29633         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
29635         * stdio-common/tstdiomisc.c (F): Properly collect individual
29636         tests' results.
29638         [BZ #14686, #15336]
29639         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
29640         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
29641         Instead, use input NaN values or generate a qNaN by arithmetic
29642         operation.  Also fix bugs to comply with the standard.
29643         * math/libm-test.inc (remainder_test): Add more tests.
29645         [BZ #15335, #15342]
29646         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
29647         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
29648         input NaN values or generate a qNaN by arithmetic operation.
29650         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
29651         unreachable code.
29653         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
29654         definitions.
29656 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
29658         [BZ #14478]
29659         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
29660         underflowed result.
29661         * math/s_cexpf.c (__cexpf): Likewise.
29662         * math/s_cexpl.c (__cexpl): Likewise.
29663         * math/libm-test.inc (cexp_test): Add more tests.
29665 2013-04-03  Andreas Schwab  <schwab@suse.de>
29667         [BZ #15330]
29668         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
29669         order arrays from heap if bigger than alloca cutoff.
29671 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
29673         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
29674         (SNAN_TESTS_double): Refer to GCC PR56831.
29675         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
29676         GCC PR56828.
29678 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
29680         * Rules (bench): Move bench.out after the run is complete.
29682         * Rules (bench): Echo currently running benchmark.
29684         * benchtests/Makefile (bench): Add atan and slowatan.
29685         * benchtests/atan-inputs: New file.
29686         * benchtests/slowatan-inputs: New file.
29687         * benchtests/slowatan.c: New file.
29689         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
29690         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
29691         its value.
29693         [BZ #15305]
29694         * sysdeps/unix/sysv/linux/kernel-features.h
29695         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
29696         __ASSUME_XFS_RESTRICTED_CHOWN.
29697         * sysdeps/unix/sysv/linux/pathconf.c
29698         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
29699         Save and restore errno.
29701 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
29703         [BZ #15327]
29704         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
29705         arguments using __kernel_casinh.
29706         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
29707         arguments using __kernel_casinhf.
29708         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
29709         arguments using __kernel_casinhl.
29710         * math/libm-test.inc (cacosh_test): Add more tests.
29711         * sysdeps/i386/fpu/libm-test-ulps: Update.
29712         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29714 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
29716         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
29717         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
29719         * bench/Makefile (bench): Add sin and slowsin.
29720         * benchtests/sin-inputs: New file.
29721         * benchtests/slowsin-inputs: New file.
29722         * benchtests/slowsin.c: New file.
29724         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
29725         (bench): Add slowexp and slowpow.
29726         (exp-ITER): Increase iterations.
29727         (pow-ITER): Likewise.
29728         * benchtests/exp-inputs: Change input.
29729         * benchtests/pow-inputs: Likewise.
29730         * benchtests/slowexp-inputs: New file.
29731         * benchtests/slowexp.c: New file.
29732         * benchtests/slowpow-inputs: New file.
29733         * benchtests/slowpow.c: New file.
29735 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29737         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
29738         instructions.
29739         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
29740         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
29741         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
29742         * benchtests/Makefile: Add rint benchtest.
29743         * benchtests/rint-inputs: Input for rint benchtest.
29745 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
29747         * Versions.def (libm): Add GLIBC_2.18.
29748         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
29749         hidden libm prototypes.
29750         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
29751         * math/Makefile (libm-calls): Add s_issignaling.
29752         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
29753         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
29754         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
29755         declaration.
29756         * math/math.h [__USE_GNU] (issignaling): New macro.
29757         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
29758         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
29759         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
29760         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
29761         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
29762         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
29763         * manual/arith.texi (issignaling): New section.
29764         * manual/libm-err-tab.pl (@all_functions): Update comment.
29765         * math/gen-libm-test.pl (parse_args): Apply special handling for
29766         issignaling.
29767         * math/libm-test.inc (print_float, issignaling_test): New
29768         functions.
29769         (check_float_internal): Add issignaling checks.
29770         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
29771         default definition.
29772         * sysdeps/powerpc/math-tests.h: New file.
29773         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
29774         tests.
29775         * math/test-snan.c (TEST_FUNC): Likewise.
29777 2013-03-30  David S. Miller  <davem@davemloft.net>
29779         * po/de.po: Update from translation team.
29781 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
29783         [BZ #10357]
29784         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29785         imaginary part less than 1.0 and real part less than 0.5
29786         specially.
29787         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29788         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29789         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
29790         (cacos_test): Add more tests.
29791         (casin_test): Likewise.
29792         (casinh_test): Likewise.
29793         * sysdeps/i386/fpu/libm-test-ulps: Update.
29794         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29796 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
29798         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
29799         ONE with its value.
29801         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
29802         (__pow_mp): Replace ONE and MONE with their values.
29803         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29804         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
29805         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
29806         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
29807         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29808         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
29810         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
29812         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
29813         (__pow_mp): Replace ZERO and MZERO with their values.
29814         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
29815         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29816         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
29817         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
29818         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29819         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
29820         (__sqr): Likewise.
29822         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
29824         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
29826 2013-03-28  Roland McGrath  <roland@hack.frob.com>
29828         * include/stdlib.h [!SHARED] (__call_tls_dtors):
29829         Declare with __attribute__ ((weak)).
29830         * stdlib/exit.c (__libc_atexit) [!SHARED]:
29831         Call __call_tls_dtors only if it's not NULL.
29833 2013-03-28  Roland McGrath  <roland@hack.frob.com>
29835         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
29836         didn't do it already, then set _dl_phdr and _dl_phnum based on the
29837         magic __ehdr_start linker symbol if it's defined.
29838         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
29839         them up here if it was already done.
29841         * elf/dl-support.c (_dl_phdr): Make pointer to const.
29842         (_dl_aux_init): Use const in cast when setting it.
29843         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
29844         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
29845         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
29847         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
29848         Declare them here.
29849         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
29850         * csu/libc-tls.c: Nor here.
29851         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
29853         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
29854         (__libc_message): Never call vsyslog.
29856 2013-03-28  Alan Modra  <amodra@gmail.com>
29858         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
29859         Define as empty.
29860         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
29861         Likewise.
29863 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29865         [BZ #15214]
29866         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
29867         underflow.
29868         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29870 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
29872         [BZ #15304]
29873         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
29874         Don't add gid passed as argument.
29876         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
29878 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
29880         [BZ #15307]
29881         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29882         imaginary part between 1.0 and 1.5 and real part less than 0.5
29883         specially.
29884         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29885         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29886         * math/libm-test.inc (cacos_test): Add more tests.
29887         (casin_test): Likewise.
29888         (casinh_test): Likewise.
29889         * sysdeps/i386/fpu/libm-test-ulps: Update.
29890         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29892 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
29894         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
29895         constants.
29896         (norm): Likewise.
29897         (denorm): Likewise.
29898         (__dbl_mp): Likewise.
29899         (add_magnitudes): Likewise.
29900         (sub_magnitudes): Likewise.
29901         (__add): Likewise.
29902         (__sub): Likewise.
29903         (__mul): Likewise.
29904         (__sqr): Likewise.
29905         (__inv): Likewise.
29906         (__dvd): Likewise.
29908         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
29909         commented code.
29910         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
29911         (__dubcos): Likewise.
29912         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
29913         (__ieee754_acos): Likewise.
29914         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
29915         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
29916         (__exp1): Likewise.
29917         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29918         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
29919         (log1): Likewise.
29920         (my_log2): Likewise.
29921         (checkint): Likewise.
29922         * sysdeps/ieee754/dbl-64/e_remainder.c
29923         (__ieee754_remainder): Likewise.
29924         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29925         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
29926         (bsloww): Likewise.
29927         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
29929         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
29930         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
29931         MANTISSA_STORE_T to store computations on mantissa.  Use
29932         macros for rounding and division.
29933         (denorm): Likewise.
29934         (__dbl_mp): Likewise.
29935         (add_magnitudes): Likewise.
29936         (sub_magnitudes): Likewise.
29937         (__mul): Likewise.
29938         (__sqr): Likewise.
29939         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
29940         powers of two in terms of TWOPOW macro.
29941         (mp_no): Make type of mantissa as MANTISSA_T.
29942         [!RADIXI]: Define RADIXI.
29943         [!TWO52]: Define TWO52.
29944         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
29946 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29948         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
29949         llroundl symbol when building for PPC32.
29951 2013-03-24  Mark H Weaver  <mhw@netris.org>
29953         * manual/arith.texi (Normalization Functions): Fix prototypes for
29954         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
29956 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29958         [BZ #13889]
29959         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
29960         high value to check if expl overflow.
29961         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
29962         to check for underflow and overflow.
29963         * math/libm-test.inc: Add exp test.
29965 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
29967         [BZ #11120]
29968         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
29969         with NOT_IN_libc.
29971 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29973         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
29974         symbol.
29976 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
29978         * math/gen-libm-test.pl (parse_args, special_functions): Properly
29979         wrap blocks consisting of several statements.
29981         * sysdeps/generic/math-tests.h: New file.
29982         * sysdeps/i386/fpu/math-tests.h: Likewise.
29983         * math/test-snan.c: Include it.
29984         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
29986 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
29988         [BZ #15285]
29989         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
29990         (__ieee754_j0l): Do not improve calculations using cos of twice
29991         input for inputs above LDBL_MAX / 2.0L.
29992         (__ieee754_y0l): Likewise.
29993         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
29994         (__ieee754_j1l): Do not improve calculations using cos of twice
29995         input for inputs above LDBL_MAX / 2.0L.
29996         (__ieee754_y1l): Likewise.
29997         * math/libm-test.inc (j0_test): Add another test.
29998         (j1_test): Likewise.
29999         (y0_test): Likewise.
30000         (y1_test): Likewise.
30001         * sysdeps/i386/fpu/libm-test-ulps: Update.
30003 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30005         * Rules ($(objpfx)bench-%.c): Include code from a C source
30006         file.
30008 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
30010         [BZ #15287]
30011         * math/k_casinh.c (__kernel_casinh): Handle arguments with
30012         imaginary part 1.0 and real part less than 0.5 specially.
30013         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30014         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30015         * math/libm-test.inc (cacos_test): Add more tests.
30016         (casin_test): Likewise.
30017         (casinh_test): Likewise.
30018         * sysdeps/i386/fpu/libm-test-ulps: Update.
30019         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30021 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30023         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
30024         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
30026 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
30028         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
30029         * config.make.in (config-cflags-sse4): Remove variable.
30030         (config-cflags-avx): Likewise.
30031         (config-cflags-sse2avx): Likewise.
30032         (config-cflags-novzeroupper): Likewise.
30033         (config-asflags-i686): Likewise.
30034         (have-mfma4): Likewise.
30035         (have-as-vis3): Likewise.
30036         (MIG): Likewise.
30037         * configure.in (MIG): Do not AC_SUBST.
30038         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
30039         (libc_cv_cc_sse4): Do not AC_SUBST.
30040         (libc_cv_cc_avx): Likewise.
30041         (libc_cv_cc_sse2avx): Likewise.
30042         (libc_cv_cc_novzeroupper): Likewise.
30043         (libc_cv_cc_fma4): Likewise.
30044         (libc_cv_as_i686): Likewise.
30045         (libc_cv_sparc_as_vis3): Likewise.
30046         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
30047         LIBC_CONFIG_VAR.
30048         (config-asflags-i686): Likewise.
30049         (config-cflags-avx): Likewise.
30050         (config-cflags-sse2avx): Likewise.
30051         (have-mfma4): Likewise.
30052         (config-cflags-novzeroupper): Likewise.
30053         * sysdeps/mach/configure.in (MIG): Likewise.
30054         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
30055         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
30056         LIBC_CONFIG_VAR.
30057         (config-cflags-avx): Likewise.
30058         (config-cflags-sse2avx): Likewise.
30059         (have-mfma4): Likewise.
30060         (config-cflags-novzeroupper): Likewise.
30061         * configure: Regenerated.
30062         * sysdeps/i386/configure: Likewise.
30063         * sysdeps/mach/configure: Likewise.
30064         * sysdeps/sparc/configure: Likewise.
30065         * sysdeps/x86_64/configure: Likewise.
30067 2013-03-20  Roland McGrath  <roland@hack.frob.com>
30069         [BZ #14812]
30070         * locale/programs/localedef.c (options): Put N_ translation marker
30071         on argument names, not just descriptions.
30073 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
30075         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
30077 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
30079         [BZ #14176]
30080         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
30082 2013-03-19  Roland McGrath  <roland@hack.frob.com>
30084         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
30085         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
30086         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
30087         [!BEFORE_ABORT] (before_abort): New function.
30088         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
30089         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
30090         (writev_for_fatal): New function.
30091         (WRITEV_FOR_FATAL): New macro; call that.
30092         (backtrace_and_maps): New function.
30093         (BEFORE_ABORT): New macro; call that.
30094         (struct str_list): Type removed.
30095         (__libc_message, __libc_fatal): Functions removed.
30096         Include <sysdeps/posix/libc_fatal.c> instead.
30098 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
30100         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
30101         constants.
30102         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
30103         double constants.
30105 2013-03-19  Andreas Schwab  <schwab@suse.de>
30107         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
30108         * sysdeps/gnu/configure: Regenerate.
30110         * configure.in: Substitute libc_cv_rtlddir.
30111         * configure: Regenerate.
30112         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
30113         * Makeconfig (rtlddir, inst_rtlddir): New variables.
30114         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
30115         * elf/Makefile (install-others, CFLAGS-interp.c)
30116         (ldso_install, common-ldd-rewrite): Likewise.
30117         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
30118         $(inst_slibdir)/$(rtld-installed-name).
30119         * scripts/rellns-sh: Add -p option.
30120         * Makerules (make-shlib-link): Use rellns-sh to get relative name
30121         for source.
30123 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
30125         * manual/nptl.texi: Renamed to ...
30126         * manual/threads.texi: ... this.
30127         * manual/Makefile (chapters): Update.
30129 2013-03-18  Roland McGrath  <roland@hack.frob.com>
30131         [BZ #14812]
30132         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
30133         on argument names, not just descriptions.
30134         * malloc/memusagestat.c (options): Likewise.
30135         * nss/getent.c (options): Likewise.
30137 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
30139         [BZ #14812]
30140         * iconv/iconv_prog.c (options): Put N_ translation marker
30141         on argument names, not just descriptions.
30142         * iconv/iconvconfig.c (options): Likewise.
30144 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
30146         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
30147         implementation which is faster on all x86_64 architectures.
30148         Tested on AMD, Intel Nehalem, SNB, IVB.
30149         * sysdeps/x86_64/strnlen.S: Likewise.
30151         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
30152         Remove all multiarch strlen and strnlen versions.
30153         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
30154         Remove strlen and strnlen related parts.
30156         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
30157         Inline strlen part.
30158         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
30160         * sysdeps/x86_64/multiarch/strlen.S: Remove.
30161         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
30162         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
30163         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
30164         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
30165         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
30167 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
30169         * manual/memory.texi (Malloc Tunable Parameters):
30170         Sort parameters alphabetically. Add comments for missing entries.
30172 2013-03-17  David S. Miller  <davem@davemloft.net>
30174         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30176 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
30178         [BZ #15283]
30179         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
30180         for arguments at most half maximum finite value.
30181         * math/libm-test.inc (j0_test): Add more tests.
30182         (j1_test): Likewise.
30183         (y0_test): Likewise.
30184         (y1_test): Likewise.
30185         * sysdeps/i386/fpu/libm-test-ulps: Update.
30186         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30188         [BZ #14155]
30189         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
30190         1 / x and functions P and Q for arguments above 0x1p256L.
30191         (__ieee754_y0l): Likewise.
30192         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
30193         (__ieee754_y1l): Likewise.
30194         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
30195         (j1_test): Likewise.
30196         (y0_test): Likewise.
30197         (y1_test): Likewise.
30199 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
30201         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
30202         variable.
30204 2013-03-15  Roland McGrath  <roland@hack.frob.com>
30206         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
30207         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
30208         zero since it's initialized to EXEC_PAGESIZE.
30210         * sysdeps/unix/sysv/linux/ldsodefs.h
30211         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
30212         * sysdeps/generic/ldsodefs.h: ... here.
30214 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
30216         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
30218         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
30219         math/test-snan.c.
30220         * math/test-snan.c: Renamed from
30221         sysdeps/powerpc/fpu/test-powerpc-snan.c.
30222         * math/Makefile (tests): Add test-snan.
30223         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
30224         test-powerpc-snan.
30226         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
30227         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
30228         functions.
30229         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
30230         __builtin_nan family of functions.
30231         * math/libm-test.inc (initialize): Initialize qnan_value with
30232         __builtin_nan family of functions.
30233         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
30234         Remove variables.
30235         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
30236         Remove functions.
30237         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
30238         storage class.  Initialize qNaN_var and sNaN_var with
30239         __builtin_nan and __builtin_nans families of functions,
30240         respectively.
30242         * math/libm-test.inc (acosh_test): Also test with qNaN input.
30243         (sqrt_test): Remove duplicate test with qNaN input.
30244         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
30245         (round_test, signbit_test, significand_test): Note missing +/-Inf
30246         as well as qNaN tests.
30248         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
30249         qNaN_var.  Fix a few strings, too.
30250         * math/libm-test.inc (nan_value): Rename to qnan_value.
30251         * math/gen-libm-test.pl (%beautify): Adjust to that.
30252         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
30253         * math/test-misc.c (main): Likewise.
30254         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
30255         to __qnan_bytes, and __qnan_union, respectively.
30256         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
30257         Likewise.
30258         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
30259         and lqnanval, respectively.
30260         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
30261         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
30262         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
30263         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
30265         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
30266         * math/test-misc.c (main) [__x86_64__]: Enable test for long
30267         doubles.
30269         * math/test-misc.c (main): Fix copy'n'pastos.
30270         * misc/tst-efgcvt.c (special): Likewise.
30272         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
30273         Remove declarations.
30275 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30277         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
30278         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
30279         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
30280         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
30282 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30284         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
30285         macro to return vdso values correctly in IFUNC implementations.
30286         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
30287         Optimization by using IFUNC.
30289 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30290             Richard Henderson  <rth@redhat.com>
30291             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30293         * Makefile.in (bench): New target.
30294         * NEWS: Mention the benchmark framework.
30295         * Rules (bench): Likewise.
30296         (binaries-bench): Generate binaries for functions to
30297         benchmark.
30298         * benchtests/Makefile: New makefile for benchmark tests.
30299         * benchtests/bench-skeleton.c: New skeleton file for benchmark
30300         programs.
30301         * benchtests/exp-inputs: New input file for EXP function.
30302         * benchtests/pow-inputs: New input file for POW function.
30303         * scripts/bench.pl: New script to generate source files for
30304         benchmark programs.
30306 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30308         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
30309         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
30310         computations on mantissa.  Use macros for rounding and
30311         division.
30312         (denorm): Likewise.
30313         (__dbl_mp): Likewise.
30314         (add_magnitudes): Likewise.
30315         (sub_magnitudes): Likewise.
30316         (__mul): Likewise.
30317         (__sqr): Likewise.
30318         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
30319         powers of two in terms of TWOPOW macro.
30320         (mp_no): Make type of mantissa as MANTISSA_T.
30321         [!RADIXI]: Define RADIXI.
30322         [!TWO52]: Define TWO52.
30323         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
30325         * manual/nptl.texi (cindex): Modify threads to pthreads.
30327 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
30329         * sysdeps/x86_64/preconfigure: Regenerated.
30331 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
30333         [BZ #14155]
30334         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
30335         0x1p28 and above.
30336         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
30337         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
30338         0x1p28 and above.
30339         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
30340         * math/libm-test.inc (j0_test): Do not allow one spurious
30341         underflow exception.
30342         (y1_test): Likewise.
30344 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30346         * manual/Makefile (chapters): Add nptl.
30347         * manual/debug.texi (Debugging Support): Add link to Threads
30348         chapter.
30349         * manual/nptl.texi: New file.
30351         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
30353 2013-03-14  Petr Baudis  <pasky@ucw.cz>
30355         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
30356         for non-NULL pointer before the memory validity test. Pointed
30357         out by Holger Brunck <holger.brunck@keymile.com>.
30359 2013-03-13  Andreas Schwab  <schwab@suse.de>
30361         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
30362         instead of .os.
30364 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
30366         * timezone/zic.c: Update from tzcode 2013b.
30368 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
30370         * manual/install.texi (Configuring and compiling):
30371         Mention i686 and i586.
30372         * INSTALL: Regenerate.
30374 2013-03-12  Roland McGrath  <roland@hack.frob.com>
30376         * sysdeps/init_array/elf-init.c: New file.
30377         * csu/elf-init.c
30378         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
30379         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
30381         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
30382         __gmon_start__ as global, but as static with a .preinit_array pointer.
30383         * sysdeps/init_array/gmon-start.c: New file.  Use that.
30384         * sysdeps/init_array/crti.S: New file, empty except for comments.
30385         * sysdeps/init_array/crtn.S: Likewise.
30387 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
30389         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
30390         definining bcopy.
30391         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30392         Remove Prefer_SSE_for_memop.
30393         * sysdeps/x86_64/multiarch/init-arch.h: Remove
30394         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
30395         HAS_PREFER_SSE_FOR_MEMOP.
30396         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
30397         memset-x86-64.
30398         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
30399         Remove bzero, memset ifunc support.
30400         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
30401         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
30402         * sysdeps/x86_64/multiarch/memset.S: Likewise.
30403         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
30405 2013-03-11  Andreas Schwab  <schwab@suse.de>
30407         [BZ #15234]
30408         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
30409         by SHLIB_COMPAT.
30410         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
30411         (GLIBC_2.16): Remove pthread_atfork.
30413 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
30415         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
30416         (ptestcases.h): Likewise.
30418 2013-03-08  Roland McGrath  <roland@hack.frob.com>
30420         * Makeconfig ($(common-objpfx)config.status): Depend on
30421         sysdeps/*/preconfigure{,.in} too.
30423 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
30425         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
30426         (__free_hook): Use void * instead of __malloc_ptr_t.
30427         (__malloc_hook): Likewise.
30428         (__realloc_hook): Likewise.
30429         (__memalign_hook): Likewise.
30430         (__after_morecore_hook): Likewise.
30431         * malloc/arena.c (save_malloc_hook): Likewise.
30432         (save_free_hook): Likewise.
30433         * malloc/hooks.c (malloc_hook_ini): Likewise.
30434         (realloc_hook_ini): Likewise.
30435         (memalign_hook_ini): Likewise.
30436         * malloc/malloc.c (malloc_hook_ini): Likewise.
30437         (realloc_hook_ini): Likewise.
30438         (memalign_hook_ini): Likewise.
30439         (__free_hook): Likewise.
30440         (__malloc_hook): Likewise.
30441         (__realloc_hook): Likewise.
30442         (__memalign_hook): Likewise.
30443         (__libc_malloc): Likewise.
30444         (__libc_free): Likewise.
30445         (__libc_realloc): Likewise.
30446         (__libc_memalign): Likewise.
30447         (__libc_valloc): Likewise.
30448         (__libc_pvalloc): Likewise.
30449         (__libc_calloc): Likewise.
30450         (__posix_memalign): Likewise.
30451         * malloc/morecore.c (__sbrk): Likewise.
30452         (__default_morecore): Likewise.
30454         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
30456         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
30457         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
30458         __malloc_ptrdiff_t.
30460         * malloc/malloc.h (__malloc_size_t): Remove macro.
30461         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
30462         __malloc_size_t.
30463         (old_memalign_hook): Likewise.
30464         (old_realloc_hook): Likewise.
30465         (struct hdr): Likewise.
30466         (flood): Likewise.
30467         (mallochook): Likewise.
30468         (memalignhook): Likewise.
30469         (reallochook): Likewise.
30470         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
30471         (tr_old_realloc_hook): Likewise.
30472         (tr_old_memalign_hook): Likewise.
30473         (tr_mallochook): Likewise.
30474         (tr_reallochook): Likewise.
30475         (tr_memalignhook): Likewise.
30477 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30479         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
30480         default_ldbl_pack and using as default implementation.
30481         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
30482         implementation.
30483         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
30484         redundant definition.
30485         (ldbl_insert_mantissa): Likewise.
30486         (ldbl_canonicalize): Likewise.
30487         (ldbl_nearbyint): Likewise.
30488         (ldbl_pack): Rename to ldbl_pack_ppc.
30489         (ldbl_unpack): Rename to ldbl_unpack_ppc.
30490         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
30491         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
30493 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
30495         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
30496         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
30497         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
30498         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
30499         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
30500         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
30501         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
30502         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
30504 2013-03-07  Andreas Jaeger  <aj@suse.de>
30506         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
30507         bits/mman-linux.h.
30509 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
30511         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
30512         Include mpa.h and declare __MPEXP.
30513         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
30514         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
30515         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
30516         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
30517         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
30518         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
30519         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
30521         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
30522         (__slowpow): Use long double EXPL and LOGL functions to
30523         compute POW.
30524         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
30525         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
30526         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
30527         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
30528         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
30529         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
30531         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
30532         intermediate variable to calculate exponent.
30533         (__sqr): Likewise.
30534         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
30535         Likewise.
30536         (__sqr): Likewise.
30538         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
30539         [!NO__SQR]: Define __sqr.
30540         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
30541         and NO__SQR.  Remove all code except __mul and __sqr.  Include
30542         sysdeps/ieee754/dbl-64/mpa.c.
30543         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30545         [BZ #12723]
30546         * posix/Makefile (tests): Add tst-pathconf.
30547         * posix/tst-pathconf.c: New test case.
30548         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
30549         _PC_PIPE_BUF.
30550         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
30552 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
30554         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
30556 2013-03-06  Andreas Jaeger  <aj@suse.de>
30558         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
30559         definition via __MAP_ANONYMOUS.
30561         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
30562         it's not part of Linux headers.
30564         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
30565         (MAP_HUGE_MASK): Define.
30567         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30568         Define.
30569         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30570         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30571         Define.
30572         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30573         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30574         Define.
30575         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30576         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
30577         Define.
30578         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30580         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
30581         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
30582         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
30583         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
30584         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
30585         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
30587         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
30588         Handle f2fs.
30590         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
30591         Handle f2fs and efivarfs.
30593         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
30594         f2fs.
30596         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
30597         (EFIVARFS_MAGIC): Add.
30598         (F2FS_LINK_MAX): Add.
30600 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
30602         * stdio-common/vfprintf.c: Replace __builtin_expect with
30603         __glibc_unlikely.
30605 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
30607         [BZ #13550]
30608         * sysdeps/generic/bp-sym.h: Remove file.
30609         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
30610         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
30611         <bp-sym.h> and <bp-asm.h>.
30612         (__longjmp): Don't use BP_SYM.
30613         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
30614         and <bp-asm.h>.
30615         (memcpy): Don't use BP_SYM.
30616         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
30617         <bp-sym.h> and <bp-asm.h>.
30618         (memcpy): Don't use BP_SYM.
30619         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
30620         <bp-asm.h>.
30621         (memcpy): Don't use BP_SYM.
30622         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
30623         <bp-asm.h>.
30624         (memset): Don't use BP_SYM.
30625         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30626         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30627         (__bzero): Don't use BP_SYM.
30628         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30629         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30630         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
30631         <bp-sym.h> and <bp-asm.h>.
30632         (memcmp): Don't use BP_SYM.  Remove comment about bounded
30633         pointers.
30634         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
30635         <bp-sym.h> and <bp-asm.h>.
30636         (memcpy): Don't use BP_SYM.
30637         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
30638         <bp-sym.h> and <bp-asm.h>.
30639         (memset): Don't use BP_SYM.
30640         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30641         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30642         (__bzero): Don't use BP_SYM.
30643         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30644         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30645         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
30646         <bp-sym.h> and <bp-asm.h>.
30647         (strncmp): Don't use BP_SYM.  Remove comment about bounded
30648         pointers.
30649         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
30650         <bp-sym.h> and <bp-asm.h>.
30651         (memcpy): Don't use BP_SYM.
30652         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
30653         <bp-sym.h> and <bp-asm.h>.
30654         (memset): Don't use BP_SYM.
30655         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30656         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30657         (__bzero): Don't use BP_SYM.
30658         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30659         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30660         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
30661         <bp-sym.h> and <bp-asm.h>.
30662         (__memchr): Don't use BP_SYM.
30663         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
30664         <bp-sym.h> and <bp-asm.h>.
30665         (memcmp): Don't use BP_SYM.  Remove comment about bounded
30666         pointers.
30667         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
30668         <bp-sym.h> and <bp-asm.h>.
30669         (memcpy): Don't use BP_SYM.
30670         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
30671         <bp-sym.h> and <bp-asm.h>.
30672         (__mempcpy): Don't use BP_SYM.
30673         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
30674         <bp-sym.h> and <bp-asm.h>.
30675         (__memrchr): Don't use BP_SYM.
30676         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
30677         <bp-sym.h> and <bp-asm.h>.
30678         (memset): Don't use BP_SYM.
30679         (__bzero): Likewise.
30680         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
30681         <bp-sym.h> and <bp-asm.h>.
30682         (__rawmemchr): Don't use BP_SYM.
30683         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
30684         <bp-sym.h> and <bp-asm.h>.
30685         (__STRCMP): Don't use BP_SYM.
30686         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
30687         <bp-sym.h> and <bp-asm.h>.
30688         (strchr): Don't use BP_SYM.
30689         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
30690         <bp-sym.h> and <bp-asm.h>.
30691         (__strchrnul): Don't use BP_SYM.
30692         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
30693         <bp-sym.h> and <bp-asm.h>.
30694         (strlen): Don't use BP_SYM.
30695         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
30696         <bp-sym.h> and <bp-asm.h>.
30697         (strncmp): Don't use BP_SYM.  Remove comment about bounded
30698         pointers.
30699         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
30700         <bp-sym.h> and <bp-asm.h>.
30701         (__strnlen): Don't use BP_SYM.
30702         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
30703         <bp-sym.h> and <bp-asm.h>.
30704         (__GI__setjmp): Don't use BP_SYM.
30705         (_setjmp): Likewise.
30706         (__sigsetjmp): Likewise.
30707         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
30708         (L(start_addresses)): Don't use BP_SYM.
30709         (_start): Likewise.
30710         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
30711         <bp-asm.h>.
30712         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
30713         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
30714         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30715         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30716         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
30717         <bp-asm.h>.
30718         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
30719         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
30720         about bounded pointers.
30721         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30722         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30723         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
30724         <bp-asm.h>.
30725         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
30726         about bounded pointers.  Remove GKM FIXME comments.
30727         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30728         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
30729         <bp-asm.h>.
30730         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
30731         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
30732         Remove GKM FIXME comments.
30733         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30734         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30735         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
30736         <bp-asm.h>.
30737         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
30738         about bounded pointers.  Remove GKM FIXME comment.
30739         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
30740         and <bp-asm.h>.
30741         (strncmp): Don't use BP_SYM.  Remove comment about bounded
30742         pointers.
30743         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
30744         <bp-sym.h> and <bp-asm.h>.
30745         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
30746         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
30747         <bp-sym.h> and <bp-asm.h>.
30748         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
30749         comment.
30751 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
30753         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
30754         call free(NULL).
30756 2013-03-05  David S. Miller  <davem@davemloft.net>
30758         * po/es.po: Update from translation team.
30760 2013-03-05  Andreas Jaeger  <aj@suse.de>
30762         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
30763         <bits/mman-linux.h>.
30764         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30765         is fine.
30766         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
30767         <bits/mman-linux.h> to end of file.
30768         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30769         is fine.
30770         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
30771         <bits/mman-linux.h> to end of file.
30772         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30773         is fine.
30774         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
30775         <bits/mman-linux.h> to end of file.
30777         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
30778         (MCL_CURRENT, MCL_FUTURE): Define here.
30780 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30782         [BZ #15232]
30783         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
30784         attribute_hidden.
30785         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
30787 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30789         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
30790         fourth parameter needed for rt_sigprocmask syscall.
30791         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
30792         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
30793         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
30794         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
30795         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
30796         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
30798 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
30800         [BZ #13550]
30801         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
30802         comment about bounded pointers.
30803         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
30804         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
30806 2013-03-04  Andreas Jaeger  <aj@suse.de>
30808         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
30809         common definitions.
30811         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
30812         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
30813         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
30814         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
30815         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
30816         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
30818 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30820         [BZ #15055]
30821         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
30822         __ieee754_sqrl instead of __sqrl.
30824 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
30826         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
30827         * sysdeps/powerpc/fpu_control.h: ... here.
30828         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
30829         * sysdeps/powerpc/bits/fenvinline.h: ... here.
30830         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
30831         * sysdeps/powerpc/bits/mathinline.h: ... here.
30833 2013-03-01  Roland McGrath  <roland@hack.frob.com>
30835         * elf/dl-hwcaps.c (_dl_important_hwcaps):
30836         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
30837         to just [NEED_DL_SYSINFO_DSO].
30838         * elf/dl-support.c: Likewise.
30839         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
30840         * elf/rtld.c (dl_main): Likewise.
30841         * elf/setup-vdso.h (setup_vdso): Likewise.
30842         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
30843         * sysdeps/unix/sysv/linux/dl-sysdep.c
30844         (_dl_discover_osversion): Likewise.
30846 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
30848         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
30849         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
30851 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
30853         * NEWS: Mention libm performance improvements and non-x86 PI
30854         futex support.
30856         * csu/libc-start.c (__pthread_initialize_minimal): Change
30857         function arguments.
30858         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
30860 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
30862         [BZ #13550]
30863         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
30864         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
30865         <bp-sym.h> and <bp-asm.h>.
30866         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30867         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
30868         and <bp-asm.h>.
30869         (memcpy): Don't use BP_SYM.
30870         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
30871         <bp-asm.h>.
30872         (__mpn_add_n): Don't use BP_SYM.
30873         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
30874         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
30875         and <bp-asm.h>.
30876         (__mpn_addmul_1): Don't use BP_SYM.
30877         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30878         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
30879         <bp-sym.h>.
30880         (_setjmp): Don't use BP_SYM.
30881         (__novmx_setjmp): Likewise.
30882         (__GI__setjmp): Likewise.
30883         (__vmx_setjmp): Likewise.
30884         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
30885         <bp-sym.h>.
30886         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
30887         (__bzero): Don't use BP_SYM.
30888         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30889         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30890         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
30891         <bp-sym.h> and <bp-asm.h>.
30892         (memcpy): Don't use BP_SYM.
30893         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
30894         <bp-sym.h> and <bp-asm.h>.
30895         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30896         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
30897         <bp-sym.h> and <bp-asm.h>.
30898         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30899         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
30900         <bp-asm.h>.
30901         (__mpn_lshift): Don't use BP_SYM.
30902         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30903         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
30904         <bp-asm.h>.
30905         (memset): Don't use BP_SYM.
30906         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30907         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30908         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
30909         <bp-asm.h>.
30910         (__mpn_mul_1): Don't use BP_SYM.
30911         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30912         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
30913         <bp-sym.h> and <bp-asm.h>.
30914         (memcmp): Don't use BP_SYM.
30915         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
30916         <bp-sym.h> and <bp-asm.h>.
30917         (memcpy): Don't use BP_SYM.
30918         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
30919         <bp-sym.h> and <bp-asm.h>.
30920         (memset): Don't use BP_SYM.
30921         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
30922         <bp-sym.h> and <bp-asm.h>.
30923         (strncmp): Don't use BP_SYM.
30924         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
30925         <bp-sym.h> and <bp-asm.h>.
30926         (memcpy): Don't use BP_SYM.
30927         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
30928         <bp-sym.h> and <bp-asm.h>.
30929         (memset): Don't use BP_SYM.
30930         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
30931         <bp-sym.h> and <bp-asm.h>.
30932         (__memchr): Don't use BP_SYM.
30933         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
30934         <bp-sym.h> and <bp-asm.h>.
30935         (memcmp): Don't use BP_SYM.
30936         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
30937         <bp-sym.h> and <bp-asm.h>.
30938         (memcpy): Don't use BP_SYM.
30939         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
30940         <bp-sym.h> and <bp-asm.h>.
30941         (__mempcpy): Don't use BP_SYM.
30942         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
30943         <bp-sym.h> and <bp-asm.h>.
30944         (__memrchr): Don't use BP_SYM.
30945         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
30946         <bp-sym.h> and <bp-asm.h>.
30947         (memset): Don't use BP_SYM.
30948         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
30949         <bp-sym.h> and <bp-asm.h>.
30950         (__rawmemchr): Don't use BP_SYM.
30951         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
30952         <bp-sym.h> and <bp-asm.h>.
30953         (__STRCMP): Don't use BP_SYM.
30954         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
30955         <bp-sym.h> and <bp-asm.h>.
30956         (strchr): Don't use BP_SYM.
30957         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
30958         <bp-sym.h> and <bp-asm.h>.
30959         (__strchrnul): Don't use BP_SYM.
30960         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
30961         <bp-sym.h> and <bp-asm.h>.
30962         (strlen): Don't use BP_SYM.
30963         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
30964         <bp-sym.h> and <bp-asm.h>.
30965         (strncmp): Don't use BP_SYM.
30966         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
30967         <bp-sym.h> and <bp-asm.h>.
30968         (__strnlen): Don't use BP_SYM.
30969         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
30970         <bp-asm.h>.
30971         (__mpn_rshift): Don't use BP_SYM.
30972         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30973         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
30974         <bp-sym.h> and <bp-asm.h>.
30975         (__sigsetjmp): Don't use BP_SYM.
30976         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
30977         (L(start_addresses)): Don't use BP_SYM.
30978         (_start): Likewise.
30979         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
30980         <bp-asm.h>.
30981         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
30982         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30983         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30984         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
30985         <bp-asm.h>.
30986         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
30987         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30988         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30989         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
30990         <bp-asm.h>.
30991         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
30992         comments.
30993         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30994         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
30995         <bp-asm.h>.
30996         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
30997         FIXME comments.
30998         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30999         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31000         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
31001         <bp-asm.h>.
31002         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
31003         comment.
31004         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
31005         and <bp-asm.h>.
31006         (strncmp): Don't use BP_SYM,
31007         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
31008         <bp-asm.h>.
31009         (__mpn_sub_n): Don't use BP_SYM.
31010         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31011         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
31012         and <bp-asm.h>.
31013         (__mpn_submul_1): Don't use BP_SYM.
31014         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31015         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
31016         <bp-sym.h> and <bp-asm.h>.
31017         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
31018         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
31019         <bp-sym.h> and <bp-asm.h>.
31020         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
31021         comment.
31023 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31025         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
31026         Use ZK to minimize writes to Z.
31027         (sub_magnitudes): Simplify code a bit.
31028         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
31029         Use ZK to minimize writes to Z.
31030         (sub_magnitudes): Simplify code a bit.
31032 2013-02-27  Roland McGrath  <roland@hack.frob.com>
31034         * csu/gmon-start.c: Add special exception to license text.
31036 2013-02-27  Richard Henderson  <rth@redhat.com>
31038         * scripts/config.guess: Update from config.git.
31039         * scripts/config.sub: Likewise.
31041 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31043         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
31045         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
31047         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
31049         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
31051         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
31053 2013-02-26  Roland McGrath  <roland@hack.frob.com>
31055         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
31056         [$(build-shared = yes].
31058 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31060         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
31061         (__mul): Reduce iterations for calculating mantissa.
31063         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
31064         MPTWO.
31065         (__mpranred): Likewise.
31067         [BZ #15160]
31068         * malloc/memusagestat.c (main): Draw graphs for heap and stack
31069         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
31071 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
31073         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
31074         Define __attribute__.
31076 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31078         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
31079         unused.
31080         * posix/regex_internal.h (__attribute): Remove.
31081         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
31082         (re_string_context_at): Likewise.
31083         (bitset_not): Use __attribute__ and mark function as possibly
31084         unused.
31085         (bitset_merge): Likewise.
31086         (bitset_mask): Likewise.
31087         (re_string_char_size_at): Likewise.
31088         (re_string_wchar_at): Likewise.
31089         (re_string_elem_size_at): Likewise.
31091 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
31093         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
31094         code.
31095         (cc32): Likewise.
31097         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
31098         (__acr): Likewise.
31099         (__cpy): Likewise.
31100         (norm): Likewise.
31101         (denorm): Likewise.
31102         (__dbl_mp): Likewise.
31103         (add_magnitudes): Likewise.
31104         (sub_magnitudes): Likewise.
31105         (__mul): Likewise.
31106         (__inv): Likewise.
31108         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
31109         style.
31111         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
31112         style.
31114         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
31115         code.
31117         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
31118         up changes with default code.
31119         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
31120         Likewise.
31122 2013-02-24  Allan McRae  <allan@archlinux.org>
31124         * manual/socket.texi (The Internet Namespace): Order menu items
31125         to match that in the file.
31127         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
31128         node listing of the info page menu.
31130 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
31132         [BZ #13550]
31133         * sysdeps/i386/bp-asm.h: Remove file.
31134         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
31135         (PARMS): Do not use macros from bp-asm.h.
31136         (S1): Likewise.
31137         (S2): Likewise.
31138         (SIZE): Likewise.
31139         (__mpn_add_n): Do not use BP_SYM
31140         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
31141         "bp-asm.h".
31142         (PARMS): Do not use macros from bp-asm.h.
31143         (S1): Likewise.
31144         (SIZE): Likewise.
31145         (__mpn_addmul_1): Do not use BP_SYM
31146         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
31147         "bp-asm.h".
31148         (PARMS): Do not use macros from bp-asm.h.
31149         (SIGMSK): Likewise.
31150         (_setjmp): Likewise.  Do not use BP_SYM.
31151         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
31152         "bp-asm.h".
31153         (PARMS): Do not use macros from bp-asm.h.
31154         (SIGMSK): Likewise.
31155         (setjmp): Likewise.  Do not use BP_SYM.
31156         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
31157         "bp-asm.h".
31158         (PARMS): Do not use macros from bp-asm.h.
31159         (__frexp): Do not use BP_SYM.
31160         (frexp): Likewise.
31161         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
31162         "bp-asm.h".
31163         (PARMS): Do not use macros from bp-asm.h.
31164         (__frexpf): Do not use BP_SYM.
31165         (frexpf): Likewise.
31166         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
31167         "bp-asm.h".
31168         (PARMS): Do not use macros from bp-asm.h.
31169         (__frexpl): Do not use BP_SYM.
31170         (frexpl): Likewise.
31171         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
31172         "bp-asm.h".
31173         (PARMS): Do not use macros from bp-asm.h.
31174         (__remquo): Do not use BP_SYM.
31175         (remquo): Likewise.
31176         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
31177         "bp-asm.h".
31178         (PARMS): Do not use macros from bp-asm.h.
31179         (__remquof): Do not use BP_SYM.
31180         (remquof): Likewise.
31181         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
31182         "bp-asm.h".
31183         (PARMS): Do not use macros from bp-asm.h.
31184         (__remquol): Do not use BP_SYM.
31185         (remquol): Likewise.
31186         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
31187         "bp-asm.h".
31188         (PARMS): Do not use macros from bp-asm.h.
31189         (DEST): Likewise.
31190         (SRC): Likewise.
31191         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
31192         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
31193         "bp-asm.h".
31194         (PARMS): Do not use macros from bp-asm.h.
31195         (strlen): Do not use BP_SYM.
31196         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
31197         "bp-asm.h".
31198         (PARMS): Do not use macros from bp-asm.h.
31199         (S1): Likewise.
31200         (S2): Likewise.
31201         (SIZE): Likewise.
31202         (__mpn_add_n): Do not use BP_SYM.
31203         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
31204         "bp-asm.h".
31205         (PARMS): Do not use macros from bp-asm.h.
31206         (S1): Likewise.
31207         (SIZE): Likewise.
31208         (__mpn_addmul_1): Do not use BP_SYM.
31209         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
31210         weak_alias.
31211         (bzero): Likewise.
31212         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
31213         "bp-asm.h".
31214         (PARMS): Do not use macros from bp-asm.h.
31215         (S): Likewise.
31216         (SIZE): Likewise.
31217         (__mpn_lshift): Do not use BP_SYM.
31218         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
31219         "bp-asm.h".
31220         (PARMS): Do not use macros from bp-asm.h.
31221         (DEST): Likewise.
31222         (SRC): Likewise.
31223         (LEN): Likewise.
31224         (memcpy): Likewise.  Do not use BP_SYM.
31225         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
31226         libc_hidden_def and weak_alias.
31227         (mempcpy): Do not use BP_SYM in weak_alias.
31228         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
31229         "bp-asm.h".
31230         (PARMS): Do not use macros from bp-asm.h.
31231         (DEST): Likewise.
31232         (LEN): Likewise.
31233         [!BZERO_P] (CHR): Likewise.
31234         (memset): Likewise.  Do not use BP_SYM.
31235         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
31236         "bp-asm.h".
31237         (PARMS): Do not use macros from bp-asm.h.
31238         (S1): Likewise.
31239         (SIZE): Likewise.
31240         (__mpn_mul_1): Do not use BP_SYM.
31241         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
31242         "bp-asm.h".
31243         (PARMS): Do not use macros from bp-asm.h.
31244         (S): Likewise.
31245         (SIZE): Likewise.
31246         (__mpn_rshift): Do not use BP_SYM.
31247         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
31248         "bp-asm.h".
31249         (PARMS): Do not use macros from bp-asm.h.
31250         (STR): Likewise.
31251         (CHR): Likewise.
31252         (strchr): Likewise.  Do not use BP_SYM.
31253         (index): Do not use BP_SYM in weak_alias.
31254         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
31255         "bp-asm.h".
31256         (PARMS): Do not use macros from bp-asm.h.
31257         (DEST): Likewise.
31258         (SRC): Likewise.
31259         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
31260         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
31261         "bp-asm.h".
31262         (PARMS): Do not use macros from bp-asm.h.
31263         (strlen): Do not use BP_SYM.
31264         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
31265         "bp-asm.h".
31266         (PARMS): Do not use macros from bp-asm.h.
31267         (S1): Likewise.
31268         (S2): Likewise.
31269         (SIZE): Likewise.
31270         (__mpn_sub_n): Do not use BP_SYM.
31271         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
31272         "bp-asm.h".
31273         (PARMS): Do not use macros from bp-asm.h.
31274         (S1): Likewise.
31275         (SIZE): Likewise.
31276         (__mpn_submul_1): Do not use BP_SYM.
31277         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
31278         "bp-asm.h".
31279         (PARMS): Do not use macros from bp-asm.h.
31280         (S1): Likewise.
31281         (S2): Likewise.
31282         (SIZE): Likewise.
31283         (__mpn_add_n): Do not use BP_SYM.
31284         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
31285         weak_alias.
31286         (bzero): Likewise.
31287         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
31288         "bp-asm.h".
31289         (PARMS): Do not use macros from bp-asm.h.
31290         (BLK2): Likewise.
31291         (LEN): Likewise.
31292         (memcmp): Do not use BP_SYM.
31293         (bcmp): Do not use BP_SYM in weak_alias.
31294         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
31295         "bp-asm.h".
31296         (PARMS): Do not use macros from bp-asm.h.
31297         (DEST): Likewise.
31298         (SRC): Likewise.
31299         (LEN): Likewise.
31300         (memcpy): Likewise.  Do not use BP_SYM.
31301         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
31302         "bp-asm.h".
31303         (PARMS): Do not use macros from bp-asm.h.
31304         (DEST): Likewise.
31305         (SRC): Likewise.
31306         (LEN): Likewise.
31307         (memmove): Likewise.  Do not use BP_SYM.
31308         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
31309         "bp-asm.h".
31310         (PARMS): Do not use macros from bp-asm.h.
31311         (DEST): Likewise.
31312         (SRC): Likewise.
31313         (LEN): Likewise.
31314         (__mempcpy): Likewise.  Do not use BP_SYM.
31315         (mempcpy): Do not use BP_SYM in weak_alias.
31316         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
31317         "bp-asm.h".
31318         (PARMS): Do not use macros from bp-asm.h.
31319         (DEST): Likewise.
31320         (LEN): Likewise.
31321         [!BZERO_P] (CHR): Likewise.
31322         (memset): Likewise.  Do not use BP_SYM.
31323         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
31324         "bp-asm.h".
31325         (PARMS): Do not use macros from bp-asm.h.
31326         (STR2): Likewise.
31327         (strcmp): Do not use BP_SYM.
31328         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
31329         "bp-asm.h".
31330         (PARMS): Do not use macros from bp-asm.h.
31331         (STR): Likewise.
31332         (DELIM): Likewise.
31333         [USE_AS_STRTOK_R] (SAVE): Likewise.
31334         (FUNCTION): Likewise.  Do not use BP_SYM.
31335         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
31336         aliases.
31337         (strtok_r): Likewise.
31338         (__GI___strtok_r): Likewise.
31339         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
31340         (PARMS): Do not use macros from bp-asm.h.
31341         (S): Likewise.
31342         (SIZE): Likewise.
31343         (__mpn_lshift): Do not use BP_SYM.
31344         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
31345         (PARMS): Do not use macros from bp-asm.h.
31346         (STR): Likewise.
31347         (CHR): Likewise.
31348         (__memchr): Do not use BP_SYM.
31349         (memchr): Do not use BP_SYM in weak_alias.
31350         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
31351         (PARMS): Do not use macros from bp-asm.h.
31352         (BLK2): Likewise.
31353         (LEN): Likewise.
31354         (memcmp): Do not use BP_SYM.
31355         (bcmp): Do not use BP_SYM in weak_alias.
31356         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
31357         (PARMS): Do not use macros from bp-asm.h.
31358         (S1): Likewise.
31359         (SIZE): Likewise.
31360         (__mpn_mul_1): Do not use BP_SYM.
31361         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
31362         "bp-asm.h".
31363         (PARMS): Do not use macros from bp-asm.h.
31364         (STR): Likewise.
31365         (CHR): Likewise.
31366         (__rawmemchr): Do not use BP_SYM.
31367         (rawmemchr): Do not use BP_SYM in weak_alias.
31368         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
31369         (PARMS): Do not use macros from bp-asm.h.
31370         (S): Likewise.
31371         (SIZE): Likewise.
31372         (__mpn_rshift): Do not use BP_SYM.
31373         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
31374         (PARMS): Do not use macros from bp-asm.h.
31375         (SIGMSK): Likewise.
31376         (__sigsetjmp): Likewise.  Do not use BP_SYM.
31377         * sysdeps/i386/start.S: Do not include "bp-sym.h".
31378         (_start): Do not use BP_SYM.
31379         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
31380         (PARMS): Do not use macros from bp-asm.h.
31381         (DEST): Likewise.
31382         (SRC): Likewise.
31383         (__stpcpy): Likewise.  Do not use BP_SYM.
31384         (stpcpy): Do not use BP_SYM in weak_alias.
31385         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
31386         "bp-asm.h".
31387         (PARMS): Do not use macros from bp-asm.h.
31388         (DEST): Likewise.
31389         (SRC): Likewise.
31390         (LEN): Likewise.
31391         (__stpncpy): Likewise.  Do not use BP_SYM.
31392         (stpncpy): Do not use BP_SYM in weak_alias.
31393         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
31394         (PARMS): Do not use macros from bp-asm.h.
31395         (STR): Likewise.
31396         (CHR): Likewise.
31397         (strchr): Likewise.  Do not use BP_SYM.
31398         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
31399         "bp-asm.h".
31400         (PARMS): Do not use macros from bp-asm.h.
31401         (STR): Likewise.
31402         (CHR): Likewise.
31403         (__strchrnul): Likewise.  Do not use BP_SYM.
31404         (strchrnul): Do not use BP_SYM in weak_alias.
31405         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
31406         "bp-asm.h".
31407         (PARMS): Do not use macros from bp-asm.h.
31408         (STOP): Likewise.
31409         (strcspn): Do not use BP_SYM.
31410         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
31411         "bp-asm.h".
31412         (PARMS): Do not use macros from bp-asm.h.
31413         (STR): Likewise.
31414         (STOP): Likewise.
31415         (strpbrk): Likewise.  Do not use BP_SYM.
31416         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
31417         "bp-asm.h".
31418         (PARMS): Do not use macros from bp-asm.h.
31419         (STR): Likewise.
31420         (CHR): Likewise.
31421         (strrchr): Likewise.  Do not use BP_SYM.
31422         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
31423         (PARMS): Do not use macros from bp-asm.h.
31424         (SKIP): Likewise.
31425         (strspn): Do not use BP_SYM.
31426         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
31427         (PARMS): Do not use macros from bp-asm.h.
31428         (STR): Likewise.
31429         (DELIM): Likewise.
31430         (SAVE): Likewise.
31431         (FUNCTION): Likewise.  Do not use BP_SYM.
31432         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
31433         aliases.
31434         (strtok_r): Likewise.
31435         (__GI___strtok_r): Likewise.
31436         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
31437         (PARMS): Do not use macros from bp-asm.h.
31438         (S1): Likewise.
31439         (S2): Likewise.
31440         (SIZE): Likewise.
31441         (__mpn_sub_n): Do not use BP_SYM.
31442         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
31443         "bp-asm.h".
31444         (PARMS): Do not use macros from bp-asm.h.
31445         (S1): Likewise.
31446         (SIZE): Likewise.
31447         (__mpn_submul_1): Do not use BP_SYM.
31448         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
31449         <bp-sym.h>.
31450         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
31451         and <bp-asm.h>.
31452         (PARMS): Do not use macros from bp-asm.h.
31453         (FLAGS): Likewise.
31454         (PTID): Likewise.
31455         (TLS): Likewise.
31456         (CTID): Likewise.
31457         (__clone): Do not use BP_SYM.
31458         (clone): Do not use BP_SYM in weak_alias.
31459         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
31460         and <bp-asm.h>.
31461         (PARMS): Do not use macros from bp-asm.h.
31462         (LEN): Likewise.
31463         (__mmap64): Do not use BP_SYM.
31464         (mmap64): Do not use BP_SYM in weak_alias.
31465         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
31466         <bp-sym.h> and <bp-asm.h>.
31467         (PARMS): Do not use macros from bp-asm.h.
31468         (__posix_fadvise64_l64): Do not use BP_SYM.
31469         * sysdeps/unix/sysv/linux/i386/semtimedop.S
31470         (PARMS): Do not use macros from bp-asm.h.
31471         (NSOPS): Likewise.
31472         (semtimedop): Do not use BP_SYM.
31473         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
31474         and <bp-asm.h>.
31476 2013-02-21  Allan McRae  <allan@archlinux.org>
31478         * manual/message.texi (Charset conversion in gettext):
31479         Move @end statement to beginning of line.
31481 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31483         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
31484         static.
31485         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
31486         Likewise.
31488         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
31489         (denorm): Likewise.
31490         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
31491         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
31493 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31495         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
31496         tail-call to the resolved function if pltexit isn't needed.
31498 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31500         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
31501         or Y being zero as being unlikely.
31502         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
31503         Likewise.
31505 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
31507         * manual/nss.texi (System Databases and Name Service Switch):
31508         Remove frobnicate @pxref.
31510 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
31512         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
31513         __attribute__ ((unused)) to __attribute__ ((__unused__)).
31515 2013-02-20  Petr Machata  <pmachata@redhat.com>
31517         * elf/elf.h (R_ARM_TARGET1): New macro.
31518         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
31519         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
31520         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
31521         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
31522         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
31523         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
31524         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
31525         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
31526         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
31527         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
31528         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
31529         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
31530         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
31531         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
31532         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
31533         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
31534         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
31535         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
31536         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
31537         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
31538         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
31539         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
31540         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
31541         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
31542         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
31543         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
31544         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
31545         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
31546         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
31547         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
31548         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
31549         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
31550         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
31551         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
31552         (R_ARM_THM_GOT_BREL12): Likewise.
31553         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
31554         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
31555         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
31556         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
31557         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
31558         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
31559         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
31560         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
31561         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
31563 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
31565         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
31566         __attribute_used__ to __attribute__ ((unused)).
31568 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
31570         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
31571         powerpc mpa.c.
31572         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
31573         comment formatting.
31574         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
31576 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
31578         [BZ #13550]
31579         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
31580         Remove macro.
31581         (ENTER): Remove both macro definitions.
31582         (LEAVE): Likewise.
31583         (CHECK_BOUNDS_LOW): Likewise.
31584         (CHECK_BOUNDS_HIGH): Likewise.
31585         (CHECK_BOUNDS_BOTH): Likewise.
31586         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
31587         (RETURN_BOUNDED_POINTER): Likewise.
31588         (RETURN_NULL_BOUNDED_POINTER): Likewise.
31589         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
31590         (POP_ERRNO_LOCATION_RETURN): Likewise.
31591         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
31592         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31593         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
31594         macros.
31595         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31596         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
31597         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
31598         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
31599         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
31600         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
31601         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
31602         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
31603         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
31604         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
31605         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
31606         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
31607         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31608         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
31609         removed macros.
31610         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31611         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
31612         macros.
31613         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31614         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
31615         * sysdeps/i386/i586/memset.S (memset): Likewise.
31616         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
31617         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31618         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
31619         macros.
31620         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31621         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
31622         Change uses of L(2) to L(out).
31623         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
31624         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
31625         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
31626         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31627         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
31628         removed macros.
31629         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31630         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
31631         macros.
31632         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31633         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
31634         (RETURN): Do not use macro LEAVE.
31635         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
31636         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
31637         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
31638         * sysdeps/i386/i686/memset.S (memset): Likewise.
31639         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
31640         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
31641         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31642         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
31643         Likewise.
31644         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31645         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
31646         L(1_2) and L(1_3) into L(1).
31647         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
31648         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
31649         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31650         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
31651         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31652         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
31653         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
31654         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31655         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
31656         macros.
31657         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
31658         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31659         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
31660         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
31661         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
31662         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31663         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
31664         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
31665         * sysdeps/i386/strcspn.S (strcspn): Likewise.
31666         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
31667         * sysdeps/i386/strrchr.S (strrchr): Likewise.
31668         * sysdeps/i386/strspn.S (strspn): Likewise.
31669         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
31670         conditional code.
31671         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31672         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
31673         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
31674         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
31675         L(1_3) into L(1_1).
31676         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
31677         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31678         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
31679         macros.
31680         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31682 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
31684         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
31685         macro.
31687 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31689         * math/atest-exp.c (exp_mpn): Remove ROUND.
31690         * math/atest-exp2.c (exp_mpn): Likewise.
31691         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
31693         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
31694         * stdlib/tst-tls-atexit-lib.c: Likewise.
31695         * stdlib/tst-tls-atexit.c: Likewise.
31697 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
31699         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
31700         and __attribute_alloc_size__.
31702 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
31704         * include/programs/xmalloc.h: Change __attribute_alloc_size to
31705         __attribute_alloc_size__.
31706         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
31707         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
31709 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
31711         * include/programs/xmalloc.h: New file.
31712         * catgets/gencat.c: Include it.
31713         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
31714         * elf/pldd.c: Likewise.
31715         * iconv/iconv_charmap.c: Likewise.
31716         * iconv/iconvconfig.c: Likewise.
31717         * iconv/strtab.c: Likewise.
31718         * locale/programs/locale.c: Likewise.
31719         * locale/programs/localedef.h: Likewise.
31720         * locale/programs/simple-hash.c: Likewise.
31721         * nscd/nscd.h: Likewise.
31722         * nss/makedb.c: Likewise.
31723         * sysdeps/generic/ldconfig.h: Likewise.
31725 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
31727         * Versions.def: Add GLIBC_2.18.
31728         * include/link.h (struct link_map): New member l_tls_dtor_count.
31729         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
31730         (__call_tls_dtors): Likewise.
31731         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
31732         __cxa_thread_atexit_impl.
31733         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
31734         Likewise.
31735         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
31736         Likewise.
31737         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
31738         Likewise.
31739         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
31740         Likewise.
31741         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
31742         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
31743         Likewise.
31744         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
31745         Likewise.
31746         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
31747         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
31748         Likewise.
31749         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
31750         (tests): Add test case tst-tls-atexit.
31751         (modules-names): Add shared library for tst-tls-atexit.
31752         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
31753         (GLIBC_PRIVATE): Add __call_tls_dtors.
31754         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
31755         for libstdc++.
31756         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
31757         * stdlib/tst-tls-atexit.c: New test case.
31758         * stdlib/tst-tls-atexit-lib.c: New test case.
31760         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
31762         * elf/Versions (ld): Add _dl_find_dso_for_object.
31763         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
31764         * elf/dl-open.c (_dl_find_dso_for_object): New function.
31765         (dl_open_worker): Use _dl_find_dso_for_object.
31766         * elf/dl-sym.c (do_sym): Likewise.
31767         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
31769 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31771         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
31772         Syntactic changes only.
31773         (_dl_runtime_profile): Do a tail-call to the resolved function.
31775 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
31777         [BZ #13550]
31778         * sysdeps/x86_64/bp-asm.h: Remove file.
31779         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
31780         <bp-sym.h> and <bp-asm.h>.
31781         (__clone): Do not use BP_SYM.
31782         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
31783         <bp-sym.h> and <bp-asm.h>.
31784         * sysdeps/unix/x86_64/sysdep.S: Likewise.
31785         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
31786         "bp-asm.h".
31787         (_setjmp): Do not use BP_SYM.
31788         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
31789         "bp-asm.h".
31790         (setjmp): Do not use BP_SYM.
31791         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
31792         libc_hidden_def.
31793         (mempcpy): Do not use BP_SYM in weak_alias.
31794         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
31795         "bp-asm.h".
31796         (strchr): Do not use BP_SYM.
31797         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
31798         "bp-asm.h".
31799         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
31800         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
31801         (_start): Do not use BP_SYM.
31802         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
31803         "bp-asm.h".
31804         (strcat): Do not use BP_SYM.
31805         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
31806         "bp-asm.h".
31807         (STRCMP): Do not use BP_SYM.
31808         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
31809         "bp-asm.h".
31810         (STRCPY): Do not use BP_SYM.
31811         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
31812         "bp-asm.h".
31813         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
31814         "bp-asm.h".
31815         (FUNCTION): Do not use BP_SYM.
31816         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
31817         weak_alias.
31818         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
31820 2013-02-17  Andreas Jaeger  <aj@suse.de>
31822         * time/Versions: Sort entries.
31823         * string/Versions: Likewise.
31824         * resolv/Versions: Likewise.
31825         * posix/Versions: Likewise.
31826         * iconv/Versions: Likewise.
31827         * elf/Versions: Likewise.
31828         * wcsmbs/Versions: Likewise.
31830 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31832         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
31833         loop termination condition.
31835         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
31836         variable to calculate EZ.
31837         (__sqr): Likewise.
31839         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
31840         the lower precision input.
31842 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
31844         [BZ #13550]
31845         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
31846         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
31847         (run-via-rtld-prefix): Do not handle %-bp tests.
31848         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
31849         (all-object-suffixes): Remove .ob.
31850         (bppfx): Remove variable.
31851         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
31852         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
31853         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
31854         [$(build-bounded) = yes] (libtype.ob): Likewise.
31855         * Makerules (elide-routines.ob): Remove variable.
31856         (do-tests-clean): Do not handle *-bp.out.
31857         (common-mostlyclean): Do not handle *-bp and *-bp.out.
31858         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
31859         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
31860         (tests): Do not include $(tests-bp.out).
31861         (xtests): Do not include $(xtests-bp.out).
31862         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
31863         [$(build-bounded) = yes] ($(addprefix
31864         $(objpfx),$(binaries-bounded))): Remove rule.
31865         ($(objpfx)%-bp.out): Remove rule.
31866         * config.make.in (build-bounded): Remove variable.
31867         * crypt/Makefile [$(build-bounded) = yes]
31868         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
31869         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
31870         append to variable.
31871         [$(build-bounded) = yes] (install-lib): Likewise.
31872         [$(build-bounded) = yes] (generated): Likewise.
31873         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
31874         Remove rule.
31875         * intl/Makefile [$(build-bounded) = yes]
31876         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
31877         * math/Makefile [$(build-bounded) = yes]
31878         ($(tests:%=$(objpfx)%-bp): Likewise.
31879         * misc/Makefile [$(build-bounded) = yes]
31880         ($(objpfx)tst-tsearch-bp): Likewise.
31881         * nptl/Makeconfig (bounded-thread-library): Remove variable.
31882         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
31883         Remove dependency.
31884         * string/Makefile (o-objects.ob): Remove variable.
31885         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
31886         (CFLAGS-.ob): Remove variable.
31887         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
31888         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
31889         both definitions of variable.
31890         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
31891         (ASFLAGS-.ob): Remove variable.
31893 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
31895         [BZ #13550]
31896         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
31897         Remove __BOUNDED_POINTERS__ from condition.
31898         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
31899         * string/bits/string2.h [!__NO_STRING_INLINES &&
31900         !__BOUNDED_POINTERS__]: Likewise.
31901         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
31902         Likewise.
31903         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
31904         Remove conditional code.
31905         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
31906         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
31907         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
31908         condition.
31910         [BZ #13550]
31911         * csu/libc-start.c: Do not include <bp-sym.h>.
31912         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
31913         * elf/dl-open.c: Do not include <bp-sym.h>.
31914         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
31915         * math/fegetenv.c: Do not include <bp-sym.h>.
31916         (fegetenv): Do not use BP_SYM in versioned symbols.
31917         * nptl/sysdeps/pthread/bits/libc-lockP.h
31918         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
31919         <bp-sym.h>.
31920         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31921         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
31922         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31923         (__pthread_mutex_destroy): Likewise.
31924         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31925         (__pthread_mutex_lock): Likewise.
31926         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31927         (__pthread_mutex_trylock): Likewise.
31928         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31929         (__pthread_mutex_unlock): Likewise.
31930         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31931         (__pthread_mutexattr_init): Likewise.
31932         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31933         (__pthread_mutexattr_destroy): Likewise.
31934         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31935         (__pthread_mutexattr_settype): Likewise.
31936         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31937         (__pthread_rwlock_init): Likewise.
31938         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31939         (__pthread_rwlock_destroy): Likewise.
31940         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31941         (__pthread_rwlock_rdlock): Likewise.
31942         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31943         (__pthread_rwlock_tryrdlock): Likewise.
31944         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31945         (__pthread_rwlock_wrlock): Likewise.
31946         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31947         (__pthread_rwlock_trywrlock): Likewise.
31948         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31949         (__pthread_rwlock_unlock): Likewise.
31950         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31951         (__pthread_key_create): Likewise.
31952         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31953         (__pthread_setspecific): Likewise.
31954         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31955         (__pthread_getspecific): Likewise.
31956         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
31957         Likewise.
31958         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31959         (_pthread_cleanup_push_defer): Likewise.
31960         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31961         (_pthread_cleanup_pop_restore): Likewise.
31962         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31963         (pthread_setcancelstate): Likewise.
31964         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
31965         <bp-sym.h>.
31966         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
31967         (memchr): Do not use BP_SYM in weak_alias.
31968         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
31969         (fegetenv): Do not use BP_SYM in versioned symbols.
31970         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
31971         (fesetenv): Do not use BP_SYM in versioned symbols.
31972         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
31973         (feupdateenv): Do not use BP_SYM in versioned symbols.
31974         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
31975         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
31976         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
31977         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
31978         (open64): Do not use BP_SYM in weak_alias.
31979         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
31980         (fegetenv): Do not use BP_SYM in versioned symbols.
31981         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
31982         (fesetenv): Do not use BP_SYM in versioned symbols.
31983         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
31984         (feupdateenv): Do not use BP_SYM in versioned symbols.
31985         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
31986         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
31987         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
31988         (feraiseexcept): Do not use BP_SYM in versioned symbols.
31989         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
31990         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
31991         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
31992         <bp-sym.h>.
31993         (__libc_start_main): Do not use BP_SYM.
31995 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
31997         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
31998         redundant return line.
31999         (norm): Likewise.
32000         (denorm): Likewise.
32001         (dbl_mp): Likewise.
32002         (sub_magnitudes): Likewise.
32003         (__add): Likewise.
32004         (__sub): Likewise.
32005         (__mul): Likewise.
32006         (__inv): Likewise.
32007         (__dvd): Likewise.
32008         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
32009         (norm): Likewise.
32010         (denorm): Likewise.
32011         (dbl_mp): Likewise.
32012         (sub_magnitudes): Likewise.
32013         (__add): Likewise.
32014         (__sub): Likewise.
32015         (__mul): Likewise.
32016         (__inv): Likewise.
32017         (__dvd): Likewise.
32019         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
32020         instead of __mul.
32021         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
32022         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
32023         (cc32): Likewise.
32025         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
32026         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
32027         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
32028         of __mul for squares.
32029         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
32030         function
32031         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
32032         Likewise.
32033         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
32034         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
32036 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
32038         [BZ #13550]
32039         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
32040         code.
32041         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
32042         prototype or function definition.  Rename ubp_* variables and
32043         parameters.  Remove argv definitions conditional on
32044         [__BOUNDED_POINTERS__].
32045         * debug/backtrace.c (__backtrace): Do not use __unbounded.
32046         * elf/dl-runtime.c (_dl_fixup): Likewise.
32047         * include/set-hooks.h (RUN_HOOK): Likewise.
32048         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
32049         definition.
32050         * string/strcpy.c (strcpy): Do not use __unbounded.
32051         * sysdeps/generic/frame.h (struct layout): Likewise.
32052         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
32053         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
32054         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
32055         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
32056         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
32057         (__backtrace): Likewise.
32058         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
32059         use __ptrvalue.
32060         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
32061         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
32062         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
32063         Likewise.
32064         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
32065         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
32066         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
32067         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
32068         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
32069         Do not use __unbounded.
32070         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
32071         Rename __unboundedrlimits parameter to rlimits in prototype.
32072         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
32073         Do not use __unbounded.
32074         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
32075         not use __ptrvalue.
32076         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
32077         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
32078         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
32079         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
32080         __ptrvalue or __unbounded.
32081         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
32082         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
32083         use __unbounded.
32084         (__new_msgctl): Do not use __ptrvalue.
32085         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
32086         __unbounded.
32087         (__libc_msgrcv): Do not use __ptrvalue.
32088         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
32089         startup_info): Do not use __unbounded.
32090         (__libc_start_main): Likewise.  Rename ubp_* variables and
32091         parameters.  Remove argv definitions conditional on
32092         [__BOUNDED_POINTERS__].
32093         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
32094         __ptrvalue.
32095         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
32096         use __unbounded.
32097         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
32098         or __ptrvalue.
32099         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
32100         use __unbounded.
32101         (__new_shmctl): Do not use __ptrvalue.
32102         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
32103         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
32104         Likewise.
32105         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
32106         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
32107         (__libc_sigaction): Likewise.
32108         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
32109         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
32110         Likewise.
32111         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
32113 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
32115         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
32117         * string/mempcpy.c: Implement by calling memcpy.
32119 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
32121         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
32123         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
32124         evaluation.
32126         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
32127         values in the mantissa.
32129         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
32130         minimize writes to Z.
32131         (sub_magnitudes): Simplify code a bit.
32133 2013-02-12  Roland McGrath  <roland@hack.frob.com>
32135         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
32136         from the message.  The linker prefixes all warnings with that already.
32138 2013-02-12  Andreas Schwab  <schwab@suse.de>
32140         [BZ #15078]
32141         * posix/regexec.c (extend_buffers): Add parameter min_len.
32142         (check_matching): Pass minimum needed length.
32143         (clean_state_log_if_needed): Likewise.
32144         (get_subexp): Likewise.
32145         * posix/Makefile (tests): Add bug-regex34.
32146         (bug-regex34-ENV): Define.
32147         * posix/bug-regex34.c: New file.
32149         [BZ #11561]
32150         * posix/regcomp.c (parse_bracket_exp): When looking up collating
32151         elements compare against the byte sequence of it, not its name.
32152         * posix/Makefile (tests): Add bug-regex35.
32153         (bug-regex35-ENV): Define.
32154         * posix/bug-regex35.c: New file.
32156 2013-02-11  Tom de Vries  <tom@codesourcery.com>
32158         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
32159         comment.
32160         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
32161         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
32162         (CHECK_EOL): Add undef.
32164 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
32166         * bits/stdlib-bsearch.h: New file.
32167         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
32168         * stdlib/stdlib.h: Likewise.
32170 2013-02-11  Roland McGrath  <roland@hack.frob.com>
32172         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
32173         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
32174         declaration.
32175         * manual/search.texi (Array Search Function): Add missing const in
32176         lfind prototype.
32177         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
32178         declaration to use rlim_t.
32179         (Basic Scheduling Functions): Remove erroneous const from
32180         sched_getparam prototype.  Remove erroneous * from
32181         sched_get_priority_max and sched_get_priority_min prototypes.
32182         (Resource Usage): Fix summary @comment on vtimes to refer to
32183         sys/vtimes.h rather than vtimes.h.
32184         Add missing *s in vtimes prototype.
32185         (Limits on Resources): Fix ulimit prototype to return long int.
32186         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
32187         prototypes to use long int rather than double.
32188         (BSD Random): Fix initstate and setstate to use char *, not void *.
32189         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
32190         prototype to make second argument 'struct aiocb64 *const[]'.
32191         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
32192         (Status of AIO Operations): Remove erroneous const in aio_return and
32193         aio_return64 prototypes.
32194         (Synchronizing I/O): Fix sync prototype to return void.
32195         * manual/startup.texi (Suboptions): Remove an erroneous const in
32196         getsubopt prototype.
32197         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
32198         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
32199         use size_t rather than int.
32200         (Scanning All Users): Likewise for getpwent_r.
32201         (Setting Groups): Add missing const to setgroups prototype.
32202         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
32203         * manual/socket.texi (Host Names): Fix gethostbyaddr and
32204         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
32205         'const void *' rather than 'const char *'.
32206         (Host Address Functions): Likewise for inet_ntop.
32207         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
32208         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
32209         ssize_t for return value.
32210         (Sending Data): Likewise for send, sendto, sendmsg.
32211         (Socket Option Functions): Add a missing const in setsockopt prototype.
32212         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
32213         use wchar_t for the argument.
32214         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
32215         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
32216         take no arguments.
32217         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
32218         double/float/long double for second argument.
32219         Fix return types of significand, significandf, significandl.
32220         * manual/filesys.texi (Setting Permissions): Use mode_t for second
32221         argument in fchmod prototype.
32222         (File Owner): Use uid_t and gid_t in fchown prototype.
32223         (File Times): Add const to utimes, futimes, and lutimes prototypes.
32224         (Making Special Files): Use mode_t and dev_t in mknod prototype.
32225         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
32226         use 'const struct dirent **' as argument types to CMP function pointer
32227         argument.
32228         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
32229         (File Times): Fix summary magic @comment for struct utimbuf and utime
32230         to refer to utime.h, not time.h.
32231         * manual/string.texi (Argz Functions): Add missing const in
32232         argz_extract and argz_next prototypes.
32233         (Finding Tokens in a String): Likewise for basename.
32234         (String/Array Comparison): Fix typo in wcscasecmp prototype.
32235         (Copying and Concatenation): Fix typo in wmemmove prototype.
32236         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
32237         (Signal Stack): Remove erroneous const in sigstack prototype.
32238         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
32239         prototype.
32240         (Simple Calendar Time): Likewise for stime.
32241         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
32242         prototype.
32243         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
32244         say sys/sysctl.h instead.
32245         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
32246         and vsyslog prototypes.
32248 2013-02-11  Tom de Vries  <tom@codesourcery.com>
32250         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
32251         Remove.
32253 2013-02-11  Roland McGrath  <roland@hack.frob.com>
32255         * misc/sys/mman.h: Fix typo in mremap comment.
32257 2013-02-08  Roland McGrath  <roland@hack.frob.com>
32259         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
32260         the '\0' terminator.
32262 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
32264         [BZ #13550]
32265         * debug/segfault.c: Don't include <bp-checks.h>.
32266         * sysdeps/generic/bp-checks.h: Remove file.
32267         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
32268         (__GETDENTS): Don't use CHECK_N.
32269         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
32270         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
32271         (__getgroups): Don't use CHECK_N.
32272         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
32273         (setgroups): Don't use CHECK_N.
32274         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
32275         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
32276         (__libc_msgrcv): Don't use CHECK_N.
32277         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
32278         (__libc_msgsnd): Don't use CHECK_N.
32279         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
32280         <bp-checks.h>.
32281         (__libc_pread): Don't use CHECK_N.
32282         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
32283         include <bp-checks.h>.
32284         (__libc_pread64): Don't use CHECK_N.
32285         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
32286         include <bp-checks.h>.
32287         (__libc_pwrite): Don't use CHECK_N.
32288         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
32289         include <bp-checks.h>.
32290         (__libc_pwrite64): Don't use CHECK_N.
32291         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
32292         <bp-checks.h>.
32293         (__libc_pread): Don't use CHECK_N.
32294         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
32295         include <bp-checks.h>.
32296         (__libc_pread64): Don't use CHECK_N.
32297         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
32298         include <bp-checks.h>.
32299         (__libc_pwrite): Don't use CHECK_N.
32300         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
32301         include <bp-checks.h>.
32302         (__libc_pwrite64): Don't use CHECK_N.
32303         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
32304         (do_pread): Don't use CHECK_N.
32305         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
32306         (do_pread64): Don't use CHECK_N.
32307         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
32308         (do_pwrite): Don't use CHECK_N.
32309         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
32310         (do_pwrite64): Don't use CHECK_N.
32311         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
32312         (__libc_readv): Don't use CHECK_N.
32313         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
32314         (semop): Don't use CHECK_N.
32315         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
32316         <bp-checks.h>.
32317         (semtimedop): Don't use CHECK_N.
32318         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
32319         (__libc_pread): Don't use CHECK_N.
32320         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
32321         <bp-checks.h>.
32322         (__libc_pread64): Don't use CHECK_N.
32323         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
32324         <bp-checks.h>.
32325         (__libc_pwrite): Don't use CHECK_N.
32326         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
32327         <bp-checks.h>.
32328         (__libc_pwrite64): Don't use CHECK_N.
32329         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
32330         <bp-checks.h>.
32331         (__libc_msgrcv): Don't use CHECK_N.
32332         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
32333         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
32334         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
32335         (__libc_writev): Don't use CHECK_N.
32337 2013-02-08  Roland McGrath  <roland@hack.frob.com>
32339         * string/strcpy.c: Removed unused variable.
32341         * Makeconfig (+sysdep-includes): Define with := rather than =.
32342         Use an existing include/ subdir of each sysdeps dir before it.
32344 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32346         * nscd/connection.c (register_traced_file): Comment function.
32347         [HAVE_INOTIFY] (union __inev): Define.
32348         [HAVE_INOTIFY] (inotify_check_files): New function.
32349         [HAVE_INOTIFY] (clear_db_cache): Likewise.
32350         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
32351         clear_db_cache.
32352         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
32354 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32356         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
32357         loaded if not already and that a failure is permanent.
32359 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32361         [BZ #15006]
32362         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
32363         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
32365 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
32367         [BZ #13550]
32368         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
32369         (CHECK_1_NULL_OK): Likewise.
32370         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
32371         (__fxstat): Do not use CHECK_1.
32372         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
32373         <bp-checks.h>.
32374         (___fxstat64): Do not use CHECK_1.
32375         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
32376         <bp-checks.h>.
32377         (__fxstatat): Do not use CHECK_1.
32378         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
32379         <bp-checks.h>.
32380         (__fxstatat64): Do not use CHECK_1.
32381         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
32382         <bp-checks.h>.
32383         (__fxstat): Do not use CHECK_1.
32384         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
32385         <bp-checks.h>.
32386         (__fxstatat): Do not use CHECK_1.
32387         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
32388         <bp-checks.h>.
32389         (__getresgid): Do not use CHECK_1.
32390         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
32391         <bp-checks.h>.
32392         (__getresuid): Do not use CHECK_1.
32393         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
32394         <bp-checks.h>.
32395         (__lxstat): Do not use CHECK_1.
32396         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
32397         <bp-checks.h>.
32398         (__old_msgctl): Do not use CHECK_1.
32399         (__new_msgctl): Likewise.
32400         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
32401         <bp-checks.h>.
32402         (__new_setrlimit): Do not use CHECK_1.
32403         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
32404         <bp-checks.h>.
32405         (__old_shmctl): Do not use CHECK_1.
32406         (__new_shmctl): Likewise.
32407         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
32408         <bp-checks.h>.
32409         (__xstat): Do not use CHECK_1.
32410         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
32411         (__lxstat): Do not use CHECK_1.
32412         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
32413         <bp-checks.h>.
32414         (___lxstat64): Do not use CHECK_1.
32415         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
32416         (__old_msgctl): Do not use CHECK_1.
32417         (__new_msgctl): Likewise.
32418         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
32419         <bp-checks.h>.
32420         (__gettimeofday): Do not use CHECK_1.
32421         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
32422         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
32423         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
32424         <bp-checks.h>.
32425         (__gettimeofday): Do not use CHECK_1.
32426         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
32427         (__old_shmctl): Do not use CHECK_1_NULL_OK.
32428         (__new_shmctl): Do not use CHECK_1.
32429         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
32430         <bp-checks.h>.
32431         (do_sigtimedwait): Do not use CHECK_1.
32432         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
32433         <bp-checks.h>.
32434         (do_sigwaitinfo): Do not use CHECK_1.
32435         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
32436         <bp-checks.h>.
32437         (msgctl): Do not use CHECK_1.
32438         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
32439         <bp-checks.h>.
32440         (shmctl): Do not use CHECK_1.
32441         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
32442         (ustat): Do not use CHECK_1.
32443         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
32444         <bp-checks.h>.
32445         (__fxstat): Do not use CHECK_1.
32446         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
32447         <bp-checks.h>.
32448         (__fxstatat): Do not use CHECK_1.
32449         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
32450         <bp-checks.h>.
32451         (__lxstat): Do not use CHECK_1.
32452         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
32453         <bp-checks.h>.
32454         (__xstat): Do not use CHECK_1.
32455         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
32456         (__xstat): Do not use CHECK_1.
32457         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
32458         (___xstat64): Do not use CHECK_1.
32460         [BZ #13550]
32461         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
32462         definitions.
32463         (CHECK_BOUNDS_HIGH): Likewise.
32464         * string/strcpy.c: Do not include <bp-checks.h>.
32465         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
32467 2013-02-07  Roland McGrath  <roland@hack.frob.com>
32469         * nscd/nscd-client.h (__nscd_drop_map_ref):
32470         Add __attribute__ ((unused)).
32471         * nis/nss-nisplus.h (niserr2nss): Likewise.
32473         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
32474         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
32476         * csu/libc-tls.c (init_static_tls, init_slotinfo):
32477         Remove inline keyword.
32478         * include/rounding-mode.h (round_away): Likewise.
32479         * libio/wfileops.c (adjust_wide_data): Likewise.
32480         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
32481         (__m128i_strloadu_tolower): Likewise.
32482         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
32483         (__m128i_strloadu_tolower): Likewise.
32484         * time/mktime.c (ydhms_diff): Likewise.
32485         * locale/elem-hash.h (elem_hash): Likewise.
32486         * locale/setlocale.c (setdata): Likewise.
32487         * posix/regex_internal.h (re_string_char_size_at): Likewise.
32488         (re_string_wchar_at): Likewise.
32489         (bitset_not, bitset_merge, bitset_mask): Likewise.
32490         [!(__GNUC__ > 3)] (inline): Remove macro.
32491         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
32492         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
32493         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
32494         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
32495         * string/memcmp.c (memcmp_bytes): Likewise.
32496         * locale/programs/locarchive.c (compute_hashval): Likewise.
32497         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
32498         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
32499         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
32500         * nss/getent.c (print_rpc, print_protocols): Likewise.
32501         (print_passwd, print_group, print_aliases): Likewise.
32502         * nis/nss-nisplus.h (niserr2nss): Likewise.
32503         * nscd/connections.c (restart_p): Likewise.
32504         Change return type to bool.
32506 2013-02-05  Roland McGrath  <roland@hack.frob.com>
32508         * Makeconfig (all-Depend-files): Add existing
32509         $(sorted-subdirs:=/Depend) files.
32510         (all-subdirs): Remove nss.
32511         * sysdeps/unix/inet/Subdirs: Add it here instead.
32512         * hesiod/Depend: New file.
32514         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
32515         instead of calling alloca.
32517         * io/lseek.c (__lseek): Rename to __libc_lseek.
32518         Define __lseek as an alias.
32520         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
32522 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
32524         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
32525         else clause and remove check for non-standard endianness.
32527 2013-02-04  David S. Miller  <davem@davemloft.net>
32529         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32531 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
32533         [BZ #13550]
32534         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
32535         (__ubp_memchr): Remove prototype.
32536         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
32537         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
32538         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
32539         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
32540         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
32541         Remove alias.
32542         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
32543         (__ubp_memchr): Likewise.
32544         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
32545         (__ubp_memchr): Likewise.
32546         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
32547         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
32548         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
32549         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
32550         CHECK_STRING.
32551         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
32552         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
32553         (__getcwd): Do not use CHECK_STRING.
32554         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
32555         <bp-checks.h>.
32556         (__real_chown): Do not use CHECK_STRING.
32557         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
32558         <bp-checks.h>.
32559         (fchownat): Do not use CHECK_STRING.
32560         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
32561         CHECK_STRING.
32562         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
32563         <bp-checks.h>.
32564         (__lchown): Do not use CHECK_STRING.
32565         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
32566         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
32567         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
32568         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
32569         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
32570         include <bp-checks.h>.
32571         (truncate64): Do not use CHECK_STRING.
32572         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
32573         <bp-checks.h>.
32574         (__real_chown): Do not use CHECK_STRING.
32575         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
32576         <bp-checks.h>.
32577         (__lchown): Do not use CHECK_STRING.
32578         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
32579         <bp-checks.h>.
32580         (__chown): Do not use CHECK_STRING.
32581         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
32582         <bp-checks.h>.
32583         (truncate64): Do not use CHECK_STRING.
32584         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
32585         Likewise.
32586         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
32587         (__xmknod): Do not use CHECK_STRING.
32588         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
32589         <bp-checks.h>.
32590         (__xmknodat): Do not use CHECK_STRING.
32591         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
32592         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
32594 2013-02-04  Andreas Schwab  <schwab@suse.de>
32596         [BZ #14142]
32597         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
32598         * include/netdb.h: Likewise for h_errno.
32599         * elf/tst-stackguard1.c: Include <tls.h>.
32601 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
32603         * elf/link.h (struct link_map): Extend the l_addr comment.
32604         * include/link.h (struct link_map): Likewise.
32606 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
32608         [BZ #13550]
32609         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
32610         (BOUNDED_1): Remove macro.
32611         * debug/backtrace.c: Don't include <bp-checks.h>.
32612         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
32613         (__backtrace): Likewise.
32614         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
32615         <bp-checks.h>.
32616         (__backtrace): Don't use BOUNDED_1.
32617         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
32618         <bp-checks.h>.
32619         (__backtrace): Don't use BOUNDED_1.
32620         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
32621         (__backtrace): Don't use BOUNDED_1.
32622         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
32623         (shmat): Don't use BOUNDED_N.
32625 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
32627         [BZ #13550]
32628         * sysdeps/generic/bp-start.h: Remove file.
32629         * csu/libc-start.c: Don't include <bp-start.h>.
32630         (LIBC_START_MAIN): Set up __environ directly instead of using
32631         INIT_ARGV_and_ENVIRON.
32632         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
32633         <bp-start.h>.
32635         [BZ #13550]
32636         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
32637         definitions.
32638         (CHECK_FCNTL): Likewise.
32639         (CHECK_N_PAGES): Likewise.
32641         [BZ #13550]
32642         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
32643         definitions.
32644         (CHECK_SIGSET_NULL_OK): Likewise.
32645         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
32646         <bp-checks.h>.
32647         (sigpending): Don't use CHECK_SIGSET.
32648         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
32649         <bp-checks.h>.
32650         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32651         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
32652         <bp-checks.h>.
32653         (do_sigsuspend): Don't use CHECK_SIGSET.
32654         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
32655         use CHECK_SIGSET.
32656         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
32657         (do_sigwait): Don't use CHECK_SIGSET.
32658         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
32659         use CHECK_SIGSET.
32660         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
32661         include <bp-checks.h>.
32662         (sigpending): Don't use CHECK_SIGSET.
32663         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
32664         include <bp-checks.h>.
32665         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32666         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
32667         <bp-checks.h>.
32668         (sigpending): Don't use CHECK_SIGSET.
32669         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
32670         <bp-checks.h>.
32671         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32673         [BZ #13550]
32674         * sysdeps/generic/bp-semctl.h: Remove file.
32675         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
32676         <bp-checks.h> and <bp-semctl.h>.
32677         (__old_semctl): Don't use CHECK_SEMCTL.
32678         (__new_semctl): Likewise.
32679         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
32680         and <bp-semctl.h>.
32681         (__old_semctl): Don't use CHECK_SEMCTL.
32682         (__new_semctl): Likewise.
32683         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
32684         <bp-checks.h> and <bp-semctl.h>.
32685         (__old_semctl): Don't use CHECK_SEMCTL.
32686         (__new_semctl): Likewise.
32687         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
32688         <bp-checks.h> and <bp-semctl.h>.
32689         (semctl): Don't use CHECK_SEMCTL.
32691         [BZ #13550]
32692         * Makerules (elide-bp-thunks): Remove variable.
32693         (elide-routines.oS): Don't use $(elide-bp-thunks).
32694         (elide-routines.os): Likewise.
32695         (elide-routines.o): Likewise.
32696         (elide-routines.op): Likewise.
32697         (elide-routines.og): Likewise.
32698         (objects): Don't use $(bp-thunks).
32699         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
32700         include.
32701         (common-generated): Do not add s-proto-bp.d.
32702         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
32703         (int): Likewise.
32704         (typ): Likewise.
32705         Do not generate makefile rules for bounded-pointer thunks.
32706         * sysdeps/generic/bp-thunks.h: Remove file.
32707         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
32708         * sysdeps/unix/s-proto-bp.S: Likewise.
32710         [BZ #15062]
32711         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
32712         parts of result separately when argument is not close to line from
32713         -i to i and one part of argument is small.
32714         * math/k_casinhf.c (__kernel_casinhf): Likewise.
32715         * math/k_casinhl.c (__kernel_casinhl): Likewise.
32716         * math/libm-test.inc (cacos_test): Add more tests.
32717         (casin_test): Likewise.
32718         (casinh_test): Likewise.
32719         * sysdeps/i386/fpu/libm-test-ulps: Update.
32720         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32722 2013-01-31  David S. Miller  <davem@davemloft.net>
32724         * po/de.po: Update from translation team.
32726 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
32728         * time/tzfile.c: Include stdint.h for SIZE_MAX.
32730 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
32732         * configure.in (_AC_PROG_CC_C89): New definition.
32733         * configure: Regenerate.
32735         * configure.in (AC_PROG_CPP): New definition.
32736         * configure: Regenerate.
32738 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
32740         * debug/tst-backtrace.h: New file.
32741         * debug/tst-backtrace2.c: Include tst-backtrace.h.
32742         (ret): Remove variable.
32743         (x): Likewise.
32744         (FAIL): Remove macro.
32745         (NO_INLINE): Likewise.
32746         (fn1): Use match function instead of strstr.
32747         * debug/tst-backtrace3.c: Include tst-backtrace.h.
32748         (ret): Remove variable.
32749         (x): Likewise.
32750         (FAIL): Remove macro.
32751         (NO_INLINE): Likewise.
32752         (fn): Use match function instead of strstr.
32753         * debug/tst-backtrace4.c: Include tst-backtrace.h.
32754         (ret): Remove variable.
32755         (x): Likewise.
32756         (FAIL): Remove macro.
32757         (NO_INLINE): Likewise.
32758         (handle_signal): Use match function instead of strstr.
32759         * debug/tst-backtrace5.c: Include tst-backtrace.h.
32760         (ret): Remove variable.
32761         (x): Likewise.
32762         (FAIL): Remove macro.
32763         (NO_INLINE): Likewise.
32764         (handle_signal): Use match function instead of strstr.
32766 2013-01-23  Roland McGrath  <roland@hack.frob.com>
32768         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
32770 2013-01-23  David S. Miller  <davem@davemloft.net>
32772         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
32773         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
32774         argument of CAS if possible.
32775         * sysdeps/sparc/sparc64/bits/atomic.h
32776         (__arch_compare_and_exchange_val_32_acq): Likewise.
32777         (__arch_compare_and_exchange_val_64_acq): Likewise.
32779 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
32781         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
32782         * sysdeps/posix/ulimit.c: ... this.
32783         Include <limits.h>.
32784         * sysdeps/unix/bsd/ulimit.c: Remove file.
32786 2013-01-23  Adam Conrad  <adconrad@0c3.net>
32788         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
32789         (LDFLAGS-tst-array5): Likewise.
32791 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
32793         [BZ #15036]
32794         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
32795         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
32796         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
32797         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
32799 2013-01-21  David S. Miller  <davem@davemloft.net>
32801         * sysdeps/sparc/backtrace.c: New file.
32802         * sysdeps/sparc/sparc32/backtrace.h: New file.
32803         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
32804         * sysdeps/sparc/sparc64/backtrace.h: New file.
32805         * sysdeps/sparc/sparc64/backtrace.c: Delete.
32806         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
32807         -funwind-tables.
32809 2013-01-21  Andreas Schwab  <schwab@suse.de>
32811         [BZ #15020]
32812         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
32813         closed its stdout.
32815 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
32817         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
32818         "mpa2.h".
32819         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32821 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
32822             Mark Mitchell  <mark@codesourcery.com>
32823             Tom de Vries  <tom@codesourcery.com>
32824             Paul Pluzhnikov  <ppluzhnikov@google.com>
32826         * debug/tst-backtrace2.c: New file.
32827         * debug/tst-backtrace3.c: Likewise.
32828         * debug/tst-backtrace4.c: Likewise.
32829         * debug/tst-backtrace5.c: Likewise.
32830         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
32831         (CFLAGS-tst-backtrace3.c): Likewise.
32832         (CFLAGS-tst-backtrace4.c): Likewise.
32833         (CFLAGS-tst-backtrace5.c): Likewise.
32834         (LDFLAGS-tst-backtrace2): Likewise.
32835         (LDFLAGS-tst-backtrace3): Likewise.
32836         (LDFLAGS-tst-backtrace4): Likewise.
32837         (LDFLAGS-tst-backtrace5): Likewise.
32838         (tests): Add new tests tst-backtrace2, tst-backtrace3,
32839         tst-backtrace4 and tst-backtrace5.
32841 2013-01-18  Anton Blanchard  <anton@samba.org>
32842             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
32844         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
32845         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
32846         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
32847         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
32848         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
32849         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
32850         "+r" and remove output regs list as redundant.  Add explicit inline
32851         asm to specify register of return val to work around compiler codegen
32852         bug.  Remove (int) cast on return value.  Add return type parameter to
32853         use in macro so that this macro does not truncate return value for
32854         64-bit values.
32855         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
32856         pass to INTERNAL_VSYSCALL_NCS.
32857         (INLINE_VSYSCALL): Add 'long int' as return type to
32858         INTERNAL_VSYSCALL_NCS macro invocation.
32859         (INTERNAL_VSYSCALL): Add 'long int' as return type to
32860         INTERNAL_VSYSCALL_NCS macro invocation.
32861         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
32863 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
32865         [BZ #14496]
32866         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
32867         Fix application of SIMD FP exception mask.
32869         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
32870         mp_no from a power of two.
32871         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
32872         __mpexp_twomm1.  Use __pow_mp.
32874         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
32875         multiplication.
32877 2013-01-17  David S. Miller  <davem@davemloft.net>
32879         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32881 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
32883         [BZ #15023]
32884         * include/complex.h: Condition contents on [!_COMPLEX_H].
32885         (__kernel_casinhf): New prototype.
32886         (__kernel_casinh): Likewise.
32887         (__kernel_casinhl): Likewise.
32888         * math/Makefile (libm_calls): Add k_casinh.
32889         * math/k_casinh.c: New file.
32890         * math/k_casinhf.c: Likewise.
32891         * math/k_casinhl.c: Likewise.
32892         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
32893         finite nonzero arguments.
32894         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
32895         finite nonzero arguments.
32896         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
32897         finite nonzero arguments.
32898         * math/s_casinh.c: Do not include <float.h>.
32899         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
32900         * math/s_casinhf.c: Do not include <float.h>.
32901         (__casinhf): Move code for finite nonzero arguments to
32902         k_casinhf.c.
32903         * math/s_casinhl.c: Do not include <float.h>.
32904         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
32905         redefine.
32906         (__casinhl): Move code for finite nonzero arguments to
32907         k_casinhl.c.
32908         * math/libm-test.inc (cacos_test): Add more tests.
32909         * sysdeps/i386/fpu/libm-test-ulps: Update.
32910         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32912 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
32914         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
32915         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
32916         [!HAVE_MREMAP]: Remove [defined linux] case.
32917         * malloc/arena.c: Do not include <malloc-sysdep.h>.
32919 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
32921         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
32923 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
32925         * elf/elf.h (R_386_SIZE32): New relocation.
32926         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
32927         R_386_SIZE32.
32928         (elf_machine_rela): Likewise.
32929         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
32930         R_X86_64_SIZE64 and R_X86_64_SIZE32.
32932 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
32934         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
32935         (FP_FAST_FMA): Do not define.
32936         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
32937         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
32938         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
32939         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
32940         !_SOFT_FLOAT]: Likewise.
32941         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
32942         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
32943         value.
32944         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
32945         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
32946         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
32947         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
32948         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
32949         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
32950         file.
32952 2013-01-16  Andreas Schwab  <schwab@suse.de>
32954         [BZ #14327]
32955         * include/stdlib.h (__mktemp): Add declaration.
32956         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
32957         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
32959 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32961         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
32962         definitions.
32963         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
32964         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
32965         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
32966         definitions here.
32967         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
32968         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
32969         definitions.
32970         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
32971         and ONE.
32972         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
32973         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
32974         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
32975         definitions.
32976         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
32977         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
32978         definitions.
32979         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
32981         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
32983 2013-01-15  David S. Miller  <davem@davemloft.net>
32985         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32986         trunc{,f} to libm-sysdep_routes.
32987         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32988         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
32989         file.
32990         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
32991         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
32992         file.
32993         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
32994         file.
32995         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
32996         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
32997         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
32998         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
32999         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
33000         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
33001         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
33002         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
33004         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33005         nearbyint{,f} to libm-sysdep_routes.
33006         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33007         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
33008         New file.
33009         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
33010         file.
33011         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
33012         New file.
33013         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
33014         file.
33015         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
33016         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
33017         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
33018         file.
33019         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
33020         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
33021         file.
33022         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
33023         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
33024         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
33026         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
33027         libc_feholdexcept and libc_fesetenv.
33029 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
33031         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
33033 2013-01-14  David S. Miller  <davem@davemloft.net>
33035         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
33036         (SPARC_ASM_VIS2_IFUNC): Likewise.
33037         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
33038         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
33039         use of 'siam' instruction.
33040         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
33041         Likewise.
33042         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
33043         Likewise.
33044         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
33045         Likewise.
33046         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
33047         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
33048         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
33049         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
33050         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
33051         file.
33052         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
33053         file.
33054         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
33055         file.
33056         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
33057         file.
33058         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
33059         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
33060         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
33061         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
33062         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
33063         new VIS2 routines.
33064         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
33065         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
33066         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
33067         Likewise.
33068         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
33069         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
33070         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
33071         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
33072         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
33073         routines to libm-sysdep_routines.
33074         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33076         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33077         fdim/fdimf to libm-sysdep_routines.
33078         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
33079         file.
33080         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
33081         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
33082         file.
33083         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
33084         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
33085         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
33086         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
33087         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
33088         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
33089         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
33091 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
33093         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
33094         to optimize copies.
33096         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
33097         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33098         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33100         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
33101         local variable MPTWO.
33102         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
33103         Likewise.
33105 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33107         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
33108         GLOB_NOESCAPE.
33110 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33112         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
33114 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33116         * manual/pattern.texi (glob_t): Document gl_flags.
33117         (glob64_t): Likewise.
33119 2013-01-11  David S. Miller  <davem@davemloft.net>
33121         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
33122         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
33123         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
33124         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
33125         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
33126         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
33127         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
33128         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
33129         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
33130         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
33131         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
33132         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
33133         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
33135         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
33136         sparc V9 rather than using V8 code.
33137         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33138         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33140         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
33141         Move to...
33142         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
33143         Here.
33145 2013-01-11  Roland McGrath  <roland@hack.frob.com>
33147         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
33148         not in the main loop.
33149         * configure: Regenerated.
33151 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
33153         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
33154         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
33155         to just #else.
33156         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
33157         [!__GLIBC_HAVE_LONG_LONG] case.
33158         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
33159         condition to just #else.
33160         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
33161         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
33162         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
33163         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
33164         unconditional.
33165         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
33166         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
33167         #elif condition to just #else.
33168         * sysdeps/unix/sysv/linux/sys/sysmacros.h
33169         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
33170         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
33171         #elif condition to just #else.
33173 2013-01-11  Steve Ellcey  <sellcey@mips.com>
33175         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
33176         (EF_MIPS_ARCH_64): Fix value.
33177         (EF_MIPS_ARCH_32R2): New.
33178         (EF_MIPS_ARCH_64R2): New.
33180 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
33182         * Makeconfig (+link-pie-before-libc): New.
33183         (+link-pie-after-libc): Likewise.
33184         (+link-pie-tests): Likewise.
33185         (+link-pie): Rewritten.
33186         (link-before-libc): Remove $(config-LDFLAGS).
33187         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
33188         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
33189         (config-LDFLAGS): Renamed to ...
33190         (rtld-LDFLAGS): This.
33191         (rtld-tests-LDFLAGS): New macro.
33192         (link-libc-rpath-link): Likewise.
33193         (link-libc-tests-rpath-link): Likewise.
33194         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
33195         (link-libc): Prepand $(link-libc-rpath-link).
33196         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
33197         (test-program-prefix): New macro.
33198         (test-via-rtld-prefix): Likewise.
33199         (test-program-cmd): Likewise.
33200         (host-test-program-cmd): Likewise.
33201         * Makefile ($(common-objpfx)testrun.sh): Replace
33202         $(run-program-prefix) with $(test-program-prefix).
33203         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
33204         $(rtld-LDFLAGS).
33205         ($(common-objpfx)shlib.lds): Likewise.
33206         (build-module-helper): Likewise.
33207         ($(common-objpfx)format.lds): Likewise.
33208         * Rules (binaries-pie-tests): New.
33209         (binaries-pie-notests): Likewise.
33210         (binaries-pie): Rewritten.
33211         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
33212         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
33213         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
33214         (make-test-out): Replace $(host-built-program-cmd) with
33215         $(host-test-program-cmd).
33216         * config.make.in (build-hardcoded-path-in-tests): New variable.
33217         * configure.in (--enable-hardcoded-path-in-tests): New configure
33218         option.
33219         (hardcoded_path_in_tests): New AC_SUBST.
33220         * configure: Regenerated.
33221         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
33222         $(built-program-cmd) with $(test-program-cmd).
33223         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
33224         (test_program_cmd): This.
33225         * elf/Makefile ($(objpfx)order.out): Run test with
33226         $(test-program-prefix).
33227         ($(objpfx)order2.out): Likewise.
33228         ($(objpfx)tst-initorder.out): Likewise.
33229         ($(objpfx)tst-initorder2.out): Likewise.
33230         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
33231         $(test-program-cmd).
33232         ($(objpfx)tst-array1-static.out): Likewise.
33233         ($(objpfx)tst-array2.out): Likewise.
33234         ($(objpfx)tst-array3.out): Likewise.
33235         ($(objpfx)tst-array4.out): Likewise.
33236         ($(objpfx)tst-array5.out): Likewise.
33237         ($(objpfx)tst-array5-static.out): Likewise.
33238         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
33239         $(test-program-cmd).
33240         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
33241         $(run-program-prefix) with $(test-program-prefix).
33242         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
33243         (test_program_prefix): This.
33244         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
33245         $(run-program-prefix) with $(test-program-prefix).
33246         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
33247         (test_program_prefix): This.
33248         * iconvdata/tst-tables.sh: Likewise.
33249         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
33250         $(run-program-prefix) with $(test-program-prefix).
33251         ($(objpfx)tst-translit.out): Likewise.
33252         ($(objpfx)tst-gettext2.out): Likewise.
33253         ($(objpfx)tst-gettext4.out): Likewise.
33254         ($(objpfx)tst-gettext6.out): Likewise.
33255         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
33256         (test_program_prefix): This.
33257         * intl/tst-gettext2.sh: Likewise.
33258         * intl/tst-gettext4.sh  Likewise.
33259         * intl/tst-gettext6.sh: Likewise.
33260         * intl/tst-translit.sh: Likewise.
33261         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
33262         with $(test-program-cmd).
33263         * libio/Makefile ($(objpfx)test-freopen.out): Replace
33264         $(run-program-prefix) with $(test-program-prefix).
33265         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
33266         (test_program_prefix): This.
33267         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
33268         $(run-program-prefix) with $(test-program-prefix).
33269         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
33270         (test_program_prefix): This.
33271         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
33272         * posix/Makefile ($(objpfx)globtest.out): Replace
33273         $(run-via-rtld-prefix) and $(test-wrapper) with
33274         $(test-program-prefix) and $(test-via-rtld-prefix).
33275         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
33276         $(test-program-prefix).
33277         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
33278         $(host-test-program-cmd).
33279         (tst-spawn-ARGS): Likewise.
33280         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
33281         $(test-program-prefix).
33282         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
33283         (test_via_rtld_prefix): This.
33284         (test_wrapper): Renamed to ...
33285         (test_program_prefix): This.
33286         (run_program_prefix): Replaced by test_program_prefix.
33287         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
33288         (test_program_prefix): This.
33289         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
33290         with $(host-test-program-cmd).
33291         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
33292         $(run-program-prefix) with $(test-program-prefix).
33293         ($(objpfx)tst-printf.out): Likewise.
33294         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
33295         $(test-program-cmd).
33296         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
33297         (test_program_prefix): This.
33298         * stdio-common/tst-unbputc.sh: Likewise.
33299         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
33300         $(run-program-prefix) with $(test-program-prefix).
33301         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
33302         (test_program_prefix): This.
33303         * string/Makefile ($(objpfx)tst-svc.out):  Replace
33304         $(built-program-cmd) with $(test-program-cmd).
33306 2013-01-11  Andreas Jaeger  <aj@suse.de>
33308         [BZ #15003]
33309         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
33310         value. Sync with Linux 3.7.
33312 2013-01-10  David S. Miller  <davem@davemloft.net>
33314         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
33315         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33316         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33318 2013-01-10  Roland McGrath  <roland@hack.frob.com>
33320         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
33321         never set.
33322         * configure: Regenerated.
33324 2013-01-10  David S. Miller  <davem@davemloft.net>
33326         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
33327         sparc V9 rather than using V8 code.
33328         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33329         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33331 2013-01-10  Roland McGrath  <roland@hack.frob.com>
33333         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
33334         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
33335         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
33336         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
33337         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
33338         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
33339         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
33340         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
33341         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
33342         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
33343         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
33344         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
33345         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
33346         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
33347         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
33348         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
33349         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
33350         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
33351         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
33352         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
33353         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
33354         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
33355         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
33356         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
33357         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
33358         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
33359         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
33361 2013-01-10  David S. Miller  <davem@davemloft.net>
33363         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33365 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
33367         * posix/Makefile (tests-static): New variable.
33368         (tests): Add $(tests-static).
33369         (tst-exec-static-ARGS): New variable.
33370         (tst-spawn-static-ARGS): Likewise.
33371         * posix/tst-exec-static.c: New file.
33372         * posix/tst-spawn-static.c: Likewise.
33373         * posix/tst-exec.c: Support run directly.
33374         * posix/tst-spawn.c: Likewise.
33376 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
33378         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
33379         long.
33380         * math/bits/mathcalls.h (llrint): Likewise.
33381         (llround): Likewise.
33382         * stdlib/stdlib.h (struct drand48_data): Likewise.
33383         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
33384         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
33385         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
33386         Likewise.
33387         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
33388         Likewise.
33389         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
33390         (elf_greg_t): Likewise.
33391         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
33392         (__jmp_buf): Likewise.
33393         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
33394         definitions.
33395         (llrint): Likewise, for all definitions.
33396         (llrintl): Likewise.
33398         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
33399         Remove [__GNUC__] condition.
33400         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
33401         condition to just [__USE_ISOC99].
33402         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
33404 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
33406         [BZ #14200]
33407         * sysdeps/unix/sysv/linux/x86/bits/environments.h
33408         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
33409         defined.
33410         (_POSIX_V6_ILP32_OFF32): Likewise.
33411         (_XBS5_ILP32_OFF32): Likewise.
33412         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
33413         (__ILP32_OFFBIG_LDFLAGS): Likewise.
33415 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
33417         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
33419         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
33420         doubles __mpexp_twomm1.  Adjust usage.
33421         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
33422         Remove.
33424 2013-01-10  Andreas Schwab  <schwab@suse.de>
33426         [BZ #14964]
33427         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
33428         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
33430 2013-01-09  David S. Miller  <davem@davemloft.net>
33432         [BZ #15003]
33433         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
33434         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
33435         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
33436         (TCP_FASTOPEN): Define.
33437         (tcp_repair_opt): New structure.
33438         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
33439         enum values.
33440         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
33441         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
33442         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
33443         (tcp_cookie_transactions): New structure.
33445 2013-01-09  Anton Blanchard  <anton@samba.org>
33447         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
33448         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
33449         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
33450         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
33452 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
33454         * include/features.h (__USE_ANSI): Remove.
33456 2013-01-09  Roland McGrath  <roland@hack.frob.com>
33458         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
33460         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
33462 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
33464         * sysdeps/s390/fpu/libm-test-ulps: Update.
33466         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33468         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
33469         (__acr): Likewise.
33470         (__cpy): Likewise.
33471         (norm): Likewise.
33472         (denorm): Likewise.
33473         (__mp_dbl): Likewise.
33474         (__dbl_mp): Likewise.
33475         (add_magnitudes): Likewise.
33476         (sub_magnitudes): Likewise.
33477         (__add): Likewise.
33478         (__sub): Likewise.
33479         (__mul): Likewise.
33480         (__inv): Likewise.
33481         (__dvd): Likewise.
33482         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
33483         (__acr): Likewise.
33484         (__cpy): Likewise.
33485         (norm): Likewise.
33486         (denorm): Likewise.
33487         (__mp_dbl): Likewise.
33488         (__dbl_mp): Likewise.
33489         (add_magnitudes): Likewise.
33490         (sub_magnitudes): Likewise.
33491         (__add): Likewise.
33492         (__sub): Likewise.
33493         (__mul): Likewise.
33494         (__inv): Likewise.
33495         (__dvd): Likewise.
33496         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
33497         (__acr): Likewise.
33498         (__cpy): Likewise.
33499         (norm): Likewise.
33500         (denorm): Likewise.
33501         (__mp_dbl): Likewise.
33502         (__dbl_mp): Likewise.
33503         (add_magnitudes): Likewise.
33504         (sub_magnitudes): Likewise.
33505         (__add): Likewise.
33506         (__sub): Likewise.
33507         (__mul): Likewise.
33508         (__inv): Likewise.
33509         (__dvd): Likewise.
33511 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
33513         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
33514         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
33515         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
33516         2 && __USE_EXTERN_INLINES]: Likewise.
33518 2013-01-08  Andreas Jaeger  <aj@suse.de>
33520         [BZ# 14985]
33521         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
33522         Remove.
33523         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
33524         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
33526 2013-01-07  Anton Blanchard  <anton@samba.org>
33528         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
33529         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
33530         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
33531         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
33532         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
33533         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
33534         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
33535         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
33536         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33537         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
33538         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
33539         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
33540         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
33541         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
33542         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
33543         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
33544         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
33545         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
33546         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
33547         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
33548         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
33549         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
33550         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
33551         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
33552         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
33553         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
33554         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
33555         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
33556         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
33557         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
33558         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
33559         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33560         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
33561         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
33562         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
33563         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
33564         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
33565         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
33566         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
33567         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
33568         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
33569         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
33570         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
33572 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
33574         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
33575         (__MALLOC_PMT): Likewise.
33576         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
33577         [__GNUC__], only on [_LIBC].
33578         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
33579         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
33580         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
33581         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
33582         forward declaration.
33583         (realloc_hook_ini): Likewise.
33584         (memalign_hook_ini): Likewise.
33585         (__libc_memalign): Do not use __MALLOC_PMT in variable
33586         declaration.
33587         (__libc_valloc): Likewise.
33588         (__libc_pvalloc): Likewise.
33589         (__libc_calloc): Likewise.
33590         (__posix_memalign): Likewise.
33592         [BZ #14996]
33593         * math/s_casinh.c: Include <float.h>.
33594         (__casinh): Do not do computation with squaring and square root
33595         for large arguments.
33596         * math/s_casinhf.c: Include <float.h>.
33597         (__casinhf): Do not do computation with squaring and square root
33598         for large arguments.
33599         * math/s_casinhl.c: Include <float.h>.
33600         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
33601         (__casinhl): Do not do computation with squaring and square root
33602         for large arguments.
33603         * math/libm-test.inc (casin_test): Add more tests.
33604         (casinh_test): Likewise.
33605         * sysdeps/i386/fpu/libm-test-ulps: Update.
33606         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33608 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
33610         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
33611         (__x86_64_raw_data_cache_size): Likewise.
33612         (__x86_64_data_cache_size_half): Likewise.
33613         (__x86_64_raw_data_cache_size_half): Likewise.
33614         (__x86_64_shared_cache_size): Likewise.
33615         (__x86_64_raw_shared_cache_size): Likewise.
33616         (__x86_64_shared_cache_size_half): Likewise.
33617         (__x86_64_raw_shared_cache_size_half): Likewise.
33618         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
33619         to ...
33620         (__x86_data_cache_size): This.
33621         (__x86_64_raw_data_cache_size): Renamed to ...
33622         (__x86_raw_data_cache_size): This.
33623         (__x86_64_data_cache_size_half): Renamed to ...
33624         (__x86_data_cache_size_half): This.
33625         (__x86_64_raw_data_cache_size_half): Renamed to ...
33626         (__x86_raw_data_cache_size_half): This.
33627         (__x86_64_shared_cache_size): Renamed to ...
33628         (__x86_shared_cache_size): This.
33629         (__x86_64_raw_shared_cache_size): Renamed to ...
33630         (__x86_raw_shared_cache_size): This.
33631         (__x86_64_shared_cache_size_half): Renamed to ...
33632         (__x86_shared_cache_size_half): This.
33633         (__x86_64_raw_shared_cache_size_half): Renamed to ...
33634         (__x86_raw_shared_cache_size_half): This.
33635         * sysdeps/x86_64/memcpy.S: Updated.
33636         * sysdeps/x86_64/memset.S: Likewise.
33637         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
33638         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
33639         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
33641 2013-01-04  David S. Miller  <davem@davemloft.net>
33643         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33645 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
33647         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
33648         1 to avoid redefinition warning.
33649         (__USE_GNU): Don't define.
33650         (init_signaling_nan): Protoize.
33652         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33654 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
33656         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
33657         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
33658         (__cpymn): Likewise.
33659         (norm): Remove commented code.
33660         (denorm): Likewise.
33661         (__mp_dbl): Likewise.
33662         (__inv): Likewise.
33663         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
33664         (__cpymn): Likewise.
33665         (norm): Remove commented code.
33666         (denorm): Likewise.
33667         (__mp_dbl): Likewise.
33668         (__inv): Likewise.
33670         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
33671         mp_no value for 1.0 and 2.0.
33672         (norm): Use RADIXI instead of radixi.d.
33673         (denorm): Likewise.
33674         (__mul): Use 0.0 instead of zero.d.
33675         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
33676         mp_no value for 1.0 and 2.0.
33677         (norm): Use RADIXI instead of radixi.d.
33678         (denorm): Likewise.
33679         (__mul): Use 0.0 instead of zero.d.
33681 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
33683         [BZ #14994]
33684         * math/s_casinh.c (__casinh): Reduce finite argument to first
33685         quadrant then set signs of results at the end.
33686         * math/s_casinhf.c (__casinhf): Likewise.
33687         * math/s_casinhl.c (__casinhl): Likewise.
33688         * math/libm-test.inc (casin_test): Add more tests.
33689         (casinh_test): Likewise.
33690         * sysdeps/i386/fpu/libm-test-ulps: Update.
33691         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33693 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
33695         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
33697         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
33699         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
33700         declarations.
33701         (denorm): Likewise.
33702         (__mp_dbl): Likewise.
33703         (__inv): Likewise.
33705         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
33706         and adjust the header comment.
33708         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
33709         variable name from declaration.
33711 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
33713         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
33714         Initialize COMMON_CPUID_INDEX_7 element.
33715         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
33716         (CPUID_RTM): Likewise.
33717         (HAS_RTM): Likewise.
33718         (COMMON_CPUID_INDEX_7): New enum.
33720 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
33722         [BZ #14981]
33723         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
33724         size is zero, record memory as freed.
33726 2013-01-03  Andreas Jaeger  <aj@suse.de>
33728         * po/ia.po: Add new Interlingua translation.
33730 2012-01-03  Allan McRae  <allan@archlinux.org>
33732         * locale/programs/localedef.c: Fix description of '--posix' flag.
33734 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
33736         * NEWS: Update dates in second copyright notice.
33737         * README: Update copyright dates in example.
33738         * manual/libc.texinfo: Update copyright dates.
33739         * scripts/test-installation.pl: Update copyright date in --version
33740         output.
33742         * hurd/ctty-input.c: Fix copyright notice formatting.
33743         * hurd/ctty-output.c: Likewise.
33744         * hurd/dtable.c: Likewise.
33745         * hurd/hurd-raise.c: Likewise.
33746         * hurd/hurdprio.c: Likewise.
33747         * hurd/msgportdemux.c: Likewise.
33748         * misc/sys/file.h: Likewise.
33749         * misc/sys/ioctl.h: Likewise.
33750         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
33751         * sysdeps/mach/hurd/chdir.c: Likewise.
33752         * sysdeps/mach/hurd/fchdir.c: Likewise.
33753         * sysdeps/mach/hurd/rename.c: Likewise.
33754         * sysdeps/mach/hurd/rmdir.c: Likewise.
33755         * sysdeps/mach/hurd/seekdir.c: Likewise.
33756         * sysdeps/mach/hurd/setsid.c: Likewise.
33757         * sysdeps/posix/wait3.c: Likewise.
33759         * All files with FSF copyright notices: Update copyright dates
33760         using scripts/update-copyrights.
33761         * intl/plural.c: Regenerated.
33762         * locale/programs/charmap-kw.h: Likewise.
33763         * locale/programs/locfile-kw.h: Likewise.
33765 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
33767         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
33768         four values.
33770         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
33771         calculation loop and add branch prediction.
33773         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
33774         check access beyond bounds of m1np.
33776         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
33777         MPTWO.
33778         (__inv): Remove local variable MPTWO to use the global
33779         constant.
33780         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
33781         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
33782         variable MPTWO.
33783         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
33784         MP3HALFS static const.
33786 2013-01-01  David S. Miller  <davem@davemloft.net>
33788         * po/ca.po: Update from translation team.
33790 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
33792         * scripts/update-copyrights: New file.
33793         * Makeconfig: Reformat copyright notice.
33794         * ctype/ctype.h: Likewise.
33795         * debug/swprintf_chk.c: Likewise.
33796         * elf/dl-cache.c: Likewise.
33797         * elf/dl-debug.c: Likewise.
33798         * elf/dl-object.c: Likewise.
33799         * grp/initgroups.c: Likewise.
33800         * hurd/Makefile: Likewise.
33801         * hurd/hurd/signal.h: Likewise.
33802         * hurd/hurdfault.c: Likewise.
33803         * hurd/hurdioctl.c: Likewise.
33804         * hurd/hurdlookup.c: Likewise.
33805         * hurd/intr-msg.c: Likewise.
33806         * iconv/gconv_open.c: Likewise.
33807         * libio/swprintf.c: Likewise.
33808         * locale/lc-ctype.c: Likewise.
33809         * locale/nl_langinfo.c: Likewise.
33810         * mach/Machrules: Likewise.
33811         * mach/Makefile: Likewise.
33812         * malloc/obstack.h: Likewise.
33813         * manual/Makefile: Likewise.
33814         * manual/tsort.awk: Likewise.
33815         * misc/bits/stab.def: Likewise.
33816         * nis/nis_print_group_entry.c: Likewise.
33817         * nis/nis_table.c: Likewise.
33818         * nis/nss_compat/compat-pwd.c: Likewise.
33819         * nis/nss_compat/compat-spwd.c: Likewise.
33820         * po/Makefile: Likewise.
33821         * posix/fnmatch.c: Likewise.
33822         * posix/regex.h: Likewise.
33823         * resolv/Makefile: Likewise.
33824         * resolv/nss_dns/dns-network.c: Likewise.
33825         * resolv/res_hconf.c: Likewise.
33826         * scripts/gen-sorted.awk: Likewise.
33827         * soft-fp/soft-fp.h: Likewise.
33828         * stdio-common/printf.h: Likewise.
33829         * stdlib/monetary.h: Likewise.
33830         * stdlib/random.c: Likewise.
33831         * stdlib/random_r.c: Likewise.
33832         * sysdeps/generic/Makefile: Likewise.
33833         * sysdeps/gnu/Makefile: Likewise.
33834         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
33835         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
33836         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
33837         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
33838         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
33839         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
33840         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
33841         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
33842         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
33843         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
33844         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
33845         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
33846         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
33847         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
33848         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
33849         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
33850         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
33851         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
33852         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
33853         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
33854         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
33855         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
33856         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
33857         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
33858         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
33859         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
33860         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
33861         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
33862         * sysdeps/mach/hurd/errnos.awk: Likewise.
33863         * sysdeps/mach/hurd/fork.c: Likewise.
33864         * sysdeps/mach/hurd/getcwd.c: Likewise.
33865         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
33866         * sysdeps/mach/hurd/mmap.c: Likewise.
33867         * sysdeps/mach/hurd/utimes.c: Likewise.
33868         * sysdeps/mach/hurd/xmknod.c: Likewise.
33869         * sysdeps/posix/profil.c: Likewise.
33870         * sysdeps/posix/readdir_r.c: Likewise.
33871         * sysdeps/powerpc/bits/mathdef.h: Likewise.
33872         * sysdeps/powerpc/bits/setjmp.h: Likewise.
33873         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
33874         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
33875         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33876         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
33877         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
33878         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
33879         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33880         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
33881         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
33882         * sysdeps/pthread/lio_listio.c: Likewise.
33883         * sysdeps/sparc/dl-procinfo.h: Likewise.
33884         * sysdeps/unix/i386/sysdep.S: Likewise.
33885         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
33886         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
33887         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
33888         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
33889         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
33890         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
33891         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
33892         * sysdeps/unix/sysv/linux/speed.c: Likewise.
33893         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
33894         * sysdeps/wordsize-32/divdi3.c: Likewise.
33895         * time/sys/time.h: Likewise.
33896         * wcsmbs/Makefile: Likewise.
33898 2013-01-01  David S. Miller  <davem@davemloft.net>
33900         * po/fr.po: Update from translation team.
33902         * catgets/gencat.c: Update copyright year.
33903         * csu/version.c: Likewise.
33904         * debug/catchsegv.sh: Likewise.
33905         * debug/pcprofiledump.c: Likewise.
33906         * debug/xtrace.sh: Likewise.
33907         * elf/ldconfig.c: Likewise.
33908         * elf/ldd.bash.in: Likewise.
33909         * elf/pldd.c: Likewise.
33910         * elf/sotruss.ksh: Likewise.
33911         * elf/sprof.c: Likewise.
33912         * iconv/iconv_prog.c: Likewise.
33913         * iconv/iconvconfig.c: Likewise.
33914         * locale/programs/locale.c: Likewise.
33915         * locale/programs/localedef.c: Likewise.
33916         * login/programs/pt_chown.c: Likewise.
33917         * malloc/memusage.sh: Likewise.
33918         * malloc/memusagestat.c: Likewise.
33919         * malloc/mtrace.pl: Likewise.
33920         * nscd/nscd.c: Likewise.
33921         * nss/getent.c: Likewise.
33922         * nss/makedb.c: Likewise.
33923         * posix/getconf.c: Likewise.
33925 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
33927         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
33928         numbers.
33930 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
33932         * math/bits/mathcalls.h (modf): Use __nonnull.
33934 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
33936         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
33937         (split): Use macro CN instead of the bare value.
33938         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
33939         could be used.
33940         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
33941         instead of the bare value.
33942         (power1): Likewise.
33944 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33946         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
33947         __ATAN_TWOM.
33948         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
33950         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
33951         their values.
33952         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
33953         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
33954         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
33955         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
33957 2012-12-28  Andreas Jaeger  <aj@suse.de>
33959         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
33960         values are from Linux 3.7.
33962         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
33963         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
33965 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33967         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
33968         TRUE case.
33970         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
33971         (norm): Likewise.
33972         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
33973         variables with preprocessor constants.
33974         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
33975         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
33976         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
33978 2012-12-27  Bruno Haible  <bruno@clisp.org>
33980         [BZ #14317]
33981         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
33982         only if needed.
33984 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
33986         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
33987         and use variable directly.
33988         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
33990         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
33991         MPONE.
33992         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
33993         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
33994         variable MPONE.
33995         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
33996         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
33997         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
33998         include directive.  Remove local variable MPONE.
33999         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
34000         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
34001         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
34003 2012-12-25  David S. Miller  <davem@davemloft.net>
34005         * version.h (RELEASE): Set to "development".
34006         (VERSION): Set to "2.17.90".
34007         * NEWS: Add 2.18 section.
34009 2012-12-21  David S. Miller  <davem@davemloft.net>
34011         * po/hr.po: Update from translation team.
34013 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34015         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
34017 2012-12-19  Steve Ellcey  <sellcey@mips.com>
34019         * NEWS:  Mention new memcpy for MIPS.
34021 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34023         * manual/contrib.texi (Contributors): Spelling correction.
34025 2012-12-15  David S. Miller  <davem@davemloft.net>
34027         * po/ru.po: Update from translation team.
34029 2012-12-13  David S. Miller  <davem@davemloft.net>
34031         * NEWS: Mention IFUNC testsuite enhancements.
34033         * po/pl.po: Update from translation team.
34034         * po/bg.po: Likewise.
34036         * manual/contrib.texi (Contributors): Update entries for Hongjiu
34037         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
34039 2012-12-11  David S. Miller  <davem@davemloft.net>
34041         * po/sv.po: Update from translation team.
34043         * po/vi.po: Update from translation team.
34045         * po/cs.po: Update from translation team.
34047         * po/de.po: Update from translation team.
34048         * po/eo.po: Likewise.
34049         * po/nl.po: Likewise.
34051 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
34053         [BZ #14246]
34054         * manual/argp.texi (Argp Helper Functions): Move node to follow
34055         Argp Parsing State.
34057         [BZ #14872]
34058         * manual/conf.texi (Limits on File System Capacity): Mention if
34059         terminating null is included in the max size.
34061 2012-12-10  Andreas Jaeger  <aj@suse.de>
34063         * po/cs.po: Update from translation team.
34065 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
34067         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
34068         void pointer and cast to uintptr_t.
34069         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
34070         path.
34071         * sysdeps/s390/s390-64/memcpy.S: Likewise.
34072         * sysdeps/s390/s390-64/memset.S: Likewise.
34074 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
34076         [BZ #14833]
34077         * menual/message.texi (Message Translation): Fix typos.
34078         (Helper programs for gettext): Likewise.
34080 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
34082         [BZ #14898]
34083         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
34084         Change to -1.
34086 2012-12-07  David S. Miller  <davem@davemloft.net>
34088         * po/libc.pot: Update.
34090 2012-12-07  Richard Henderson  <rth@redhat.com>
34092         [BZ #10114]
34093         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
34094         normal/normal case to before the switch.
34095         (_FP_DIV): Likewise.
34097 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
34098             Mike Frysinger  <vapier@gentoo.org>
34100         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
34101         check for __NR_fadvise64_64.
34103 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
34105         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
34106         0, not just to plain "0" as a statement.
34107         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
34108         with cw.
34110 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
34112         * NEWS: Use sourceware.org in Bugzilla URL.
34114 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
34116         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
34117         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
34119         * stdio-common/tst-put-error.c (do_test): Add newline to the
34120         padded test to ensure flush.
34122 2012-12-05  Jeff Law  <law@redhat.com>
34124         * sunrpc/etc.rpc (fedfs_admin): Add entry.
34126 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
34128         * README: Don't refer to ports add-on as distributed separately.
34129         Mention AArch64 in list of systems supported in the ports add-on.
34131         * LICENSES: Add more non-FSF copyright and license notices.
34133         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
34134         ((unused)).
34136         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
34138         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
34139         10000 as width of padded output.
34141 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
34143         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
34145         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
34146         variable LX with __attribute__ ((unused)).
34147         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
34148         Likewise.
34149         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
34150         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
34151         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
34152         with __attribute__ ((unused)).
34154 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
34156         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
34158 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
34160         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
34161         (CFLAGS-nldbl-acos.c): New variable.
34162         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
34163         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
34164         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
34165         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
34166         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
34167         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
34168         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
34169         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
34170         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
34171         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
34172         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
34173         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
34174         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
34175         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
34176         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
34177         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
34178         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
34179         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
34180         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
34181         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
34182         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
34183         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
34184         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
34185         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
34186         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
34187         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
34188         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
34189         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
34190         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
34191         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
34192         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
34193         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
34194         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
34195         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
34196         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
34197         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
34198         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
34199         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
34200         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
34201         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
34202         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
34203         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
34204         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
34205         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
34206         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
34207         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
34208         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
34209         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
34210         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
34211         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
34212         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
34213         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
34214         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
34215         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
34216         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
34217         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
34218         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
34219         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
34220         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
34221         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
34222         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
34223         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
34224         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
34225         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
34226         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
34227         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
34228         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
34229         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
34230         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
34231         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
34232         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
34233         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
34234         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
34235         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
34236         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
34237         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
34238         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
34239         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
34240         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
34241         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
34242         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
34243         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
34244         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
34245         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
34246         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
34247         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
34248         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
34249         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
34250         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
34251         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
34252         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
34253         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
34254         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
34255         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
34256         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
34257         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
34258         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
34260         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
34261         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
34263         [BZ #14914]
34264         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
34265         whole low double instead of just low 47 bits when splitting values
34266         into two parts.
34268 2012-12-03  Allan McRae  <allan@archlinux.org>
34270         * manual/stdio.texi (Predefined Printf Handlers): Remove
34271         @hsep and @vsep usage.
34273 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
34275         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
34276         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
34278 2012-12-03  Jeff Law  <law@redhat.com>
34280         * time/sys/time.h (settimeofday): Do not mark TV argument
34281         as __nonnull.
34283 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
34285         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
34286         when currently writing and seek to current position when not.
34287         * libio/Makefile (tests): Remove bug-fclose1.
34288         * libio/bug-fclose1.c: Delete.
34290 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
34292         * manual/arith.texi (feenableexcept): Fix typo.
34293         (fedisableexcept): Likewise.
34295 2012-11-30  Roland McGrath  <roland@hack.frob.com>
34297         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
34298         second, differently-typed declaration, rather than a cast.
34300 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
34302         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
34303         * include/rpc/svc.h: ... here.
34305 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
34307         [BZ #13013]
34308         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
34309         depending n and resplen2 to catch cases where answer
34310         equals answerp2.
34312 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
34314         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
34315         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
34317 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
34319         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
34321 2012-11-29  Roland McGrath  <roland@hack.frob.com>
34323         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
34325 2012-11-28  Jeff Law  <law@redhat.com>
34327         [BZ #13761]
34328         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
34329         dataset_temporary.  Track alloca usage into alloca_used.
34330         If dataset is large allocate and release it via malloc/free.
34332 2012-06-04  Florian Weimer  <fweimer@redhat.com>
34334         [BZ #14197]
34335         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
34337 2012-11-28  David S. Miller  <davem@davemloft.net>
34339         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34341 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
34343         [BZ #14803]
34344         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
34345         of pi/2 rounded to nearest to 64 bits.
34346         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
34347         nearest to 64 bits.
34348         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
34349         bits.
34351 2012-11-28  Jeff Law <law@redhat.com>
34352             Martin Osvald <mosvald@redhat.com>
34354         [BZ #14889]
34355         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
34356         * sunrpc/svc.c: Include time.h.
34357         (__svc_accept_failed): New function.
34358         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
34359         any reason other than EINTR, call __svc_accept_failed.
34360         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
34361         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
34363 2012-11-28  Andreas Schwab  <schwab@suse.de>
34365         * scripts/abilist.awk: Also handle indirect functions in .opd
34366         section.
34368 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
34370         [BZ #13881]
34371         * sysdeps/x86/fpu/powl_helper.c: New file.
34372         * sysdeps/x86/fpu/Makefile: Likewise.
34373         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
34374         (p3): New object.
34375         (__ieee754_powl): Use __powl_helper for finite arguments except
34376         integer exponents below 8.
34377         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
34378         (p3): New object.
34379         (__ieee754_powl): Use __powl_helper for finite arguments except
34380         integer exponents below 8.
34381         * math/libm-test.inc (pow_test): Add more tests and enable some
34382         previously disabled tests.
34383         * sysdeps/i386/fpu/libm-test-ulps: Update.
34384         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34386 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34387             Carlos O'Donell  <carlos_odonell@mentor.com>
34389         * nss/makedb.c (is_prime): Assert that input is odd and greater
34390         than 4.  Note that fact in a comment too.
34391         (next_prime): Add 4 to input.
34393 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
34395         [BZ #11741]
34396         * libio/Makefile (tests): Add test case tst-fwrite-error.
34397         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
34398         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
34399         * libio/tst-fwrite-error.c: New test case.
34401 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
34403         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
34404         before casting to void *.
34405         * include/libc-internal.h (__pointer_type): New macro.
34406         (__integer_if_pointer_type_sub): Likewise.
34407         (__integer_if_pointer_type): Likewise.
34408         (cast_to_integer): Likewise.
34409         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
34410         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
34411         before casting to atomic64_t.
34412         (atomic_exchange_acq): Likewise.
34413         (__arch_exchange_and_add_body): Likewise.
34414         (__arch_add_body): Likewise.
34415         (atomic_add_negative): Likewise.
34416         (atomic_add_zero): Likewise.
34418 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
34420         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
34421         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
34422         (add_fdes): Likewise.
34423         (linear_search_fdes): Likewise.
34424         (binary_search_unencoded_fdes): Likewise.
34426 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
34428         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
34430 2012-11-24  Adam Conrad  <adconrad@0c3.net>
34432         * configure.in: Autodetect C++ header directories.
34433         * configure: Regenerated.
34435 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
34437         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
34439 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
34441         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34443 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
34445         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
34446         LDBL_MANT_DIG == 106]: Disable some tests.
34447         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
34448         Likewise.
34449         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
34450         Likewise.
34452         [BZ #14871]
34453         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
34454         input for small inputs.  Return +/- pi/2 for large inputs.
34455         * math/libm-test.inc (atan_test): Add more tests.
34457         * sysdeps/generic/unwind-dw2-fde-glibc.c
34458         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
34459         __attribute__ ((unused)).
34461         [BZ #14645]
34462         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
34463         x * y if x and y are nonzero and z is zero.
34465         [BZ #14811]
34466         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
34467         nonzero exponents with absolute value below 0x1p-117 to +/-
34468         0x1p-117.
34470         [BZ #14869]
34471         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
34472         up arguments below 2**-450, not just those below 2**-500.
34473         * math/libm-test.inc (hypot_test): Add another test.
34475         [BZ #14868]
34476         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
34477         Return a+b for ratio over 2**120, not 2**60.
34478         * math/libm-test.inc (hypot_test): Add another test.
34480         * math/libm-test.inc (clog_test): Use
34481         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
34482         (clog10_test): Likewise.
34484         [BZ #6778]
34485         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
34487 2012-11-22  Andreas Schwab  <schwab@suse.de>
34489         * sysdeps/i386/fpu/libm-test-ulps: Update.
34491 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
34493         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
34494         printf output with newline.
34496 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
34498         [BZ #14865]
34499         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
34500         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
34501         -z nodlopen, -z initfirst and -z execstack support.
34502         * configure: Regenerated.
34504         * elf/elf.h (DF_1_NODIRECT): New macro.
34505         (DF_1_IGNMULDEF): Likewise.
34506         (DF_1_NOKSYMS): Likewise.
34507         (DF_1_NOHDR): Likewise.
34508         (DF_1_EDITED): Likewise.
34509         (DF_1_NORELOC): Likewise.
34510         (DF_1_SYMINTPOSE): Likewise.
34511         (DF_1_GLOBAUDIT): Likewise.
34512         (DF_1_SINGLETON): Likewise.
34513         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
34514         DT_1_SUPPORTED_MASK bits.
34515         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
34517 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
34519         * sysdeps/unix/make-syscalls.sh: Document prefixes.
34521 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
34523         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
34524         macro.
34526         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
34527         (sendmmsg): Move declarations...
34528         * socket/sys/socket.h: ... here.
34529         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
34530         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
34531         include it from...
34532         * socket/recvmmsg.c: ... this new file.
34533         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
34534         (sendmmsg): Rename to __sendmmsg, create weak alias and make
34535         definition of __sendmmsg hidden.
34536         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
34537         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
34538         Move ENOSYS stub into and include it from...
34539         * socket/sendmmsg.c: ... this new file.
34540         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
34541         (sysdep_routines): Move recvmmsg and sendmmsg...
34542         * socket/Makefile (routines): ... here.
34543         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
34544         (GLIBC_PRIVATE): Add __sendmmsg.
34545         * include/sys/socket.h (__sendmmsg): Add declarations.
34546         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
34547         sendmmsg.
34549 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
34551         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
34552         variable I1 with __attribute__ ((unused)).
34553         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
34555 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
34557         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
34558         DUMMY variables with __attribute__ ((unused)).
34560         * bits/byteswap.h: Include <bits/types.h>.
34561         (__bswap_64): Use __uint64_t instead of unsigned long long int.
34563 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
34565         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
34566         string_t.  Do not manually set errno.
34567         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
34568         length with __strnlen.  Make sure to both set errno and return it on
34569         failure.
34571 2012-11-19  David S. Miller  <davem@davemloft.net>
34573         With help from Joseph Myers.
34574         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
34575         very large arguments properly.
34576         * math/libm-test.inc (atan_test): New tests.
34577         (atan2_test): New tests.
34578         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34579         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34581 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
34583         [BZ #14856]
34584         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
34585         Define to 3.
34587         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
34588         [POSIX] (EADDRNOTAVAIL): Likewise.
34589         [POSIX] (EAFNOSUPPORT): Likewise.
34590         [POSIX] (EALREADY): Likewise.
34591         [POSIX] (ECONNABORTED): Likewise.
34592         [POSIX] (ECONNREFUSED): Likewise.
34593         [POSIX] (ECONNRESET): Likewise.
34594         [POSIX] (EDESTADDRREQ): Likewise.
34595         [POSIX] (EDQUOT): Likewise.
34596         [POSIX] (EHOSTUNREACH): Likewise.
34597         [POSIX] (EIDRM): Likewise.
34598         [POSIX] (EISCONN): Likewise.
34599         [POSIX] (ELOOP): Likewise.
34600         [POSIX] (EMULTIHOP): Likewise.
34601         [POSIX] (ENETDOWN): Likewise.
34602         [POSIX] (ENETUNREACH): Likewise.
34603         [POSIX] (ENOBUFS): Likewise.
34604         [POSIX] (ENODATA): Likewise.
34605         [POSIX] (ENOLINK): Likewise.
34606         [POSIX] (ENOMSG): Likewise.
34607         [POSIX] (ENOPROTOOPT): Likewise.
34608         [POSIX] (ENOSR): Likewise.
34609         [POSIX] (ENOSTR): Likewise.
34610         [POSIX] (ENOTCONN): Likewise.
34611         [POSIX] (ENOTSOCK): Likewise.
34612         [POSIX] (EOPNOTSUPP): Likewise.
34613         [POSIX] (EOVERFLOW): Likewise.
34614         [POSIX] (EPROTO): Likewise.
34615         [POSIX] (EPROTONOSUPPORT): Likewise.
34616         [POSIX] (EPROTOTYPE): Likewise.
34617         [POSIX] (ESTALE): Likewise.
34618         [POSIX] (ETIME): Likewise.
34619         [POSIX] (ETXTBSY): Likewise.
34620         [POSIX] (EWOULDBLOCK): Likewise.
34621         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
34622         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
34623         [POSIX] (SEEK_CUR): Likewise.
34624         [POSIX] (SEEK_END): Likewise.
34625         [POSIX || UNIX98] (mode_t): Do not require.
34626         [POSIX] (off_t): Likewise.
34627         [POSIX] (pid_t): Likewise.
34628         [POSIX] (sys/stat.h): Do not allow header.
34629         [POSIX] (unistd.h): Likewise.
34630         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
34631         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
34632         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
34633         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
34634         require.
34635         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
34636         sigevent): Specify elements.
34637         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
34638         entry.
34639         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
34640         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
34642         * conform/data/cpio.h-data [POSIX]: Disable whole file.
34643         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
34644         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
34645         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
34646         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
34647         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
34648         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
34649         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
34650         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
34651         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
34652         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
34653         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
34654         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
34655         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
34656         Likewise.
34657         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
34658         Likewise.
34659         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
34660         Likewise.
34661         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
34662         Likewise.
34663         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
34664         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
34665         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
34666         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
34667         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
34668         Specify lower bound on value.
34669         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
34670         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
34671         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
34672         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
34673         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
34674         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
34675         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
34676         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
34677         value.
34678         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
34679         as optional.
34680         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
34681         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
34682         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
34683         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
34684         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
34685         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
34686         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
34687         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
34688         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
34689         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
34690         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
34691         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
34692         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
34693         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
34694         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
34695         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
34696         entry.
34697         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
34698         optional.
34699         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
34700         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
34701         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
34702         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
34703         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
34704         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
34705         Likewise.
34706         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
34707         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
34708         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
34709         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
34710         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
34711         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
34712         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
34713         as optional.
34714         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
34715         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
34716         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
34717         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
34718         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
34719         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
34720         specify as optional.
34721         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
34722         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
34723         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
34724         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
34725         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
34726         [XPG3] (NL_LANGMAX): Likewise.
34727         [POSIX || XPG3] (NL_MSGMAX): Likewise.
34728         [POSIX || XPG3] (NL_NMAX): Likewise.
34729         [POSIX || XPG3] (NL_SETMAX): Likewise.
34730         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
34731         [XPG3] (NZERO): Likewise.
34732         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
34733         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
34734         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
34735         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
34736         (REG_ERANGE): Expect.
34737         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
34738         optional-constant.
34739         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
34740         Use (void) in prototype.
34741         [POSIX] (*_t): Allow.
34742         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
34743         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
34744         (WRDE_BADVAL): Expect.
34746         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
34747         expect.
34748         [XPG3 || XPG4] (O_RSYNC): Likewise.
34749         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
34750         Likewise.
34751         [XPG3 || XPG4] (pthread_sigmask): Likewise.
34752         [XPG3 || XPG4] (sigqueue): Likewise.
34753         [XPG3 || XPG4] (sigtimedwait): Likewise.
34754         [XPG3 || XPG4] (sigwaitinfo): Likewise.
34755         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
34756         [XPG3 || XPG4] (vsnprintf): Likewise.
34757         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
34758         Likewise.
34759         [XPG3 || XPG4] (blksize_t): Likewise.
34760         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
34761         Likewise.
34762         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
34763         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
34764         [XPG3 || XPG4] (struct itimerspec): Likewise.
34765         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
34766         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
34767         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
34768         [XPG3 || XPG4] (clockid_t): Likewise.
34769         [XPG3 || XPG4] (timer_t): Likewise.
34770         [XPG3 || XPG4] (clock_getres): Likewise.
34771         [XPG3 || XPG4] (clock_gettime): Likewise.
34772         [XPG3 || XPG4] (clock_settime): Likewise.
34773         [XPG3 || XPG4] (nanosleep): Likewise.
34774         [XPG3 || XPG4] (timer_create): Likewise.
34775         [XPG3 || XPG4] (timer_delete): Likewise.
34776         [XPG3 || XPG4] (timer_gettime): Likewise.
34777         [XPG3 || XPG4] (timer_getoverrun): Likewise.
34778         [XPG3 || XPG4] (timer_settime): Likewise.
34779         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
34780         [XPG3 || XPG4] (getlogin_r): Likewise.
34781         [XPG3 || XPG4] (pread): Likewise.
34782         [XPG3 || XPG4] (pthread_atfork): Likewise.
34783         [XPG3 || XPG4] (pwrite): Likewise.
34785         [BZ #14835]
34786         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
34787         <bits/siginfo.h>.
34789 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
34791         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
34792         finalizing MALLSTREAM.
34794         * sysdeps/mach/hurd/syncfs.c: New file.
34796 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
34798         [BZ #14719]
34799         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
34800         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
34801         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
34802         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
34803         (_nss_dns_gethostbyname4_r): Likewise.
34804         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
34805         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
34807 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
34809         [BZ #13763]
34810         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
34812 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
34814         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
34815         * elf/cache.c (print_entry): Print ",AArch64" for
34816         FLAG_AARCH64_LIB64
34818         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
34819         * elf/cache.c (print_entry): Print ",hard-float" for
34820         FLAG_ARM_LIBHF.
34822 2012-11-18  David S. Miller  <davem@davemloft.net>
34824         With help from Joseph Myers.
34825         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
34826         cutoff to 2**-13.
34827         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
34828         cutoff to 2**-25.
34829         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
34830         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
34831         small.
34832         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
34833         * math/libm-test.inc (y0_test): New tests.
34834         (y1_test): New tests.
34835         * sysdeps/i386/fpu/libm-test-ulps: Update.
34836         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34837         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34839 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
34841         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
34842         64-bit targets.
34843         * configure: Regenerated.
34845 2012-11-17  David S. Miller  <davem@davemloft.net>
34847         [BZ #14811]
34848         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
34849         nonzero exponents with absolute value below 0x1p-128 to +/-
34850         0x1p-128.
34852 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
34854         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
34856         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
34858         * posix/getconf-speclist.c: New file.
34859         * posix/posix-envs.def: Likewise.
34860         * posix/confstr.c (START_ENV_GROUP): New macro.
34861         (END_ENV_GROUP): Likewise.
34862         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
34863         (KNOWN_PRESENT_ENV_STRING): Likewise.
34864         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
34865         (UNKNOWN_ENVIRONMENT): Likewise.
34866         (confstr): Include posix-envs.def instead of handling
34867         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
34868         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
34869         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
34870         (END_ENV_GROUP): Likewise.
34871         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
34872         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
34873         (UNKNOWN_ENVIRONMENT): Likewise.
34874         (__sysconf): Include posix-envs.def instead of handling associated
34875         cases directly here.
34876         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
34877         preprocessing getconf-speclist.c rather than running getconf or
34878         generating empty file.
34880 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
34882         * scripts/check-local-headers.sh: Ignore 'mach' headers.
34884 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
34886         [BZ #14672]
34887         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
34889 2012-11-16  David S. Miller  <davem@davemloft.net>
34891         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
34892         smaller than LDBL_EPSILON/2.0L, just return xm1.
34894 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
34896         * elf/tst-array1.c (init): Set constructor priority to 1000.
34897         (fini): Set destructor priority to 1000.
34898         * elf/tst-array2dep.c: Likewise.
34900 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34902         [BZ #11741]
34903         * libio/fileops.c (_IO_new_file_write): Correctly return error.
34904         (_IO_new_file_xsputn): Also return EOF if none of the input
34905         data was written when overflow failed.
34906         * libio/iopadn.c (_IO_padn): Likewise.
34907         * libio/iowpadn.c (_IO_wpadn): Likewise.
34908         * stdio-common/tst-put-error.c: Add copyright notice.
34909         (do_test): Add case for printing padded string.
34910         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
34911         _IO_padn returned error.
34912         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
34913         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
34914         return EOF.
34916 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34918         * libio/libioP.h: Add comment note that the references to C++
34919         bits are now obsolete.
34921 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34923         * math/libm-test.inc (check_complex): Use asprintf.
34925 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
34927         * debug/pcprofiledump.c (print_version): Update copyright year.
34928         * malloc/memusagestat.c (print_version): Likewise.
34930 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
34932         [BZ #14831]
34933         * elf/Makefile (tests): Add tst-audit8.
34934         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
34935         ($(objpfx)tst-audit8.out): New target.
34936         (tst-audit8-ENV): New variable.
34937         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
34938         audit if l_reloc_result is NULL.
34939         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
34940         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
34941         * elf/tst-audit8.c: New file.
34943 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34945         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
34946         * misc/Makefile (CFLAGS-select.c): Define.
34947         * posix/Makefile (CFLAGS-pause.c): Define.
34949 2012-11-13  David S. Miller  <davem@davemloft.net>
34951         * crypt/Makefile: Move test targets after toplevel Rules
34952         inclusion.  Grab any necessary sysdep routines when linking.
34953         * crypt/md5.c (md5_process_block): Remove define, we will always
34954         name it __md5_process_block.
34955         (md5_finish_ctx): Update md5_process_block call.
34956         (md5_stream): Likewise.
34957         (md5_process_bytes): Likewise.
34958         (md5_process_block): Rename to __md5_process_block and move to ...
34959         * crypt/md5-block.c: ... here.
34960         * crypt/sha256.c (sha256_process_block): Move to ...
34961         * crypt/sha256-block.c: ... here.
34962         * crypt/sha512.c (sha512_process_block): Move to ...
34963         * crypt/sha512-block.c: ... here.
34964         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
34965         path.
34966         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
34967         * sysdeps/sparc/sparc64/multiarch/Makefile
34968         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
34969         crypt subdir.
34970         (localedef-aux): Add md5 crypto assembler when in locale subdir.
34971         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
34972         multiarch changes.
34973         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
34974         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
34975         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
34976         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
34977         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
34978         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
34979         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
34980         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
34981         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
34982         file.
34983         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
34984         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
34985         file.
34986         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
34988 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
34990         * timezone/tzselect.ksh: Update from tzcode git revision
34991         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
34992         * timezone/zdump.c: Likewise.
34993         * timezone/zic.c: Likewise.
34994         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
34995         in TZVERSION setting, not $(PKGVERSION).
34996         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
34997         REPORT_BUGS_TO settings.
34999         [BZ #14838]
35000         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
35001         macro.
35003 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35005         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
35006         detection to immediately after _FP_ROUND().
35007         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
35008         bits are 0.
35010 2012-11-11  David S. Miller  <davem@davemloft.net>
35012         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
35013         inttypes.h
35014         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
35015         __close rather than their public counterparts.
35017 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
35019         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
35020         file.
35021         [UNIX98] (sem_timedwait): Do not expect.
35022         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
35023         [XPG4 || UNIX98] (sockatmark): Do not expect.
35024         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
35025         (clock_getcpuclockid): Do not expect.
35026         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
35027         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
35028         Do not expect.
35029         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
35030         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
35031         [UNIX98] (vwscanf): Likewise.
35032         [UNIX98] (vswscanf): Likewise.
35034 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
35036         * timezone/version.h: Remove file.
35037         * timezone/README: Do not refer to version.h.
35038         * timezone/Makefile ($(objpfx)zic.o): New dependency on
35039         $(objpfx)version.h.
35040         ($(objpfx)zdump.o): Likewise.
35041         ($(objpfx)version.h): New target.
35043         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
35044         2012i.
35045         * timezone/README: Don't mention modification to tzselect.ksh.
35046         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
35047         work on unmodified tzselect.ksh.  Substitute version numbers in
35048         tzselect.ksh.
35050         * Makefile (format-me): Remove.
35051         (INSTALL): Adjust indentation.  Use commands directly instead of
35052         using $(format-me).
35054         * aclocal.m4 (ACX_PKGVERSION): New macro.
35055         (ACX_BUGURL): Likewise.
35056         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
35057         (PKGVERSION): New AC_DEFINE_UNQUOTED.
35058         (REPORT_BUGS_TO): Likewise.
35059         * configure: Regenerated.
35060         * config.h.in (PKGVERSION): New macro.
35061         (REPORT_BUGS_TO): Likewise.
35062         * config.make.in (PKGVERSION): New variable.
35063         (PKGVERSION_TEXI): Likewise.
35064         (REPORT_BUGS_TO): Likewise.
35065         (REPORT_BUGS_TEXI): Likewise.
35066         * Makefile (format-me): Use -I$(common-objpfx)manual.
35067         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
35068         ($(common-objpfx)manual/%): New target.
35069         (manual/%): Remove target.
35070         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
35071         (print_version): Use PKGVERSION.
35072         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
35073         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
35074         and REPORT_BUGS_TO.
35075         ($(objpfx)xtrace): Likewise.
35076         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
35077         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
35078         (print_version): Use PKGVERSION.
35079         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
35080         (do_version): Use PKGVERSION.
35081         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
35082         REPORT_BUGS_TO.
35083         (common-ldd-rewrite): Likewise.
35084         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
35085         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
35086         (print_version): Use PKGVERSION.
35087         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
35088         * elf/pldd.c (argp_program_bug_address): Remove variable.
35089         (more_help): New function.
35090         (argp): Use more_help.
35091         (print_version): Use PKGVERSION.
35092         * elf/sln.c (main): Use PKGVERSION.
35093         (usage): Use REPORT_BUGS_TO.
35094         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
35095         (top level): Use PKGVERSION.
35096         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
35097         (print_version): Use PKGVERSION.
35098         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
35099         (print_version): Use PKGVERSION.
35100         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
35101         (print_version): Use PKGVERSION.
35102         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
35103         (print_version): Use PKGVERSION.
35104         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
35105         (print_version): Use PKGVERSION.
35106         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
35107         (print_version): Use PKGVERSION.
35108         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
35109         and BUGURL.
35110         ($(objpfx)memusage): Likewise.
35111         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
35112         (do_version): Use PKGVERSION.
35113         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
35114         (print_version): Use PKGVERSION.
35115         * malloc/mtrace.pl ($PACKAGE): Remove variable.
35116         ($PKGVERSION): New variable.
35117         ($REPORT_BUGS_TO): Likewise.
35118         (usage): Use $REPORT_BUGS_TO.
35119         (top level): Use $PKGVERSION.
35120         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
35121         ($(objpfx)pkgvers.texi): New rule.
35122         ($(objpfx)stamp-pkgvers): Likewise.
35123         * manual/install.texi: Include pkgvers.texi.
35124         (--with-pkgversion): Document new configure option.
35125         (--with-bugurl): Likewise.
35126         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
35127         than necessarily for this particular distribution.  Use
35128         REPORT_BUGS_TO for where to report bugs.
35129         * INSTALL: Regenerated.
35130         * manual/libc.texinfo: Include pkgvers.texi.
35131         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
35132         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
35133         (print_version): Use PKGVERSION.
35134         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
35135         (print_version): Use PKGVERSION.
35136         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
35137         (print_version): Use PKGVERSION.
35138         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
35139         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
35140         macro.
35141         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
35142         (print_version): Use PKGVERSION.
35143         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
35144         (print_version): Use PKGVERSION.
35145         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
35146         and PKGVERSION.
35148         * timezone/checktab.awk: Update from tzcode 2012i.
35149         * timezone/ialloc.c: Likewise.
35150         * timezone/private.h: Likewise.
35151         * timezone/scheck.c: Likewise.
35152         * timezone/tzfile.h: Likewise.
35153         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
35154         (TZVERSION): Hardcode tzcode version number.
35155         * timezone/zdump.c: Update from tzcode 2012i.
35156         * timezone/zic.c: Likewise.
35157         * timezone/version.h: New file.
35158         * timezone/README: Describe version.h.  Update upstream location.
35160         [BZ #14824]
35161         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
35162         (mktemp): Enable declaration.
35163         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
35164         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
35165         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
35166         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
35167         Likewise.
35168         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
35169         Likewise.
35170         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
35171         Likewise.
35172         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
35173         Likewise.
35174         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
35175         Likewise.
35176         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
35177         Likewise.
35179         [BZ #14821]
35180         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
35181         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
35182         for copies of such integer values.
35183         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
35184         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
35186 2012-11-09  Andreas Jaeger  <aj@suse.de>
35188         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
35189         definitions and declarations that are provided by
35190         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
35192 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35194         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
35195         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
35196         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
35197         definition.
35199 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35201         * elf/elf.h: Update comment before AArch64 relocations.
35203 2012-11-07  David S. Miller  <davem@davemloft.net>
35205         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
35206         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
35207         (__start_context): Declare.
35208         (__makecontext_ret): Delete.
35209         (__makecontext): Hook up __start_context instead of
35210         __makecontext_ret.
35211         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
35212         (sysdep_routines): Add __start_context when in stdlib.
35214 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35216         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
35217         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
35218         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
35219         hardcoded "nm".
35220         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
35221         (READELF): New variable.  Use it instead of hardcoded "readelf".
35223 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
35225         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
35226         * sysdeps/x86/Makefile: Here.
35227         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
35228         * sysdeps/x86/tst-xmmymm.sh: This.
35230 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35232         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
35233         expectations.
35234         [UNIX98] (pthread_barrier_t): Do not expect.
35235         [UNIX98] (pthread_barrierattr_t): Likewise.
35236         [UNIX98] (pthread_spinlock_t): Likewise.
35237         [UNIX98] (pthread_barrier_destroy): Likewise.
35238         [UNIX98] (pthread_barrier_init): Likewise.
35239         [UNIX98] (pthread_barrier_wait): Likewise.
35240         [UNIX98] (pthread_barrierattr_destroy): Likewise.
35241         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
35242         [UNIX98] (pthread_barrierattr_init): Likewise.
35243         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
35244         [UNIX98] (pthread_getcpuclockid): Likewise.
35245         [UNIX98] (pthread_mutex_timedlock): Likewise.
35246         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
35247         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
35248         [UNIX98] (pthread_sigmask): Likewise.
35249         [UNIX98] (pthread_spin_destroy): Likewise.
35250         [UNIX98] (pthread_spin_init): Likewise.
35251         [UNIX98] (pthread_spin_lock): Likewise.
35252         [UNIX98] (pthread_spin_trylock): Likewise.
35253         [UNIX98] (pthread_spin_unlock): Likewise.
35254         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
35255         Do not expect.
35256         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
35257         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
35258         [XPG3 || XPG4] (pthread_cond_t): Likewise.
35259         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
35260         [XPG3 || XPG4] (pthread_key_t): Likewise.
35261         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
35262         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
35263         [XPG3 || XPG4] (pthread_once_t): Likewise.
35264         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
35265         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
35266         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
35267         [XPG3 || XPG4] (pthread_t): Likewise.
35269         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
35270         not expect.
35271         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
35273         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
35274         Change function return type to int.
35276         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
35277         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
35278         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
35279         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
35280         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
35281         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
35282         [!POSIX] (posix_madvise): Likewise.
35283         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
35284         && !UNIX98].
35285         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
35286         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
35287         (mode_t): Likewise.
35288         (posix_mem_offset): Likewise.
35289         (posix_typed_mem_get_info): Likewise.
35290         (posix_typed_mem_open): Likewise.
35292         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
35293         Change condition to [XOPEN2K8].
35295         * conform/conformtest.pl: Preprocess allow-header data with -x c
35296         instead of from stdin.
35297         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
35298         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
35299         [C99-based standards] (cerfc): Likewise.
35300         [C99-based standards] (cexp2): Likewise.
35301         [C99-based standards] (cexpm1): Likewise.
35302         [C99-based standards] (clog10): Likewise.
35303         [C99-based standards] (clog1p): Likewise.
35304         [C99-based standards] (clog2): Likewise.
35305         [C99-based standards] (clgamma): Likewise.
35306         [C99-based standards] (ctgamma): Likewise.
35307         [C99-based standards] (cerff): Likewise.
35308         [C99-based standards] (cerfcf): Likewise.
35309         [C99-based standards] (cexp2f): Likewise.
35310         [C99-based standards] (cexpm1f): Likewise.
35311         [C99-based standards] (clog10f): Likewise.
35312         [C99-based standards] (clog1pf): Likewise.
35313         [C99-based standards] (clog2f): Likewise.
35314         [C99-based standards] (clgammaf): Likewise.
35315         [C99-based standards] (ctgammaf): Likewise.
35316         [C99-based standards] (cerfl): Likewise.
35317         [C99-based standards] (cerfcl): Likewise.
35318         [C99-based standards] (cexp2l): Likewise.
35319         [C99-based standards] (cexpm1l): Likewise.
35320         [C99-based standards] (clog10l): Likewise.
35321         [C99-based standards] (clog1pl): Likewise.
35322         [C99-based standards] (clog2l): Likewise.
35323         [C99-based standards] (clgammal): Likewise.
35324         [C99-based standards] (ctgammal): Likewise.
35325         * conform/data/inttypes.h-data [C99-based standards]: Include
35326         stdint.h-data.  Remove all expectations for stdint.h contents.
35327         [C99-based standards] (PRI*): Do not allow.
35328         [C99-based standards] (SCN*): Likewise.
35329         [C99-based standards] (*_t): Likewise.
35330         [C99-based-standards] (PRId8): Expect macro.
35331         [C99-based-standards] (PRIi8): Likewise.
35332         [C99-based-standards] (PRIo8): Likewise.
35333         [C99-based-standards] (PRIu8): Likewise.
35334         [C99-based-standards] (PRIx8): Likewise.
35335         [C99-based-standards] (PRIX8): Likewise.
35336         [C99-based-standards] (SCNd8): Likewise.
35337         [C99-based-standards] (SCNi8): Likewise.
35338         [C99-based-standards] (SCNo8): Likewise.
35339         [C99-based-standards] (SCNu8): Likewise.
35340         [C99-based-standards] (SCNx8): Likewise.
35341         [C99-based-standards] (PRIdLEAST8): Likewise.
35342         [C99-based-standards] (PRIiLEAST8): Likewise.
35343         [C99-based-standards] (PRIoLEAST8): Likewise.
35344         [C99-based-standards] (PRIuLEAST8): Likewise.
35345         [C99-based-standards] (PRIxLEAST8): Likewise.
35346         [C99-based-standards] (PRIXLEAST8): Likewise.
35347         [C99-based-standards] (SCNdLEAST8): Likewise.
35348         [C99-based-standards] (SCNiLEAST8): Likewise.
35349         [C99-based-standards] (SCNoLEAST8): Likewise.
35350         [C99-based-standards] (SCNuLEAST8): Likewise.
35351         [C99-based-standards] (SCNxLEAST8): Likewise.
35352         [C99-based-standards] (PRIdFAST8): Likewise.
35353         [C99-based-standards] (PRIiFAST8): Likewise.
35354         [C99-based-standards] (PRIoFAST8): Likewise.
35355         [C99-based-standards] (PRIuFAST8): Likewise.
35356         [C99-based-standards] (PRIxFAST8): Likewise.
35357         [C99-based-standards] (PRIXFAST8): Likewise.
35358         [C99-based-standards] (SCNdFAST8): Likewise.
35359         [C99-based-standards] (SCNiFAST8): Likewise.
35360         [C99-based-standards] (SCNoFAST8): Likewise.
35361         [C99-based-standards] (SCNuFAST8): Likewise.
35362         [C99-based-standards] (SCNxFAST8): Likewise.
35363         [C99-based-standards] (PRId16): Likewise.
35364         [C99-based-standards] (PRIi16): Likewise.
35365         [C99-based-standards] (PRIo16): Likewise.
35366         [C99-based-standards] (PRIu16): Likewise.
35367         [C99-based-standards] (PRIx16): Likewise.
35368         [C99-based-standards] (PRIX16): Likewise.
35369         [C99-based-standards] (SCNd16): Likewise.
35370         [C99-based-standards] (SCNi16): Likewise.
35371         [C99-based-standards] (SCNo16): Likewise.
35372         [C99-based-standards] (SCNu16): Likewise.
35373         [C99-based-standards] (SCNx16): Likewise.
35374         [C99-based-standards] (PRIdLEAST16): Likewise.
35375         [C99-based-standards] (PRIiLEAST16): Likewise.
35376         [C99-based-standards] (PRIoLEAST16): Likewise.
35377         [C99-based-standards] (PRIuLEAST16): Likewise.
35378         [C99-based-standards] (PRIxLEAST16): Likewise.
35379         [C99-based-standards] (PRIXLEAST16): Likewise.
35380         [C99-based-standards] (SCNdLEAST16): Likewise.
35381         [C99-based-standards] (SCNiLEAST16): Likewise.
35382         [C99-based-standards] (SCNoLEAST16): Likewise.
35383         [C99-based-standards] (SCNuLEAST16): Likewise.
35384         [C99-based-standards] (SCNxLEAST16): Likewise.
35385         [C99-based-standards] (PRIdFAST16): Likewise.
35386         [C99-based-standards] (PRIiFAST16): Likewise.
35387         [C99-based-standards] (PRIoFAST16): Likewise.
35388         [C99-based-standards] (PRIuFAST16): Likewise.
35389         [C99-based-standards] (PRIxFAST16): Likewise.
35390         [C99-based-standards] (PRIXFAST16): Likewise.
35391         [C99-based-standards] (SCNdFAST16): Likewise.
35392         [C99-based-standards] (SCNiFAST16): Likewise.
35393         [C99-based-standards] (SCNoFAST16): Likewise.
35394         [C99-based-standards] (SCNuFAST16): Likewise.
35395         [C99-based-standards] (SCNxFAST16): Likewise.
35396         [C99-based-standards] (PRId32): Likewise.
35397         [C99-based-standards] (PRIi32): Likewise.
35398         [C99-based-standards] (PRIo32): Likewise.
35399         [C99-based-standards] (PRIu32): Likewise.
35400         [C99-based-standards] (PRIx32): Likewise.
35401         [C99-based-standards] (PRIX32): Likewise.
35402         [C99-based-standards] (SCNd32): Likewise.
35403         [C99-based-standards] (SCNi32): Likewise.
35404         [C99-based-standards] (SCNo32): Likewise.
35405         [C99-based-standards] (SCNu32): Likewise.
35406         [C99-based-standards] (SCNx32): Likewise.
35407         [C99-based-standards] (PRIdLEAST32): Likewise.
35408         [C99-based-standards] (PRIiLEAST32): Likewise.
35409         [C99-based-standards] (PRIoLEAST32): Likewise.
35410         [C99-based-standards] (PRIuLEAST32): Likewise.
35411         [C99-based-standards] (PRIxLEAST32): Likewise.
35412         [C99-based-standards] (PRIXLEAST32): Likewise.
35413         [C99-based-standards] (SCNdLEAST32): Likewise.
35414         [C99-based-standards] (SCNiLEAST32): Likewise.
35415         [C99-based-standards] (SCNoLEAST32): Likewise.
35416         [C99-based-standards] (SCNuLEAST32): Likewise.
35417         [C99-based-standards] (SCNxLEAST32): Likewise.
35418         [C99-based-standards] (PRIdFAST32): Likewise.
35419         [C99-based-standards] (PRIiFAST32): Likewise.
35420         [C99-based-standards] (PRIoFAST32): Likewise.
35421         [C99-based-standards] (PRIuFAST32): Likewise.
35422         [C99-based-standards] (PRIxFAST32): Likewise.
35423         [C99-based-standards] (PRIXFAST32): Likewise.
35424         [C99-based-standards] (SCNdFAST32): Likewise.
35425         [C99-based-standards] (SCNiFAST32): Likewise.
35426         [C99-based-standards] (SCNoFAST32): Likewise.
35427         [C99-based-standards] (SCNuFAST32): Likewise.
35428         [C99-based-standards] (SCNxFAST32): Likewise.
35429         [C99-based-standards] (PRId64): Likewise.
35430         [C99-based-standards] (PRIi64): Likewise.
35431         [C99-based-standards] (PRIo64): Likewise.
35432         [C99-based-standards] (PRIu64): Likewise.
35433         [C99-based-standards] (PRIx64): Likewise.
35434         [C99-based-standards] (PRIX64): Likewise.
35435         [C99-based-standards] (SCNd64): Likewise.
35436         [C99-based-standards] (SCNi64): Likewise.
35437         [C99-based-standards] (SCNo64): Likewise.
35438         [C99-based-standards] (SCNu64): Likewise.
35439         [C99-based-standards] (SCNx64): Likewise.
35440         [C99-based-standards] (PRIdLEAST64): Likewise.
35441         [C99-based-standards] (PRIiLEAST64): Likewise.
35442         [C99-based-standards] (PRIoLEAST64): Likewise.
35443         [C99-based-standards] (PRIuLEAST64): Likewise.
35444         [C99-based-standards] (PRIxLEAST64): Likewise.
35445         [C99-based-standards] (PRIXLEAST64): Likewise.
35446         [C99-based-standards] (SCNdLEAST64): Likewise.
35447         [C99-based-standards] (SCNiLEAST64): Likewise.
35448         [C99-based-standards] (SCNoLEAST64): Likewise.
35449         [C99-based-standards] (SCNuLEAST64): Likewise.
35450         [C99-based-standards] (SCNxLEAST64): Likewise.
35451         [C99-based-standards] (PRIdFAST64): Likewise.
35452         [C99-based-standards] (PRIiFAST64): Likewise.
35453         [C99-based-standards] (PRIoFAST64): Likewise.
35454         [C99-based-standards] (PRIuFAST64): Likewise.
35455         [C99-based-standards] (PRIxFAST64): Likewise.
35456         [C99-based-standards] (PRIXFAST64): Likewise.
35457         [C99-based-standards] (SCNdFAST64): Likewise.
35458         [C99-based-standards] (SCNiFAST64): Likewise.
35459         [C99-based-standards] (SCNoFAST64): Likewise.
35460         [C99-based-standards] (SCNuFAST64): Likewise.
35461         [C99-based-standards] (SCNxFAST64): Likewise.
35462         [C99-based-standards] (PRIdMAX): Likewise.
35463         [C99-based-standards] (PRIiMAX): Likewise.
35464         [C99-based-standards] (PRIoMAX): Likewise.
35465         [C99-based-standards] (PRIuMAX): Likewise.
35466         [C99-based-standards] (PRIxMAX): Likewise.
35467         [C99-based-standards] (PRIXMAX): Likewise.
35468         [C99-based-standards] (SCNdMAX): Likewise.
35469         [C99-based-standards] (SCNiMAX): Likewise.
35470         [C99-based-standards] (SCNoMAX): Likewise.
35471         [C99-based-standards] (SCNuMAX): Likewise.
35472         [C99-based-standards] (SCNxMAX): Likewise.
35473         [C99-based-standards] (PRIdPTR): Likewise.
35474         [C99-based-standards] (PRIiPTR): Likewise.
35475         [C99-based-standards] (PRIoPTR): Likewise.
35476         [C99-based-standards] (PRIuPTR): Likewise.
35477         [C99-based-standards] (PRIxPTR): Likewise.
35478         [C99-based-standards] (PRIXPTR): Likewise.
35479         [C99-based-standards] (SCNdPTR): Likewise.
35480         [C99-based-standards] (SCNiPTR): Likewise.
35481         [C99-based-standards] (SCNoPTR): Likewise.
35482         [C99-based-standards] (SCNuPTR): Likewise.
35483         [C99-based-standards] (SCNxPTR): Likewise.
35484         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
35485         allow.
35486         * conform/data/stdint.h-data: Update comments to clarify
35487         requirements.
35488         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
35489         type.
35490         [C99-based standards] (INT8_MAX): Likewise.
35491         [C99-based standards] (INT16_MIN): Likewise.
35492         [C99-based standards] (INT16_MAX): Likewise.
35493         [C99-based standards] (INT32_MIN): Likewise.
35494         [C99-based standards] (INT32_MAX): Likewise.
35495         [C99-based standards] (INT64_MIN): Likewise.
35496         [C99-based standards] (INT64_MAX): Likewise.
35497         [C99-based standards] (UINT8_MAX): Likewise.
35498         [C99-based standards] (UINT16_MAX): Likewise.
35499         [C99-based standards] (UINT32_MAX): Likewise.
35500         [C99-based standards] (UINT64_MAX): Likewise.
35501         [C99-based standards] (INT_LEAST8_MIN): Likewise.
35502         [C99-based standards] (INT_LEAST8_MAX): Likewise.
35503         [C99-based standards] (INT_LEAST16_MIN): Likewise.
35504         [C99-based standards] (INT_LEAST16_MAX): Likewise.
35505         [C99-based standards] (INT_LEAST32_MIN): Likewise.
35506         [C99-based standards] (INT_LEAST32_MAX): Likewise.
35507         [C99-based standards] (INT_LEAST64_MIN): Likewise.
35508         [C99-based standards] (INT_LEAST64_MAX): Likewise.
35509         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
35510         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
35511         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
35512         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
35513         [C99-based standards] (INT_FAST8_MIN): Likewise.
35514         [C99-based standards] (INT_FAST8_MAX): Likewise.
35515         [C99-based standards] (INT_FAST16_MIN): Likewise.
35516         [C99-based standards] (INT_FAST16_MAX): Likewise.
35517         [C99-based standards] (INT_FAST32_MIN): Likewise.
35518         [C99-based standards] (INT_FAST32_MAX): Likewise.
35519         [C99-based standards] (INT_FAST64_MIN): Likewise.
35520         [C99-based standards] (INT_FAST64_MAX): Likewise.
35521         [C99-based standards] (UINT_FAST8_MAX): Likewise.
35522         [C99-based standards] (UINT_FAST16_MAX): Likewise.
35523         [C99-based standards] (UINT_FAST32_MAX): Likewise.
35524         [C99-based standards] (UINT_FAST64_MAX): Likewise.
35525         [C99-based standards] (INTPTR_MIN): Likewise.
35526         [C99-based standards] (INTPTR_MAX): Likewise.
35527         [C99-based standards] (UINTPTR_MAX): Likewise.
35528         [C99-based standards] (INTMAX_MIN): Likewise.
35529         [C99-based standards] (INTMAX_MAX): Likewise.
35530         [C99-based standards] (UINTMAX_MAX): Likewise.
35531         [C99-based standards] (PTRDIFF_MIN): Likewise.
35532         [C99-based standards] (PTRDIFF_MAX): Likewise.
35533         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
35534         [C99-based standards] (SIZE_MAX): Likewise.
35535         [C99-based standards] (WCHAR_MAX): Likewise.
35536         [C99-based standards] (WINT_MAX): Likewise.
35537         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
35538         constraint on value.
35539         [C99-based standards] (WCHAR_MIN): Likewise.
35540         [C99-based standards] (WINT_MIN): Likewise.
35541         [C99-based standards] (*_t): Allow.
35542         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
35543         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
35544         Include math.h-data and complex.h-data.  Remove all expectations
35545         of math.h and complex.h contents.
35546         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
35547         at end of line.
35548         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
35549         (struct tm): Expect tag.
35550         [C99-based-standards] (wcstof): Expect function.
35551         [C99-based-standards] (wcstold): Likewise.
35552         [C99-based-standards] (wcstoll): Likewise.
35553         [C99-based-standards] (wcstoull): Likewise.
35554         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
35555         macro-int-constant.  Specify type.
35556         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
35557         constraint on value.
35558         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
35559         Specify type.
35560         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
35561         Specify value.
35562         [ISO C standards]: Do not allow headers.
35563         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
35564         wcs[abcdefghijklmnopqrstuvwxyz]*.
35565         [ISO C standards] (*_t): Do not allow.
35566         * conform/data/wctype.h-data [C99-based standards] (iswblank):
35567         Expect function.
35568         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
35569         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
35570         Specify type.
35571         [ISO C standards]: Do not allow headers.
35572         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
35573         is[abcdefghijklmnopqrstuvwxyz]*.
35574         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
35575         to[abcdefghijklmnopqrstuvwxyz]*.
35576         [ISO C standards] (*_t): Do not allow.
35577         * conform/data/stdalign.h-data: New file.
35578         * conform/data/stdbool.h-data: Likewise.
35579         * conform/data/stdnoreturn.h-data: Likewise.
35581 2012-11-07  Roland McGrath  <roland@hack.frob.com>
35583         [BZ #14815]
35584         * manual/filesys.texi (Directory Entries): Typo fix.
35585         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
35587 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35589         * elf/elf.h (EM_AARCH64): New macro.
35590         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
35591         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
35592         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
35593         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
35594         (R_AARCH64_TLSDESC): Likewise.
35595         (NT_ARM_TLS): Likewise.
35596         (NT_ARM_HW_BREAK): Likewise.
35597         (NT_ARM_HW_WATCH): Likewise.
35599 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35601         [BZ #14811]
35602         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
35603         (__ieee754_powl): Saturate nonzero exponents with absolute value
35604         below 0x1p-79 to +/- 0x1p-79.
35605         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
35606         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
35607         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
35608         nonzero exponents with absolute value below 0x1p-32 to +/-
35609         0x1p-32.
35610         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
35611         (__ieee754_powl): Saturate nonzero exponents with absolute value
35612         below 0x1p-79 to +/- 0x1p-79.
35613         * math/libm-test.inc (pow_test): Add more tests.
35615 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35617         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
35618         _dl_s390_cap_flags with kernel. Increase string length.
35619         (_dl_s390_platforms): Add z196 and zEC12.
35621 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35623         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
35624         Change XOPEN21K to XOPEN2K.
35626 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
35628         * string/memmove.c: Use memcpy when possible.
35630 2012-11-06  Andreas Jaeger  <aj@suse.de>
35632         * po/eo.po: Update from translation team.
35634 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
35636         [BZ #14793]
35637         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
35638         exponent and small x and y exponents, scale x or y up.  Increase
35639         by 2 the exponent used in scaling up.
35640         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35641         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35642         * math/libm-test.inc (fma_test): Add more tests.
35643         (fma_test_towardzero): Likewise.
35644         (fma_test_downward): Likewise.
35645         (fma_test_upward): Likewise.
35647 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
35649         [BZ #14805]
35650         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
35651         fenv_t *.
35653         [BZ #14801]
35654         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
35655         namespace for names of struct fields.
35656         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
35657         fenv_t fields.
35658         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
35659         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
35661 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35663         [BZ #3665]
35664         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
35666 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
35668         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
35669         PTR_DEMANGLE.
35671         [BZ #5246]
35672         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
35673         PTR_DEMANGLE.
35675 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
35677         [BZ #14797]
35678         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
35679         definitely overflow as x * y not x * y + z.
35680         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35681         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35682         * math/libm-test.inc (fma_test): Add more tests.
35683         (fma_test_towardzero): Likewise.
35684         (fma_test_downward): Likewise.
35685         (fma_test_upward): Likewise.
35687 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
35689         [BZ #157]
35691         * include/stub-tag.h: Remove file.
35692         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
35693         '#include' of it.
35694         * manual/maint.texi (Porting): Don't reference it.
35695         * Makerules ($(objpfx)stubs): Likewise.
35696         * dirent/closedir.c: Don't include <stub-tag.h>.
35697         * dirent/dirfd.c: Likewise.
35698         * dirent/fdopendir.c: Likewise.
35699         * dirent/getdents.c: Likewise.
35700         * dirent/getdents64.c: Likewise.
35701         * dirent/opendir.c: Likewise.
35702         * dirent/readdir.c: Likewise.
35703         * dirent/readdir64.c: Likewise.
35704         * dirent/readdir64_r.c: Likewise.
35705         * dirent/readdir_r.c: Likewise.
35706         * dirent/rewinddir.c: Likewise.
35707         * dirent/seekdir.c: Likewise.
35708         * dirent/telldir.c: Likewise.
35709         * gmon/profil.c: Likewise.
35710         * grp/setgroups.c: Likewise.
35711         * inet/if_index.c: Likewise.
35712         * io/access.c: Likewise.
35713         * io/chdir.c: Likewise.
35714         * io/chmod.c: Likewise.
35715         * io/chown.c: Likewise.
35716         * io/close.c: Likewise.
35717         * io/dup.c: Likewise.
35718         * io/dup2.c: Likewise.
35719         * io/dup3.c: Likewise.
35720         * io/euidaccess.c: Likewise.
35721         * io/faccessat.c: Likewise.
35722         * io/fchdir.c: Likewise.
35723         * io/fchmod.c: Likewise.
35724         * io/fchmodat.c: Likewise.
35725         * io/fchown.c: Likewise.
35726         * io/fchownat.c: Likewise.
35727         * io/fcntl.c: Likewise.
35728         * io/flock.c: Likewise.
35729         * io/fstatfs.c: Likewise.
35730         * io/fstatfs64.c: Likewise.
35731         * io/fstatvfs.c: Likewise.
35732         * io/fstatvfs64.c: Likewise.
35733         * io/futimens.c: Likewise.
35734         * io/fxstat.c: Likewise.
35735         * io/fxstat64.c: Likewise.
35736         * io/fxstatat.c: Likewise.
35737         * io/fxstatat64.c: Likewise.
35738         * io/getcwd.c: Likewise.
35739         * io/isatty.c: Likewise.
35740         * io/lchmod.c: Likewise.
35741         * io/lchown.c: Likewise.
35742         * io/link.c: Likewise.
35743         * io/linkat.c: Likewise.
35744         * io/lseek.c: Likewise.
35745         * io/lseek64.c: Likewise.
35746         * io/lxstat64.c: Likewise.
35747         * io/mkdir.c: Likewise.
35748         * io/mkdirat.c: Likewise.
35749         * io/mkfifo.c: Likewise.
35750         * io/mkfifoat.c: Likewise.
35751         * io/open.c: Likewise.
35752         * io/open64.c: Likewise.
35753         * io/openat.c: Likewise.
35754         * io/openat64.c: Likewise.
35755         * io/pipe.c: Likewise.
35756         * io/pipe2.c: Likewise.
35757         * io/poll.c: Likewise.
35758         * io/posix_fadvise.c: Likewise.
35759         * io/posix_fadvise64.c: Likewise.
35760         * io/posix_fallocate.c: Likewise.
35761         * io/posix_fallocate64.c: Likewise.
35762         * io/read.c: Likewise.
35763         * io/readlink.c: Likewise.
35764         * io/readlinkat.c: Likewise.
35765         * io/rmdir.c: Likewise.
35766         * io/sendfile.c: Likewise.
35767         * io/sendfile64.c: Likewise.
35768         * io/statfs.c: Likewise.
35769         * io/statfs64.c: Likewise.
35770         * io/statvfs.c: Likewise.
35771         * io/statvfs64.c: Likewise.
35772         * io/symlink.c: Likewise.
35773         * io/symlinkat.c: Likewise.
35774         * io/ttyname.c: Likewise.
35775         * io/ttyname_r.c: Likewise.
35776         * io/umask.c: Likewise.
35777         * io/unlink.c: Likewise.
35778         * io/unlinkat.c: Likewise.
35779         * io/utime.c: Likewise.
35780         * io/utimensat.c: Likewise.
35781         * io/write.c: Likewise.
35782         * io/xmknod.c: Likewise.
35783         * io/xmknodat.c: Likewise.
35784         * io/xstat.c: Likewise.
35785         * io/xstat64.c: Likewise.
35786         * login/getpt.c: Likewise.
35787         * login/grantpt.c: Likewise.
35788         * login/unlockpt.c: Likewise.
35789         * math/e_acoshl.c: Likewise.
35790         * math/e_acosl.c: Likewise.
35791         * math/e_asinl.c: Likewise.
35792         * math/e_atan2l.c: Likewise.
35793         * math/e_atanhl.c: Likewise.
35794         * math/e_coshl.c: Likewise.
35795         * math/e_expl.c: Likewise.
35796         * math/e_fmodl.c: Likewise.
35797         * math/e_gammal_r.c: Likewise.
35798         * math/e_hypotl.c: Likewise.
35799         * math/e_j0l.c: Likewise.
35800         * math/e_j1l.c: Likewise.
35801         * math/e_jnl.c: Likewise.
35802         * math/e_lgammal_r.c: Likewise.
35803         * math/e_log10l.c: Likewise.
35804         * math/e_log2l.c: Likewise.
35805         * math/e_logl.c: Likewise.
35806         * math/e_powl.c: Likewise.
35807         * math/e_rem_pio2l.c: Likewise.
35808         * math/e_sinhl.c: Likewise.
35809         * math/e_sqrtl.c: Likewise.
35810         * math/fclrexcpt.c: Likewise.
35811         * math/fedisblxcpt.c: Likewise.
35812         * math/feenablxcpt.c: Likewise.
35813         * math/fegetenv.c: Likewise.
35814         * math/fegetexcept.c: Likewise.
35815         * math/fegetround.c: Likewise.
35816         * math/feholdexcpt.c: Likewise.
35817         * math/fesetenv.c: Likewise.
35818         * math/fesetround.c: Likewise.
35819         * math/feupdateenv.c: Likewise.
35820         * math/fgetexcptflg.c: Likewise.
35821         * math/fraiseexcpt.c: Likewise.
35822         * math/fsetexcptflg.c: Likewise.
35823         * math/ftestexcept.c: Likewise.
35824         * math/k_cosl.c: Likewise.
35825         * math/k_rem_pio2l.c: Likewise.
35826         * math/k_sinl.c: Likewise.
35827         * math/k_tanl.c: Likewise.
35828         * math/s_asinhl.c: Likewise.
35829         * math/s_atanl.c: Likewise.
35830         * math/s_cbrtl.c: Likewise.
35831         * math/s_erfl.c: Likewise.
35832         * math/s_expm1l.c: Likewise.
35833         * math/s_log1pl.c: Likewise.
35834         * math/s_tanhl.c: Likewise.
35835         * misc/acct.c: Likewise.
35836         * misc/brk.c: Likewise.
35837         * misc/chflags.c: Likewise.
35838         * misc/chroot.c: Likewise.
35839         * misc/fchflags.c: Likewise.
35840         * misc/fgetxattr.c: Likewise.
35841         * misc/flistxattr.c: Likewise.
35842         * misc/fremovexattr.c: Likewise.
35843         * misc/fsetxattr.c: Likewise.
35844         * misc/fsync.c: Likewise.
35845         * misc/ftruncate.c: Likewise.
35846         * misc/futimes.c: Likewise.
35847         * misc/futimesat.c: Likewise.
35848         * misc/getdomain.c: Likewise.
35849         * misc/getdtsz.c: Likewise.
35850         * misc/gethostid.c: Likewise.
35851         * misc/gethostname.c: Likewise.
35852         * misc/getloadavg.c: Likewise.
35853         * misc/getpagesize.c: Likewise.
35854         * misc/getsysstats.c: Likewise.
35855         * misc/getxattr.c: Likewise.
35856         * misc/gtty.c: Likewise.
35857         * misc/ioctl.c: Likewise.
35858         * misc/lgetxattr.c: Likewise.
35859         * misc/listxattr.c: Likewise.
35860         * misc/llistxattr.c: Likewise.
35861         * misc/lremovexattr.c: Likewise.
35862         * misc/lsetxattr.c: Likewise.
35863         * misc/lutimes.c: Likewise.
35864         * misc/madvise.c: Likewise.
35865         * misc/mincore.c: Likewise.
35866         * misc/mlock.c: Likewise.
35867         * misc/mlockall.c: Likewise.
35868         * misc/mmap.c: Likewise.
35869         * misc/mprotect.c: Likewise.
35870         * misc/msync.c: Likewise.
35871         * misc/munlock.c: Likewise.
35872         * misc/munlockall.c: Likewise.
35873         * misc/munmap.c: Likewise.
35874         * misc/preadv.c: Likewise.
35875         * misc/preadv64.c: Likewise.
35876         * misc/ptrace.c: Likewise.
35877         * misc/pwritev.c: Likewise.
35878         * misc/pwritev64.c: Likewise.
35879         * misc/readv.c: Likewise.
35880         * misc/reboot.c: Likewise.
35881         * misc/remap_file_pages.c: Likewise.
35882         * misc/removexattr.c: Likewise.
35883         * misc/revoke.c: Likewise.
35884         * misc/select.c: Likewise.
35885         * misc/setdomain.c: Likewise.
35886         * misc/setegid.c: Likewise.
35887         * misc/seteuid.c: Likewise.
35888         * misc/sethostid.c: Likewise.
35889         * misc/sethostname.c: Likewise.
35890         * misc/setregid.c: Likewise.
35891         * misc/setreuid.c: Likewise.
35892         * misc/setxattr.c: Likewise.
35893         * misc/sstk.c: Likewise.
35894         * misc/stty.c: Likewise.
35895         * misc/swapoff.c: Likewise.
35896         * misc/swapon.c: Likewise.
35897         * misc/sync.c: Likewise.
35898         * misc/syncfs.c: Likewise.
35899         * misc/syscall.c: Likewise.
35900         * misc/truncate.c: Likewise.
35901         * misc/ualarm.c: Likewise.
35902         * misc/usleep.c: Likewise.
35903         * misc/ustat.c: Likewise.
35904         * misc/utimes.c: Likewise.
35905         * misc/vhangup.c: Likewise.
35906         * misc/writev.c: Likewise.
35907         * posix/_exit.c: Likewise.
35908         * posix/alarm.c: Likewise.
35909         * posix/execve.c: Likewise.
35910         * posix/fexecve.c: Likewise.
35911         * posix/fork.c: Likewise.
35912         * posix/fpathconf.c: Likewise.
35913         * posix/getaddrinfo.c: Likewise.
35914         * posix/getegid.c: Likewise.
35915         * posix/geteuid.c: Likewise.
35916         * posix/getgid.c: Likewise.
35917         * posix/getgroups.c: Likewise.
35918         * posix/getlogin.c: Likewise.
35919         * posix/getlogin_r.c: Likewise.
35920         * posix/getpgid.c: Likewise.
35921         * posix/getpid.c: Likewise.
35922         * posix/getppid.c: Likewise.
35923         * posix/getresgid.c: Likewise.
35924         * posix/getresuid.c: Likewise.
35925         * posix/getsid.c: Likewise.
35926         * posix/getuid.c: Likewise.
35927         * posix/glob64.c: Likewise.
35928         * posix/nanosleep.c: Likewise.
35929         * posix/pathconf.c: Likewise.
35930         * posix/pause.c: Likewise.
35931         * posix/posix_madvise.c: Likewise.
35932         * posix/pread.c: Likewise.
35933         * posix/pread64.c: Likewise.
35934         * posix/pwrite.c: Likewise.
35935         * posix/pwrite64.c: Likewise.
35936         * posix/sched_getaffinity.c: Likewise.
35937         * posix/sched_getp.c: Likewise.
35938         * posix/sched_gets.c: Likewise.
35939         * posix/sched_primax.c: Likewise.
35940         * posix/sched_primin.c: Likewise.
35941         * posix/sched_rr_gi.c: Likewise.
35942         * posix/sched_setaffinity.c: Likewise.
35943         * posix/sched_setp.c: Likewise.
35944         * posix/sched_sets.c: Likewise.
35945         * posix/sched_yield.c: Likewise.
35946         * posix/setgid.c: Likewise.
35947         * posix/setlogin.c: Likewise.
35948         * posix/setpgid.c: Likewise.
35949         * posix/setresgid.c: Likewise.
35950         * posix/setresuid.c: Likewise.
35951         * posix/setsid.c: Likewise.
35952         * posix/setuid.c: Likewise.
35953         * posix/sleep.c: Likewise.
35954         * posix/spawni.c: Likewise.
35955         * posix/sysconf.c: Likewise.
35956         * posix/times.c: Likewise.
35957         * posix/wait.c: Likewise.
35958         * posix/wait3.c: Likewise.
35959         * posix/wait4.c: Likewise.
35960         * posix/waitpid.c: Likewise.
35961         * resolv/gai_sigqueue.c: Likewise.
35962         * resource/getpriority.c: Likewise.
35963         * resource/getrlimit.c: Likewise.
35964         * resource/getrusage.c: Likewise.
35965         * resource/nice.c: Likewise.
35966         * resource/setpriority.c: Likewise.
35967         * resource/setrlimit.c: Likewise.
35968         * resource/ulimit.c: Likewise.
35969         * rt/aio_cancel.c: Likewise.
35970         * rt/aio_fsync.c: Likewise.
35971         * rt/aio_read.c: Likewise.
35972         * rt/aio_sigqueue.c: Likewise.
35973         * rt/aio_suspend.c: Likewise.
35974         * rt/aio_write.c: Likewise.
35975         * rt/clock_getres.c: Likewise.
35976         * rt/clock_gettime.c: Likewise.
35977         * rt/clock_nanosleep.c: Likewise.
35978         * rt/clock_settime.c: Likewise.
35979         * rt/lio_listio.c: Likewise.
35980         * rt/mq_close.c: Likewise.
35981         * rt/mq_getattr.c: Likewise.
35982         * rt/mq_notify.c: Likewise.
35983         * rt/mq_open.c: Likewise.
35984         * rt/mq_receive.c: Likewise.
35985         * rt/mq_send.c: Likewise.
35986         * rt/mq_setattr.c: Likewise.
35987         * rt/mq_timedreceive.c: Likewise.
35988         * rt/mq_timedsend.c: Likewise.
35989         * rt/mq_unlink.c: Likewise.
35990         * rt/shm_open.c: Likewise.
35991         * rt/shm_unlink.c: Likewise.
35992         * rt/timer_create.c: Likewise.
35993         * rt/timer_delete.c: Likewise.
35994         * rt/timer_getoverr.c: Likewise.
35995         * rt/timer_gettime.c: Likewise.
35996         * rt/timer_settime.c: Likewise.
35997         * setjmp/__longjmp.c: Likewise.
35998         * setjmp/setjmp.c: Likewise.
35999         * signal/kill.c: Likewise.
36000         * signal/killpg.c: Likewise.
36001         * signal/raise.c: Likewise.
36002         * signal/sigaction.c: Likewise.
36003         * signal/sigaltstack.c: Likewise.
36004         * signal/sigblock.c: Likewise.
36005         * signal/sigignore.c: Likewise.
36006         * signal/sigintr.c: Likewise.
36007         * signal/signal.c: Likewise.
36008         * signal/sigpause.c: Likewise.
36009         * signal/sigpending.c: Likewise.
36010         * signal/sigqueue.c: Likewise.
36011         * signal/sigreturn.c: Likewise.
36012         * signal/sigset.c: Likewise.
36013         * signal/sigsetmask.c: Likewise.
36014         * signal/sigstack.c: Likewise.
36015         * signal/sigsuspend.c: Likewise.
36016         * signal/sigtimedwait.c: Likewise.
36017         * signal/sigvec.c: Likewise.
36018         * signal/sigwait.c: Likewise.
36019         * signal/sigwaitinfo.c: Likewise.
36020         * signal/sysv_signal.c: Likewise.
36021         * socket/accept.c: Likewise.
36022         * socket/accept4.c: Likewise.
36023         * socket/bind.c: Likewise.
36024         * socket/connect.c: Likewise.
36025         * socket/getpeername.c: Likewise.
36026         * socket/getsockname.c: Likewise.
36027         * socket/getsockopt.c: Likewise.
36028         * socket/isfdtype.c: Likewise.
36029         * socket/listen.c: Likewise.
36030         * socket/recv.c: Likewise.
36031         * socket/recvfrom.c: Likewise.
36032         * socket/recvmsg.c: Likewise.
36033         * socket/send.c: Likewise.
36034         * socket/sendmsg.c: Likewise.
36035         * socket/sendto.c: Likewise.
36036         * socket/setsockopt.c: Likewise.
36037         * socket/shutdown.c: Likewise.
36038         * socket/sockatmark.c: Likewise.
36039         * socket/socket.c: Likewise.
36040         * socket/socketpair.c: Likewise.
36041         * stdio-common/ctermid.c: Likewise.
36042         * stdio-common/cuserid.c: Likewise.
36043         * stdio-common/remove.c: Likewise.
36044         * stdio-common/rename.c: Likewise.
36045         * stdio-common/renameat.c: Likewise.
36046         * stdio-common/tempname.c: Likewise.
36047         * stdlib/getcontext.c: Likewise.
36048         * stdlib/makecontext.c: Likewise.
36049         * stdlib/setcontext.c: Likewise.
36050         * stdlib/swapcontext.c: Likewise.
36051         * stdlib/system.c: Likewise.
36052         * streams/fattach.c: Likewise.
36053         * streams/fdetach.c: Likewise.
36054         * streams/getmsg.c: Likewise.
36055         * streams/getpmsg.c: Likewise.
36056         * streams/putmsg.c: Likewise.
36057         * streams/putpmsg.c: Likewise.
36058         * sysdeps/unix/bsd/getpt.c: Likewise.
36059         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
36060         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
36061         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
36062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
36063         Likewise.
36064         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
36065         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
36066         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
36067         * sysvipc/msgctl.c: Likewise.
36068         * sysvipc/msgget.c: Likewise.
36069         * sysvipc/msgrcv.c: Likewise.
36070         * sysvipc/msgsnd.c: Likewise.
36071         * sysvipc/semctl.c: Likewise.
36072         * sysvipc/semget.c: Likewise.
36073         * sysvipc/semop.c: Likewise.
36074         * sysvipc/semtimedop.c: Likewise.
36075         * sysvipc/shmat.c: Likewise.
36076         * sysvipc/shmctl.c: Likewise.
36077         * sysvipc/shmdt.c: Likewise.
36078         * sysvipc/shmget.c: Likewise.
36079         * termios/tcdrain.c: Likewise.
36080         * termios/tcflow.c: Likewise.
36081         * termios/tcflush.c: Likewise.
36082         * termios/tcgetattr.c: Likewise.
36083         * termios/tcgetpgrp.c: Likewise.
36084         * termios/tcsendbrk.c: Likewise.
36085         * termios/tcsetattr.c: Likewise.
36086         * termios/tcsetpgrp.c: Likewise.
36087         * time/adjtime.c: Likewise.
36088         * time/clock.c: Likewise.
36089         * time/getitimer.c: Likewise.
36090         * time/gettimeofday.c: Likewise.
36091         * time/setitimer.c: Likewise.
36092         * time/settimeofday.c: Likewise.
36093         * time/stime.c: Likewise.
36094         * time/time.c: Likewise.
36096 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
36098         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
36099         /usr/old/bin.
36101         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
36102         instead of spaces.
36103         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
36105 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
36107         [BZ #14796]
36108         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
36109         FE_TONEAREST before applying Dekker multiplication and Knuth
36110         addition.  Clear inexact exceptions and check for exact zero
36111         results afterwards.
36112         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36113         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
36114         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36115         * math/libm-test.inc (fma_test): Add more tests.
36116         (fma_test_towardzero): Likewise.
36117         (fma_test_downward): Likewise.
36118         (fma_test_upward): Likewise.
36119         * sysdeps/generic/math_private.h (default_libc_fesetround): New
36120         function.
36121         (libc_fesetround): New macro.
36122         (libc_fesetroundf): Likewise.
36123         (libc_fesetroundl): Likewise.
36124         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
36125         function.
36126         (libc_fesetround_387): Likewise.
36127         (libc_fesetroundf): New macro.
36128         (libc_fesetround): Likewise.
36129         (libc_fesetroundl): Likewise.
36130         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
36131         function.
36132         (libc_fesetroundf): New macro.
36133         (libc_fesetround): Likewise.
36134         (libc_fesetroundl): Likewise.
36135         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
36136         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
36137         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
36138         libm_hidden_ver.
36139         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
36140         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
36141         libm_hidden_def.
36142         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
36143         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
36144         libm_hidden_ver.
36145         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
36146         libm_hidden_def.
36148         [BZ #3439]
36149         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
36150         integer constant usable in #if and use that to give value to enum
36151         constant.
36152         (FE_DIVBYZERO): Likewise.
36153         (FE_UNDERFLOW): Likewise.
36154         (FE_OVERFLOW): Likewise.
36155         (FE_INVALID): Likewise.
36156         (FE_INVALID_SNAN): Likewise.
36157         (FE_INVALID_ISI): Likewise.
36158         (FE_INVALID_IDI): Likewise.
36159         (FE_INVALID_ZDZ): Likewise.
36160         (FE_INVALID_IMZ): Likewise.
36161         (FE_INVALID_COMPARE): Likewise.
36162         (FE_INVALID_SOFTWARE): Likewise.
36163         (FE_INVALID_SQRT): Likewise.
36164         (FE_INVALID_INTEGER_CONVERSION): Likewise.
36165         (FE_TONEAREST): Likewise.
36166         (FE_TOWARDZERO): Likewise.
36167         (FE_UPWARD): Likewise.
36168         (FE_DOWNWARD): Likewise.
36169         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
36170         (FE_DIVBYZERO): Likewise.
36171         (FE_OVERFLOW): Likewise.
36172         (FE_UNDERFLOW): Likewise.
36173         (FE_INEXACT): Likewise.
36174         (FE_TONEAREST): Likewise.
36175         (FE_DOWNWARD): Likewise.
36176         (FE_UPWARD): Likewise.
36177         (FE_TOWARDZERO): Likewise.
36178         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
36179         (FE_UNDERFLOW): Likewise.
36180         (FE_OVERFLOW): Likewise.
36181         (FE_DIVBYZERO): Likewise.
36182         (FE_INVALID): Likewise.
36183         (FE_TONEAREST): Likewise.
36184         (FE_TOWARDZERO): Likewise.
36185         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
36186         (FE_OVERFLOW): Likewise.
36187         (FE_UNDERFLOW): Likewise.
36188         (FE_DIVBYZERO): Likewise.
36189         (FE_INEXACT): Likewise.
36190         (FE_TONEAREST): Likewise.
36191         (FE_TOWARDZERO): Likewise.
36192         (FE_UPWARD): Likewise.
36193         (FE_DOWNWARD): Likewise.
36194         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
36195         (FE_DIVBYZERO): Likewise.
36196         (FE_OVERFLOW): Likewise.
36197         (FE_UNDERFLOW): Likewise.
36198         (FE_INEXACT): Likewise.
36199         (FE_TONEAREST): Likewise.
36200         (FE_DOWNWARD): Likewise.
36201         (FE_UPWARD): Likewise.
36202         (FE_TOWARDZERO): Likewise.
36204 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
36206         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
36208 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
36210         * scripts/cross-test-ssh.sh (command): Use newlines to separate
36211         commands.  Quote $PWD.
36212         (blacklist_exports): Don't use remove_newlines.  Replace "declare
36213         -x" by "export".
36214         (remove_newlines): Remove.
36216 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
36218         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
36219         * stdlib/stdlib.h (atof): Moved to ...
36220         * include/bits/stdlib-float.h: Here.  New file.
36221         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
36222         * stdlib/bits/stdlib-float.h: New file.
36223         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
36224         -mno-sse -mno-mmx.
36225         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
36226         <xmmintrin.h>.
36228 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
36230         * conform/conformtest.pl (@headers): Add fenv.h.
36231         * conform/data/fenv.h-data: New file.
36232         * include/fenv.h [_ISOMAC]: Disable all contents of file except
36233         include of <math/fenv.h>.
36235         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
36236         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
36237         && !UNIX98].  Enables tests for XOPEN2K8.
36238         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
36239         POSIX2008]: Likewise.
36241         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
36242         (struct rusage): Do not expect type or its members.
36244         [BZ #3439]
36245         * math/math.h (FP_NAN): Define macro to integer constant usable in
36246         #if and use that to give value to enum constant.
36247         (FP_INFINITE): Likewise.
36248         (FP_ZERO): Likewise.
36249         (FP_SUBNORMAL): Likewise.
36250         (FP_NORMAL): Likewise.
36252 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
36254         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
36255         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
36256         arguments.
36258 2012-11-02  Roland McGrath  <roland@hack.frob.com>
36260         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
36261         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
36262         autoconf-time if not.
36263         * configure.in: Remove AC_PREREQ.
36265 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36267         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
36268         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
36269         of the internal implementation.
36271 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
36273         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
36274         except include of <misc/sys/syslog.h>.
36276 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
36278         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
36279         function returns with a NULL context exit with zero.
36281 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36283         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
36285 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
36287         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
36288         (run_program_cmd): This.
36289         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
36290         (tst_langinfo): New variable.  Use it.
36292 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
36294         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
36295         floating point opcodes.
36297 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36299         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
36300         variable.
36302         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
36304         * sysdeps/mach/hurd/powerpc: Remove directory.
36305         * sysdeps/mach/powerpc: Likewise.
36307 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
36309         * scripts/check-local-headers.sh: Ignore c++ headers.
36311 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36313         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
36314         __libc_cleanup_region_start argument.
36316 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
36318         [BZ #14784]
36319         [BZ #14785]
36320         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
36321         x * y using scaling, not as x * y + z.
36322         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36323         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36324         * math/libm-test.inc (fma_test): Add more tests.
36325         (fma_test_towardzero): Likewise.
36326         (fma_test_downward): Likewise.
36327         (fma_test_upward): Likewise.
36329 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36331         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
36333 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
36335         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
36336         New variable.
36338 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
36340         * rt/tst-shm.c (worker): Correct checking for mmap failure.
36342 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
36344         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36345         Fix sort order.
36346         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36347         Likewise.
36349 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36351         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36352         Fix the order of the list for glibc 2.17.
36353         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36354         Likewise.
36356 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
36358         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36360 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
36362         [BZ #14610]
36363         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
36364         for low part of x being zero before using __atanl (y).
36365         * math/libm-test.inc (atan2_test): Add another test.
36367         * manual/install.texi (Configuring and compiling): Document
36368         general use of test-wrapper and test-wrapper-env.
36369         * INSTALL: Regenerated.
36371         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
36372         (__fma): Do not extract and scale down low bits on after-rounding
36373         systems when result rounded to normal precision would have normal
36374         exponent.
36375         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
36376         (__fmal): Do not extract and scale down low bits on after-rounding
36377         systems when result rounded to normal precision would have normal
36378         exponent.
36379         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
36380         (__fmal): Do not extract and scale down low bits on after-rounding
36381         systems when result rounded to normal precision would have normal
36382         exponent.
36383         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
36384         macro.
36385         (fma_test): Add more tests.
36386         (fma_test_towardzero): Likewise.
36387         (fma_test_downward): Likewise.
36388         (fma_test_upward): Likewise.
36390 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
36392         * sysdeps/i386/tininess.h: Renamed to ...
36393         * sysdeps/x86/tininess.h: This.
36394         * sysdeps/x86_64/tininess.h: Removed.
36396 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
36398         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
36399         input.  Use $(build-program-cmd).
36400         ($(objpfx)tst-array1-static.out): Likewise.
36401         ($(objpfx)tst-array2.out): Likewise.
36402         ($(objpfx)tst-array3.out): Likewise.
36403         ($(objpfx)tst-array4.out): Likewise.
36404         ($(objpfx)tst-array5.out): Likewise.
36405         ($(objpfx)tst-array5-static.out): Likewise.
36407 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
36409         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
36410         if defined.
36412         * nss/nsswitch.h (nss_interface_function): Provide new
36413         macro for use with NSS functions.
36414         * grp/initgroups.c: Use new macro.
36415         * nss/getXXbyYY.c: Likewise.
36416         * nss/getXXbyYY_r.c: Likewise.
36417         * nss/getXXent.c: Likewise.
36418         * nss/getXXent_r.c: Likewise.
36419         * sysdeps/posix/getaddrinfo.c: Likewise.
36421 2012-10-30  Andreas Jaeger  <aj@suse.de>
36423         * po/ru.po: Update Russion translation from translation project.
36425 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
36427         [BZ #14152]
36428         [BZ #14783]
36429         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
36430         result and shift together with sticky bit instead of replicating
36431         round-to-nearest rounding.
36432         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36433         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36434         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
36435         missing underflow exceptions.
36436         (fma_test_towardzero): Add more tests.
36437         (fma_test_downward): Likewise.
36438         (fma_test_upward): Likewise.
36440         [BZ #14047]
36441         * sysdeps/generic/tininess.h: New file.
36442         * sysdeps/i386/tininess.h: Likewise.
36443         * sysdeps/sh/tininess.h: Likewise.
36444         * sysdeps/x86_64/tininess.h: Likewise.
36445         * stdlib/tst-strtod-underflow.c: Likewise.
36446         * stdlib/tst-tininess.c: Likewise.
36447         * stdlib/strtod_l.c: Include <tininess.h>.
36448         (round_and_return): Do not set errno for exact underflow cases.
36449         Force an underflow exception when setting errno for underflow.
36450         Determine underflow based on rounding to normal precision if
36451         TININESS_AFTER_ROUNDING.
36452         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
36453         ERANGE for exact underflow cases.
36454         * stdlib/Makefile (tests): Add tst-tininess and
36455         tst-strtod-underflow.
36456         ($(objpfx)tst-tininess): Use $(link-libm).
36457         ($(objpfx)tst-strtod-underflow): Likewise.
36459 2012-10-30  Andreas Jaeger  <aj@suse.de>
36461         [BZ#14767]
36462         * elf/Makefile (tests): Remove conditional for have-initfini-array
36463         since this is now always required and the variable does not exist
36464         anymore.
36465         (tests-static): Likewise.
36466         (modules-names): Likewise.
36468         * po/eo.po: Add Esperanto translation from translation project.
36470         * elf/tst-array1.c (fini_array): Make writeable so that it can be
36471         merged with constructor/destructor.
36472         (init_array): Likewise.
36473         * elf/tst-array2dep.c (fini_array): Likewise.
36474         (init_array): Likewise.
36476 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
36478         * manual/message.texi: Delete @cartouche tags.
36480 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
36482         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
36483         EOPNOTSUPP.
36484         * sysdeps/mach/hurd/fsync.c: Likewise.
36486         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
36487         [_POSIX_REALTIME_SIGNALS]: Change condition to
36488         [_POSIX_REALTIME_SIGNALS > 0].
36490 2012-10-27  Andreas Jaeger  <aj@suse.de>
36492         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
36493         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
36494         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
36495         [__WORDSIZE != 64]: Likewise.
36497 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
36499         *  iconvdata/tst-table.sh: Remove ${SHELL}.
36500         *  iconvdata/tst-tables.sh: Likewise.
36502 2012-10-25  David S. Miller  <davem@davemloft.net>
36504         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36505         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
36506         of strtoull.
36508         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
36509         ifunc-impl-list.c
36510         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
36511         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
36512         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
36513         file.
36515 2012-10-25  Roland McGrath  <roland@hack.frob.com>
36517         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36518         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
36519         __getdirentries.
36521 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
36522             Jim Blandy  <jimb@codesourcery.com>
36524         * scripts/cross-test-ssh.sh: New file.
36525         * manual/install.texi (Configuring and compiling): Document use of
36526         cross-test-ssh.sh.
36527         * INSTALL: Regenerated.
36529 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
36531         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
36532         EOPNOTSUPP.
36534 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
36536         * Makeconfig (run-program-prefix): Fix comment.
36538 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
36539             Jim Blandy  <jimb@codesourcery.com>
36541         * Makeconfig (test-wrapper): New variable,
36542         (test-wrapper-env): Likewise.
36543         [$(cross-compiling) = yes && $(test-wrapper) != ""]
36544         (run-built-tests): Define to yes.
36545         (run-program-prefix): Use $(test-wrapper).
36546         (built-program-cmd): Likewise.
36547         * Rules (make-test-out): Use $(test-wrapper-env) and
36548         $(host-built-program-cmd).
36549         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
36550         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
36551         tst-pathopt.sh.
36552         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
36553         $(test-wrapper-env) to tst-rtld-load-self.sh.
36554         ($(objpfx)order2.out): Use $(test-wrapper).
36555         ($(objpfx)tst-initorder.out): Likewise.
36556         ($(objpfx)tst-initorder2.out): Likewise.
36557         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
36558         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
36559         (test_wrapper_env): New variable.  Use it to run ld.so.
36560         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
36561         Use it to run ld.so.
36562         (test_wrapper_env): Likewise.
36563         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
36564         $(test-wrapper) to run-iconv-test.sh.
36565         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
36566         (ICONV): Use $test_wrapper.
36567         * posix/Makefile ($(objpfx)globtest.out): Pass
36568         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
36569         globtest.sh, not $(run-program-prefix).
36570         * posix/globtest.sh (run_via_rtld_prefix): New variable.
36571         (test_wrapper): Likewise.
36572         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
36573         set together with run_via_rtld_prefix.
36574         (run_program_prefix): Define in terms of test_wrapper and
36575         run_via_rtld_prefix.
36577 2012-10-24  Roland McGrath  <roland@hack.frob.com>
36579         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
36580         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
36581         Targets removed.
36583         [BZ #14743]
36584         * include/time.h: Remove librt_hidden_proto (clock_gettime).
36585         Declare __clock_getres, __clock_gettime, __clock_settime,
36586         __clock_nanosleep, and __clock_getcpuclockid.
36587         * rt/clock_gettime.c: Define __clock_gettime as an alias.
36588         Remove librt_hidden_def (clock_gettime).
36589         * sysdeps/unix/clock_gettime.c: Likewise.
36590         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
36591         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
36592         * rt/clock_getres.c: Define __clock_getres as an alias.
36593         * sysdeps/posix/clock_getres.c: Likewise.
36594         * rt/clock_settime.c: Define __clock_settime as an alias.
36595         * sysdeps/unix/clock_settime.c: Likewise.
36596         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
36597         * sysdeps/unix/clock_nanosleep.c: Likewise.
36598         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
36599         * rt/clock-compat.c: New file.
36600         * rt/Makefile (librt-routines): Add clock-compat and move
36601         $(clock-routines) to ...
36602         (routines): ... here, new variable.
36603         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
36604         Don't add get_clockfreq here.
36605         * rt/Versions (libc: GLIBC_2.17): New version set.
36606         Add clock_* symbols here.
36607         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
36608         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
36609         (GLIBC_2.17): Add clock_* symbols.
36610         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
36611         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
36612         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36613         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36614         Likewise.
36615         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36616         Likewise.
36617         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36618         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
36619         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
36620         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
36621         * NEWS: Mention the move.
36623         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
36624         Use __open, __read, __close rather than their public counterparts.
36625         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36626         (__get_clockfreq_via_cpuinfo): Likewise.
36627         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
36628         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
36630         * config.h.in (HAVE_IFUNC): New #undef.
36631         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
36632         was successful.
36633         * configure: Regenerated.
36635 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
36637         * configure.in: Move READELF check to start of file.
36638         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
36639         libc_cv_asm_gnu_indirect_function in the process.
36640         * configure: Regenerated.
36642 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
36644         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
36645         send the output to /dev/null.
36646         (libc_cv_cc_with_libunwind): Likewise.
36647         (libc_cv_as_noexecstack): Likewise.
36648         * configure: Regenerate.
36650 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
36652         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
36654         * posix/globtest.sh (TMPDIR): Do not set.
36655         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
36656         (testout): Likewise.
36658 2012-10-24  Andreas Jaeger  <aj@suse.de>
36660         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
36661         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
36662         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
36663         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
36664         posix_fadvise64, posix_fallocate64.
36666         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
36667         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
36668         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
36669         Likewise.
36670         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
36671         Likewise.
36672         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
36674         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
36675         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
36676         <bits/fcntl-linux.h>.
36677         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
36679         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
36680         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
36681         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
36682         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
36683         [__WORDSIZE != 64]: Likewise.
36685 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
36687         * Makeconfig (run-built-tests): New variable.
36688         * Rules [$(cross-compiling) = yes]: Change condition to
36689         [$(run-built-tests) = no].
36690         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
36691         to [$(run-built-tests) = yes].
36692         * elf/Makefile [$(cross-compiling) = no]: Likewise
36693         * grp/Makefile [$(cross-compiling) = no]: Likewise.
36694         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
36695         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
36696         * intl/Makefile [$(cross-compiling) = no]: Likewise.
36697         * io/Makefile [$(cross-compiling) = no]: Likewise.
36698         * libio/Makefile [$(cross-compiling) = no]: Likewise.
36699         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
36700         * misc/Makefile [$(cross-compiling) = no]: Likewise.
36701         * posix/Makefile [$(cross-compiling) = no]: Likewise.
36702         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
36703         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
36704         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
36705         * string/Makefile [$(cross-compiling) = no]: Likewise.
36707         * posix/Makefile ($(objpfx)globtest.out): Pass
36708         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
36709         $(rtld-installed-name).
36710         * posix/globtest.sh (elf_objpfx): Remove variable.
36711         (rtld_installed_name): Likewise.
36712         (library_path): Likewise.
36713         (run_program_prefix): New variable.  Use for running globtest
36714         binary.
36716 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
36717             Joseph Myers  <joseph@codesourcery.com>
36719         * Makeconfig (host-built-program-cmd): New variable.
36720         * elf/Makefile (tst-stackguard1-ARGS): Use
36721         $(host-built-program-cmd).
36722         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
36723         (tst-spawn-ARGS): Likewise.
36724         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
36726 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
36727             Jim Blandy  <jimb@codesourcery.com>
36729         * Makeconfig (run-via-rtld-prefix): New variable.
36730         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
36731         (built-program-cmd): Likewise.
36733 2012-10-22  Andreas Jaeger  <aj@suse.de>
36735         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
36736         __O_RSYNC if it exists, otherwise to O_SYNC.
36738 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
36739             Joseph Myers  <joseph@codesourcery.com>
36741         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
36742         /dev/null.
36743         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
36744         from /dev/null
36745         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
36746         /dev/null.
36748 2012-10-22  Andreas Jaeger  <aj@suse.de>
36750         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
36751         Define always.
36752         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
36754         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
36755         bits/fcntl-linux.h.
36757         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
36758         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
36760         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
36761         to __O_LARGEFILE.
36762         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
36763         to __O_LARGEFILE.
36765 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
36766             Joseph Myers  <joseph@codesourcery.com>
36768         * config.make.in (NM): New variable.
36770 2012-10-21  Andreas Jaeger  <aj@suse.de>
36772         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
36773         definitions and declarations that are provided by
36774         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
36776 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
36778         [BZ #14683]
36779         * elf/Makefile (tests-static): Add tst-leaks1-static.
36780         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
36781         ($(objpfx)tst-leaks1-static): New rule.
36782         ($(objpfx)tst-leaks1-static-mem): Likewise.
36783         (tst-leaks1-static-ENV): New macro.
36784         * elf/dl-open.c (dl_open_worker): Check the main application
36785         only if SHARED is defined.
36786         * elf/tst-leaks1-static.c: New file.
36788 2012-10-20  Andreas Jaeger  <aj@suse.de>
36790         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
36791         generic values for Linux.
36792         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
36793         and declarations that are provided by <bits/fcntl-linux.h> and
36794         include <bits/fcntl-linux.h>.
36795         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
36796         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
36798 2012-10-20  Roland McGrath  <roland@hack.frob.com>
36800         * io/fcntl.h: Move include of <bits/types.h> to the top and
36801         include it unconditionally.
36803 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
36805         * wcsmbs/Makefile (tests-ifunc): New variable.
36806         (tests): Add $(tests-ifunc).
36807         * wcsmbs/test-wcschr-ifunc.c: New file.
36808         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
36809         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
36810         * wcsmbs/test-wcslen-ifunc.c: Likewise.
36811         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
36812         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
36814         * string/Makefile (tests-ifunc): New variable.
36815         (tests): Add $(tests-ifunc).
36816         * string/test-memccpy.c (TEST_NAME): New macro.
36817         * string/test-memchr.c (TEST_NAME): Likewise.
36818         * string/test-memcmp.c (TEST_NAME): Likewise.
36819         * string/test-memcpy.c (TEST_NAME): Likewise.
36820         * string/test-memmem.c (TEST_NAME): Likewise.
36821         * string/test-memmove.c (TEST_NAME): Likewise.
36822         * string/test-memset.c (TEST_NAME): Likewise.
36823         * string/test-rawmemchr.c (TEST_NAME): Likewise.
36824         * string/test-stpcpy.c (TEST_NAME): Likewise.
36825         * string/test-stpncpy.c (TEST_NAME): Likewise.
36826         * string/test-strcasecmp.c (TEST_NAME): Likewise.
36827         * string/test-strcasestr.c (TEST_NAME): Likewise.
36828         * string/test-strcat.c (TEST_NAME): Likewise.
36829         * string/test-strchr.c (TEST_NAME): Likewise.
36830         * string/test-strcmp.c(TEST_NAME): Likewise.
36831         * string/test-strcpy.c (TEST_NAME): Likewise.
36832         * string/test-strcspn.c (TEST_NAME): Likewise.
36833         * string/test-strlen.c (TEST_NAME): Likewise.
36834         * string/test-strncasecmp.c (TEST_NAME): Likewise.
36835         * string/test-strncmp.c (TEST_NAME): Likewise.
36836         * string/test-strncpy.c (TEST_NAME): Likewise.
36837         * string/test-strnlen.c (TEST_NAME): Likewise.
36838         * string/test-strpbrk.c (TEST_NAME): Likewise.
36839         * string/test-strrchr.c (TEST_NAME): Likewise.
36840         * string/test-strspn.c (TEST_NAME): Likewise.
36841         * string/test-strstr.c (TEST_NAME): Likewise.
36842         * string/test-bcopy-ifunc.c: New file.
36843         * string/test-bzero-ifunc.c: Likewise.
36844         * string/test-memccpy-ifunc.c: Likewise.
36845         * string/test-memchr-ifunc.c: Likewise.
36846         * string/test-memcmp-ifunc.c: Likewise.
36847         * string/test-memcpy-ifunc.c: Likewise.
36848         * string/test-memmem-ifunc.c: Likewise.
36849         * string/test-memmove-ifunc.c: Likewise.
36850         * string/test-mempcpy-ifunc.c: Likewise.
36851         * string/test-memset-ifunc.c: Likewise.
36852         * string/test-rawmemchr-ifunc.c: Likewise.
36853         * string/test-stpcpy-ifunc.c: Likewise.
36854         * string/test-stpncpy-ifunc.c: Likewise.
36855         * string/test-strcasecmp-ifunc.c: Likewise.
36856         * string/test-strcasestr-ifunc.c: Likewise.
36857         * string/test-strcat-ifunc.c: Likewise.
36858         * string/test-strchr-ifunc.c: Likewise.
36859         * string/test-strchrnul-ifunc.c: Likewise.
36860         * string/test-strcmp-ifunc.c: Likewise.
36861         * string/test-strcpy-ifunc.c: Likewise.
36862         * string/test-strcspn-ifunc.c: Likewise.
36863         * string/test-strlen-ifunc.c: Likewise.
36864         * string/test-strncasecmp-ifunc.c: Likewise.
36865         * string/test-strncat-ifunc.c: Likewise.
36866         * string/test-strncmp-ifunc.c: Likewise.
36867         * string/test-strncpy-ifunc.c: Likewise.
36868         * string/test-strnlen-ifunc.c: Likewise.
36869         * string/test-strpbrk-ifunc.c: Likewise.
36870         * string/test-strrchr-ifunc.c: Likewise.
36871         * string/test-strspn-ifunc.c: Likewise.
36872         * string/test-strstr-ifunc.c: Likewise.
36874         * debug/Makefile (tests-ifunc): New variable.
36875         (tests): Add $(tests-ifunc).
36876         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
36877         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
36878         * debug/test-stpcpy_chk-ifunc.c: New file.
36879         * debug/test-strcpy_chk-ifunc.c: Likewise.
36881 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
36883         [BZ #13601]
36884         * elf/dl-load.c (open_verify): Retry read if the entire ELF
36885         header is not read in.
36887 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
36889         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
36890         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
36891         directly.  Pass built executable to script as
36892         $(built-program-cmd).
36893         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
36894         $testprogram without using LD_LIBRARY_PATH and $ldso.
36896         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
36897         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
36898         $(rtld-installed-name).
36899         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
36900         (rtld_installed_name): Likewise.
36901         (library_path): Likewise.
36902         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
36903         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
36904         $(run-program-prefix) to tst-tables.sh.
36905         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
36906         it to run tst-table-from and tst-table-to.
36907         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
36908         Pass it to tst-table.sh.
36909         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
36910         $(run-program-prefix) to tst-gettext.sh.
36911         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
36912         tst-translit.sh.
36913         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
36914         tst-gettext2.sh.
36915         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
36916         to run tst-gettext.
36917         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
36918         to run tst-gettext2.
36919         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
36920         to run tst-translit.
36921         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
36922         $(run-program-prefix) to tst-mtrace.sh.
36923         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
36924         to run tst-mtrace.
36925         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
36926         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
36927         $(rtld-installed-name).
36928         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
36929         (rtld_installed_name): Likewise.
36930         (run_program_prefix): New variable.  Use it to run wordexp-test.
36932         * Makeconfig (ARCH): Remove all definitions.
36933         (machine): Likewise.
36934         [ARCH]: Remove conditional code.
36935         [!objdir]: Give error.
36936         [!objdir] (objpfx): Remove.
36937         [!objdir] (common-objpfx): Likewise.
36938         [!objdir] (common-objdir): Likewise.
36939         * configure.in (config_makefile): Remove.  Hardcode Makefile in
36940         AC_CONFIG_FILES call.
36941         * configure: Regenerated.
36943         [BZ #13888]
36944         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
36945         or TMPDIR.
36946         (testout): Likewise.
36948         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
36949         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
36950         $(rtld-installed-name).
36951         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
36952         (rtld_installed_name): Likwise.
36953         (runit): Remove function.
36954         (run_getconf): New variable,  Use it for running getconf binary.
36956 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
36958         [BZ #14716]
36959         * string/test-memmem.c (check_result): New function.
36960         (do_one_test): Use it.
36961         (check1): New function.
36962         (test_main): Use it.
36964 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
36966         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
36968 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
36970         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
36971         (_G_LSEEK64): Likewise.
36972         (_G_MMAP64): Likewise.
36973         (_G_FSTAT64): Likewise.
36974         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
36975         (_G_LSEEK64): Likewise.
36976         (_G_MMAP64): Likewise.
36977         (_G_FSTAT64): Likewise.
36978         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
36979         unconditional.  Call __mmap64 directly.
36980         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
36981         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
36982         __lseek64 directly.
36983         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
36984         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
36985         __mmap64 directly.
36986         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
36987         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
36988         __lseek64 directly.
36989         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
36990         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
36991         __lseek64 directly.
36992         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
36993         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
36994         __lseek64 directly.
36995         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
36996         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
36997         __fxstat64 directly.
36998         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
36999         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
37000         unconditional.
37001         (freopen64) [!_G_OPEN64]: Remove conditional code.
37002         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
37003         unconditional.
37004         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
37005         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
37006         unconditional.
37007         (ftello64) [!_G_LSEEK64]: Remove conditional code.
37008         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
37009         unconditional.
37010         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
37011         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
37012         unconditional.
37013         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
37014         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
37015         unconditional.
37016         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
37017         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
37018         unconditional.
37019         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
37020         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
37021         unconditional.
37022         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
37024 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
37026         [BZ #12140]
37027         * manual/memory.texi (Malloc Tunable Parameters): Add note
37028         about free list pointers overwriting some perturb bytes.
37029         Wording suggested by Roland McGrath.
37031 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
37033         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
37034         (lgamma_test): Likewise.
37035         (tgamma_test): Likewise.
37037 2012-10-16  Florian Weimer  <fweimer@redhat.com>
37039         [BZ #14700]
37040         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
37041         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
37043 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
37045         * NEWS: Mention BZ #14716.
37046         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
37047         when removing AVAILABLE1_USES_J macro.
37049 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
37051         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
37052         (__bswap_64): __uint64_t for unsigned 64-bit int.
37054 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
37056         * include/string.h (memmem): Declare libc hidden alias.
37057         * string/memmem.c (memmem): Define libc hidden alias.
37058         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
37059         __read, __close instead of open, read, close.
37061 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
37063         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
37064         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
37065         global and hidden.
37066         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
37067         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
37068         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
37069         Likewise.
37070         (__rawmemchr_sse2): Likewise.
37071         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
37072         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
37073         (__strchr_sse2): Likewise.
37074         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
37075         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
37076         (__strcasecmp_sse2): Likewise.
37077         (__strncasecmp_sse2): Likewise.
37078         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
37079         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
37080         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
37081         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
37082         (__strrchr_sse2): Likewise.
37083         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
37084         ifunc-impl-list.c.
37085         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
37086         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
37087         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
37088         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
37089         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
37090         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
37091         * sysdeps/x86_64/multiarch/memset.S: Likewise.
37092         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
37093         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
37094         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
37095         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
37096         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
37097         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
37098         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
37099         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
37100         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
37101         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
37102         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
37103         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
37104         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
37105         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
37106         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
37107         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
37108         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
37109         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
37110         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
37111         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
37112         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
37113         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
37114         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
37116         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
37117         global and hidden.
37118         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
37119         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
37120         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
37121         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
37122         Likewise.
37123         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
37124         Likewise.
37125         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
37126         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
37127         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
37128         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
37129         ifunc-impl-list.c.
37130         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
37131         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
37132         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
37133         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
37134         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
37135         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
37136         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
37137         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
37138         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
37139         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
37140         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
37141         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
37142         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
37143         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
37144         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
37145         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
37146         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
37147         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
37148         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
37149         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
37150         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
37151         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
37152         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
37153         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
37154         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
37155         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
37156         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
37157         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
37158         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
37159         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
37160         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
37161         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
37162         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
37163         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
37164         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
37165         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
37166         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
37167         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
37168         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
37169         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
37170         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
37172         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
37173         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
37174         * include/ifunc-impl-list.h: New file.
37175         * misc/ifunc-impl-list.c: Likewise.
37176         * misc/Makefile (routines): Add ifunc-impl-list.
37177         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
37178         * string/test-string.h: Include <ifunc-impl-list.h>.
37179         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
37180         TEST_NAME]: New variables.
37181         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
37182         are defined.
37183         (test_init): Call __libc_ifunc_impl_list to initialize
37184         func_list if TEST_IFUNC and TEST_NAME are defined.
37186         * string/Makefile (strop-tests): Add bcopy and bzero.
37187         * string/test-bcopy.c: New file.
37188         * string/test-bzero.c: Likewise.
37189         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
37190         defined.
37191         * string/test-memset.c: Support bzero test if TEST_BZERO is
37192         defined.
37193         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
37194         __libc_memmove.
37195         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
37196         __libc_memset.
37197         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
37198         of memset.
37200 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
37202         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
37203         * configure: Regenerated.
37205         * Makeconfig (+link-static-before-libc): Don't include
37206         $(link-static-libc).
37208         * libio/libio.h (_IO_pos_t): Remove.
37210 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
37212         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
37213         McGrath.
37215 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
37217         * crypt/crypt-entry.c: Include fips-private.h.
37218         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
37219         * crypt/md5c-test.c (main): Tolerate disabled MD5.
37220         * sysdeps/unix/sysv/linux/fips-private.h: New file.
37221         * sysdeps/generic/fips-private.h: New file, dummy fallback.
37223 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
37225         * crypt/crypt-private.h: Include stdbool.h.
37226         (_ufc_setup_salt_r): Return bool.
37227         * crypt/crypt-entry.c: Include errno.h.
37228         (__crypt_r): Return NULL with EINVAL for bad salt.
37229         * crypt/crypt_util.c (bad_for_salt): New.
37230         (_ufc_setup_salt_r): Check that salt is long enough and within
37231         the specified alphabet.
37232         * crypt/badsalttest.c: New file.
37233         * crypt/Makefile (tests): Add it.
37234         ($(objpfx)badsalttest): New.
37236 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
37238         * NEWS: Add entry for BZ #14602.
37240 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
37242         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
37243         type-generic.
37244         * math/libm-test.inc: Update comment listing what functions and
37245         macros are tested.
37246         (isgreater_test): New function.
37247         (isgreaterequal_test): Likewise.
37248         (isless_test): Likewise.
37249         (islessequal_test): Likewise.
37250         (islessgreater_test): Likewise.
37251         (isunordered_test): Likewise.
37252         (main): Call the new functions.
37254 2012-10-09  Roland McGrath  <roland@hack.frob.com>
37256         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
37257         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
37258         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
37259         * sysdeps/i386/configure: Regenerated.
37260         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
37261         * sysdeps/mach/configure: Regenerated.
37262         * sysdeps/mach/hurd/configure: Regenerated.
37263         * sysdeps/powerpc/configure: Regenerated.
37264         * sysdeps/powerpc/powerpc32/configure: Regenerated.
37265         * sysdeps/powerpc/powerpc64/configure: Regenerated.
37266         * sysdeps/s390/s390-32/configure: Regenerated.
37267         * sysdeps/s390/s390-64/configure: Regenerated.
37268         * sysdeps/sh/configure: Regenerated.
37269         * sysdeps/sparc/configure: Regenerated.
37270         * sysdeps/unix/sysv/linux/configure: Regenerated.
37271         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
37272         * sysdeps/x86_64/configure: Regenerated.
37274         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
37275         defined.  Don't check if MAP is NULL.
37277 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
37279         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
37280         (_G_stat64): Likewise.
37281         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
37282         (_G_stat64): Likewise.
37283         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
37284         instead of struct _G_stat64.
37285         * libio/fileops.c (mmap_remap_check): Likewise.
37286         (decide_maybe_mmap): Likewise.
37287         (_IO_new_file_seekoff): Likewise.
37288         (_IO_file_stat): Likewise.
37289         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
37290         _G_off64_t.
37291         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
37292         instead of struct _G_stat64.
37293         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
37295 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
37297         [BZ #14602]
37298         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37299         Replace with ...
37300         (CHECK_EOL): New macro.
37301         (two_way_short_needle): Check beginning of haystack for EOL.  Use
37302         CHECK_EOL.
37303         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37304         Replace with CHECK_EOL.
37305         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37306         Replace with CHECK_EOL.
37308 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
37310         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
37311         type-generic.
37312         * math/libm-test.inc: Update comment listing what functions and
37313         macros are tested.
37314         (finite_test): New function.
37315         (isinf_test): Likewise.
37316         (isnan_test): Likewise.
37317         (fpclassify_test): Test subnormal input.
37318         (isfinite_test): Likewise.
37319         (isnormal_test): Likewise.
37320         (main): Call the new functions.
37322 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
37324         [BZ #14660]
37325         * Makerules (%.dynsym): Force C locale when running
37326         $(OBJDUMP) --dynamic-syms.
37328 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
37330         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
37331         <stdint.h>.
37333 2012-10-06  David S. Miller  <davem@davemloft.net>
37335         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
37336         upper 32-bits of the length value in %o2 since we use branch-on-register
37337         tests which consider the entire 64-bit register.
37339 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
37341         * string/test-strstr.c (check2): Add a test for page boundary.
37343 2012-10-05  David S. Miller  <davem@davemloft.net>
37345         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
37346         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
37347         file.
37348         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
37349         sysdep_routines.
37350         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
37351         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
37352         and bzero when HWCAP_SPARC_CRYPTO is present.
37354 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
37356         [BZ #14602]
37357         * string/test-strstr.c (check2): New function.
37358         (test_main): Call check2.
37360         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
37361         and bug-strchr1.
37362         * string/bug-strcasestr1.c (do_test): Moved to ...
37363         * string/test-strcasestr.c (check1): Here.  New function.
37364         (do_one_test): Break out result checking code into ...
37365         (check_result): This.  New function.
37366         (do_one_test): Call check_result.
37367         (test_main): Call check1.
37368         * string/bug-strchr1.c (do_test): Moved to ...
37369         * string/test-strchr.c (check1): Here.  New function.
37370         (do_one_test): Break out result checking code into ...
37371         (check_result): This.  New function.
37372         (do_one_test): Call check_result.
37373         (test_main): Call check1.
37374         * string/bug-strstr1.c (main): Moved to ...
37375         * string/test-strstr.c (check1): Here.  New function.
37376         (do_one_test): Break out result checking code into ...
37377         (check_result): This.  New function.
37378         (do_one_test): Call check_result.
37379         (test_main): Call check1.
37380         * string/bug-strcasestr1.c: Removed.
37381         * string/bug-strchr1.c: Likewise.
37382         * string/bug-strstr1.c: Likewise.
37384         * elf/Makefile (dl-routines): Add hwcaps.
37385         * elf/dl-support.c (_dl_important_hwcaps): Removed.
37386         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
37387         (_dl_important_hwcaps): Moved to ...
37388         * elf/dl-hwcaps.c: Here.  New file.
37389         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
37391         [BZ #14557]
37392         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
37393         if IS_IN_rtld isn't defined.
37395         * elf/dl-support.c (_dl_sysinfo_map): New.
37396         Include "get-dynamic-info.h" and "setup-vdso.h".
37397         (_dl_non_dynamic_init): Call setup_vdso.
37398         * elf/dynamic-link.h: Don't include <assert.h>.
37399         (elf_get_dynamic_info): Moved to ...
37400         * elf/get-dynamic-info.h: Here.  New file.
37401         * elf/dynamic-link.h: Include "get-dynamic-info.h".
37402         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
37403         * elf/setup-vdso.h: Here.  New file.
37404         * elf/rtld.c: Include "setup-vdso.h".
37405         (dl_main): Call setup_vdso.
37407 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
37409         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
37410         creal in comment listing functions tested.  List finite, isinf,
37411         isnan, isless, islessequal, isgreater, isgreaterequal,
37412         islessgreater, isunordered, lgamma_r and pow10 as functions and
37413         macros not tested.  Mention which functions not tested are aliases
37414         for other functions.  Fix typo.  Note that signs of NaNs are not
37415         tested.
37417         * scripts/config.guess: Update from config.git.
37418         * scripts/config.sub: Likewise.
37420 2012-10-04  Roland McGrath  <roland@hack.frob.com>
37422         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
37423         * misc/madvise.c (madvise): Renamed to __madvise.
37424         Make madvise a weak alias.
37425         * include/sys/mman.h: Declare __madvise.
37426         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
37427         * sysdeps/unix/syscalls.list
37428         (madvise): Make __madvise the strong name, and madvise a weak alias.
37429         * sysdeps/unix/sysv/linux/syscalls.list
37430         (madvise, mmap): Remove redundant entries.
37431         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
37432         * malloc/malloc.c (mtrim): Likewise.
37433         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
37435 2012-10-03  Roland McGrath  <roland@hack.frob.com>
37437         * sysdeps/mach/hurd/dl-cache.c: File removed.
37438         * config.h.in (USE_LDCONFIG): New #undef.
37439         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
37440         * configure: Regenerated.
37441         * elf/Makefile (dl-routines): Add dl-cache only under
37442         [$(use-ldconfig) = yes].
37443         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
37444         cache on [USE_LDCONFIG].
37445         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
37446         [USE_LDCONFIG].
37447         * elf/rtld.c (dl_main): Likewise.
37449 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
37451         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
37452         _SC_LEVEL4_CACHE_LINESIZE.
37454 2012-10-03  Roland McGrath  <roland@hack.frob.com>
37456         * sysdeps/unix/bsd/confstr.h: File removed.
37458 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
37460         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
37461         sys/sdt-config.h.
37463 2012-10-02  Roland McGrath  <roland@hack.frob.com>
37465         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
37466         Make 'mapoff' field ElfW(Off) rather than off_t.
37468 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
37470         * nscd/Makefile: Remove nscd-cflags and all its users.
37471         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
37472         (CFLAGS-nonlib): Add compiler flags for nscd modules.
37474         [BZ #10631]
37475         * malloc.c (malloc_printerr): Clarify error message.
37477 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
37479         [BZ #14648]
37480         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
37481         Set bit_FMA_Usable if FMA is supported.
37482         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
37483         macro.
37484         (bit_FMA4_Usable): Updated.
37485         (index_FMA_Usable): New macro.
37486         (CPUID_FMA): Likewise
37487         (HAS_FMA): Defined with bit_FMA_Usable.
37489 2012-10-01  Roland McGrath  <roland@hack.frob.com>
37491         * bits/types.h (__swblk_t): Type removed.
37492         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
37493         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
37494         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
37495         (__SWBLK_T_TYPE): Likewise.
37496         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
37497         (__SWBLK_T_TYPE): Likewise.
37498         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
37499         (__SWBLK_T_TYPE): Likewise.
37500         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
37501         (__SWBLK_T_TYPE): Likewise.
37503 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
37504             Honza Horak <hhorak@redhat.com>
37506         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
37507         (xdr_mapname): Use YPMAXMAP as maxsize.
37508         (xdr_peername): Use YPMAXPEER as maxsize.
37509         (xdr_keydat): Use YPAXRECORD as maxsize.
37510         (xdr_valdat): Use YPMAXRECORD as maxsize.
37512 2012-10-01  Roland McGrath  <roland@hack.frob.com>
37514         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
37516         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
37517         * csu/init-first.c: ... here.
37518         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
37519         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
37520         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
37521         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
37522         * sysdeps/i386/init-first.c: File removed.
37523         * sysdeps/sh/init-first.c: File removed.
37525 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
37527         [BZ #14645]
37528         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
37529         if x * y might underflow to zero and z is zero.
37530         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37531         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37532         * math/libm-test.inc (min_subnorm_value): New variable.
37533         (fma_test): Add more tests.
37534         (fma_test_towardzero): Likewise.
37535         (fma_test_downward): Likewise
37536         (fma_test_upward): Likewise.
37537         (initialize): Set min_subnorm_value.
37539 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
37541         [BZ #14638]
37542         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
37543         0 + 0.
37544         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
37545         mode for addition resulting in exact zero.
37546         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
37547         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
37548         exact 0 + 0.
37549         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
37550         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37551         * math/libm-test.inc (fma_test): Add more tests.
37552         (fma_test_towardzero): New function.
37553         (fma_test_downward): Likewise.
37554         (fma_test_upward): Likewise.
37555         (main): Call the new functions.
37557 2012-09-28  David S. Miller  <davem@davemloft.net>
37559         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
37561 2012-09-28  Roland McGrath  <roland@hack.frob.com>
37563         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
37564         instead of SIGALRM.
37566         * sysdeps/gnu/_G_config.h: Moved to ...
37567         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
37568         * sysdeps/mach/hurd/_G_config.h: Moved to ...
37569         * sysdeps/generic/_G_config.h: ... here.
37571         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
37573         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
37575         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
37576         Conditionalize target on [libnss_test1.so-version].
37578         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
37580         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
37581         (elfobjdir): Move out of conditionals.
37583         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
37584         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
37585         (__nss_lookup_function): Conditionalize label remove_from_tree on
37586         [!DO_STATIC_NSS || SHARED], matching its only use.
37588 2012-09-28  David S. Miller  <davem@davemloft.net>
37590         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
37591         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
37592         file.
37593         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
37594         sysdep_routines.
37595         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
37596         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
37597         when HWCAP_SPARC_CRYPTO is present.
37599 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
37601         * io/tst-mknodat.c: Create a FIFO instead of a socket.
37603 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
37605         [BZ #6530]
37606         * stdio-common/vfprintf.c (process_string_arg): Revert
37607         2000-07-22 change.
37609 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
37611         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
37612         for testcase.
37613         * stdio-common/tst-sprintf.c: Include <locale.h>
37614         (main): Test sprintf's handling of incomplete multibyte
37615         characters.
37617 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
37619         * elf/dl-runtime.c (VERSYMIDX): Removed.
37620         * elf/dl-version.c (VERSYMIDX): Likewise.
37621         * elf/do-rel.h (VERSYMIDX): Likewise.
37622         (VALIDX): Likewise.
37623         * elf/dynamic-link.h (VERSYMIDX): Likewise.
37624         * elf/rtld.c (VALIDX): Likewise.
37625         (ADDRIDX): Likewise.
37626         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
37627         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
37628         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
37629         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
37630         (VALIDX): Likewise.
37631         (ADDRIDX): Likewise.
37633 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
37635         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
37637 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
37639         [BZ #11438]
37640         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
37641         to global scope.
37642         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
37643         addresses are in the same scope as 192.0.2/24.
37644         * posix/gai.conf: Document new scope table defaults.
37646 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
37648         [BZ #5298]
37649         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
37650         for ftell.  Compute offsets from write pointers instead.
37651         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
37653 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
37655         [BZ #14543]
37656         * libio/Makefile (tests): New test case tst-fseek.
37657         * libio/tst-fseek.c: New test case to verify that fseek/ftell
37658         combination works in wide mode.
37659         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
37660         state when the external buffer state changes.
37662 2012-09-27  David S. Miller  <davem@davemloft.net>
37664         [BZ #14376]
37665         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
37666         pass reloc->r_addend in as the 'high' argument to
37667         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
37669         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37671 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
37673         * rt/tst-aio2.c: Include <pthread.h>.
37674         * rt/tst-aio3.c: Likewise.
37676 2012-09-27  Steve Ellcey  <sellcey@mips.com>
37678         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
37680 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
37682         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
37683         contents on [SHARED].
37685 2012-09-26  Marek Polacek  <polacek@redhat.com>
37687         [BZ #14530]
37688         [BZ #13741]
37689         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
37690         for C++ and GCC <4.3 as well as for non GCC compilers.
37692 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
37694         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37696 2012-09-25  Roland McGrath  <roland@hack.frob.com>
37698         * Makefile.in (all, install): Declare with .PHONY.
37699         Reported by Michael Hope <michael.hope@linaro.org>.
37701 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37703         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
37704         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
37705         system header.
37706         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
37707         Likewise.
37708         (sydep_routines): Add the new and the internal functions.
37709         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
37710         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
37711         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
37712         (GLIBC_2.17): Add the new function.
37713         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
37714         (GLIBC_2.17): Likewise.
37715         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
37716         (GLIBC_2.17): Likewise.
37717         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
37718         (GLIBC_2.17): Likewise.
37719         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
37721 2012-09-25  Alan Modra  <amodra@gmail.com>
37723         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
37724         Add release barrier before setting once_control to say
37725         initialisation is done.  Add hints on lwarx.  Use macro in
37726         place of isync.
37727         (clear_once_control): Add release barrier.
37729 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
37731         [BZ #13629]
37732         * math/s_clog.c (__clog): Handle more values close to |z| = 1
37733         specially.
37734         * math/s_clog10.c (__clog10): Likewise.
37735         * math/s_clog10f.c (__clog10f): Likewise.
37736         * math/s_clog10l.c (__clog10l): Likewise.
37737         * math/s_clogf.c (__clogf): Likewise.
37738         * math/s_clogl.c (__clogl): Likewise.
37739         * math/Makefile (libm-calls): Add x2y2m1.
37740         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
37741         (__x2y2m1): Likewise.
37742         (__x2y2m1l): Likewise.
37743         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
37744         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
37745         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
37746         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
37747         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
37748         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
37749         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
37750         * sysdeps/i386/fpu/libm-test-ulps: Update.
37751         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37753         [BZ #14621]
37754         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
37755         int as type of variable DEPTH.
37756         (glob): Use size_t instead of int as type of variables NEWCOUNT
37757         and OLD_PATHC.
37759 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37761         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
37762         Add s_sincosf-sse2.
37763         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
37764         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
37765         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
37766         macros for using routine as __sincosf_ia32.
37767         Use macro for function declaration and weak_alias.
37768         * sysdeps/i386/fpu/libm-test-ulps: Update.
37770         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
37771         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37773         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
37774         subnormal argument.
37775         * math/s_cexpf.c (__cexpf): Likewise.
37776         * math/s_csinf.c (__csinf): Likewise.
37777         * math/s_csinhf.c (__csinhf): Likewise.
37778         * math/s_ctanf.c (__ctanf): Likewise.
37779         * math/s_ctanhf.c (__ctanhf): Likewise.
37780         * math/s_ccosh.c (__ccoshf): Likewise.
37781         * math/s_cexp.c (__cexpl): Likewise.
37782         * math/s_csin.c (__csin): Likewise.
37783         * math/s_csinh.c (__csinh): Likewise.
37784         * math/s_ctan.c (__ctan): Likewise.
37785         * math/s_ctanh.c (ctanh): Likewise.
37786         * math/s_ccoshl.c (__ccoshl): Likewise.
37787         * math/s_cexpl.c (__cexpl): Likewise.
37788         * math/s_csinl.c (__csinl): Likewise.
37789         * math/s_csinhl.c (__csinhl): Likewise.
37790         * math/s_ctanl.c (__ctanl): Likewise.
37791         * math/s_ctanhl.c (__ctanhl): Likewise.
37793 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
37795         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
37796         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
37797         (_IO_off_t): Define to __off_t, not _G_off_t.
37798         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
37799         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
37800         (_IO_wint_t): Define to wint_t, not _G_wint_t.
37801         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
37802         type of __dummy and __dummy2 fields.
37803         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
37804         (_G_ssize_t): Likewise.
37805         (_G_off_t): Likewise.
37806         (_G_pid_t): Likewise.
37807         (_G_uid_t): Likewise.
37808         (_G_wchar_t): Likewise.
37809         (_G_wint_t): Likewise.
37810         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
37811         (_G_ssize_t): Likewise.
37812         (_G_off_t): Likewise.
37813         (_G_pid_t): Likewise.
37814         (_G_uid_t): Likewise.
37815         (_G_wchar_t): Likewise.
37816         (_G_wint_t): Likewise.
37817         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
37818         (_G_ssize_t): Likewise.
37819         (_G_off_t): Likewise.
37820         (_G_pid_t): Likewise.
37821         (_G_uid_t): Likewise.
37822         (_G_wchar_t): Likewise.
37823         (_G_wint_t): Likewise.
37825 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
37827         * malloc/arena.c: Include malloc-sysdep.h.
37828         (shrink_heap): Use check_may_shrink_heap to decide if madvise
37829         is sufficient to shrink the heap or an unmap is needed.
37830         * sysdeps/generic/malloc-sysdep.h: New file.  Define
37831         new function check_may_shrink_heap.
37832         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
37833         new function check_may_shrink_heap.
37835 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
37837         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
37838         comments.
37840 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
37842         * catgets/test-gencat.sh: Add "set -e".
37843         * elf/tst-pathopt.sh: Likewise.
37844         * grp/tst_fgetgrent.sh: Likewise.
37845         * iconvdata/run-iconv-test.sh: Likewise.
37846         * intl/tst-gettext.sh: Likewise.
37847         * intl/tst-gettext2.sh: Likewise.
37848         * intl/tst-gettext4.sh: Likewise.
37849         * intl/tst-gettext6.sh: Likewise.
37850         * intl/tst-translit.sh: Likewise.
37851         * io/ftwtest-sh: Likewise.
37852         * libio/test-freopen.sh: Likewise.
37853         * malloc/tst-mtrace.sh: Likewise.
37854         * posix/globtest.sh: Likewise.
37855         * posix/tst-getconf.sh: Likewise.
37856         * posix/wordexp-tst.sh: Likewise.
37857         * stdio-common/tst-printf.sh: Likewise.
37858         * stdio-common/tst-unbputc.sh: Likewise.
37859         * stdlib/tst-fmtmsg.sh: Likewise.
37860         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
37861         * catgets/Makefile: Do not specify -e option when running
37862         testsuite shell scripts.
37863         * elf/Makefile: Likewise.
37864         * grp/Makefile: Likewise.
37865         * iconvdata/Makefile: Likewise.
37866         * intl/Makefile: Likewise.
37867         * io/Makefile: Likewise.
37868         * libio/Makefile: Likewise.
37869         * malloc/Makefile: Likewise.
37870         * posix/Makefile: Likewise.
37871         * stdio-common/Makefile: Likewise.
37872         * stdlib/Makefile: Likewise.
37873         * sysdeps/x86_64/Makefile: Likewise.
37875         * io/ftwtest-sh: Add copyright header.
37876         * posix/globtest.sh: Likewise.
37877         * posix/tst-getconf.sh: Likewise.
37878         * posix/wordexp-tst.sh: Likewise.
37879         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
37881 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
37883         [BZ #13679]
37884         * Makeconfig (+link): Defined as $(+link-static) if
37885         $(build-shared) isn't yes.
37886         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
37887         isn't yes.
37888         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
37890         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
37892         [BZ #14562]
37893         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
37894         new chunk size with MALLOC_ALIGN_MASK.
37896 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
37898         [BZ #5044]
37899         * stdio-common/printf_fphex.c: Include <stdbool.h> and
37900         <rounding-mode.h>.
37901         (__printf_fphex): Determine rounding using get_rounding_mode and
37902         round_away.
37903         * stdio-common/tst-printf-round.c (struct hex_test): New
37904         structure.
37905         (hex_tests): New variable.
37906         (test_hex_in_one_mode): New function.
37907         (do_test): Also run tests for hex float output.
37909 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
37911         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
37912         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
37913         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
37914         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
37915         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
37916         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
37917         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
37918         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
37920 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
37922         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
37923         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
37924         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
37925         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
37927 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
37929         [BZ #14579]
37930         * elf/rtld.c (dl_main): Limit the check for self loading to normal
37931         mode only.
37932         * elf/tst-rtld-load-self.sh: New test.
37933         * elf/Makefile: Run it.
37935 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
37937         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
37938         (tst-writev-ENV): Remove.
37939         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
37941 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
37943         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
37945 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
37947         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
37948         unconditional.
37949         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
37950         Likewise.
37951         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
37952         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
37953         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
37954         Likewise.
37956 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
37958         [BZ #14587]
37959         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
37960         * config.make.in (have-cpp-asm-debuginfo): Removed.
37961         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
37962         * configure: Regenerated.
37964 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
37966         [BZ #5044]
37967         * stdio-common/printf_fp.c: Include <stdbool.h> and
37968         <rounding-mode.h>.
37969         (___printf_fp): Determine rounding using get_rounding_mode and
37970         round_away.
37971         * stdio-common/tst-printf-round.c: New file.
37972         * stdio-common/Makefile (tests): Add tst-printf-round.
37973         (link-libm): New variable.
37974         ($(objpfx)tst-printf-round): Depend in $(link-libm).
37976 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
37978         [BZ #14576]
37979         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
37980         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
37981         Likewise.
37982         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
37983         Likewise.
37985 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
37987         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
37988         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37989         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37990         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37992 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
37994         [BZ #14518]
37995         * include/rounding-mode.h: New file.
37996         * sysdeps/generic/get-rounding-mode.h: Likewise.
37997         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
37998         * stdlib/strtod_l.c: Include <rounding-mode.h>.
37999         (MAX_VALUE): New macro.
38000         (MIN_VALUE): Likewise.
38001         (overflow_value): New function.
38002         (underflow_value): Likewise.
38003         (round_and_return): Use overflow_value and underflow_value to
38004         determine return values in overflow and underflow cases.  Use
38005         round_away to determine rounding depending on rounding mode.
38006         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
38007         determine return values in overflow and underflow cases.
38008         * stdlib/tst-strtod-round.c: Include <fenv.h>.
38009         (struct test_results): New structure.
38010         (struct test): Use struct test_results to store expected results
38011         for all rounding modes.
38012         (TEST): Include expected results for all rounding modes.
38013         (test_in_one_mode): New function.
38014         (do_test): Use test_in_one_mode to compute and check results.
38015         Check results for all rounding modes.
38016         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
38017         $(link-libm).
38019 2012-12-09  Allan McRae  <allan@archlinux.org>
38021         * sysdeps/i386/fpu/libm-test-ulps: Update
38023 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
38025         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
38026         (_G_int32_t): Likewise.
38027         (_G_uint16_t): Likewise.
38028         (_G_uint32_t): Likewise.
38029         (_G_HAVE_BOOL): Likewise.
38030         (_G_HAVE_ATEXIT): Likewise.
38031         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38032         (_G_HAVE_IO_FILE_OPEN): Likewise.
38033         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
38034         (_G_int32_t): Likewise.
38035         (_G_uint16_t): Likewise.
38036         (_G_uint32_t): Likewise.
38037         (_G_HAVE_BOOL): Likewise.
38038         (_G_HAVE_ATEXIT): Likewise.
38039         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38040         (_G_HAVE_IO_FILE_OPEN): Likewise.
38041         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
38042         (_G_int32_t): Likewise.
38043         (_G_uint16_t): Likewise.
38044         (_G_uint32_t): Likewise.
38045         (_G_HAVE_BOOL): Likewise.
38046         (_G_HAVE_ATEXIT): Likewise.
38047         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38048         (_G_HAVE_IO_FILE_OPEN): Likewise.
38050 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
38052         * csu/libc-tls.c: Update copyright years.
38054 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
38056         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
38057         [!_G_USING_THUNKS]: Remove conditional code.
38058         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
38059         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
38061         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
38062         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
38063         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38064         (_G_VTABLE_LABEL_PREFIX): Likewise.
38065         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38066         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38067         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38068         (_G_VTABLE_LABEL_PREFIX): Likewise.
38069         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
38070         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38071         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38072         (_G_VTABLE_LABEL_PREFIX): Likewise.
38073         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
38075 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
38077         * libio/Makefile: Include ../Makeconfig before tests.
38078         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
38079         only if $(build-shared) is yes.
38081         * iconv/gconv_db.c: Update copyright years.
38083 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38085         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
38086         unwind info if defined PIC. Fix special cases description.
38087         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
38089         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
38090         DP_HI_MASK entry.
38091         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
38093 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
38095         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
38097         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
38098         is NULL.
38100         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
38101         (LDLIBS-tst-chk4): This.
38102         (LDFLAGS-tst-chk5): Renamed to ...
38103         (LDLIBS-tst-chk5): This.
38104         (LDFLAGS-tst-chk6): Renamed to ...
38105         (LDLIBS-tst-chk6): This.
38106         (LDFLAGS-tst-lfschk4): Renamed to ...
38107         (LDLIBS-tst-lfschk4): This.
38108         (LDFLAGS-tst-lfschk5): Renamed to ...
38109         (LDLIBS-tst-lfschk5): This.
38110         (LDFLAGS-tst-lfschk6): Renamed to ...
38111         (LDLIBS-tst-lfschk6): This.
38113         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
38114         on $(common-objpfx)soversions.mk.
38116 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
38118         [BZ #10014]
38119         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
38120         example host name.
38122 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
38124         * malloc/arena.c (arena_get_retry): New function that gets
38125         another arena for the caller to try its request on.
38126         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
38127         current arena cannot fulfill the request.
38128         (__libc_memalign): Likewise.
38129         (__libc_memalign): Likewise.
38130         (__libc_pvalloc): Likewise.
38131         (__libc_calloc): Likewise.
38133 2012-09-05  John Tobey  <john.tobey@gmail.com>
38135         [BZ #13542]
38136         * manual/arith.texi (Operations on Complex): Fix description
38137         of carg branch cut.
38139 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
38141         [BZ #10014]
38142         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
38143         host name.
38145         [BZ #10038]
38146         * manual/memory.texi (Memory): Make order of menu items match
38147         order of sections.
38149 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38151         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
38152         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
38153         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
38155 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38157         * csu/libc-tls.c (static_dtv): Renamed to ...
38158         (_dl_static_dtv): This.  Make it global.
38159         (_dl_initial_dtv): Removed.
38160         (__libc_setup_tls): Updated.
38161         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
38162         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
38163         DL_INITIAL_DTV.
38165 2012-09-06  Petr Machata  <pmachata@redhat.com>
38167         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
38168         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
38169         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
38170         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
38172 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38174         [BZ #14545]
38175         * csu/libc-tls.c (_dl_initial_dtv): New variable.
38176         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
38177         freeing dtv[-1].
38179 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38181         [BZ #14544]
38182         * Makeconfig (link-static-before-libc): Replace $(+prector)
38183         with $(+prectorT).
38184         (link-static-after-libc): Replace $(+postctor) with
38185         $(+postctorT).
38186         (link-bounded): Replace $(+prector)/$(+postctor) with
38187         $(+prectorT)/$(+postctorT).
38188         (+prectorT): New macro.
38189         (+postctorT): Likewise.
38191 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
38193         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
38194         (round_str): Handle values above the maximum for IBM long double
38195         as inexact.
38196         * stdlib/tst-strtod-round.c (tests): Regenerated.
38198 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38200         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
38201         assembler flag.
38202         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
38203         zarch_nohighgprs around the zarch optimized routines.
38204         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
38205         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
38206         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
38207         for zarch.
38209 2012-09-05  David S. Miller  <davem@davemloft.net>
38211         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38213         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
38214         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
38215         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
38216         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
38217         entries.
38219 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38221         * malloc/arena.c: Fold copyright years.
38222         * malloc/mcheck.c, malloc/memusage.c: Likewise.
38224 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38226         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
38228 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38230         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
38232 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38234         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
38235         change internal state upon failure.
38237 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38239         * malloc/mcheck.c (mcheck_check_all): Fix typo.
38240         * malloc/memusage.c (mmap): Likewise.
38241         (mmap64, mremap): Likewise.  Adjust name in comment.
38243 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
38245         * libio/fileops.c: Fix typos in comments.
38246         * libio/oldfileops.c: Likewise.
38247         * libio/wfileops.c: Likewise.
38249 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
38251         [BZ #1349]
38252         * malloc/Makefile (tests): Add tst-malloc-usable test case.
38253         (tst-malloc-usable-ENV): Set environment for test case.
38254         * malloc/hooks.c (malloc_check_get_size): New function to get
38255         requested size.
38256         * malloc/malloc.c (musable): Use malloc_check_get_size.
38257         * malloc/tst-malloc-usable.c: New test case.
38259 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
38261         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
38263 2012-09-05  Allan McRae  <allan@archlinux.org>
38265         [BZ #13966]
38266         * configure.in (CXX_SYSINCLUDES): Use compiler output to
38267         determine header location.
38268         * configure: Regenerated.
38270 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
38272         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
38273         float format.
38274         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
38275         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
38276         format.
38277         (test): Regenerate.
38279 2012-09-04  David S. Miller  <davem@davemloft.net>
38281         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
38282         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
38283         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
38285 2012-09-04  Florian Weimer  <fweimer@redhat.com>
38287         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
38288         failures.
38290         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
38292 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
38294         [BZ #9914]
38295         * libio/iogetdelim.c: Include <limits.h>.
38296         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
38297         + len + 1 would overflow.
38299 2012-09-03  Andreas Jaeger  <aj@suse.de>
38301         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38302         * sysdeps/i386/fpu/libm-test-ulps: Update.
38304 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38306         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
38307         Add s_sinf-sse2, s_conf-sse2.
38309         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
38310         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
38311         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
38312         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
38314         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
38315         for using routine as __sinf_ia32.
38316         Use macro for function declaration and weak_alias.
38317         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
38318         for using routine as __cosf_ia32.
38319         Use macro for function declaration and weak_alias.
38321         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
38322         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
38324         * sysdeps/x86_64/fpu/s_sinf.S: New file.
38325         * sysdeps/x86_64/fpu/s_cosf.S: New file.
38326         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38328         * math/libm-test.inc (cos_test): Add more test cases.
38329         (sin_test): Likewise.
38330         (sincos_test): Likewise.
38332 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38334         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
38335         (IFUNC_RESOLVE): Make pointers to the specialized implementations
38336         hidden.
38337         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
38339 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
38341         [BZ #14538]
38342         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
38343         first element of the GOT.
38344         (elf_machine_load_address): Return the difference between
38345         the runtime address of _DYNAMIC and elf_machine_dynamic ().
38347 2012-09-01  Allan McRae  <allan@archlinux.org>
38349         [BZ #13412]
38350         * configure.in (AWK): Require gawk version 3.0 or later.
38351         * configure: Regenerated.
38353 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
38355         * sysdeps/unix/sysv/linux/kernel-features.h
38356         (__ASSUME_POSIX_CPU_TIMERS): Remove.
38357         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
38358         [__NR_clock_getres]: Make code unconditional.
38359         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
38360         (clock_getcpuclockid): Remove code left unreachable by removal of
38361         conditionals.
38362         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
38363         code unconditional.
38364         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
38365         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38366         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
38367         Make code unconditional.
38368         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
38369         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38370         * sysdeps/unix/sysv/linux/clock_settime.c
38371         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
38372         conditional code.
38373         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
38374         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38376 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
38378         [BZ #14476]
38379         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
38380         scripts/test-installation.pl.
38382         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
38383         and $ld_so_version if it is set.
38385 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
38387         [BZ #14516]
38388         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
38389         failure if reading from procfs failed.
38390         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
38392 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
38394         * sysdeps/unix/sysv/linux/kernel-features.h
38395         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
38396         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
38397         Remove conditional code.
38398         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38399         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
38400         Remove conditional code.
38401         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38402         * sysdeps/unix/sysv/linux/i386/fxstat.c
38403         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38404         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38405         * sysdeps/unix/sysv/linux/i386/fxstatat.c
38406         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38407         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38408         * sysdeps/unix/sysv/linux/i386/lxstat.c
38409         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38410         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38411         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
38412         Remove conditional code.
38413         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38414         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
38415         Remove conditional code.
38416         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38417         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
38418         <kernel-features.h>.
38419         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
38420         Remove.
38421         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
38422         Remove conditional code.
38423         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38424         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
38425         Remove conditional.
38427 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
38429         [BZ #5400]
38430         * NEWS: Add fixed bug number.
38432 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
38434         [BZ #14519]
38435         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
38436         underflowing exponent in case of negative sign.
38437         * stdlib/tst-strtod-round-data: Add more tests.
38438         * stdlib/tst-strtod-round.c (tests): Regenerated.
38440         [BZ #3479]
38441         * stdlib/strtod_l.c (NDIG): Remove.
38442         (HEXNDIG): Likewise.
38443         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
38444         smallest representable value.
38445         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
38446         lie within an exact representation of 1/2 ulp of the result.
38447         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
38448         unconditionally.
38449         (TENS_P9_IDX): Define unconditionally.
38450         (TENS_P9_SIZE): Likewise.
38451         (TENS_P10_IDX): Likewise.
38452         (TENS_P10_SIZE): Likewise.
38453         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
38454         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
38455         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
38456         entries for 10^2^13 and 10^2^14.
38457         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
38458         (TENS_P13_IDX): Define.
38459         (TENS_P13_SIZE): Likewise.
38460         (TENS_P14_IDX): Likewise.
38461         (TENS_P14_SIZE): Likewise.
38462         (_fpioconst_pow10): Change array size to
38463         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
38464         unconditional.
38465         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
38466         1024]: Add entries for 10^2^13 and 10^2^14.
38467         [LAST_POW10 > _LAST_POW10]: Remove #error.
38468         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
38469         (_fpioconst_pow10): Change array size to
38470         FPIOCONST_POW10_ARRAY_SIZE.
38471         * stdlib/gen-fpioconst.c: New file.
38472         * stdlib/gen-tst-strtod-round.c: Likewise.
38473         * stdlib/tst-strtod-round-data: Likewise.
38474         * stdlib/tst-strtod-round.c: Likewise.
38475         * stdlib/Makefile (tests): Add tst-strtod-round.
38477         [BZ #14459]
38478         * stdlib/strtod_l.c: Include <stdint.h>.
38479         (NDEBUG): Do not define.
38480         (round_and_return): Change EXPONENT parameter to type intmax_t.
38481         Rearrange calculations to avoid internal overflow possibilities.
38482         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
38483         Rearrange calculations to avoid internal overflow possibilities.
38484         Assert that number fits inside MPNSIZE limbs.
38485         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
38486         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
38487         calculations and add assertions to avoid internal overflow
38488         possibilities.  Add casts to avoid signed/unsigned operations.
38489         * stdlib/tst-strtod-overflow.c: New file.
38490         * stdlib/Makefile (tests): Add tst-strtod-overflow.
38492 2012-08-25  Marek Polacek  <polacek@redhat.com>
38494         * time/time.h: Fix some typos in comments.
38496 2012-08-23  Roland McGrath  <roland@hack.frob.com>
38498         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
38499         * posix/tst-rfc3484-2.c: Likewise.
38500         * posix/tst-rfc3484-3.c: Likewise.
38502 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
38504         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
38505         (EF_ARM_ABI_FLOAT_HARD): Likewise.
38507 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
38509         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
38510         #include of fxstatat64.c.
38512 2012-08-22  Roland McGrath  <roland@hack.frob.com>
38514         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
38515         * shadow/getspent_r.c: Likewise.
38516         * shadow/getspnam.c: Likewise.
38517         * shadow/getspnam_r.c: Likewise.
38518         * gshadow/getsgent.c: Likewise.
38519         * gshadow/getsgent_r.c: Likewise.
38520         * gshadow/getsgnam.c: Likewise.
38521         * gshadow/getsgnam_r.c: Likewise.
38522         * inet/getnetbyad.c: Likewise.
38523         * inet/getnetbyad_r.c: Likewise.
38524         * inet/getnetbynm.c: Likewise.
38525         * inet/getnetbynm_r.c: Likewise.
38526         * inet/getnetent.c: Likewise.
38527         * inet/getnetent_r.c: Likewise.
38528         * inet/getproto.c: Likewise.
38529         * inet/getproto_r.c: Likewise.
38530         * inet/getprtent.c: Likewise.
38531         * inet/getprtent_r.c: Likewise.
38532         * inet/getprtname.c: Likewise.
38533         * inet/getprtname_r.c: Likewise.
38534         * inet/getrpcbyname.c: Likewise.
38535         * inet/getrpcbyname_r.c: Likewise.
38536         * inet/getrpcbynumber.c: Likewise.
38537         * inet/getrpcbynumber_r.c: Likewise.
38538         * inet/getrpcent.c: Likewise.
38539         * inet/getrpcent_r.c: Likewise.
38540         * inet/getaliasent.c: Likewise.
38541         * inet/getaliasent_r.c: Likewise.
38542         * inet/getaliasname.c: Likewise.
38543         * inet/getaliasname_r.c: Likewise.
38544         * nscd/getgrgid_r.c: Likewise.
38545         * nscd/getgrnam_r.c: Likewise.
38546         * nscd/gethstbyad_r.c: Likewise.
38547         * nscd/gethstbynm3_r.c: Likewise.
38548         * nscd/getpwnam_r.c: Likewise.
38549         * nscd/getpwuid_r.c: Likewise.
38550         * nscd/getsrvbynm_r.c: Likewise.
38551         * nscd/getsrvbypt_r.c: Likewise.
38552         * nscd/gai.c: Likewise.
38554         * configure.in (build_nscd): New substituted variable, set
38555         by --disable-build-nscd and defaults to $use_nscd.
38556         * configure: Regenerated.
38557         * config.make.in (build-nscd): New substituted variable.
38558         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
38559         Change conditional to require [$(build-nscd) = yes] as well.
38560         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
38562         [BZ# 13696]
38563         * configure.in (use_nscd): New substituted variable, set by
38564         --disable-nscd.  If enabled, define USE_NSCD.
38565         * configure: Regenerated.
38566         * config.h.in: Add USE_NSCD.
38567         * config.make.in (use-nscd): New substituted variable.
38568         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
38569         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
38570         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
38571         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
38572         (CFLAGS-getgrnam_r.c): Likewise.
38573         (CFLAGS-initgroups.c): Likewise.
38574         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
38575         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
38576         Variables removed.
38577         * inet/getnetgrent_r.c
38578         (nscd_setnetgrent): New function, broken out of ...
38579         (setnetgrent): ... here.  Call it.
38580         (innetgr): Conditionalize nscd bits on [USE_NSCD].
38581         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
38582         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
38583         * nscd/Makefile (routines, aux): Move definitions after include of
38584         Makeconfig.  Conditionalize on [$(use-nscd) != no].
38585         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
38586         Conditionalize on [USE_NSCD].
38587         (is_nscd, nscd_init_cb): Likewise.
38588         (nss_load_library): Conditionalize init callback on [USE_NSCD].
38589         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
38590         * nss/nss_db/db-init.c: Likewise.
38591         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
38592         [USE_NSCD].
38593         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
38594         (make_request): Use it.
38595         (cache_valid_p): New function.
38596         (__check_pf): Use it.
38597         * NEWS: Add item for --disable-nscd.
38599 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
38601         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
38602         to support sed >= 4.2.1-20-ga9bf076.
38603         * configure: Regenerated.
38605 2012-08-22  Roland McGrath  <roland@hack.frob.com>
38607         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
38608         Conditionalize whole body on [IREL].
38610 2012-08-22  Jeff Law <law@redhat.com>
38612         [BZ #14505]
38613         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
38614         if the family is PF_UNSPEC.
38616 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
38618         * Makerules (lib-version): Rename from V.
38619         (install-lib-nosubdir): Change V to lib-version.
38621 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
38623         [BZ #14252]
38624         * powerpc32/power6/wcschr.c: New file.
38625         * powerpc32/power6/wcscpy.c: New file.
38626         * powerpc32/power6/wcsrchr.c: New file.
38627         * powerpc64/power6/wcschr.c: New file.
38628         * powerpc64/power6/wcscpy.c: New file.
38629         * powerpc64/power6/wcsrchr.c: New file.
38631 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
38633         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
38634         (two_way_short_needle): Use it.
38635         * string/strstr.c (AVAILABLE1_USES_J): Define.
38636         * string/strcasestr.c: Likewise.
38638         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
38639         array references.
38640         * string/strcasestr.c (TOLOWER): Make side-effect safe.
38642         [BZ #11607]
38643         * NEWS: Add an entry.
38644         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
38645         define their defaults.
38646         (two_way_short_needle): Detect end-of-string on-the-fly.
38647         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
38648         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
38649         * string/bug-strcasestr1.c: New test.
38650         * string/Makefile: Run it.
38652 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
38654         [BZ #11607]
38655         * string/str-two-way.h (two_way_short_needle): Optimize matching of
38656         the first character.
38658 2012-08-21  Roland McGrath  <roland@hack.frob.com>
38660         * csu/elf-init.c (__libc_csu_irel): Function removed.
38661         * csu/libc-start.c (apply_irel): New function.
38662         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
38664 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
38666         * sysdeps/unix/sysv/linux/kernel-features.h
38667         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
38668         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
38669         <kernel-features.h>.
38670         [__NR_fadvise64_64]: Make code unconditional.
38671         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
38672         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
38673         !__NR_fadvise64_64)]: Likewise.
38674         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
38675         !__NR_fadvise64_64))]: Likewise.
38676         [__NR_fadvise64]: Make code unconditional.
38677         [!__NR_fadvise64]: Remove conditional code.
38678         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
38679         <kernel-features.h>.
38680         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38681         unconditional.
38682         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38683         conditional code.
38684         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
38685         not include <kernel-features.h>.
38686         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38687         unconditional.
38688         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38689         conditional code.
38690         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
38691         include <kernel-features.h>.
38692         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38693         unconditional.
38694         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38695         conditional code.
38697 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
38699         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
38700         slight instruction rearrangements per scrollpipe analysis.
38701         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
38703 2012-08-20  Roland McGrath  <roland@hack.frob.com>
38705         * manual/syslog.texi (syslog; vsyslog, closelog):
38706         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
38707         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
38709         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
38710         DSOCAPS to match condition on defining it.
38712 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
38714         * sysdeps/unix/sysv/linux/kernel-features.h
38715         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
38716         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
38717         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38718         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38719         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
38720         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38721         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38722         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
38723         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38724         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38726         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
38727         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
38729         * sysdeps/unix/sysv/linux/kernel-features.h
38730         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
38731         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
38732         unconditional.
38733         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38734         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
38735         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
38736         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38737         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
38738         Make code unconditional.
38739         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38740         (__mmap64) [!__NR_mmap2]: Likewise.
38741         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
38742         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
38743         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38744         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
38745         [__NR_mmap2]: Make code unconditional.
38746         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38747         (__mmap64) [!__NR_mmap2]: Likewise.
38749 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38751         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
38753 2012-08-18  Andreas Jaeger  <aj@suse.de>
38755         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
38757 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
38759         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
38760         * include/unistd.h (__have_sock_cloexec): Likewise.
38761         (__have_pipe2): Likewise.
38762         (__have_dup3): Likewise.
38764 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
38766         [BZ #9685]
38767         * include/unistd.h (__have_pipe2): Change define into an extern int.
38768         (__have_dup3): Likewise.
38769         * socket/have_sock_cloexec.c: Include fcntl.h.
38770         (__have_pipe2): New variable.
38771         (__have_dup3): Likewise.
38773 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
38775         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
38777 2012-08-17  Marek Polacek  <polacek@redhat.com>
38779         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
38780         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
38782 2012-08-17  Roland McGrath  <roland@hack.frob.com>
38784         * configure.in: Add AC_SUBST for sysheaders.
38785         * configure: Regenerated.
38786         * config.make.in (sysheaders): New substituted variable.
38788         * sysdeps/unix/mkfifo.c: Moved ...
38789         * sysdeps/posix/mkfifo.c: ... here.
38790         * sysdeps/unix/mkfifoat.c: Moved ...
38791         * sysdeps/posix/mkfifoat.c: ... here.
38793         * sysdeps/unix/utime.c: Moved ...
38794         * sysdeps/posix/utime.c: ... here.
38796         * sysdeps/unix/time.c: Moved ...
38797         * sysdeps/posix/time.c: ... here.
38798         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
38799         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
38801         * sysdeps/unix/nice.c: Moved ...
38802         * sysdeps/posix/nice.c: ... here.
38804         * sysdeps/unix/alarm.c: Moved ...
38805         * sysdeps/posix/alarm.c: ... here.
38807         * intl/Makefile ($(codeset_mo)): Depend on the input file.
38809 2012-08-17  Jeff Law <law@redhat.com>
38811         * intl/Makefile (codeset_mo): New variable.
38812         ($(codeset_mo)): New target.
38813         (tst-codeset.out): Depend on that.  Remove explicit rule.
38814         (tst-gettext3.out, tst-gettext5.out): Likewise.
38815         (LOCPATH-ENV, tst-codeset-ENV): New variables.
38816         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
38817         * intl/tst-codeset.sh: Remove.
38818         * intl/tst-gettext3.sh: Likewise.
38819         * intl/tst-gettext5.sh: Likewise.
38821 2012-08-17  Roland McGrath  <roland@hack.frob.com>
38823         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
38824         * sysdeps/unix/syscalls.list: ... here.
38826         * sysdeps/posix/getaddrinfo.c
38827         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
38828         (gaiconf_init, gaiconf_reload): Use them.
38829         [!_STATBUF_ST_NSEC]
38830         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
38831         Define using time_t rather than struct timespec.
38833         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
38834         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
38835         Macros removed.
38836         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
38837         [!NO_THREADS].
38838         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
38839         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
38840         Likewise.
38842         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
38843         __libc_cleanup_push argument.
38845         * bits/param.h: New file.
38846         * misc/sys/param.h: New file.
38847         * include/sys/param.h: New file.
38848         * misc/Makefile (headers): Add bits/param.h.
38849         * sysdeps/generic/sys/param.h: File removed.
38850         * sysdeps/unix/sysv/linux/bits/param.h: New file.
38851         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
38852         * sysdeps/mach/hurd/bits/param.h: New file.
38853         * sysdeps/mach/hurd/sys/param.h: File removed.
38855         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
38856         last change.
38858         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
38859         [_IO_MTSAFE_IO].
38860         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
38861         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
38862         New macros.
38864         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
38865         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
38866         rather than -D_IO_MTSAFE_IO conditionally.
38867         * stdio-common/Makefile (CPPFLAGS): Likewise.
38868         * wcsmbs/Makefile (CPPFLAGS): Likewise.
38869         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
38870         Use $(libio-mtsafe).
38871         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
38872         of -D_IO_MTSAFE_IO.
38873         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
38874         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
38875         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
38876         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
38877         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
38878         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
38879         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
38880         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
38881         (CFLAGS-fread_u_chk.c): Likewise.
38882         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
38883         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
38884         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
38885         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
38886         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
38887         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
38888         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
38889         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
38890         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
38892         * libio/Makefile: Test [$(libc-reentrant) = yes]
38893         instead of [$(filter %REENTRANT, $(defines)) nonempty].
38895         * Makeconfig
38896         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
38897         * sysdeps/pthread/configure: File removed.
38898         * sysdeps/pthread/Makeconfig: New file.
38899         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
38900         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
38902 2012-08-16  Gary Benson  <gbenson@redhat.com>
38904         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
38905         unmapping the first object in a namespace.
38907 2012-08-16  Roland McGrath  <roland@hack.frob.com>
38909         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
38910         (__internal_setnetgrent): ... this.  Add internal_function to
38911         definition.  Add libc_hidden_def.
38912         (setnetgrent): Update caller.
38913         (internal_endnetgrent): Renamed to ...
38914         (__internal_endnetgrent): ... this.  Add internal_function to
38915         definition.  Add libc_hidden_def.
38916         (endnetgrent): Update caller.
38917         (internal_getnetgrent_r): Renamed to ...
38918         (__internal_getnetgrent_r): ... this.  Add internal_function to
38919         definition.  Add libc_hidden_def.
38920         (__getnetgrent_r): Update caller.
38921         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
38923 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
38925         * stdlib/longlong.h: Update from GCC.
38927 2012-08-16  Roland McGrath  <roland@hack.frob.com>
38929         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
38930         on _QL, which is set by umul_ppmm but never used.
38931         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
38932         variables, which are set by GMP macros but never used.
38933         * stdio-common/_itowa.c (_itowa): Likewise.
38934         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
38935         * stdlib/mod_1.c (mpn_mod_1): Likewise.
38937 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
38939         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
38940         struct La_sh_regs is not constant.
38941         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
38942         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
38943         and struct La_sparc64_regs are not constant.
38945 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
38947         * sysdeps/unix/sysv/linux/kernel-features.h
38948         (__ASSUME_POSIX_TIMERS): Remove.
38949         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
38950         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38951         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
38952         Make code unconditional.
38953         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38954         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
38955         Make code unconditional.
38956         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38957         * sysdeps/unix/sysv/linux/clock_nanosleep.c
38958         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
38959         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38960         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
38961         Make code unconditional.
38962         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38963         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
38964         (__libc_missing_posix_timers): Remove.
38966 2012-08-15  Roland McGrath  <roland@hack.frob.com>
38968         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
38969         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
38971         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
38973         * elf/dl-sym.c: Include <stdlib.h>.
38975         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
38976         constants, which avoids warnings in 32-bit builds.
38978         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
38979         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
38981         * misc/lseek.c: File moved to ...
38982         * io/lseek.c: ... here.
38984         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
38986         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
38987         shifting LEN more than 31 bits at once.
38989 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38991         [BZ #14195]
38992         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
38993         segmentation fault for a case of two empty input strings.
38994         * string/test-strncasecmp.c (check1): Renamed to...
38995         (bz12205): ...this.
38996         (bz14195): Add new testcase for two empty input strings and N > 0.
38997         (test_main): Call new testcase, adapt for renamed function.
38999 2012-08-15  Andreas Jaeger  <aj@suse.de>
39001         [BZ #14090]
39002         * crypt/md5test2.c: New test, based on test supplied by Serge
39003         Belyshev <belyshev@depni.sinp.msu.ru>.
39004         * crypt/Makefile (xtests): Add md5test-giant..
39005         * crypt/Makefile ($(objpfx)md5test-giant): Add.
39007 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
39009         [BZ #14090]
39010         * crypt/md5.c (md5_process_block): Don't assume the buffer
39011         length is less than 2**32.
39012         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
39013         length is less than 2**64.
39015 2012-08-15  Roland McGrath  <roland@hack.frob.com>
39017         * string/str-two-way.h: Include <sys/param.h>.
39018         (MAX): Macro removed.
39020         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
39021         Move #define and #undef of memmove to just before and after
39022         including <string.h>.
39024         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
39025         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
39026         and after including <string.h>.  Move declarations of
39027         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
39028         to before #include "string/memmove.c".
39030         * include/dirent.h: Declare __getdirentries.
39032         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
39033         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
39035 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
39037         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
39038         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
39039         * sysdeps/i386/configure: Regenerated.
39040         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
39041         STABS_CURRENT_FILE, and STABS_FUN.
39042         (END): Remove call to STABS_FUN_END.
39043         (STABS_CURRENT_FILE1): Delete.
39044         (STABS_CURRENT_FILE): Likewise.
39045         (STABS_FUN): Likewise.
39046         (STABS_FUN_END): Likewise.
39047         (STABS_FUN2): Likewise.
39048         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
39049         * sysdeps/x86_64/configure: Regenerated.
39051 2012-08-14  Roland McGrath  <roland@hack.frob.com>
39053         * elf/dl-open.c: Include <atomic.h>.
39054         * elf/dl-lookup.c: Likewise.
39056 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
39058         * sysdeps/unix/sysv/linux/kernel-features.h
39059         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
39060         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
39061         unconditionally.
39062         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
39063         unconditionally.
39064         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
39065         condition on __ASSUME_CLONE_THREAD_FLAGS.
39067 2012-08-14  Andreas Jaeger  <aj@suse.de>
39069         * sysdeps/i386/fpu/libm-test-ulps: Update.
39071 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
39073         * include/atomic.h (atomic_exchange_and_add): Split into ...
39074         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
39075         New atomic macros.
39077 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
39079         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39081 2012-08-13  Jeff Law <law@redhat.com>
39083         * manual/stdio.texi (snprintf): Clarify handling of the trailing
39084         null byte in the output string.
39086 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
39088         * sysdeps/unix/sysv/linux/kernel-features.h
39089         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
39090         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
39091         (__ASSUME_ARG_MAX_STACK_BASED): Define.
39092         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
39093         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
39094         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
39095         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
39097 2012-08-09  Jeff Law <law@redhat.com>
39099         [BZ #13939]
39100         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
39101         When avoid_arena is set, don't retry in the that arena.  Pick the
39102         next one, whatever it might be.
39103         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
39104         (arena_lock): Pass in new parameter to arena_get2.
39105         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
39106         arena_get2.
39107         (__libc_malloc): Unify retrying after main arena failure with
39108         __libc_memalign version.
39109         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
39111 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
39113         [BZ #14166]
39114         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
39115         to __redirect_strstr.
39116         (__strstr_sse42): Use typeof __redirect_strstr.
39117         (__strstr_ia32): Likewise.
39118         (__libc_strstr): New prototype.
39119         (strstr): Renamed to ...
39120         (__libc_strstr): This.
39121         (strstr): New strong alias of __libc_strstr.
39122         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
39123         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
39124         __redirect_time.
39125         Include <time.h>.
39126         (__libc_time): New prototype.
39127         (time_ifunc): Replace time with __libc_time.
39128         (time): New strong alias and hidden definition of __libc_time.
39129         (__GI_time): Remove strong alias.
39130         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
39131         Include <stddef.h>.
39132         (memmove): Redefined to __redirect_memmove.
39133         (__memmove_sse2): Use typeof __redirect_memmove.
39134         (__memmove_ssse3): Likewise.
39135         (__memmove_ssse3_back): Likewise.
39136         (__libc_memmove): New prototype.
39137         (memmove): Renamed to ...
39138         (__libc_memmove): This.
39139         (memmove): New strong alias of __libc_memmove.
39141 2012-08-08  Mark Salter  <msalter@redhat.com>
39143         * elf/elf.h
39144         (R_MN10300_TLS_GD): Define.
39145         (R_MN10300_TLS_LD): Likewise.
39146         (R_MN10300_TLS_LDO): Likewise.
39147         (R_MN10300_TLS_GOTIE): Likewise.
39148         (R_MN10300_TLS_IE): Likewise.
39149         (R_MN10300_TLS_LE): Likewise.
39150         (R_MN10300_TLS_DTPMOD): Likewise.
39151         (R_MN10300_TLS_DTPOFF): Likewise.
39152         (R_MN10300_TLS_TPOFF): Likewise.
39153         (R_MN10300_SYM_DIFF): Likewise.
39154         (R_MN10300_ALIGN): Likewise.
39155         (R_MN10300_NUM): Update.
39157 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
39159         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
39160         Remove.
39162 2012-08-08  Roland McGrath  <roland@hack.frob.com>
39164         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
39166         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
39167         sysdeps/unix -> sysdeps/posix move.
39168         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
39170 2012-08-07      Allan McRae     <allan@archlinux.org>
39172         [BZ #14303]
39173         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
39174         (SUNOS_CPP): Likewise.
39175         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
39176         not found.
39177         (open_input): Call CPP using execvp.
39179 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
39181         * sysdeps/unix/sysv/linux/kernel-features.h
39182         (__ASSUME_PROT_GROWSUPDOWN): Remove.
39183         (__ASSUME_NO_CLONE_DETACHED): Likewise.
39184         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
39185         (__ASSUME_WAITID_SYSCALL): Likewise.
39186         * sysdeps/unix/sysv/linux/dl-execstack.c
39187         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
39188         code unconditional.
39189         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
39190         conditional code.
39191         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
39192         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
39193         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
39194         code.
39195         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
39196         unconditional.
39197         [__ASSUME_WAITID_SYSCALL]: Likewise.
39198         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
39200 2012-08-07  Roland McGrath  <roland@hack.frob.com>
39202         * sysdeps/unix/closedir.c: Renamed to ...
39203         * sysdeps/posix/closedir.c: ... here.
39204         * sysdeps/unix/dirfd.c: Renamed to ...
39205         * sysdeps/posix/dirfd.c: ... here.
39206         * sysdeps/unix/dirstream.h: Renamed to ...
39207         * sysdeps/posix/dirstream.h: ... here.
39208         * sysdeps/unix/fdopendir.c: Renamed to ...
39209         * sysdeps/posix/fdopendir.c: ... here.
39210         * sysdeps/unix/opendir.c: Renamed to ...
39211         * sysdeps/posix/opendir.c: ... here.
39212         * sysdeps/unix/readdir.c: Renamed to ...
39213         * sysdeps/posix/readdir.c: ... here.
39214         * sysdeps/unix/readdir_r.c: Renamed to ...
39215         * sysdeps/posix/readdir_r.c: ... here.
39216         * sysdeps/unix/rewinddir.c: Renamed to ...
39217         * sysdeps/posix/rewinddir.c: ... here.
39218         * sysdeps/unix/seekdir.c: Renamed to ...
39219         * sysdeps/posix/seekdir.c: ... here.
39220         * sysdeps/unix/telldir.c: Renamed to ...
39221         * sysdeps/posix/telldir.c: ... here.
39222         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
39223         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
39224         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
39225         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
39227         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
39228         * bits/fcntl.h: ... here.
39230         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
39231         not 0.
39232         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
39233         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
39234         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
39235         (struct flock): Move l_start, l_len to the beginning.
39236         Use __pid_t for l_pid.
39237         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
39238         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
39239         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
39240         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
39241         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
39242         [__USE_LARGEFILE64] (struct flock64): New type.
39243         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
39245         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
39246         * bits/dirent.h: ... here.
39248         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
39249         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
39251 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
39253         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39254         Change from 2.6.0 to 2.6.16.
39255         * sysdeps/unix/sysv/linux/configure: Regenerated.
39256         * sysdeps/unix/sysv/linux/kernel-features.h
39257         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
39258         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
39259         version.
39260         (__ASSUME_UTIMES): Likewise.
39261         (__ASSUME_CLONE_STOPPED): Remove.
39262         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
39263         architectures, not kernel version.
39264         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
39265         (__ASSUME_NO_CLONE_DETACHED): Likewise.
39266         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
39267         (__ASSUME_WAITID_SYSCALL): Likewise.
39268         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
39269         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
39270         * README: State 2.6.16 as minimum Linux kernel version.  Do not
39271         refer to older versions.
39273 2012-08-06  Roland McGrath  <roland@hack.frob.com>
39275         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
39276         Define alphasort64 as an alias.
39277         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
39278         Define versionsort64 as an alias.
39279         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
39280         Define scandir64 as an alias.
39281         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
39282         Define scandirat64 as an alias.
39283         * dirent/alphasort64.c (alphasort64):
39284         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
39285         * dirent/versionsort64.c: Likewise.
39286         * dirent/scandir64.c: Likewise.
39287         * dirent/scandirat64.c: Likewise.
39288         * sysdeps/wordsize-64/alphasort.c: File removed.
39289         * sysdeps/wordsize-64/alphasort64.c: File removed.
39290         * sysdeps/wordsize-64/scandir.c: File removed.
39291         * sysdeps/wordsize-64/scandir64.c: File removed.
39292         * sysdeps/wordsize-64/scandirat.c: File removed.
39293         * sysdeps/wordsize-64/scandirat64.c: File removed.
39294         * sysdeps/wordsize-64/versionsort.c: File removed.
39295         * sysdeps/wordsize-64/versionsort64.c: File removed.
39296         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
39297         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
39298         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
39299         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
39300         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
39301         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
39302         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
39303         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
39305         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
39306         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
39307         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
39308         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39309         [defined __arch64__ || defined __sparcv9]
39310         (__INO_T_MATCHES_INO64_T): New macro.
39311         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39312         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
39313         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
39314         * sysdeps/unix/sysv/linux/bits/dirent.h
39315         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
39316         (_DIRENT_MATCHES_DIRENT64): New macro.
39318         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
39319         Define lockf64 as an alias.
39320         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
39321         Define fseeko64 as an alias.
39322         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
39323         Define ftello64 as an alias.
39324         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
39325         Define _IO_fgetpos64 and fgetpos64 as aliases.
39326         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
39327         Define _IO_fsetpos64 and fsetpos64 as aliases.
39328         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
39329         Conditionalize body on this.
39330         * libio/fseeko64.c: Likewise.
39331         * libio/ftello64.c: Likewise.
39332         * libio/iofgetpos64.c: Likewise.
39333         * libio/iofsetpos64.c: Likewise.
39334         * sysdeps/wordsize-64/lockf.c: File removed.
39335         * sysdeps/wordsize-64/lockf64.c: File removed.
39336         * sysdeps/wordsize-64/fseeko.c: File removed.
39337         * sysdeps/wordsize-64/fseeko64.c: File removed.
39338         * sysdeps/wordsize-64/ftello.c: File removed.
39339         * sysdeps/wordsize-64/ftello64.c: File removed.
39340         * sysdeps/wordsize-64/iofgetpos.c: File removed.
39341         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
39342         * sysdeps/wordsize-64/iofsetpos.c: File removed.
39343         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
39344         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
39345         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
39346         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
39347         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
39348         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
39349         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
39350         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
39351         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
39352         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
39353         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
39355         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
39356         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
39357         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
39358         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39359         [defined __arch64__ || defined __sparcv9]
39360         (__OFF_T_MATCHES_OFF64_T): New macro.
39361         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39362         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
39363         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39364         (__OFF_T_MATCHES_OFF64_T): New macro.
39366 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
39368         * stdlib/secure-getenv.c (__secure_getenv): Replace
39369         GLIBC_2_16 with GLIBC_2_17.
39371 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
39373         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
39374         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39376 2012-08-03  David S. Miller  <davem@davemloft.net>
39378         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39380 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
39382         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
39383         Remove.
39384         (__ASSUME_CORRECT_SI_PID): Likewise.
39385         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
39386         (__ASSUME_TMPFS_NAME): Likewise.
39387         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
39388         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
39389         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
39390         (HAVE_AUX_SECURE): Make definition unconditional.
39391         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
39392         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
39394 2012-08-03  Roland McGrath  <roland@hack.frob.com>
39396         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
39397         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
39398         * sysdeps/mach/hurd/eloop-threshold.h: New file.
39399         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
39400         __eloop_threshold instead of SYMLOOP_MAX.
39402         * sysdeps/generic/eloop-threshold.h: New file.
39403         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
39404         of MAXSYMLINKS.
39405         * elf/chroot_canon.c (chroot_canon): Likewise.
39407 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
39409         [BZ #13717]
39410         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39411         Change to 2.6.0 everywhere.
39412         * sysdeps/unix/sysv/linux/configure: Regenerated.
39413         * sysdeps/unix/sysv/linux/kernel-features.h
39414         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
39415         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
39416         kernel versions.
39417         (__ASSUME_POSIX_TIMERS): Define unconditionally.
39418         (__ASSUME_FUTEX_REQUEUE): Remove.
39419         (__ASSUME_STATFS64): Define unconditionally.
39420         (__ASSUME_AT_SECURE): Likewise.
39421         (__ASSUME_CORRECT_SI_PID): Likewise.
39422         (__ASSUME_TGKILL): Define without depending on kernel version for
39423         i386.
39424         (__ASSUME_UTIMES): Likewise.
39425         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
39426         kernel version.
39427         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
39428         (__ASSUME_TMPFS_NAME): Likewise.
39429         * README: Update reference to Linux kernel versions.
39431 2012-08-02  Marek Polacek  <polacek@redhat.com>
39433         [BZ# 14150]
39434         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
39435         libc_cv_asm_type_prefix with %.
39436         * configure: Regenerated.
39437         * include/libc-symbols.h: Remove comment about
39438         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
39439         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
39440         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
39441         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
39442         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
39443         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
39444         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
39445         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
39446         * elf/tst-unique2mod1.c: Likewise.
39447         * elf/tst-unique1mod2.c: Likewise.
39448         * elf/tst-unique1mod1.c: Likewise.
39449         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
39450         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
39451         Replace ASM_TYPE_DIRECTIVE with .type.
39452         * sysdeps/s390/s390-64/sysdep.h: Likewise.
39453         * sysdeps/i386/sysdep.h: Likewise.
39454         * sysdeps/x86_64/sysdep.h: Likewise.
39455         * sysdeps/sh/sysdep.h: Likewise.
39456         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
39457         Do not define ASM_TYPE_DIRECTIVE.
39458         * sysdeps/powerpc/sysdep.h: Likewise.
39459         * sysdeps/powerpc/powerpc32/sysdep.h:
39460         Replace ASM_TYPE_DIRECTIVE with .type.
39461         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
39462         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
39463         * sysdeps/i386/fpu/e_powf.S: Likewise.
39464         * sysdeps/i386/fpu/e_expl.S: Likewise.
39465         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
39466         * sysdeps/i386/fpu/e_acosh.S: Likewise.
39467         * sysdeps/i386/fpu/e_pow.S: Likewise.
39468         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
39469         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
39470         * sysdeps/i386/fpu/s_expm1.S: Likewise.
39471         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
39472         * sysdeps/i386/fpu/e_log2.S: Likewise.
39473         * sysdeps/i386/fpu/e_log2l.S: Likewise.
39474         * sysdeps/i386/fpu/e_scalb.S: Likewise.
39475         * sysdeps/i386/fpu/e_powl.S: Likewise.
39476         * sysdeps/i386/fpu/e_log10f.S: Likewise.
39477         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
39478         * sysdeps/i386/fpu/e_logl.S: Likewise.
39479         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
39480         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
39481         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
39482         * sysdeps/i386/fpu/e_log2f.S: Likewise.
39483         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
39484         * sysdeps/i386/fpu/e_log.S: Likewise.
39485         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
39486         * sysdeps/i386/fpu/e_logf.S: Likewise.
39487         * sysdeps/i386/fpu/e_log10l.S: Likewise.
39488         * sysdeps/i386/fpu/e_atanh.S: Likewise.
39489         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
39490         * sysdeps/i386/fpu/e_log10.S: Likewise.
39491         * sysdeps/i386/fpu/s_frexp.S: Likewise.
39492         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
39493         * sysdeps/i386/fpu/s_asinh.S: Likewise.
39494         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
39495         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
39496         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
39497         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
39498         * sysdeps/i386/i686/strtok.S: Likewise.
39499         * sysdeps/i386/i386-mcount.S: Likewise.
39500         * sysdeps/i386/strtok.S: Likewise.
39501         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
39502         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
39503         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
39504         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
39505         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
39506         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
39507         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
39508         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
39509         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
39510         * sysdeps/x86_64/_mcount.S: Likewise.
39511         * sysdeps/x86_64/strtok.S: Likewise.
39512         * sysdeps/sh/_mcount.S: Likewise.
39514 2012-08-01  Roland McGrath  <roland@hack.frob.com>
39516         * libio/iofopen.c: Include <fcntl.h>.
39517         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
39518         (_IO_fopen64, fopen64): Define as aliases.
39519         * libio/iofopen64.c: Include <fcntl.h>.
39520         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
39521         Conditionalize body on this.
39522         * sysdeps/wordsize-64/iofopen.c: File removed.
39523         * sysdeps/wordsize-64/iofopen64.c: File removed.
39525 2012-08-01  Marek Polacek  <polacek@redhat.com>
39527         * libc/Makeconfig: Use elf in place of binfmt-subdir.
39528         Use dlfcn directly instead of a variable.
39529         (binfmt-subdir): Do not define.
39530         (dlfcn): Likewise.
39532 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
39534         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
39535         Remove all definitions.
39536         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
39537         <kernel-features.h>.
39538         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
39539         (miss_F_GETOWN_EX): Remove all definitions.
39540         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
39541         macro definition.
39542         [!__ASSUME_FCNTL64]: Remove conditional code.
39543         [__ASSUME_FCNTL64]: Make code unconditional.
39544         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
39545         <kernel-features.h>.
39546         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
39547         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
39548         (lockf64) [__NR_fcntl64]: Make code unconditional.
39549         (lockf64) [__ASSUME_FCNTL64]: Likewise.
39551         * sysdeps/unix/sysv/linux/kernel-features.h
39552         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
39553         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
39554         Make code unconditional.
39555         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39556         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39557         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
39558         [__NR_vfork]: Make code unconditional.
39559         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39560         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
39562         [__NR_vfork]: Make code unconditional.
39563         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39564         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39566 2012-08-01  Roland McGrath  <roland@hack.frob.com>
39568         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
39569         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
39571         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39572         Define mkstemp64 as an alias.
39573         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39574         Define mkstemps64 as an alias.
39575         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39576         Define mkostemp64 as an alias.
39577         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39578         Define mkostemps64 as an alias.
39579         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
39580         Conditionalize body on this.
39581         * misc/mkostemp64.c: Likewise.
39582         * misc/mkostemps64.c: Likewise.
39583         * misc/mkstemps64.c: Likewise.
39584         * sysdeps/wordsize-64/mkstemp64.c: File removed.
39585         * sysdeps/wordsize-64/mkostemp64.c: File removed.
39586         * sysdeps/wordsize-64/mkostemp.c: File removed.
39587         * sysdeps/wordsize-64/mkstemp.c: File removed.
39588         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
39589         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
39590         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
39591         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
39593         [BZ #14138]
39594         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
39595         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
39596         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
39597         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
39599         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
39600         compat_symbol macros from <shlib-compat.h> rather than the underlying
39601         default_symbol_version and symbol_version macros, so that DEFAULT
39602         lines in shlib-versions are respected.
39603         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
39605 2012-08-01  Florian Weimer  <fweimer@redhat.com>
39607         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
39608         Declare with warn_unused_result.
39609         (setgid, setregid, setegid, setresgid): Likewise.
39610         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
39611         Likewise.
39612         * WUR-REPORT: Remove set*id functions.
39614 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
39616         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
39618 2012-07-31  Roland McGrath  <roland@hack.frob.com>
39620         [BZ #10191]
39621         * include/sys/socket.h (__libc_accept, __libc_accept4):
39622         Add attribute_hidden.
39623         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
39625         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
39626         use of PTR_MANGLE.
39627         * inet/getnetgrent_r.c (setup): Likewise.
39629         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
39631 2012-07-31  David S. Miller  <davem@davemloft.net>
39633         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39635 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
39637         [BZ #13629]
39638         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
39639         value between 1.0 and 2.0 and smaller part has absolute value less
39640         than 1.0.
39641         * math/s_clog10.c (__clog10): Likewise.
39642         * math/s_clog10f.c (__clog10f): Likewise.
39643         * math/s_clog10l.c (__clog10l): Likewise.
39644         * math/s_clogf.c (__clogf): Likewise.
39645         * math/s_clogl.c (__clogl): Likewise.
39646         * math/libm-test.inc (clog_test): Add more tests.
39647         (clog10_test): Likewise.
39648         * sysdeps/i386/fpu/libm-test-ulps: Update.
39649         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39651 2012-07-31  Florian Weimer  <fweimer@redhat.com>
39653         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
39654         Exit with zero in case no suitable GID is found, and write a
39655         message to standard error.
39657 2012-07-30  Roland McGrath  <roland@hack.frob.com>
39659         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
39660         rather than to 1.
39661         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
39662         (MAXPATHLEN): Removed.
39663         (NOGROUP, NODEV): New macros.
39664         (setbit, clrbit, isset, isclr): New macros.
39665         (howmany, roundup, powerof2): New macros.
39666         (DEV_BSIZE): New macro.
39668         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
39669         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
39671         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
39672         definition on [!__NO_LONG_DOUBLE_MATH].
39674         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
39675         PTR_MANGLE and PTR_DEMANGLE.
39677         * socket/accept4.c (accept4): Rename to __libc_accept4.
39678         Define accept4 as a weak alias.
39680         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
39681         on [_DIRENT_HAVE_D_TYPE].
39682         * io/ftw.c (ftw_dir): Likewise.
39684         * io/xmknod.c (__xmknod): Don't check PATH for being null.
39686         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
39688         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
39689         Use the BSD numbers rather than the arbitrary ones we had.
39690         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
39691         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
39692         (SIGXCPU, SIGXFSZ): New macros.
39693         (_NSIG): Now 32.
39695         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
39696         initializer on [_LIBC_REENTRANT].
39698         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
39699         definitions inside [_POSIX_MAPPED_FILES].
39701         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
39703         * dirent/opendir.c: Include <fcntl.h>.
39705         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
39706         (__libc_getspecific): Likewise.
39707         (__libc_key_create): Likewise.
39709         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
39710         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
39711         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
39712         (tmpfile64): Define as alias.
39713         * sysdeps/wordsize-64/tmpfile.c: File removed.
39714         * sysdeps/wordsize-64/tmpfile64.c: File removed.
39715         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
39716         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
39718         * stdio-common/vfscanf.c: Include <stdbool.h>.
39719         * nss/makedb.c: Likewise.
39720         * stdio-common/_i18n_number.h: Likewise.
39721         * argp/argp-help.c: Likewise.
39722         * posix/wordexp.c: Likewise.
39723         * sysdeps/posix/spawni.c: Likewise.
39724         * nss/nss_files/files-initgroups.c: Likewise.
39725         * stdio-common/reg-modifier.c: Include <stdlib.h>.
39726         * nss/nss_files/files-initgroups.c: Likewise.
39727         * nss/nss_db/db-netgrp.c: Likewise.
39728         * nss/nss_db/db-initgroups.c: Likewise.
39729         * io/fchmodat.c: Include <sys/stat.h>.
39731         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
39732         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
39734         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
39735         [HAVE_MMAP].
39737         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
39738         Add multiple inclusion protection.
39740 2012-07-27  David S. Miller  <davem@davemloft.net>
39742         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39744 2012-07-27  Gary Benson  <gbenson@redhat.com>
39746         [BZ #14298]
39747         * elf/rtld.c: Include <stap-probe.h>.
39748         (dl_main): Added static probes "init_start" and "init_complete".
39749         * elf/dl-load.c: Include <stap-probe.h>.
39750         (lose): Take new parameter "nsid".
39751         Added static probe "map_failed".
39752         (_dl_map_object_from_fd): Pass namespace id to lose.
39753         Added static probe "map_start".
39754         (open_verify): Pass namespace id to lose.
39755         * elf/dl-open.c: Include <stap-probe.h>.
39756         (dl_open_worker) Added static probes "map_complete", "reloc_start"
39757         and "reloc_complete".
39758         * elf/dl-close.c: Include <stap-probe.h>.
39759         (_dl_close_worker): Added static probes "unmap_start" and
39760         "unmap_complete".
39761         * elf/rtld-debugger-interface.txt: New file documenting the above.
39763 2012-07-26  Roland McGrath  <roland@hack.frob.com>
39765         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
39766         rather than a string variable.
39767         * sunrpc/rpc_main.c (h_output): Likewise.
39768         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
39770 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
39772         * inet/check_native.c: New file.
39774 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
39776         [BZ #13629]
39777         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
39778         if larger part has absolute value 1.0.
39779         * math/s_clog10.c (__clog10): Likewise.
39780         * math/s_clog10f.c (__clog10f): Likewise.
39781         * math/s_clog10l.c (__clog10l): Likewise.
39782         * math/s_clogf.c (__clogf): Likewise.
39783         * math/s_clogl.c (__clogl): Likewise.
39784         * math/libm-test.inc (clog_test): Add more tests.
39785         (clog10_test): Likewise.
39786         * sysdeps/i386/fpu/libm-test-ulps: Update.
39787         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39789         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
39790         (pltexit): Likewise.
39791         (La_regs): Likewise.
39792         (La_retval): Likewise.
39793         (int_retval): Likewise.
39794         Update #error for removed macros to refer only to definitions in
39795         tst-audit.h.
39796         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
39797         macro.
39798         (pltexit): Likewise.
39799         (La_regs): Likewise.
39800         (La_retval): Likewise.
39801         (int_retval): Likewise.
39802         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
39803         macro.
39804         (pltexit): Likewise.
39805         (La_regs): Likewise.
39806         (La_retval): Likewise.
39807         (int_retval): Likewise.
39808         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
39809         macro.
39810         (pltexit): Likewise.
39811         (La_regs): Likewise.
39812         (La_retval): Likewise.
39813         (int_retval): Likewise.
39814         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
39815         macro.
39816         (pltexit): Likewise.
39817         (La_regs): Likewise.
39818         (La_retval): Likewise.
39819         (int_retval): Likewise.
39820         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
39821         macro.
39822         (pltexit): Likewise.
39823         (La_regs): Likewise.
39824         (La_retval): Likewise.
39825         (int_retval): Likewise.
39826         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
39827         macro.
39828         (pltexit): Likewise.
39829         (La_regs): Likewise.
39830         (La_retval): Likewise.
39831         (int_retval): Likewise.
39832         * sysdeps/generic/tst-audit.h: Update comment to refer only to
39833         macro definitions in tst-audit.h.
39834         * sysdeps/i386/tst-audit.h: New file.
39835         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
39836         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
39837         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
39838         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
39839         * sysdeps/sh/tst-audit.h: Likewise.
39840         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
39841         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
39842         * sysdeps/x86_64/tst-audit.h: Likewise.
39844 2012-07-26  Andreas Jaeger  <aj@suse.de>
39846         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
39847         ptrace.
39849         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
39850         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
39851         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
39852         PTRACE_O_MASK.
39853         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
39854         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
39855         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
39857         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
39858         value.
39860         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
39861         _sigsys.
39862         (si_call_addr, si_syscall, si_arch): Define new macro.
39863         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
39864         _sigsys.
39865         (si_call_addr, si_syscall, si_arch): Define new marcro.
39866         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
39867         _sigsys.
39868         (si_call_addr, si_syscall, si_arch): Define new macro.
39869         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
39870         _sigsys.
39871         (si_call_addr, si_syscall, si_arch): Define new macro.
39873 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
39875         [BZ #13717]
39876         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39877         Change to 2.4.21 where previously 2.4.1.
39878         * sysdeps/unix/sysv/linux/configure: Regenerated.
39879         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
39880         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
39881         Linux kernel version.
39882         (__ASSUME_STD_AUXV): Remove.
39883         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
39884         kernel version.
39885         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
39886         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
39887         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
39888         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
39889         (__ASSUME_NETLINK_SUPPORT): Likewise.
39890         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
39891         (__no_netlink_support): Remove conditional definition.
39892         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
39893         Remove.
39894         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
39895         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
39896         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
39897         (if_nameindex_ioctl): Remove.
39898         (if_nameindex_netlink): Do not handle __no_netlink_support.
39899         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
39900         code.
39901         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
39902         Remove conditional code.
39903         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
39904         code.
39905         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
39906         unconditional.
39907         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
39908         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
39909         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
39910         Remove.
39911         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
39912         [!__ASSUME_STD_AUXV]: Remove conditional code.
39913         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
39914         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
39915         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
39916         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
39917         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
39918         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
39919         code.
39920         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
39921         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
39922         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
39923         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
39924         conditional code.
39925         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
39926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
39927         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
39928         code.
39929         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
39930         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
39931         conditional code.
39932         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
39933         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39934         code unconditional.
39935         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39936         conditional code.
39937         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39938         unconditional.
39939         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39940         conditional code.
39941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
39942         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39943         unconditional.
39944         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39945         conditional code.
39946         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
39947         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39948         code unconditional.
39949         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39950         conditional code.
39951         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39952         unconditional.
39953         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39954         conditional code.
39955         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
39956         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39957         code unconditional.
39958         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39959         conditional code.
39960         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39961         unconditional.
39962         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39963         conditional code.
39965 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
39967         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
39968         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
39969         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
39970         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
39971         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
39972         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
39973         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
39974         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
39975         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
39976         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
39977         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
39978         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
39979         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
39980         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
39981         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
39982         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
39983         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
39984         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
39985         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
39986         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
39987         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
39988         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
39989         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
39991 2012-07-25  Florian Weimer  <fweimer@redhat.com>
39993         * Versions.def: Add GLIBC_2.17.
39994         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
39995         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
39996         Introduce __libc_secure_getenv.
39997         * stdlib/Versions (2.17): Add secure_getenv
39998         (GLIBC_PRIVATE): Add __libc_secure_getenv.
39999         * stdlib/secure-getenv.c: Rename __secure_getenv to
40000         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
40001         symbol __secure_getenv for GLIBC_2.0.
40002         * stdlib/tst-secure-getenv.c: New.
40003         * stdlib/Makefile (tests): Add testcase.
40004         * manual/startup.texi (Environment Access): Document
40005         secure_getenv.
40006         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
40007         __libc_secure_getenv.
40008         * inet/ruserpass.c (ruserpass): Likewise.
40009         * malloc/mtrace.c (mtrace): Likewise.
40010         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
40011         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
40012         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
40013         * sysdeps/posix/tempname.c: Likewise.  Evaluate
40014         HAVE_SECURE_GETENV.
40015         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
40016         __secure_getenv to __libc_secure_getenv.
40017         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
40018         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
40019         Likewise.
40020         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
40021         Likewise.
40022         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
40023         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
40024         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
40025         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
40026         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
40027         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
40028         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
40030 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
40032         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
40033         (struct La_i86_retval): Likewise.
40034         (struct La_x86_64_regs): Likewise.
40035         (struct La_x86_64_retval): Likewise.
40036         (struct La_x32_regs): Likewise.
40037         (struct La_x32_retval): Likewise.
40038         (struct La_ppc32_regs): Likewise.
40039         (struct La_ppc32_retval): Likewise.
40040         (struct La_ppc64_regs): Likewise.
40041         (struct La_ppc64_retval): Likewise.
40042         (struct La_sh_regs): Likewise.
40043         (struct La_sh_retval): Likewise.
40044         (struct La_s390_32_regs): Likewise.
40045         (struct La_s390_32_retval): Likewise.
40046         (struct La_s390_64_regs): Likewise.
40047         (struct La_s390_64_retval): Likewise.
40048         (struct La_sparc32_regs): Likewise.
40049         (struct La_sparc32_retval): Likewise.
40050         (struct La_sparc64_regs): Likewise.
40051         (struct La_sparc64_retval): Likewise.
40052         (struct audit_ifaces): Remove architecture-specific pltenter and
40053         pltexit members.
40054         * sysdeps/i386/ldsodefs.h: New file.
40055         * sysdeps/powerpc/ldsodefs.h: Likewise.
40056         * sysdeps/s390/ldsodefs.h: Likewise.
40057         * sysdeps/sh/ldsodefs.h: Likewise.
40058         * sysdeps/sparc/ldsodefs.h: Likewise.
40059         * sysdeps/x86_64/ldsodefs.h: Likewise.
40061 2012-07-25  Marek Polacek  <polacek@redhat.com>
40063         [BZ #6808]
40064         * math/libm-test.inc (yn_test): Add another test.
40065         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
40066         to ERANGE when the result is +-Inf.
40067         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
40068         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
40069         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
40070         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
40072 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
40074         * conform/data/time.h-data (NULL): Use macro-constant.  Require
40075         equal to 0.
40076         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
40077         clock_t.
40078         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
40080 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
40082         * configure.in <sysdeps resolving>: Correct printing
40083         Implies_before.
40084         * configure: Regenerate.
40086 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
40088         * math/w_ilogb.c: Include <limits.h>.
40089         * math/w_ilogbl.c: Likewise.
40091 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
40093         * manual/lang.texi (__va_copy): Document primarily as ISO C99
40094         va_copy.  Document allowing for unavailable va_copy only as
40095         pre-C99 compatibility.
40096         * manual/string.texi (Copying and Concatenation): Use va_copy
40097         instead of __va_copy in concat example.
40099 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
40101         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
40102         (__sendto): Use create_address_port.  Initialize APORT and deallocate
40103         it if not null.
40105         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
40106         with O_NOLINK passed to __file_name_lookup.
40108         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
40109         with O_NOLINK passed to __file_name_lookup.
40111         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
40112         negative N or less than NGIDS.
40114         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
40115         type to string_t.  Set ERANGE as errno and return it if NAME is not big
40116         enough.  Use memcpy instead of strncpy.
40118 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
40120         * elf/Makefile (check-data): Remove.
40121         (localplt.data): New vpath directive.
40122         ($(objpfx)check-localplt.out): Use localplt.data from vpath
40123         instead of $(check-data).
40124         * scripts/data/localplt-generic.data: Move to ...
40125         * sysdeps/generic/localplt.data: ... here.
40126         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
40127         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
40128         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
40129         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
40130         ... here.
40131         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
40132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
40133         ... here.
40134         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
40135         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
40136         ... here.
40137         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
40138         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
40139         ... here.
40140         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
40141         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
40142         ... here.
40143         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
40144         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
40145         ... here.
40147 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40149         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
40150         PPC32 and PPC64 files.
40151         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
40152         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
40154 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40156         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
40157         __makecontext_ret to ...
40158         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
40159         ... here and call exit if uc_link is NULL.  New file.
40160         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
40161         __makecontext_ret.S.
40162         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
40163         __makecontext_ret to ...
40164         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
40165         ... here and call exit if uc_link is NULL.  New file.
40166         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
40167         __makecontext_ret.S.
40169 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40171         * elf/elf.h (R_390_IRELATIVE): New definition.
40172         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
40173         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
40174         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
40175         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
40176         (elf_machine_lazy_rel): Likewise.
40177         * sysdeps/s390/dl-irel.h: New file.
40178         * sysdeps/s390/s390-64/memcpy.S: New asm code.
40179         * sysdeps/s390/s390-64/memset.S: New asm code.
40180         * sysdeps/s390/s390-64/memcmp.S: New asm code.
40181         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
40182         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
40183         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
40184         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
40185         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
40186         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
40187         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
40188         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
40189         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
40190         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
40191         * sysdeps/s390/s390-32/memcpy.S: New asm code.
40192         * sysdeps/s390/s390-32/memset.S: New asm code.
40193         * sysdeps/s390/s390-32/memcmp.S: New asm code.
40195 2012-07-17  Marek Polacek  <polacek@redhat.com>
40197         [BZ #14349]
40198         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
40199         * sysdeps/s390/s390-64/configure.in: Likewise.
40200         * sysdeps/sparc/configure.in: Likewise.
40201         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
40202         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
40203         * sysdeps/i386/configure.in: Likewise.
40204         * sysdeps/x86_64/configure.in: Likewise.
40205         * sysdeps/sh/configure.in: Likewise.
40206         * sysdeps/s390/s390-32/configure: Regenerated.
40207         * sysdeps/s390/s390-64/configure: Likewise.
40208         * sysdeps/x86_64/configure: Likewise.
40209         * sysdeps/sh/configure: Likewise.
40210         * sysdeps/powerpc/powerpc64/configure: Likewise.
40211         * sysdeps/powerpc/powerpc32/configure: Likewise.
40212         * sysdeps/sparc/configure: Likwise.
40213         * sysdeps/i386/configure: Likewise.
40215         * elf/dl-open.c: Comment fixes.
40217 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
40219         * Makefile [CXX] (check-data): Remove.
40220         [CXX] (c++-types.data): New vpath directive.
40221         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
40222         vpath.  Do not allow for C++ type data being missing.
40223         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
40224         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
40225         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
40226         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
40227         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
40228         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
40229         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
40230         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
40231         ... here.
40232         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
40233         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
40234         ... here.
40235         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
40236         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
40237         ... here.
40238         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
40239         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
40240         ... here.
40241         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
40242         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
40243         ... here.
40244         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
40245         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
40246         ... here.
40247         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
40248         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
40249         ... here.
40250         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
40251         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
40253         * elf/tls-macros.h (TLS_LE): Move architecture-specific
40254         definitions to architecture-specific files.
40255         (TLS_IE): Likewise.
40256         (TLS_LD): Likewise.
40257         (TLS_GD): Likewise.
40258         * sysdeps/i386/tls-macros.h: New file.
40259         * sysdeps/powerpc/tls-macros.h: Likewise.
40260         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
40261         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
40262         * sysdeps/sh/tls-macros.h: Likewise.
40263         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
40264         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
40265         * sysdeps/x86_64/tls-macros.h: Likewise.
40267 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
40269         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
40270         zero value for regular exit case.
40272         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
40273         (__start_context): Preserve zero value for regular exit case.
40275 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
40276             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40278         * manual/setjmp.texi (setcontext): Clarify normal process
40279         termination when uc_link is the null pointer.
40280         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
40281         exit call.
40283 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
40285         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
40286         preprocessor.  Test for each exception mask separately.
40288 2012-07-16  Andreas Jaeger  <aj@suse.de>
40290         * po/ru.po: Update from translation team.
40292 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
40294         * conform/data/string.h-data (NULL): Use macro-constant.  Require
40295         equal to 0.
40296         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
40297         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
40298         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
40299         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
40300         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40302 2012-07-13  Andreas Jaeger  <aj@suse.de>
40304         * po/fr.po: Update from translation team.
40306 2012-07-12  Marek Polacek  <polacek@redhat.com>
40308         [BZ #14173]
40309         * math/libm-test.inc (yn_test): Add test for BZ #14173.
40310         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
40311         loop condition.
40313 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
40315         [BZ #13717]
40316         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40317         Change to 2.4.1 where previously 2.4.0.
40318         * sysdeps/unix/sysv/linux/configure: Regenerated.
40319         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
40320         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
40321         version.
40322         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
40323         (__ASSUME_AT_CLKTCK): Remove.
40324         (__ASSUME_AT_PAGESIZE): Likewise.
40325         (__ASSUME_AT_XID): Likewise.
40326         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
40327         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
40328         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
40329         unconditionally.
40330         (HAVE_AUX_PAGESIZE): Likewise.
40331         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
40332         [__ASSUME_AT_CLKTCK]: Make code unconditional.
40333         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
40335 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
40337         [BZ #14307]
40338         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
40339         the temporary buffer used to invoke __gethostbyname2_r,
40340         __gethostbyaddr_r and gethostbyname4_r to make room for struct
40341         host_data / struct gaih_addrtuple.
40342         * resolv/nss_dns/dns-host.c (global scope): Move definition of
40343         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
40344         header file nss/nsswitch.h.
40345         * nss/nsswitch.h (global scope): Add definition of implementation
40346         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
40347         resolv/nss_dns/dns-host.c).
40349 2012-07-11  Andreas Jaeger  <aj@suse.de>
40351         * po/fr.po: Update from translation team.
40353         * po/sv.po: Update from translation team
40354         * po/fr.po: Another update from translation team.
40356 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40358         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
40359         for subnormals or multiply small sinh result by itself.
40360         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
40361         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40363 2012-07-11  David S. Miller  <davem@davemloft.net>
40365         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40367 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
40369         [BZ #14347]
40370         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
40371         (INTERNAL_MARK): Shift it here.
40373 2012-07-10  Marek Polacek  <polacek@redhat.com>
40375         [BZ #14151]
40376         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
40377         libc_cv_asm_global_directive with .globl.
40378         * configure: Regenerated.
40379         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
40380         with .globl.
40381         * sysdeps/i386/configure: Regenerated.
40382         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
40383         with .globl.
40384         * sysdeps/x86_64/configure: Regenerated.
40385         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
40386         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
40387         * elf/tst-unique2mod2.c: Likewise.
40388         * elf/tst-unique2mod1.c: Likewise.
40389         * elf/tst-unique1mod2.c: Likewise.
40390         * elf/tst-unique1mod1.c: Likewise.
40391         * sysdeps/s390/s390-32/sysdep.h: Likewise.
40392         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
40393         * sysdeps/s390/s390-64/sysdep.h: Likewise.
40394         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
40395         * sysdeps/mach/sysdep.h: Likewise.
40396         * sysdeps/i386/sysdep.h: Likewise.
40397         * sysdeps/i386/i386-mcount.S: Likewise.
40398         * sysdeps/x86_64/_mcount.S: Likewise.
40399         * sysdeps/x86_64/sysdep.h: Likewise.
40400         * sysdeps/sh/_mcount.S: Likewise.
40401         * sysdeps/sh/sysdep.h: Likewise.
40402         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
40403         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
40404         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
40405         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
40406         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
40407         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
40408         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
40409         * locale/localeinfo.h: Likewise.
40410         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
40411         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
40413 2012-07-09  Roland McGrath  <roland@hack.frob.com>
40415         [BZ #14336]
40416         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
40417         system".
40418         * manual/message.texi (The Uniforum approach): Likewise.
40419         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
40420         (glibc iconv Implementation): Likewise.
40422 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
40424         [BZ #14337]
40425         * math/s_clog.c (__clog): Avoid scaling a value down where that
40426         could result in underflow.
40427         * math/s_clog10.c (__clog10): Likewise.
40428         * math/s_clog10f.c (__clog10f): Likewise.
40429         * math/s_clog10l.c (__clog10l): Likewise.
40430         * math/s_clogf.c (__clogf): Likewise.
40431         * math/s_clogl.c (__clogl): Likewise.
40432         * math/libm-test.inc (clog_test): Add more tests.
40433         (clog10_test): Likewise.
40434         * sysdeps/i386/fpu/libm-test-ulps: Update.
40435         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40437 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
40439         [BZ #14283]
40440         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
40441         by 7 not 8 to examine high bit of fractional part.
40443         [BZ #14042]
40444         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
40445         for call to __mcount_internal.
40446         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
40447         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
40448         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
40450 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
40452         [BZ #14154]
40453         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
40454         approximation for values within 0x1p-13f of an odd multiple of
40455         pi/4.
40456         * math/libm-test.inc (tan_test): Do not allow spurious underflow
40457         exception.  Add more tests.
40458         * sysdeps/i386/fpu/libm-test-ulps: Update.
40460         [BZ #6778]
40461         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
40462         inputs and return -1 for them.  Do not check for +Inf in case not
40463         reachable for +Inf.
40464         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
40465         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
40466         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
40467         and return -1 for them.  Do not check for +Inf in case not
40468         reachable for +Inf.
40469         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
40470         define.
40471         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
40472         and return -1 for them.  Do not check for +Inf in case not
40473         reachable for +Inf.
40474         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
40475         spurious underflow.
40476         * sysdeps/i386/fpu/libm-test-ulps: Update.
40477         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40479 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
40481         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
40483 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
40485         [BZ #14157]
40486         [BZ #14331]
40487         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
40488         could result in spurious underflow.  Scale down values above
40489         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
40490         * math/s_csqrtf.c (__csqrtf): Likewise.
40491         * math/s_csqrtl.c (__csqrtl): Likewise.
40492         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
40493         spurious underflow.
40494         * sysdeps/i386/fpu/libm-test-ulps: Update.
40495         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40497 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
40499         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
40500         xopen-msg.sed.
40501         * catgets/xopen-msg.awk: New file.
40502         * catgets/xopen-msg.sed: Removed.
40504         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
40505         po2text.sed.
40506         * intl/po2test.awk: New file.
40507         * intl/po2test.sed: Removed.
40509 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
40511         [BZ #14328]
40512         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
40513         or multiply small sinh result by itself.
40514         * math/s_ctanf.c (__ctanf): Likewise.
40515         * math/s_ctanh.c (__ctanh): Likewise.
40516         * math/s_ctanhf.c (__ctanhf): Likewise.
40517         * math/s_ctanhl.c (__ctanhl): Likewise.
40518         * math/s_ctanl.c (__ctanl): Likewise.
40519         * math/libm-test.inc (ctan_test_tonearest): New function.
40520         (ctan_test_towardzero): Likewise.
40521         (ctan_test_downward): Likewise.
40522         (ctan_test_upward): Likewise.
40523         (ctanh_test_tonearest): Likewise.
40524         (ctanh_test_towardzero): Likewise.
40525         (ctanh_test_downward): Likewise.
40526         (ctanh_test_upward): Likewise.
40527         (main): Call these new functions.
40528         * sysdeps/i386/fpu/libm-test-ulps: Update.
40529         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40531 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
40533         * .gitignore: Delete /ports entry.
40535 2012-07-03  Andreas Jaeger  <aj@suse.de>
40537         * po/bg.po: Update from translation team.
40538         * po/cs.po: Likewise.
40539         * po/de.po: Likewise.
40540         * po/hr.po: Likewise.
40541         * po/nl.pl: Likewise.
40542         * po/pl.po: Likewise.
40543         * po/vi.po: Likewise.
40545 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
40547         * Makeconfig [!+link] (+link-before-libc): New variable.
40548         [!+link] (+link-after-libc): Likewise.
40549         [!+link] (+link-tests): Likewise.
40550         [!+link] (+link): Define in terms of $(+link-before-libc) and
40551         $(+link-after-libc).
40552         [!+link-static] (+link-static-before-libc): New variable.
40553         [!+link-static] (+link-static-after-libc): Likewise.
40554         [!+link-static] (+link-static-tests): Likewise.
40555         [!+link-static] (+link-static): Define in terms of
40556         $(+link-static-before-libc) and $(+link-static-after-libc).
40557         [build-shared] (link-libc-before-gnulib): New variable.
40558         [build-shared] (link-libc-tests): Likewise.
40559         [build-shared] (link-libc): Define in terms of
40560         $(link-libc-before-gnulib).
40561         [!build-shared] (link-libc-tests): New variable.
40562         (link-libc-static-tests): New variable.
40563         [!gnulib] (gnulib-arch): New variable.
40564         [!gnulib] (gnulib-tests): Likewise.
40565         [!gnulib] (static-gnulib-arch): Likewise.
40566         [!gnulib] (static-gnulib-tests): Likewise.
40567         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
40568         Define with "=" instead of ":=".
40569         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
40570         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
40571         * Rules (binaries-all-notests): New variable.
40572         (binaries-all-tests): Likewise.
40573         (binaries-static-notests): Likewise.
40574         (binaries-static-tests): Likewise.
40575         (binaries-all): Define using $(binaries-all-notests) and
40576         $(binaries-all-tests).
40577         (binaries-static): Define using $(binaries-static-notests) and
40578         $(binaries-static-tests).
40579         (binaries-shared-tests): New variable.
40580         (binaries-shared-notests): Likewise.
40581         (binaries-shared): Remove variable.
40582         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
40583         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
40584         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
40585         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
40586         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
40587         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
40588         * elf/Makefile (sln-modules): New variable.
40589         (extra-objs): Add $(sln-modules:=.o).
40590         (ldconfig-modules): Add static-stubs.
40591         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
40592         * elf/static-stubs.c: New file.
40594         [BZ #14283]
40595         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
40596         by 7 not 8 to examine high bit of fractional part.  Use volatile
40597         variables when splitting into final array of floats if
40598         __FLT_EVAL_METHOD__ != 0.
40599         * math/libm-test.inc (cos_test): Add another test.
40600         (sin_test): Likewise.
40601         * sysdeps/i386/fpu/libm-test-ulps: Update.
40603         [BZ #14273]
40604         * math/libm-test.inc (cosh_test): Add more tests.
40606         * version.h (RELEASE): Set to "development".
40607         (VERSION): Set to "2.16.90".
40609 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
40611         * NEWS: Update copyright. Remove last-updated date.
40612         Mention math library bug fixes and timezone data changes.
40613         * README: Mention GNU/Hurd, x32, and HPPA support status.
40615 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
40617         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
40619 2012-06-27  Andreas Jaeger  <aj@suse.de>
40621         * manual/contrib.texi (Contributors): Add Samuel Thibault.
40623 2012-06-25  Andreas Jaeger  <aj@suse.de>
40625         * sysdeps/s390/fpu/libm-test-ulps: Update.
40627 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
40628             Thomas Schwinge  <thomas@codesourcery.com>
40630         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
40631         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
40632         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
40633         fanotify_mark.
40635 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
40637         * sysdeps/mach/start.c: Remove file.
40638         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
40639         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
40640         * sysdeps/sh/init-first.c: Likewise.
40642         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
40643         registers for frame unwinding purposes, add CFI directives.
40644         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
40645         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
40646         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
40647         Likewise.
40649         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
40650         __fortify_fail returning.
40651         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
40653         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
40654         sysdeps/sh/____longjmp_chk.S.
40655         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
40656         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
40657         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
40658         (gen-as-const-headers): Append sigaltstack-offsets.sym.
40660         * sysdeps/sh/abort-instr.h: New file.
40661         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
40662         process in case exit returns.
40664         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
40665         initialize the GOT register before use.
40667         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
40668         calculation of ARGC > 4.
40670         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
40671         meaningful names to some local labels.
40673 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
40674             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40676         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
40677         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
40678         (__arch_compare_and_exchange_val_16_acq): Likewise.
40679         (__arch_compare_and_exchange_val_32_acq): Likewise.
40680         (atomic_exchange_and_add): Fix gUSA sequence.
40681         (atomic_add): Likewise.
40682         (atomic_add_negative): Likewise.
40683         (atomic_add_zero): Likewise.
40684         (atomic_bit_test_set): Likewise.
40686 2012-06-22  Andreas Schwab  <schwab@redhat.com>
40688         [BZ #13579]
40689         * include/link.h (struct link_map): Add l_free_initfini.
40690         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
40691         l_initfini.
40692         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
40693         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
40694         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
40695         set.
40697 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
40699         * configure.in: Use AC_LANG_SOURCE.
40700         * configure: Regenerate.
40702 2012-06-22  Roland McGrath  <roland@hack.frob.com>
40704         * configure.in (libc_cv_localstatedir): New substituted variable.
40705         * configure: Regenerated.
40706         * config.make.in (localstatedir): New variable, substituted from
40707         libc_cv_localstatedir.
40708         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
40709         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
40710         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
40711         * sysdeps/gnu/configure: Regenerated.
40713 2012-06-21  Jeff Law  <law@redhat.com>
40715         [BZ #14277]
40716         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
40717         free.  Simplify list management for _LIBC case.
40719 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
40721         [BZ #14273]
40722         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
40723         Clear sign bit of 64-bit integer value before comparing against
40724         overflow value.
40726         * sysdeps/mach/configure: Regenerated.
40728 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
40730         [BZ #14278]
40731         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
40733 2012-06-21  Jeff Law  <law@redhat.com>
40735         [BZ #13882]
40736         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
40737         uint16_t for elements in the "seen" array to avoid char overflows.
40738         * elf/dl-fini.c (_dl_sort_fini): Likewise.
40739         * elf/dl-open.c (dl_open_worker): Likewise.
40741 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
40743         * scripts/list-sources.sh: Scan PORTS for translations.
40744         * po/libc.pot: Regenerated.
40746 2012-06-21  Andreas Jaeger  <aj@suse.de>
40748         [BZ #12194]
40749         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
40750         warning.
40751         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
40752         * bits/byteswap-16.h (__bswap_16): Likewise.
40753         * bits/byteswap.h (__bswap_constant_16): Likewise.
40755 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
40757         [BZ #14117]
40758         * sysdeps/i386/fpu_control.h: Removed.
40759         * sysdeps/x86_64/fpu_control.h: Moved to ...
40760         * sysdeps/x86/fpu_control.h: Here.
40762         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
40763         (_FPU_SETCW): Likewise.
40765 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
40767         [BZ #14117]
40768         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
40769         * sysdeps/x86/fpu/bits/mathinline.h: This.
40770         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
40772         [BZ #14050]
40773         [BZ #14117]
40774         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
40775         functions if __x86_64__ is defined.
40777 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
40779         * string/endian.h: Add !__ASSEMBLER__ condition for including
40780         conversion interfaces.
40782 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
40784         [BZ #14241]
40785         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
40786         of ABS(x) in calculating zero to negative powers other than odd
40787         integers.
40788         * math/libm-test.inc (pow_test): Add more tests.
40790 2012-06-15  Andreas Jaeger  <aj@suse.de>
40792         * manual/contrib.texi (Contributors): Update entry of Liubov
40793         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
40794         Machado Filho.
40796 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
40798         * string/string.h: Add __wur to GNU version of strerror_r.
40800 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
40802         [BZ #14229]
40803         * string/Makefile (tests): Add tst-strtok_r.
40804         * string/tst-strtok_r.c: New file.
40805         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
40806         RAX_LP/RDX_LP on SAVE_PTR.
40808 2012-06-14  Roland McGrath  <roland@hack.frob.com>
40810         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
40812 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
40814         * libm_test.inc (csqrt_test): Allow more spurious underflow
40815         exceptions.
40816         (j0_test): Likewise.
40817         (j1_test): Likewise.
40818         (y0_test): Likewise.
40819         (y1_test): Likewise.
40821 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
40823         * po/Makefile (libc.pot): Use UTF-8 charset.
40825 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
40827         [BZ #14210]
40828         Suppress sign-conversion warning from FD_SET.
40829         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
40830         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
40831         not unsigned long int.
40832         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
40834 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
40836         [BZ #14050]
40837         [BZ #14117]
40838         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
40839         __extern_always_inline instead of __extern_inline.
40840         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
40841         (__signbit): Likewise.
40842         (__signbitl): Support C++ namespace.
40843         (lrintf): New inline function.
40844         (lrint): Likewise.
40845         (llrintf): Likewise.
40846         (llrint): Likewise.
40847         (fmaxf): Likewise.
40848         (fmax): Likewise.
40849         (fminf): Likewise.
40850         (fmin): Likewise.
40851         (rint): Likewise.
40852         (rintf): Likewise.
40853         (ceil): Likewise.
40854         (ceilf): Likewise.
40855         (floor): Likewise.
40856         (floorf): Likewise.
40857         (nearbyint): Likewise.
40858         (nearbyintf): Likewise.
40860 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
40862         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
40863         non-default versions.
40865 2012-06-11  Roland McGrath  <roland@hack.frob.com>
40867         [BZ #14218]
40868         * manual/argp.texi (Argp): Reword argp_parse description slightly.
40870 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
40872         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
40873         (FE_UPWARD, FE_DOWNWARD): Don't define.
40874         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
40875         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
40877         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
40878         reading it.
40879         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
40880         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
40882 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40884         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
40885         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
40886         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
40887         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
40889 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
40891         [BZ #14117]
40892         * sysdeps/i386/fpu/bits/fenv.h: Removed.
40893         * sysdeps/i386/fpu/Implies: New file.
40894         * sysdeps/x86_64/fpu/Implies: Likewise.
40895         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
40896         * sysdeps/x86/fpu/bits/fenv.h: This.
40898         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
40899         __SSE_MATH__.
40901 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
40903         [BZ #14134]
40904         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
40905         character 0xffff that matches the last element of the
40906         conversion table.
40908 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40910         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
40911         fmodl commit.
40913 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40915         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
40916         values higher than 25.6283.
40918 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40920         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
40921         subnormal exponent extraction and add some __builtin_expect.
40922         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
40923         Fix for subnormal mantissa calculation.
40925 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
40927         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
40928         cpu2 is -1 and errno is not ENOSYS.
40930 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
40932         [BZ #14117]
40933         * sysdeps/i386/i486/bits/string.h: Renamed to ...
40934         * sysdeps/x86/bits/string.h: This.
40935         * sysdeps/x86_64/bits/string.h: Removed.
40937         * sysdeps/i386/i486/bits/string.h: Define inline functions only
40938         if not compiling for x86-64, but compiling for >= i486.
40940         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
40941         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
40943         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
40944         New macro from Linux kernel 3.4.0.
40945         (FP_XSTATE_MAGIC2): Likewise.
40946         (FP_XSTATE_MAGIC2_SIZE): Likewise.
40947         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
40948         (struct _fpx_sw_bytes): New struct.
40949         (struct _xsave_hdr): Likewise.
40950         (struct _ymmh_state): Likewise.
40951         (struct _xstate): Likewise.
40953         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
40954         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
40955         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
40956         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
40957         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
40958         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
40960         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
40961         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
40962         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
40963         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
40964         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
40965         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
40967 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
40969         [BZ #13743]
40970         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
40971         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
40972         (sysdep_headers): Include sys/platform/ppc.h.
40973         * sysdeps/powerpc/test-gettimebase.c: Test for
40974         __ppc_get_timebase() to catch future ISA opcode/insn changes.
40975         * manual/Makefile (appendices): Include platform.texi.
40976         * manual/contrib.texi (Contributors): Update @node pointers.
40977         * manual/maint.texi (Maintenance): Likewise.
40978         (Platform): New node.
40979         * manual/platform.texi: New file.  Document the new features.
40981 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
40982             Jakub Jelinek  <jakub@redhat.com>
40984         [BZ #14188]
40985         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
40986         where __builtin_expect is unavailable.
40988 2012-06-03  David S. Miller  <davem@davemloft.net>
40990         * stdlib/longlong.h: Updated from GCC.
40992 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
40994         [BZ #14042]
40995         * sysdeps/powerpc/powerpc32/mcount.c: New file.
40996         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
40997         __mcount_internal.
40998         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
40999         (GLIBC_2.16): Likewise.
41001 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41003         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
41005 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
41007         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
41008         (default-abi): New variable.
41009         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
41010         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
41011         variable.
41012         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
41013         Likewise.
41014         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
41015         Likewise.
41016         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
41017         Likewise.
41019         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
41020         definition.  Document in comment.
41022 2012-06-01  David S. Miller  <davem@davemloft.net>
41024         * stdlib/longlong.h: Updated from GCC.
41026 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41028         [BZ #14117]
41029         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
41030         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
41031         sys/debugreg.h sys/io.h here.
41032         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
41033         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
41034         sys/io.h.
41035         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
41036         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
41037         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
41038         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
41039         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
41040         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
41042         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
41043         Define only if __x86_64__ is defined.
41045 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
41047         [BZ #14048]
41048         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
41049         Use int64_t for variable i.
41050         * math/libm-test.inc (fmod_test): Add more tests.
41052         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
41053         z computation is not scheduled after fetestexcept.
41054         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
41055         Use math_force_eval instead of asm to ensure calculation scheduled
41056         before exception test.
41057         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
41058         Ensure a1 + u.d computation is not scheduled after fetestexcept.
41060 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
41062         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
41063         computation is not scheduled after fetestexcept.
41065 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41067         [BZ #14117]
41068         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
41069         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
41071 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41073         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
41074         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
41076 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
41078         [BZ #14117]
41079         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
41080         <bits/wordsize.h>.
41081         (__WCHAR_MIN): Support __WORDSIZE == 64.
41082         (__WCHAR_MAX): Likewise.
41084         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
41085         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
41087         [BZ #14183]
41088         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
41089         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
41091         [BZ #14117]
41092         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
41093         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
41095         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
41096         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
41098         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
41099         Defined to 1 if __x86_64__ isn't defined.
41100         (_STAT_VER_LINUX_OLD): New.
41101         (st_atime): Remove duplicate.
41102         (st_mtime): Likewise.
41103         (st_ctime): Likewise.
41105 2012-05-31  David S. Miller  <davem@davemloft.net>
41107         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
41108         entries.
41110 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
41112         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
41113         gen-libm-test.pl.
41115         [BZ #14132]
41116         * elf/dl-reloc.c: Include <_itoa.h>.
41117         (_dl_reloc_bad_type): Remove use of INTUSE.
41118         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
41119         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
41120         * stdio-common/psiginfo.c (psiginfo): Likewise.
41121         * stdio-common/psignal.c (psignal): Likewise.
41122         * string/strsignal.c (strsignal): Likewise.
41123         * include/signal.h (_sys_siglist): Declare hidden proto.
41124         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
41125         INTVARDEF with libc_hidden_data_def.
41126         * stdio-common/itoa-udigits.c: Likewise.
41127         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
41128         (_itoa_lower_digits_internal): Remove declaration.
41129         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
41130         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
41131         (_sys_sigabbrev_internal): Remove aliases.
41132         (_sys_siglist): Define hidden alias.
41134 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
41136         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41137         bits/sysctl.h.
41139 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
41141         [BZ #14117]
41142         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
41143         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
41145         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
41146         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
41147         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
41148         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
41149         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
41150         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
41152         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
41153         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
41154         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
41156         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
41157         with __addr.
41158         (insw): Likewise.
41159         (insl): Likewise.
41160         (outsb): Likewise.
41161         (outsw): Likewise.
41162         (outsl): Likewise.
41164         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
41165         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
41166         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
41168         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
41169         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
41170         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
41171         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
41172         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
41173         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
41175         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
41176         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
41178         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
41179         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
41181         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
41182         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
41183         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
41185         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
41186         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
41187         to ...
41188         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
41190         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
41191         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
41192         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
41194         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
41195         for x86-64.
41196         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
41198 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
41200         * math/math.h (M_El): Use two more decimal places.
41201         (M_LOG2El): Likewise.
41202         (M_LOG10El): Likewise.
41203         (M_LN2l): Likewise.
41204         (M_LN10l): Likewise.
41205         (M_PIl): Likewise.
41206         (M_PI_2l): Likewise.
41207         (M_PI_4l): Likewise.
41208         (M_1_PIl): Likewise.
41209         (M_2_PIl): Likewise.
41210         (M_2_SQRTPIl): Likewise.
41211         (M_SQRT2l): Likewise.
41212         (M_SQRT1_2l): Likewise.
41214 2012-05-31  David S. Miller  <davem@davemloft.net>
41216         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
41217         values between float registers.
41218         * sysdeps/sparc/sparc64/memset.S: Likewise.
41219         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
41221 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
41223         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
41224         -D_FORTIFY_SOURCE=1.
41225         (CPPFLAGS-tst-longjmp_chk.c): Define.
41226         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
41227         (CPPFLAGS-tst-longjmp_chk2.c): Define.
41228         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
41229         CFLAGS-tst-wchar-h.c.
41231 2012-05-31  Marek Polacek  <polacek@redhat.com>
41233         [BZ #14132]
41234         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
41235         __endmntent_internal): Remove declaration.
41236         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
41237         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
41238         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
41240 2012-05-30  David S. Miller  <davem@davemloft.net>
41242         * sysdeps/sparc/sparc32/soft-fp/q_util.c
41243         (___Q_simulate_exceptions): Use real FP ops rather than writing
41244         into the %fsr.
41245         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
41246         Likewise.
41248 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41250         [BZ #14117]
41251         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
41252         * sysdeps/x86/bits/xtitypes.h: This.
41254         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
41255         * sysdeps/x86/bits/wordsize.h: This.
41257         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
41258         * sysdeps/x86/bits/huge_vall.h: This.
41260         * sysdeps/i386/bits/select.h: Removed.
41261         * sysdeps/x86_64/bits/select.h: Renamed to ...
41262         * sysdeps/x86/bits/select.h: This.
41264         * sysdeps/i386/bits/setjmp.h: Removed.
41265         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
41266         * sysdeps/x86/bits/setjmp.h: This.
41268         * sysdeps/i386/bits/mathdef.h: Removed.
41269         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
41270         * sysdeps/x86/bits/mathdef.h: This.
41272 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
41274         [BZ #14132]
41275         * include/sys/socket.h (__connect_internal)
41276         (__libc_sa_len_internal): Remove declaration.
41277         (__connect, __libc_sa_len): Declare hidden_proto.
41278         (SA_LEN): Remove use of INTUSE.
41279         * socket/connect.c: Add libc_hidden_def.
41280         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
41281         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
41282         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
41283         alias.
41284         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
41285         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
41286         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
41287         of adding _internal alias.
41289 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41291         [BZ #14117]
41292         * sysdeps/i386/bits/link.h: Removed.
41293         * sysdeps/i386/bits/linkmap.h: Likewise.
41294         * sysdeps/x86_64/bits/link.h: Renamed to ...
41295         * sysdeps/x86/bits/link.h: This.
41296         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
41297         * sysdeps/x86/bits/linkmap.h: This.
41299         * sysdeps/i386/bits/endian.h: Removed.
41300         * sysdeps/x86_64/bits/endian.h: Renamed to ...
41301         * sysdeps/x86/bits/endian.h: This.
41303         * sysdeps/i386/bits/byteswap.h: Removed.
41304         * sysdeps/i386/bits/byteswap-16.h: Likewise.
41305         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
41306         * sysdeps/x86/bits/byteswap.h: This.
41307         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
41308         * sysdeps/x86/bits/byteswap-16.h: This.
41309         * sysdeps/i386/Implies: Add x86.
41310         * sysdeps/x86_64/Implies: Likewise.
41312 2012-05-30  David S. Miller  <davem@davemloft.net>
41314         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
41315         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
41316         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
41317         (FP_TRAPPING_EXCEPTIONS): Define.
41318         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
41319         (FP_TRAPPING_EXCEPTIONS): Define.
41320         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
41321         subnormals only when inexact has been signalled or underflow
41322         exceptions are enabled.
41323         (_FP_PACK_CANONICAL): Likewise.
41325 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41327         [BZ #14183]
41328         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
41329         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
41331 2012-05-30  Richard Henderson  <rth@twiddle.net>
41333         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
41334         with #ifndef NOT_IN_libc.
41336         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
41337         marked to avoid plt entry.
41339 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41341         [BZ #14112]
41342         * Makeconfig (default-abi): New macro.
41343         (abi-includes): Likewise.
41344         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
41345         $(abi-$(default-abi)-lib-soname) for soname if defined.
41346         ($(common-objpfx)gnu/lib-names.stmp): Generate from
41347         abi-variants.
41348         * Makefile (installed-stubs): Likewise.
41349         * include/stubs-biarch.h: Removed.
41350         * scripts/lib-names.awk: Only handle one library at a time.
41351         * scripts/soversions.awk: Remove WORDSIZE support.
41352         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
41353         entries.
41354         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
41355         Removed.
41356         (syscall-list-default-condition): Likewise.
41357         (syscall-list-default-condition): Likewise.
41358         (syscall-list-includes): Likewise.
41359         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
41360         syscall-list-* with abi-*.  Handle undefined abi-variants.
41361         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
41362         * sysdeps/unix/sysv/linux/i386/Implies: New file.
41363         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
41364         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
41365         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
41366         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
41367         Removed.
41368         (syscall-list-32-options): Likewise.
41369         (syscall-list-32-condition): Likewise.
41370         (syscall-list-64-options): Likewise.
41371         (syscall-list-64-condition): Likewise.
41372         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
41373         macro.
41374         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
41375         Renamed to ...
41376         (abi-*): This.
41377         (abi-64-ld-soname): New macro.
41378         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
41379         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
41380         Renamed to ...
41381         (abi-*): This.
41382         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
41383         * sysdeps/x86_64/x32/shlib-versions: Likewise.
41385 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
41387         * sysdeps/unix/sysv/linux/kernel-features.h
41388         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
41389         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
41390         include <kernel-features.h>.
41391         [!__NR_ftruncate64]: Remove conditional code.
41392         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41393         [__NR_ftruncate64]: Make code unconditional.
41394         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41395         * sysdeps/unix/sysv/linux/truncate64.c: Do not
41396         include <kernel-features.h>.
41397         [!__NR_ftruncate64]: Remove conditional code.
41398         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41399         [__NR_ftruncate64]: Make code unconditional.
41400         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41401         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
41402         include <kernel-features.h>.
41403         [!__NR_ftruncate64]: Remove conditional code.
41404         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41405         [__NR_ftruncate64]: Make code unconditional.
41406         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41407         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
41408         include <kernel-features.h>.
41409         [!__NR_ftruncate64]: Remove conditional code.
41410         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41411         [__NR_ftruncate64]: Make code unconditional.
41412         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41414         * configure.in (libc_cv_fpie): Weaken to a compile test using
41415         LIBC_TRY_CC_OPTION.
41416         * configure: Regenerated.
41418 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41420         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
41421         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
41422         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
41423         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
41424         Refreshed.
41425         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
41426         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
41427         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
41428         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
41429         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
41430         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
41431         Refreshed.
41433 2012-05-27  David S. Miller  <davem@davemloft.net>
41435         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
41436         (___Q_zero): New.
41437         (__Q_simulate_exceptions): Return void.  Change to simulate
41438         exceptions by writing into the %fsr.
41439         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
41440         (__Qp_handle_exceptions): Likewise.
41441         (numbers): Delete.
41442         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
41443         __Qp_handle_exceptions.
41444         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
41445         __Qp_handle_exceptions.
41446         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
41447         as unused and give dummy FP_RND_NEAREST initializer.
41448         (FP_INHIBIT_RESULTS): Define.
41449         (___Q_simulate_exceptions): Update declaration.
41450         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
41451         formatting.
41452         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
41453         as unused and give dummy FP_RND_NEAREST initializer.
41454         (__Qp_handle_exceptions): Update declaration.
41455         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
41456         formatting.
41458 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
41460         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
41461         the temporary FPU control word.
41462         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
41463         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
41464         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
41465         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
41466         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
41467         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
41468         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
41469         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
41470         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
41471         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
41472         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
41474 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41476         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
41477         fields.
41479 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
41481         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
41482         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
41483         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
41484         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
41485         Likewise.
41486         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
41487         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
41488         Likewise.
41490 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
41492         * po/h.po: Update from translation team.
41494 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
41496         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
41498         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
41499         handling of denormals.
41500         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
41501         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
41502         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
41503         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
41504         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
41505         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
41506         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
41507         Likewise.
41509 2012-05-26  Marek Polacek  <polacek@redhat.com>
41511         [BZ #14152]
41512         * math/libm-test.inc (fma_test): Don't always expect underflow
41513         exception.
41515 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
41517         [BZ #12416]
41518         * elf/tst-execstack.c: Include stackinfo.h.
41519         (do_test): Adjust test case to ensure that pthread_getattr_np
41520         behaviour remains the same after marking stack executable.
41522 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
41524         * sysdeps/unix/sysv/linux/kernel-features.h
41525         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
41526         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
41527         kernel-features.h.
41528         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
41529         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
41530         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
41531         kernel-features.h.
41532         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
41533         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
41535 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
41537         * configure.in: Define the default includes to being none.
41538         * configure: Regenerated.
41540 2012-05-25  Roland McGrath  <roland@hack.frob.com>
41542         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
41543         * sysdeps/x86_64/setjmp.S: Likewise.
41544         * sysdeps/i386/bsd-setjmp.S: Likewise.
41545         * sysdeps/i386/bsd-_setjmp.S: Likewise.
41546         * sysdeps/i386/setjmp.S: Likewise.
41547         * sysdeps/i386/__longjmp.S: Likewise.
41548         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
41549         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
41551         * include/stap-probe.h: New file.
41552         * configure.in: Handle --enable-systemtap.
41553         * configure: Regenerated.
41554         * config.h.in (USE_STAP_PROBE): New #undef.
41555         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
41556         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
41557         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
41559 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
41561         [BZ #13717]
41562         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
41563         to 2.4.0 where earlier.
41564         * sysdeps/unix/sysv/linux/configure: Regenerated.
41565         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
41566         <kernel-features.h>.
41567         [__ASSUME_32BITUIDS]: Make code unconditional.
41568         [!__ASSUME_32BITUIDS]: Remove conditional code.
41569         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
41570         <kernel-features.h>.
41571         [__ASSUME_32BITUIDS]: Make code unconditional.
41572         [!__ASSUME_32BITUIDS]: Remove conditional code.
41573         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
41574         [__ASSUME_32BITUIDS]: Make code unconditional.
41575         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
41576         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
41577         <kernel-features.h>.
41578         [__ASSUME_32BITUIDS]: Make code unconditional.
41579         [!__ASSUME_32BITUIDS]: Remove conditional code.
41580         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
41581         <kernel-features.h>.
41582         [__ASSUME_32BITUIDS]: Make code unconditional.
41583         [!__ASSUME_32BITUIDS]: Remove conditional code.
41584         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
41585         <kernel-features.h>.
41586         [__ASSUME_32BITUIDS]: Make code unconditional.
41587         [!__ASSUME_32BITUIDS]: Remove conditional code.
41588         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
41589         <kernel-features.h>.
41590         [__ASSUME_32BITUIDS]: Make code unconditional.
41591         [!__ASSUME_32BITUIDS]: Remove conditional code.
41592         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
41593         <kernel-features.h>.
41594         [__ASSUME_32BITUIDS]: Make code unconditional.
41595         [!__ASSUME_32BITUIDS]: Remove conditional code.
41596         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
41597         <kernel-features.h>.
41598         [__ASSUME_32BITUIDS]: Make code unconditional.
41599         [!__ASSUME_32BITUIDS]: Remove conditional code.
41600         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
41601         <kernel-features.h>.
41602         [__ASSUME_32BITUIDS]: Make code unconditional.
41603         [!__ASSUME_32BITUIDS]: Remove conditional code.
41604         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
41605         <kernel-features.h>.
41606         [__ASSUME_32BITUIDS]: Make code unconditional.
41607         [!__ASSUME_32BITUIDS]: Remove conditional code.
41608         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
41609         <kernel-features.h>.
41610         [__ASSUME_32BITUIDS]: Make code unconditional.
41611         [!__ASSUME_32BITUIDS]: Remove conditional code.
41612         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
41613         <kernel-features.h>.
41614         [__ASSUME_32BITUIDS]: Make code unconditional.
41615         [!__ASSUME_32BITUIDS]: Remove conditional code.
41616         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
41617         <kernel-features.h>.
41618         [__NR_setresgid] (__setresgid): Do not declare.
41619         [__ASSUME_32BITUIDS]: Make code unconditional.
41620         [!__ASSUME_32BITUIDS]: Remove conditional code.
41621         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
41622         <kernel-features.h>.
41623         [__NR_setresuid] (__setresuid): Do not declare.
41624         [__ASSUME_32BITUIDS]: Make code unconditional.
41625         [!__ASSUME_32BITUIDS]: Remove conditional code.
41626         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
41627         <kernel-features.h>.
41628         [__ASSUME_32BITUIDS]: Make code unconditional.
41629         [!__ASSUME_32BITUIDS]: Remove conditional code.
41630         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
41631         <kernel-features.h>.
41632         [__ASSUME_32BITUIDS]: Make code unconditional.
41633         [!__ASSUME_32BITUIDS]: Remove conditional code.
41634         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
41635         <kernel-features.h>.
41636         [__ASSUME_32BITUIDS]: Make code unconditional.
41637         [!__ASSUME_32BITUIDS]: Remove conditional code.
41638         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
41639         <kernel-features.h>.
41640         [__ASSUME_32BITUIDS]: Make code unconditional.
41641         [!__ASSUME_32BITUIDS]: Remove conditional code.
41642         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
41643         <kernel-features.h>.
41644         [__ASSUME_32BITUIDS]: Make code unconditional.
41645         [!__ASSUME_32BITUIDS]: Remove conditional code.
41646         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
41647         <kernel-features.h>.
41648         [__ASSUME_32BITUIDS]: Make code unconditional.
41649         [!__ASSUME_32BITUIDS]: Remove conditional code.
41650         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
41651         <kernel-features.h>.
41652         [__ASSUME_32BITUIDS]: Make code unconditional.
41653         [!__ASSUME_32BITUIDS]: Remove conditional code.
41654         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
41655         <kernel-features.h>.
41656         [__ASSUME_32BITUIDS]: Make code unconditional.
41657         [!__ASSUME_32BITUIDS]: Remove conditional code.
41658         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
41659         <kernel-features.h>.
41660         [__ASSUME_32BITUIDS]: Make code unconditional.
41661         [!__ASSUME_32BITUIDS]: Remove conditional code.
41662         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
41663         <kernel-features.h>.
41664         [__ASSUME_32BITUIDS]: Make code unconditional.
41665         [!__ASSUME_32BITUIDS]: Remove conditional code.
41666         * sysdeps/unix/sysv/linux/kernel-features.h
41667         (__ASSUME_SETRESUID_SYSCALL): Remove.
41668         (__ASSUME_SETRESGID_SYSCALL): Likewise.
41669         (__ASSUME_32BITUIDS): Likewise.
41670         (__ASSUME_LDT_WORKS): Likewise.
41671         (__ASSUME_O_DIRECTORY): Likewise.
41672         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
41673         architecture but not kernel version.
41674         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
41675         (__ASSUME_MMAP2_SYSCALL): Likewise.
41676         (__ASSUME_STAT64_SYSCALL): Likewise.
41677         (__ASSUME_IPC64): Likewise.
41678         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
41679         <kernel-features.h>.
41680         [__ASSUME_32BITUIDS]: Make code unconditional.
41681         [!__ASSUME_32BITUIDS]: Remove conditional code.
41682         * sysdeps/unix/sysv/linux/opendir.c: Do not include
41683         <kernel-features.h>.
41684         [__ASSUME_O_DIRECTORY]: Make code unconditional.
41685         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
41686         132096]: Remove conditional code.
41687         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
41688         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
41689         <kernel-features.h>.
41690         [__ASSUME_32BITUIDS]: Make code unconditional.
41691         [!__ASSUME_32BITUIDS]: Remove conditional code.
41692         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
41693         <kernel-features.h>.
41694         [__ASSUME_32BITUIDS]: Make code unconditional.
41695         [!__ASSUME_32BITUIDS]: Remove conditional code.
41696         * sysdeps/unix/sysv/linux/setegid.c: Do not include
41697         <kernel-features.h>.
41698         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
41699         unconditional.
41700         (__setresgid): Do not declare.
41701         [__ASSUME_32BITUIDS]: Make code unconditional.
41702         [!__ASSUME_32BITUIDS]: Remove conditional code.
41703         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
41704         <kernel-features.h>.
41705         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
41706         unconditional.
41707         (__setresuid): Do not declare.
41708         [__ASSUME_32BITUIDS]: Make code unconditional.
41709         [!__ASSUME_32BITUIDS]: Remove conditional code.
41710         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
41711         <kernel-features.h>.
41712         [__ASSUME_32BITUIDS]: Make code unconditional.
41713         [!__ASSUME_32BITUIDS]: Remove conditional code.
41714         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
41715         <kernel-features.h>.
41716         [__ASSUME_32BITUIDS]: Make code unconditional.
41717         [!__ASSUME_32BITUIDS]: Remove conditional code.
41719 2012-05-25  Richard Henderson  <rth@twiddle.net>
41721         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
41722         dl_hwcap to ifunc resolver.
41723         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
41724         elf_ifunc_invoke.
41725         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
41726         dl_hwcap to ifunc resolver.
41727         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
41729 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
41731         [BZ #14153]
41732         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
41733         for |x| <= 2**-26, not 2**-57.
41734         * math/libm-test.inc (acos_test): Do not allow spurious underflow
41735         exception.
41737 2012-05-24  Jeff Law  <law@redhat.com>
41739         * stdio-common/Makefile (tests): Add bug25.
41740         * stdio-common/bug25.c: New test.
41742 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
41744         [BZ #13576]
41745         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
41746         multiple of MALLOC_ALIGNMENT in size.
41747         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
41749 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
41751         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
41752         Require >= 256.
41753         (FILENAME_MAX): Use macro-int-constant.
41754         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
41755         (_IOFBF): Use macro-int-constant.
41756         (_IOLBF): Likewise.
41757         (_IONBF): Likewise.
41758         (SEEK_CUR): Likewise.
41759         (SEEK_END): Likewise.
41760         (SEEK_SET): Likewise.
41761         (TMP_MAX): Likewise.
41762         (EOF): Use macro-int-constant.  Require < 0.
41763         (NULL): Use macro-constant.  Require == 0.
41764         (stdin): Require type to be FILE *.
41765         (stdout): Likewise.
41766         (stderr): Likewise.
41767         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
41768         macro-int-constant.
41769         (EXIT_SUCCESS): Likewise.
41770         (NULL): Use macro-constant.  Require == 0.
41771         (RAND_MAX): Use macro-int-constant.
41772         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
41773         [C99-based standards] (strtof): Require function.
41774         [C99-based standards] (strtold): Likewise.
41775         [C99-based standards] (strtoll): Likewise.
41776         [C99-based standards] (strtoull): Likewise.
41777         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
41778         [ISO || ISO99 || ISO11] (limits.h): Likewise.
41779         [ISO || ISO99 || ISO11] (math.h): Likewise.
41780         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
41781         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
41782         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41784 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
41786         [BZ #14132]
41787         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
41788         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
41789         * intl/dgettext.c (DCGETTEXT): Likewise.
41790         * intl/gettext.c (DCGETTEXT): Likewise.
41791         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
41792         * posix/regex_internal.h (gettext): Likewise.
41793         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
41794         Remove declaration.
41795         * include/argz.h (__argz_count_internal)
41796         (__argz_stringify_internal): Remove declaration.
41797         (__argz_count, __argz_stringify): Declare hidden proto.
41798         * intl/dcgettext.c: Remove use of INTDEF.
41799         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
41800         * string/argz-stringify.c: Likewise.
41801         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
41802         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
41803         Declare hidden proto.
41804         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
41805         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
41806         Declare hidden proto.
41807         * include/stdio.h (__asprintf_internal): Don't declare.
41808         (__asprintf): Don't define as macro.  Declare hidden proto.
41809         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
41810         (__fsetlocking): Declare hidden proto.
41811         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
41812         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
41813         hidden proto.
41814         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
41815         (_IO_setlinebuf): Remove use of INTUSE.
41816         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
41817         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
41818         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
41819         Remove declaration.
41820         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
41821         (_IO_do_flush): Remove use of INTUSE.
41822         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
41823         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
41824         (_IO_adjust_column, _IO_least_wmarker)
41825         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
41826         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
41827         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
41828         (_IO_default_doallocate, _IO_wdefault_doallocate)
41829         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
41830         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
41831         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
41832         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
41833         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
41834         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
41835         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
41836         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
41837         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
41838         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
41839         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
41840         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
41841         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
41842         proto.
41843         (_IO_flush_all_internal, _IO_adjust_column_internal)
41844         (_IO_default_uflow_internal, _IO_default_finish_internal)
41845         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
41846         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
41847         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
41848         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
41849         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
41850         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
41851         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
41852         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
41853         (_IO_file_close_internal, _IO_file_close_it_internal)
41854         (_IO_file_underflow_internal, _IO_file_overflow_internal)
41855         (_IO_file_init_internal, _IO_file_attach_internal)
41856         (_IO_file_fopen_internal, _IO_file_read_internal)
41857         (_IO_file_sync_internal, _IO_file_seek_internal)
41858         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
41859         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
41860         (_IO_str_underflow_internal, _IO_str_overflow_internal)
41861         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
41862         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
41863         (_IO_list_all_internal, _IO_link_in_internal)
41864         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
41865         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
41866         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
41867         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
41868         (_IO_do_write_internal, _IO_padn_internal)
41869         (_IO_getline_info_internal, _IO_getline_internal)
41870         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
41871         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
41872         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
41873         (_IO_vfscanf_internal, _IO_vfprintf_internal)
41874         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
41875         (_IO_init_internal, _IO_un_link_internal): Don't declare.
41876         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
41877         with libc_hidden_ver, remove use of INTUSE.
41878         * libio/genops.c: Likewise.
41879         * libio/freopen.c: Likewise.
41880         * libio/freopen64.c: Likewise.
41881         * libio/iofclose.c: Likewise.
41882         * libio/iofdopen.c: Likewise.
41883         * libio/iofflush.c: Likewise.
41884         * libio/iofflush_u.c: Likewise.
41885         * libio/iofgets.c: Likewise.
41886         * libio/iofgets_u.c: Likewise.
41887         * libio/iofopen.c: Likewise.
41888         * libio/iofopncook.c: Likewise.
41889         * libio/iofread.c: Likewise.
41890         * libio/iofread_u.c: Likewise.
41891         * libio/ioftell.c: Likewise.
41892         * libio/iofwrite.c: Likewise.
41893         * libio/iogetline.c: Likewise.
41894         * libio/iogets.c: Likewise.
41895         * libio/iogetwline.c: Likewise.
41896         * libio/iopadn.c: Likewise.
41897         * libio/iopopen.c: Likewise.
41898         * libio/ioseekoff.c: Likewise.
41899         * libio/ioseekpos.c: Likewise.
41900         * libio/iosetbuffer.c: Likewise.
41901         * libio/iosetvbuf.c: Likewise.
41902         * libio/ioungetc.c: Likewise.
41903         * libio/ioungetwc.c: Likewise.
41904         * libio/iovdprintf.c: Likewise.
41905         * libio/iovsprintf.c: Likewise.
41906         * libio/iovsscanf.c: Likewise.
41907         * libio/memstream.c: Likewise.
41908         * libio/obprintf.c: Likewise.
41909         * libio/oldfileops.c: Likewise.
41910         * libio/oldiofclose.c: Likewise.
41911         * libio/oldiofdopen.c: Likewise.
41912         * libio/oldiofopen.c: Likewise.
41913         * libio/oldiopopen.c: Likewise.
41914         * libio/oldstdfiles.c: Likewise.
41915         * libio/putc.c: Likewise.
41916         * libio/setbuf.c: Likewise.
41917         * libio/setlinebuf.c: Likewise.
41918         * libio/stdfiles.c: Likewise.
41919         * libio/strops.c: Likewise.
41920         * libio/vasprintf.c: Likewise.
41921         * libio/vscanf.c: Likewise.
41922         * libio/vsnprintf.c: Likewise.
41923         * libio/vswprintf.c: Likewise.
41924         * libio/wfiledoalloc.c: Likewise.
41925         * libio/wfileops.c: Likewise.
41926         * libio/wgenops.c: Likewise.
41927         * libio/wmemstream.c: Likewise.
41928         * libio/wstrops.c: Likewise.
41929         * libio/__fpurge.c: Likewise.
41930         * libio/__fsetlocking.c: Likewise.
41931         * assert/assert.c: Likewise.
41932         * debug/fgets_chk.c: Likewise.
41933         * debug/fgets_u_chk.c: Likewise.
41934         * debug/fread_chk.c: Likewise.
41935         * debug/fread_u_chk.c: Likewise.
41936         * debug/gets_chk.c: Likewise.
41937         * debug/obprintf_chk.c: Likewise.
41938         * debug/vasprintf_chk.c: Likewise.
41939         * debug/vdprintf_chk.c: Likewise.
41940         * debug/vsnprintf_chk.c: Likewise.
41941         * debug/vsprintf_chk.c: Likewise.
41942         * malloc/mtrace.c: Likewise.
41943         * misc/error.c: Likewise.
41944         * misc/syslog.c: Likewise.
41945         * stdio-common/asprintf.c: Likewise.
41946         * stdio-common/fxprintf.c: Likewise.
41947         * stdio-common/getw.c: Likewise.
41948         * stdio-common/isoc99_fscanf.c: Likewise.
41949         * stdio-common/isoc99_scanf.c: Likewise.
41950         * stdio-common/isoc99_vfscanf.c: Likewise.
41951         * stdio-common/isoc99_vscanf.c: Likewise.
41952         * stdio-common/isoc99_vsscanf.c: Likewise.
41953         * stdio-common/printf-prs.c: Likewise.
41954         * stdio-common/printf_fp.c: Likewise.
41955         * stdio-common/printf_fphex.c: Likewise.
41956         * stdio-common/printf_size.c: Likewise.
41957         * stdio-common/putw.c: Likewise.
41958         * stdio-common/scanf.c: Likewise.
41959         * stdio-common/sprintf.c: Likewise.
41960         * stdio-common/tmpfile.c: Likewise.
41961         * stdio-common/vfprintf.c: Likewise.
41962         * stdio-common/vfscanf.c: Likewise.
41963         * stdlib/strfmon_l.c: Likewise.
41964         * sunrpc/openchild.c: Likewise.
41965         * sunrpc/xdr_stdio.c: Likewise.
41966         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
41967         * sysdeps/mach/hurd/tmpfile.c: Likewise.
41969 2012-05-24  Roland McGrath  <roland@hack.frob.com>
41971         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
41973         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
41974         in the third column, to generate for the shared library an IFUNC
41975         that uses _dl_vdso_vsym.
41976         * Makerules (COMPILE.c, compile-stdin.c): New variables.
41977         * Makeconfig (object-suffixes-noshared): New variable.
41979         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
41980         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
41981         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
41982         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
41984         [BZ #14132]
41985         * include/sys/time.h (__gettimeofday): Remove macro.
41986         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
41987         * time/gettimeofday.c (__gettimeofday): Remove #undef.
41988         Remove INTDEF.
41989         (__gettimeofday): Add libc_hidden_def.
41990         (gettimeofday): Add libc_hidden_weak.
41991         * sysdeps/mach/gettimeofday.c: Likewise.
41992         * sysdeps/posix/gettimeofday.c: Likewise.
41993         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
41994         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
41995         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
41996         (__gettimeofday_internal): Remove strong_alias.
41997         (__gettimeofday): Add libc_hidden_def.
41998         (gettimeofday): Add libc_hidden_weak.
41999         * sysdeps/unix/syscalls.list (gettimeofday):
42000         Remove __gettimeofday_internal alias.
42002 2012-05-24  Daniel Jacobowitz  <drow@false.org>
42003             H.J. Lu  <hongjiu.lu@intel.com>
42005         [BZ #12495]
42006         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
42007         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
42008         (largebin_index_32_big): New.
42009         (largebin_index): Use it for 16-byte alignment.
42010         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
42011         correction with front_misalign.
42013 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
42015         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
42016         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
42017         Likewise.
42018         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
42019         Likewise.
42020         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
42021         Likewise.
42022         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
42023         Likewise.
42024         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
42025         Likewise.
42026         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
42027         Likewise.
42028         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
42029         Likewise.
42030         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
42031         Likewise.
42032         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
42033         Likewise.
42034         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
42035         Likewise.
42036         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
42037         Likewise.
42038         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
42039         Likewise.
42041         * scripts/data/c++-types-x32-linux-gnu.data: New file.
42042         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
42044 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
42046         [BZ #10846]
42047         [BZ #14036]
42048         * math/libm-test.inc (exp_test): Add test from bug 14036.
42049         (pow_test): Add test from bug 10846.
42051         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
42052         and other flags.
42053         (special_function): Do not include flags in test name.
42054         (parse_args): Likewise.
42055         * sysdeps/i386/fpu/libm-test-ulps: Update.
42056         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42057         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
42058         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
42059         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42061         * math/gen-libm-test.pl (%beautify): Add entries for underflow
42062         exceptions.
42063         * math/libm-test.inc ("Philosophy"): Update comment about
42064         exception testing.
42065         (UNDERFLOW_EXCEPTION): New macro.
42066         (UNDERFLOW_EXCEPTION_OK): Likewise.
42067         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
42068         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
42069         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
42070         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
42071         (INVALID_EXCEPTION_OK): Update value.
42072         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
42073         (OVERFLOW_EXCEPTION_OK): Likewise.
42074         (IGNORE_ZERO_INF_SIGN): Likewise.
42075         (test_exceptions): Handle underflow exceptions.
42076         (acos_test): Update for underflow exception expectations.
42077         (cexp_test): Likewise.
42078         (clog_test): Likewise.
42079         (clog10_test): Likewise.
42080         (csqrt_test): Likewise.
42081         (ctan_test): Likewise.
42082         (ctanh_test): Likewise.
42083         (exp_test): Likewise.
42084         (exp10_test): Likewise.
42085         (exp2_test): Likewise.
42086         (expm1_test): Likewise.
42087         (fma_test): Likewise.
42088         (j0_test): Likewise.
42089         (jn_test): Likewise.
42090         (nexttoward_test): Likewise.
42091         (pow_test): Likewise.
42092         (scalbn_test): Likewise.
42093         (scalbln_test): Likewise.
42094         (tan_test): Likewise.
42095         (y1_test): Likewise.
42096         * sysdeps/i386/fpu/libm-test-ulps: Update.
42097         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42099 2012-05-23  David S. Miller  <davem@davemloft.net>
42101         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
42102         (__libc_sigaction): Remove unused local variables.
42104 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42106         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
42108 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
42110         mktime: avoid signed integer overflow
42111         * time/mktime.c (__mktime_internal): Do not mishandle the case
42112         where diff == INT_MIN.
42114         mktime: simplify computation of average
42115         * time/mktime.c (ranged_convert): Use new time_t_avg function
42116         instead of rolling our own (probably-slower) code.
42118         mktime: do not assume signed right shift propagates sign bit
42119         * time/mktime.c (isdst_differ): New static function.
42120         (__mktime_internal): No need to normalize tm_isdst now.
42121         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
42122         tm_isdst values.
42124         mktime: merge another wrapv change from gnulib
42125         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
42126         from some compilers.
42128         mktime: remove incorrect attempt at unusual arithmetics
42129         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
42130         The code didn't really work on such machines anyway.
42131         (TYPE_MINIMUM): Assume two's complement.
42132         (twos_complement_arithmetic): Verify that long_int and time_t
42133         are two's complement (or unsigned, in the latter case).
42135         mktime: check signed shifts on long_int and time_t, too
42136         * time/mktime.c (SHR): Check that shifts work as desired
42137         on the types long_int and time_t too, as SHR is used on
42138         such types.
42140         mktime: do not assume 'long' is wide enough
42141         * time/mktime.c (verify): Move decl up.
42142         (long_int): New type.
42143         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
42144         to remove assumption in the code that 'long' is wide enough to
42145         store year values.  This assumption is not true on x32 and on
42146         some non-glibc platforms.
42148         mktime: merge wrapv change from gnulib
42149         * time/mktime.c (WRAPV): New macro.
42150         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
42151         (guess_time_tm, __mktime_internal): Do not assume that signed
42152         integer overflow wraps around; modern compilers generate code
42153         where this assumption is no longer valid.
42155 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42157         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
42158         Replace "jmp L(pseudo_end)" with "ret".
42159         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
42160         Likewise.
42162 2012-05-23  Andreas Jaeger  <aj@suse.de>
42164         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
42165         * sysdeps/unix/sysv/linux/poll.c: Remove file.
42167 2012-05-23  Andreas Jaeger  <aj@suse.de>
42168             Maximilian Attems  <max@stro.at>
42170         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
42171         New macros.
42173 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42175         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
42176         code so that pseudo_end is just ret and the stack pointer is
42177         correct also for static library in error case.
42179 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
42181         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
42182         move to syscalls.list.
42183         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
42184         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
42185         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
42186         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
42188         * manual/install.texi (Running make install): Do not mention Linux
42189         kernel version for which pt_chown is not needed.
42190         (Linux): Do not mention problems with nscd with 2.0 kernels.
42191         * INSTALL: Regenerated.
42193 2012-05-23  Andreas Jaeger  <aj@suse.de>
42195         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
42196         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
42197         macro.
42198         * sysdeps/unix/sysv/linux/s390/bits/mman.h
42199         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42200         * sysdeps/unix/sysv/linux/sh/bits/mman.h
42201         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42202         * sysdeps/unix/sysv/linux/i386/bits/mman.h
42203         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42204         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
42205         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42206         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
42207         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42208         * sysdeps/unix/sysv/linux/bits/in.h
42209         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
42211 2012-05-22  Roland McGrath  <roland@hack.frob.com>
42213         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
42214         (PREPARE_VERSION): Just use assert instead, it will be elided
42215         under [NDEBUG] anyway.
42217 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42219         * sysdeps/unix/sysv/linux/Makefile: Include
42220         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
42221         (sysdep_routines): Remove sysctl.
42222         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
42223         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
42224         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
42225         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
42226         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
42228 2012-05-22  Andreas Jaeger  <aj@suse.de>
42230         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
42231         that pseudo_end is just ret and the stack pointer is correct also
42232         for static library in error case.
42234 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
42236         [BZ #14122]
42237         * nss/nsswitch.c (defconfig_entries): New variable.
42238         (__nss_database_lookup): Don't leak defconfig entries.
42239         (nss_parse_service_list): Don't leak on error paths.
42240         (free_database_entries): New function.
42241         (free_defconfig): New function.
42242         (free_mem): Move common code to free_database_entries.
42244 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42246         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
42247         Add arch_prctl.
42248         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
42250         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
42251         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
42252         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
42253         New macro.
42254         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
42255         (INTERNAL_SYSCALL_TYPES): Likewise.
42256         (LOAD_ARGS_TYPES_[1-6]): Likewise.
42257         (LOAD_REGS_TYPES_[1-6]): Likewise.
42258         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
42259         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
42261 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42263         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
42264         copysignl for GLIBC_2_0.
42265         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
42266         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
42267         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
42268         logbl for GLIBC_2_0.
42269         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
42270         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
42272 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42274         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
42275         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42277         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
42278         Use "neg %eax".
42280         * time/mktime.c: Update copyright years.
42282 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
42284         mktime: merge comment-quoting-style change from gnulib
42285         * time/mktime.c: Quote 'like this' in comments.
42286         The GNU coding standards suggest that we no longer quote `like this',
42287         as "`" and "'" are typically rendered asymmetrically nowadays.
42288         The typical gnulib style is to quote 'like this' when quoting
42289         code, and "like this" when quoting English.
42291         * time/mktime.c (compile-command): Add "-I.".
42293         mktime: merge mktime-internal.h change from gnulib
42294         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
42296         mktime: merge time_r change from gnulib
42297         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
42299         mktime: merge DEBUG change from gnulib
42300         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
42301         case system <time.h> has a #define.
42303         mktime: merge <sys/types.h> change from gnulib
42304         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
42305         since <time.t> is now guaranteed to define time_t.
42307         mktime: merge HAVE_CONFIG_H change from gnulib
42308         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
42310 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42312         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
42313         Use "neg %eax".
42315         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
42316         __rlim_t cast.
42317         (struct rusage): Use anonymous union to pad each field to
42318         __syscall_slong_t.
42320 2012-05-21  David S. Miller  <davem@davemloft.net>
42322         * Makefules (o-iterator): Remove .s cases.
42323         (compile-command.s): Delete.
42324         (COMPILE.s): Delete.
42325         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
42327 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
42329         * configure.in (libc_cv_predef_stack_protector): Only consider
42330         "foobar" and "__stack_chk_fail" lines in libc_undefs.
42331         * configure: Regenerated.
42333 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
42335         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
42336         New macro.  Use R*LP on int and pointer.
42337         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
42338         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
42339         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
42340         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
42342         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
42343         [__WORDSIZE_TIME64_COMPAT32] instead of
42344         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
42345         (struct utmp): Likewise.
42346         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
42347         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
42348         Renamed to ...
42349         (__WORDSIZE_TIME64_COMPAT32): This.
42350         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
42351         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
42352         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
42353         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
42354         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
42355         (__WORDSIZE_TIME64_COMPAT32): New macro.
42357 2012-05-21  Andreas Jaeger  <aj@suse.de>
42359         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
42360         only if [SHARED]. Add prototype for __wcschr_ia32.
42362 2012-05-21  Roland McGrath  <roland@hack.frob.com>
42364         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
42365         of %rbp unmolested in the jmp_buf while mangling the low bits.
42366         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
42367         unmolested high bits of %rbp while demangling the low bits.
42368         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
42370 2012-05-21  Andreas Jaeger  <aj@suse.de>
42372         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
42373         * sunrpc/svc_simple.c: Use it for registerrpc.
42374         * sunrpc/xcrypt.c: Use it for passwd2des.
42376         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
42378 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
42380         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
42381         Don't define if [__SYSCALL_WORDSIZE != 32].
42382         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
42383         New macro.
42385 2012-05-21  Bruno Haible  <bruno@clisp.org>
42386             Andreas Jaeger  <aj@suse.de>
42388         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
42389         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
42390         inptr and inend for must_buffer_ch.
42391         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
42392         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
42393         * stdio-common/Makefile (tests): Remove bug15.
42394         (bug15-ENV): Remove macro.
42395         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
42396         anymore.
42398 2012-05-19  Andreas Jaeger  <aj@suse.de>
42399             Roland McGrath  <roland@hack.frob.com>
42401         * manual/contrib.texi: Completely rewritten. It contains now an
42402         alphabetical list of contributors and their contributions.
42404 2012-05-21  Richard Henderson  <rth@twiddle.net>
42406         * misc/getauxval.c (__getauxval): Use unsigned long int.
42407         * misc/sys/auxv.h: Include <sys/cdefs.h>.
42408         (getauxval): Use unsigned long int.
42410 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
42412         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
42414 2012-05-21  Roland McGrath  <roland@hack.frob.com>
42416         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
42417         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
42418         __alignof__ (long double).
42420 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42422         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42424 2012-05-20  Richard Henderson  <rth@twiddle.net>
42426         * misc/getauxval.c: New file.
42427         * misc/sys/auxv.h: New file.
42428         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
42429         (routines): Add getauxval.
42430         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
42431         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
42432         * elf/dl-sysdep.c (_dl_auxv): Remove.
42433         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
42434         * elf/dl-support.c (_dl_auxv): New variable.
42435         (_dl_aux_init): Initialize it.
42436         * manual/startup.texi (Auxiliary Vector): New node.
42437         * sysdeps/generic/bits/hwcap.h: New file.
42438         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
42439         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
42440         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
42441         * sysdeps/sparc/sysdep.h: ... here.  Include it.
42442         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
42443         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
42444         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42445         Update.
42446         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
42447         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
42448         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
42449         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
42450         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
42451         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
42452         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
42453         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
42455 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42457         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42459 2012-05-19  David S. Miller  <davem@davemloft.net>
42461         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42463 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
42465         [BZ #14123]
42466         * math/s_ccosh.c: Include <float.h>
42467         (__ccosh): Avoid internal overflow calculating sinh and cosh
42468         values before multiplying by sin and cos values.
42469         * math/s_ccoshf.c: Likewise.
42470         * math/s_ccoshl.c: Likewise.
42471         * math/s_csin.c: Likewise.
42472         * math/s_csinf.c: Likewise.
42473         * math/s_csinl.c: Likewise.
42474         * math/s_csinh.c: Likewise.
42475         * math/s_csinhf.c: Likewise.
42476         * math/s_csinhl.c: Likewise.
42477         * math/libm-test.inc (ccos_test): Add more tests.
42478         (ccosh_test): Likewise.
42479         (csin_test): Likewise.
42480         (csinh_test): Likewise.
42481         * sysdeps/i386/fpu/libm-test-ulps: Update.
42482         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42484 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
42486         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
42487         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
42489         * sysdeps/x86_64/x32/_itoa.h: Add comment.
42491 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
42493         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
42494         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
42495         * sysdeps/powerpc/soft-fp/Versions: Likewise.
42496         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
42497         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
42498         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
42499         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
42500         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
42501         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
42502         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
42503         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
42504         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
42505         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
42506         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
42507         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
42508         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
42509         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
42510         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
42511         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
42512         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
42513         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
42514         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
42515         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
42516         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
42517         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
42518         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
42519         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
42520         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
42521         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
42522         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
42523         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
42525 2012-05-18  Andreas Jaeger  <aj@suse.de>
42527         * csu/.gitignore: Delete.
42529 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
42531         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
42532         (timex): Use __syscall_slong_t.
42534 2012-05-18  Andreas Jaeger  <aj@suse.de>
42535             Carlos O'Donell  <carlos_odonell@mentor.com>
42537         * manual/install.texi (Configuring and compiling): Update
42538         description about files modified in the source directory.
42539         * INSTALL: Regenerated.
42541 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
42543         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
42544         value.  Use "or" to set return value to -1.
42545         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
42546         negate return value.
42548 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42550         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
42551         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
42552         failure if the compiler has Graphite support disabled.
42553         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
42554         Likewise.
42555         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
42556         (CFLAGS-memmove.c): Likewise.
42557         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
42558         Likewise.
42560 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
42562         * sysdeps/x86_64/x32/_itoa.h: New file.
42564         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
42565         getdents system call only if kernel and user dirents have the
42566         same d_ino and d_off.
42568         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
42569         LLONG_MAX != LONG_MAX.
42570         (_itoa_word): Use _ITOA_WORD_TYPE on value.
42571         (_fitoa_word): Likewise.
42573         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
42574         years.
42575         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
42576         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
42577         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
42579         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
42580         include <bits/wordsize.h>.  Check __x86_64__ instead of
42581         __WORDSIZE.
42582         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
42583         if __x86_64__ is defined.  Use anonymous union on fpstate.
42585         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
42586         anonymous union.
42588 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
42590         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
42591         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
42592         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
42593         Refer to _rtld_local_ro instead of _rtld_global_ro.
42594         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
42595         Likewise.
42596         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
42597         Likewise.
42598         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
42599         Likewise.
42600         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
42601         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
42602         of _rtld_global, and rtld_progname instead of _dl_argv[0].
42604         * sysdeps/powerpc/powerpc32/dl-machine.c
42605         (__elf_machine_runtime_setup) [PROF]: Don't reference
42606         _dl_prof_resolve.
42608 2012-05-18  Andreas Jaeger  <aj@suse.de>
42610         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
42611         function only available for GCCs before 3.4 since GCC 3.4
42612         introduced a builtin.
42613         (lrint): Likewise.
42614         (llrintf): Likewise.
42615         (llrint): Likewise.
42616         (fmaxf): Likewise.
42617         (fmax): Likewise.
42618         (fminf): Likewise.
42619         (fmin): Likewise.
42620         (rint): Likewise.
42621         (rintf): Likewise.
42622         (nearbyint): Likewise.
42623         (nearbyintf): Likewise.
42624         (ceil): Likewise.
42625         (ceilf): Likewise.
42626         (floor): Likewise.
42627         (floorf): Likewise.
42629 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42631         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
42632         on both fields and cast pointer to __syscall_ulong_t.
42634         * bits/types.h (__fsword_t): New type.
42635         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
42636         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
42637         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42638         (__FSWORD_T_TYPE): Likewise.
42639         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42640         (__FSWORD_T_TYPE): Likewise.
42641         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42642         (__FSWORD_T_TYPE): Likewise.
42643         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
42644         (__FSWORD_T_TYPE): Likewise.
42645         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
42646         __SWORD_TYPE with __fsword_t.
42647         (statfs64): Likewise.
42649 2012-05-17  David S. Miller  <davem@davemloft.net>
42651         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
42653 2012-05-17  Andreas Jaeger  <aj@suse.de>
42655         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
42656         warning.
42658 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42660         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
42662 2012-05-17  Andreas Jaeger  <aj@suse.de>
42664         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
42665         when it is used.
42667 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
42669         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
42671 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42673         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
42674         * sysdeps/x86_64/tst-mallocalign1.c: New file.
42676 2012-05-17  Andreas Jaeger  <aj@suse.de>
42677             Carlos O'Donell  <carlos_odonell@mentor.com>
42679         [BZ #14059]
42680         * sysdeps/x86_64/multiarch/init-arch.h
42681         (bit_YMM_Usable): Rename to...
42682         (bit_AVX_Usable): ... this.
42683         (bit_FMA4_Usable): New macro.
42684         (bit_XMM_state): New macro.
42685         (bit_YMM_state): New macro.
42686         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
42687         [__ASSEMBLER__] (index_AVX_Usable): ... this.
42688         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
42689         (CPUID_OSXSAVE): New macro.
42690         (CPUID_AVX): New macro.
42691         (CPUID_FMA4): New macro.
42692         (index_YMM_Usable): Rename to...
42693         (index_AVX_Usable): ... this.
42694         (HAS_AVX): Use HAS_ARCH_FEATURE.
42695         (HAS_FMA4): Likewise.
42696         (HAS_YMM_USABLE): Remove.
42697         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
42698         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
42699         are present.
42700         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
42701         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
42702         * sysdeps/x86_64/multiarch/Makefile: Likewise.
42703         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
42704         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
42706 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
42708         * math/libm-test.c: Support platforms without multiple rounding modes.
42709         * math/bug-nextafter.c: Support platforms without FP exceptions.
42710         * math/bug-nexttoward.c: Likewise.
42711         * math/test-fenv.c: Likewise.
42712         * math/test-misc.c: Likewise.
42713         * stdlib/bug-getcontext.c: Likewise.
42715 2012-05-17  Andreas Jaeger  <aj@suse.de>
42717         * manual/examples/search.c (critter_cmp): Change signature to
42718         avoid warnings.
42719         * manual/string.texi (Collation Functions): Likewise.
42721 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42723         * bits/types.h: Fold copyright years.
42724         * bits/typesizes.h: Likewise.
42725         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
42726         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
42727         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
42728         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
42729         * time/time.h: Likewise.
42731 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
42733         [BZ #208]
42734         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
42735         in instead of returning them.  Return void.
42736         (__libc_mallinfo): Accumulate over all arenas.
42737         (__malloc_stats): Adjust for change in int_mallinfo interface.
42739 2012-05-16  Roland McGrath  <roland@hack.frob.com>
42741         [BZ #10375]
42742         * configure.in (NM): Add AC_CHECK_TOOL for it.
42743         (libc_extra_cflags): New substituted variable.
42744         Check for -fstack-protector being used implicitly.
42745         * configure: Regenerated.
42746         * config.make.in (config-extra-cflags): New variable,
42747         gets @libc_extra_cflags@.
42748         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
42750         [BZ #10375]
42751         * configure.in: Check for _FORTIFY_SOURCE being predefined.
42752         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
42753         * configure: Regenerated.
42754         * config.make.in (CPPUNDEFS): New substituted variable.
42755         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
42756         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
42757         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
42759 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42761         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
42762         (mq_attr): Use __syscall_slong_t.
42764 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42766         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
42767         Check __x86_64__ instead of __WORDSIZE.
42768         (_STAT_VER_LINUX): Likewise.
42769         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
42770         __syscall_ulong_t and __syscall_slong_t.
42771         (stat64): Likewise.
42773 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42775         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
42777 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42779         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
42781 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42783         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
42784         __syscall_ulong_t.
42786         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
42787         include <bits/wordsize.h>.  Check __x86_64__ instead of
42788         __WORDSIZE.
42789         (greg_t): Use "__extension__ long long int" if __x86_64__ is
42790         defined.
42791         (mcontext_t): Replace "unsigned long" with "unsigned long long".
42793         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
42794         include <bits/wordsize.h>.  Check __x86_64__ instead of
42795         __WORDSIZE.
42796         (user_regs_struct): Use "__extension__ unsigned long long"
42797         instead of "unsigned long" if __x86_64__ is defined.
42798         (user): Likewise.  Pad after pointer field if __ILP32__ is
42799         defined.
42801 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
42803         * configure.in (makeinfo): Require version 4.5 or later.  Allow
42804         versions 5 to 9.
42805         * configure: Regenerated.
42806         * manual/install.texi (texinfo): Increase version requirement to
42807         4.5 or later.
42808         * INSTALL: Regenerated.
42810         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
42812 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42814         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
42816         * sysdeps/x86_64/x32/ffs.c: New file.
42818         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
42819         __syscall_ulong_t.
42820         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
42821         defined.  Use __syscall_ulong_t.
42822         (shminfo): Use __syscall_ulong_t.
42823         (shm_info): Likewise.
42825         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
42826         __syscall_ulong_t.
42828         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
42829         <bits/wordsize.h>.
42830         (msgqnum_t): Use __syscall_ulong_t.
42831         (msglen_t): Likewise.
42832         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
42833         __syscall_ulong_t.
42835         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
42836         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42838         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
42840         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
42841         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
42843         * sysvipc/sys/msg.h (msgbuf): Replace long int with
42844         __syscall_slong_t.
42846         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
42847         include <bits/wordsize.h>.  Check __x86_64__ instead of
42848         __WORDSIZE.
42850         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
42851         "unsigned long long int" if __x86_64__ is defined.
42852         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
42854         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
42855         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42856         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
42858         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
42859         <stdint.h>.
42860         (GET_PC): Cast to uintptr_t first.
42861         (GET_FRAME): Likewise.
42862         (GET_STACK): Likewise.
42864         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
42865         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
42866         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
42867         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
42868         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
42869         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
42870         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
42871         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
42872         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
42873         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
42874         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
42875         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
42876         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
42877         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
42878         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
42879         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
42880         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
42881         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
42882         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
42883         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
42884         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
42885         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
42886         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
42887         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
42888         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
42889         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
42890         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
42891         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
42892         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
42894 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
42896         * Makerules (+depfiles): Also collect depfiles from .oS in
42897         $(extra-objs).
42898         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
42899         .oS, $(libnldbl-routines)).
42901         * Makerules (native-compile-mkdep-flags): Define.
42902         * sunrpc/Makefile (extra-objs): Add $(addprefix
42903         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
42904         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
42905         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
42906         calling $(make-target-directory).
42908 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42910         * bits/types.h (__snseconds_t): Removed.
42911         * time/time.h (struct timespec): Replace __snseconds_t with
42912         __syscall_slong_t.
42913         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
42914         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
42915         Likewise.
42916         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42917         (__SNSECONDS_T_TYPE): Likewise.
42918         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42919         (__SNSECONDS_T_TYPE): Likewise.
42920         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42921         (__SNSECONDS_T_TYPE): Likewise.
42923 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42925         * sysdeps/mach/hurd/bits/typesizes.h
42926         (__SYSCALL_SLONG_TYPE): New macro.
42927         (__SYSCALL_ULONG_TYPE): Likewise.
42929 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42931         * bits/types.h (__syscall_slong_t): New type.
42932         (__syscall_ulong_t): Likewise.
42934         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
42935         (__SYSCALL_ULONG_TYPE): Likewise.
42936         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42937         (__SYSCALL_SLONG_TYPE): Likewise.
42938         (__SYSCALL_ULONG_TYPE): Likewise.
42939         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42940         (__SYSCALL_SLONG_TYPE): Likewise.
42941         (__SYSCALL_ULONG_TYPE): Likewise.
42942         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42943         (__SYSCALL_SLONG_TYPE): Likewise.
42944         (__SYSCALL_ULONG_TYPE): Likewise.
42946 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42948         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
42949         Add sigaltstack-offsets.sym.
42950         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
42951         <sigaltstack-offsets.h>.
42952         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
42953         longjmp_msg pointer.
42954         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
42955         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
42956         signal stack.
42957         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
42959 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
42961         * elf/stackguard-macros.h: Remove file.
42962         * sysdeps/generic/stackguard-macros.h: New file.
42963         * sysdeps/i386/stackguard-macros.h: Likewise.
42964         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
42965         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
42966         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
42967         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
42968         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
42969         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
42970         * sysdeps/x86_64/stackguard-macros.h: Likewise.
42971         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
42972         <elf/stackguard-macros.h>.
42974         [BZ #14109]
42975         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
42976         __aligned__ in attribute.
42977         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
42978         (gregset_t): Likewise.
42980 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42982         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
42983         * sysdeps/x86_64/64/Implies-after: Here.  New file.
42984         * sysdeps/x86_64/x32/Implies-after: New file.
42986 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42988         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
42989         and access return value for _dl_profile_fixup.  Use R10_LP to
42990         load frame size.
42992 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42994         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
42996 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42998         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
42999         * sysdeps/x86_64/x32/sysdep.h: New file.
43001 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43003         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
43004         * sysdeps/x86_64/setjmp.S: Likewise.
43006 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43008         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
43009         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
43010         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
43011         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
43012         remove unused global constant.
43014 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
43016         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
43017         include of <not-cancel.h>.
43019 2012-05-15  Roland McGrath  <roland@hack.frob.com>
43021         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
43023 2012-05-15  Jeff Law  <law@redhat.com>
43024             Andreas Jaeger  <aj@suse.de>
43026         [BZ #13594]
43027         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
43028         out from...
43029         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
43030         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
43031         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
43032         code changing __hst_map_handle.map.
43034 2012-05-15  Roland McGrath  <roland@hack.frob.com>
43036         * configure.in (sysnames): Look for Implies-before and Implies-after
43037         files.
43038         * configure: Regenerated.
43040 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43042         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
43043         8-byte data alignment with LP_SIZE alignment.
43045 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43047         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
43048         into R10_LP.
43050 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43052         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
43054 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43056         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
43057         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
43058         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
43059         Likewise.
43060         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
43062 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43064         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
43065         (stackinfo_sub_sp): Likewise.
43067 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43069         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
43070         RAX_LP.
43072 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43074         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
43075         into R*_LP.
43077 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43079         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
43080         sizes into R*_LP.
43082 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43084         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
43086 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43088         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
43089         into R11_LP and load __x86_64_shared_cache_size_half into
43090         R8_LP.
43092 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43094         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
43095         R8_LP.
43097 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43099         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
43100         logb for POWER7.
43101         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
43102         logbf for POWER7.
43103         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
43104         logbl for POWER7.
43105         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
43106         powerpc32/power7/fpu/s_logb.c via #include.
43107         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
43108         powerpc32/power7/fpu/s_logbf.c via #include.
43109         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
43110         powerpc32/power7/fpu/s_logbl.c via #include.
43112 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
43114         * README.libm: Remove file.
43116 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43118         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
43119         count for x32.  Use R*_LP and omit operand-size suffix.
43121 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43123         * shlib-versions: Move x86_64-.*-linux.* entries to ...
43124         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
43125         * sysdeps/x86_64/x32/shlib-versions: New file.
43127 2012-05-14  Roland McGrath  <roland@hack.frob.com>
43129         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
43130         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
43131         Use _dl_fatal_printf instead.
43133 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
43135         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
43136         set if not set by the user.  Do not allow for being unset.
43137         * sysdeps/unix/sysv/linux/configure: Regenerated.
43139 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43141         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
43142         the `q' suffix from lea and replace .quad with ASM_ADDR.
43144 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43146         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
43147         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
43148         instead of $17.
43149         (PTR_DEMANGLE): Likewise.
43151 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43153         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
43154         (LP_OP): Likewise.
43155         (ASM_ADDR): Likewise.
43156         (RAX_LP): Likewise.
43157         (RBP_LP): Likewise.
43158         (RBX_LP): Likewise.
43159         (RCX_LP): Likewise.
43160         (RDI_LP): Likewise.
43161         (RSI_LP): Likewise.
43162         (RSP_LP): Likewise.
43163         (R8_LP): Likewise.
43164         (R9_LP): Likewise.
43165         (R10_LP): Likewise.
43166         (R10_LP): Likewise.
43167         (R11_LP): Likewise.
43168         (R12_LP): Likewise.
43169         (R13_LP): Likewise.
43170         (R14_LP): Likewise.
43171         (R15_LP): Likewise.
43173 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43175         * sysdeps/x86_64/x32/dl-machine.h: New file.
43177 2012-05-14  Andreas Jaeger  <aj@suse.de>
43179         * manual/Makefile (subdir): Remove export of subdir.
43180         (all): Remove target.
43181         (.PHONY): Remove all from list.
43182         (mkinstalldirs): Remove.
43183         (.PHONY): Remove installdirs from list.
43184         ($(inst_infodir)/libc.info): Use make-target-directory.
43185         (installdirs): Remove.
43186         (subdir_%): Remove.
43187         (glibc-targets): Remove.
43188         (lib): Remove.
43189         (stubs): Remove.
43190         ($(objpfx)stubs ../po/manual.pot): Remove.
43191         ($(objpfx)stamp%): Remove.
43192         (make-target-directory): Remove.
43193         (subdir_install): Remove.
43194         (routines): Remove.
43195         (aux): Remove.
43196         (sources): Remove.
43197         (objects): Remove.
43198         (headers): Remove.
43200         [BZ #13750]
43201         * manual/.gitignore: Remove, it's not needed anymore.
43202         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
43203         all files in it.
43204         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
43205         directory.
43206         (texis): Renamed to $(objpfx)texis.
43207         (texis-path): New, contains path to generated files.
43208         (chapters.%): Use texis-path for complete path, add extra argument
43209         libc-texinfo.sh.
43210         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
43211         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
43212         (summary,texi, stamp-summary): Use complete path of
43213         files. Generate files in build dir.
43214         (dir-add.texi): Build in build dir.
43215         (libm-err.texi,stamp-libm-err): Likewise.
43216         (version.texi, stamp-version): Likewise.
43217         (.%c.texi): Likewise.
43218         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
43219         (mostlyclean): Remove target.
43220         (realclean): Remove target.
43221         (generated): Add new variable with contents from mostlyclean and
43222         realclean, remove entries duplicated in common-mostlyclean, add
43223         stamp-libm-err and stamp-version.
43224         (generated-dirs): Add libc directory.
43225         ($(inst_infodir)/libc.info): Install files from build dir.
43227         * manual/install.texi (Configuring and compiling): Adjust since
43228         the info files are not part of the tar ball anymore.
43230 2012-05-14  Andreas Jaeger  <aj@suse.de>
43232         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
43233         variable.
43235 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
43237         [BZ #13717]
43238         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
43239         to 2.2.0 where earlier.
43240         * sysdeps/unix/sysv/linux/configure: Regenerated.
43241         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
43242         Remove conditional code.
43243         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
43244         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
43245         Remove conditional code.
43246         [!__NR_lchown]: Likewise.
43247         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43248         [__NR_lchown]: Likewise.
43249         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
43250         comment referencing __ASSUME_LCHOWN_SYSCALL.
43251         * sysdeps/unix/sysv/linux/i386/sigaction.c
43252         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43253         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43254         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
43255         Remove conditional code.
43256         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
43257         (__protocol_available): Remove #if 0 code.
43258         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
43259         conditional code.
43260         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
43261         * sysdeps/unix/sysv/linux/kernel-features.h
43262         (__ASSUME_GETCWD_SYSCALL): Don't define.
43263         (__ASSUME_REALTIME_SIGNALS): Likewise.
43264         (__ASSUME_PREAD_SYSCALL): Likewise.
43265         (__ASSUME_PWRITE_SYSCALL): Likewise.
43266         (__ASSUME_POLL_SYSCALL): Likewise.
43267         (__ASSUME_LCHOWN_SYSCALL): Likewise.
43268         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
43269         non-SPARC.
43270         (__ASSUME_SIOCGIFNAME): Don't define.
43271         (__ASSUME_MSG_NOSIGNAL): Likewise.
43272         (__ASSUME_SENDFILE): Define unconditionally.
43273         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
43274         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
43275         conditional code.
43276         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
43277         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
43278         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
43279         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43280         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
43281         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
43282         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43283         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
43284         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43285         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43286         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
43287         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43288         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43289         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
43290         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43291         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43292         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
43293         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43294         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
43296         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43297         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43298         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
43299         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43300         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
43302         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43303         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43304         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
43305         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43306         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43307         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
43308         Remove conditional code.
43309         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43310         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
43311         Remove conditional code.
43312         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43313         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
43314         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
43315         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
43316         Remove conditional code.
43317         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43318         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
43319         Remove conditional code.
43320         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43321         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
43322         Remove conditional code.
43323         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43324         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
43325         Remove conditional code.
43326         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43327         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
43328         Remove conditional code.
43329         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43330         * sysdeps/unix/sysv/linux/sh/pwrite64.c
43331         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43332         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43333         * sysdeps/unix/sysv/linux/sigaction.c
43334         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43335         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43336         * sysdeps/unix/sysv/linux/sigpending.c
43337         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43338         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43339         * sysdeps/unix/sysv/linux/sigprocmask.c
43340         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43341         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43342         * sysdeps/unix/sysv/linux/sigsuspend.c
43343         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43344         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43345         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
43346         (__libc_missing_rt_sigs): Remove.
43347         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
43348         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
43349         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
43350         Remove conditional code.
43351         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
43352         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
43353         return 1.
43354         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
43355         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
43356         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
43357         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
43359 2012-05-14  Andreas Jaeger  <aj@suse.de>
43361         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
43362         it's not used in glibc.
43363         (__coshm1): Likewise.
43364         (__acosh1p): Likewise.
43365         (__sgn): Likewise.
43367         * manual/string.texi (Copying and Concatenation): Add missing
43368         variable in concat example.
43369         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
43371 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43373         [BZ #14103]
43374         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
43375         __builtin_clzl with __builtin_clzll.
43377 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43379         [BZ #14104]
43380         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
43381         libc_freeres_ptr.
43383 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43385         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
43386         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
43387         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
43388         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
43390 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
43392         * NEWS: Update ia64 info.
43394 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
43396         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
43397         used as bcopy.
43399 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
43401         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
43402         * sysdeps/unix/syscalls.list (dup3): Likewise.
43403         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
43404         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
43406 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
43408         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
43409         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
43411 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
43413         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
43414         thread pointer.
43415         (TLS_IE): Use mov/add instead of movq/addq to load thread
43416         pointer.
43417         (TLS_GD_PREFIX): New.
43418         (TLS_GD): Use it.
43420 2012-05-11  David S. Miller  <davem@davemloft.net>
43422         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
43423         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
43424         (_FPU_SETCW): Likewise.
43426 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43428         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
43429         is 32-byte aligned.
43431 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
43433         [BZ #11837]
43434         * iconvdata/gb18030.c: Update tables.
43435         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
43436         characters specially.
43437         (BODY for TO_LOOP): Add encoding of missing ranges.
43439 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
43441         [BZ #13673]
43442         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
43443         * sysdeps/mach/hurd/dup3.c: Likewise.
43444         * sysdeps/mach/hurd/readlinkat.c: Likewise.
43445         * sysdeps/powerpc/memmove.c:: Likewise.
43447 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43449         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
43450         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
43452 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43454         * elf/elf.h (R_X86_64_RELATIVE64): New.
43455         (R_X86_64_NUM): Updated.
43456         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
43457         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
43458         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
43459         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
43460         tst-quad1pie tst-quad2pie
43461         (modules-names): Add tst-quadmod1 tst-quadmod2.
43462         ($(objpfx)tst-quad1): New dependency.
43463         ($(objpfx)tst-quad2): Likewise.
43464         ($(objpfx)tst-quad1pie): Likewise.
43465         ($(objpfx)tst-quad2pie): Likewise.
43466         * sysdeps/x86_64/tst-quad1.c: New file.
43467         * sysdeps/x86_64/tst-quad1pie.c: New file.
43468         * sysdeps/x86_64/tst-quad2.c: Likewise.
43469         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
43470         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
43471         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
43472         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
43473         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
43475 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43477         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
43478         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
43479         * streams/stropts.h (t_scalar_t): Define type.
43481         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
43482         (_PATH_PRESERVE): Set to "/var/lib".
43483         (_PATH_RWHODIR): Set to "/var/spool/rwho".
43485         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
43486         instead of int.
43488         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
43489         if __dir_mkfile succeeded.
43491         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
43492         checking for _hurd_dtablesize.  Unlock it right after having
43493         finished _hurd_dtable allocation.
43495 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43497         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
43498         * sysdeps/mach/hurd/configure: Regenerated.
43499         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
43500         special-casing to...
43501         * sysdeps/gnu/configure.in: ... this new file.
43502         * sysdeps/unix/sysv/linux/configure: Regenerated.
43503         * sysdeps/gnu/configure: New generated file.
43505         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
43506         for Linux: use nsec instead of usec, as well as:
43507         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
43508         members of type struct timespec.
43509         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
43510         New macros.
43511         (struct stat64): Likewise.
43512         (_STATBUF_ST_NSEC): New macro.
43513         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
43515         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
43516         __strtoul_internal rather than strtoul.
43518 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43520         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
43521         and reject them.
43523 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43525         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
43526         which preserves existing values.
43527         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
43529 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43531         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
43532         TIMEOUT values.  Return EINVAL for NFDS values either negative or
43533         greater than FD_SETSIZE.
43535 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43537         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
43538         allocated, call __vm_protect to finish enabling the existing space, and
43539         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
43540         allocate the remainder.
43542 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43544         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
43545         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
43547 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43549         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
43550         sysdeps/mach/hurd/readlink.c.
43552         * posix/tst-sysconf.c (posix_options): Only use
43553         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
43554         _POSIX_SYNCHRONIZED_IO when they are defined
43555         * sysdeps/mach/hurd/bits/posix_opt.h:
43556         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
43557         (_XOPEN_REALTIME): Undefine macro.
43558         (_XOPEN_REALTIME_THREADS): Undefine macro.
43559         (_XOPEN_SHM): Undefine macro.
43560         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
43561         macro to -1.
43562         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
43563         macro to -1.
43564         (_POSIX_ASYNC_IO): Undefine macro.
43565         (_POSIX_PRIORITIZED_IO): Undefine macro.
43566         (_POSIX_SPIN_LOCKS): Define macro to -1.
43568         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
43569         SA_NODEFER, SA_RESETHAND.
43570         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
43571         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
43572         F_DUPFD_CLOEXEC.
43574 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43576         * elf/Makefile (pldd-modules): Define unconditionally.
43578 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43580         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
43582 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43584         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
43585         Return ENOENT when name is empty.
43586         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
43588 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43590         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
43592         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
43594 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43596         Fix mlock in all cases except non-readable pages.
43597         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
43598         instead of VM_PROT_ALL as parameter to __vm_wire function.
43600         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
43601         (__mkdir): When path is `/', just fail with EEXIST.
43602         * sysdeps/mach/hurd/mkdirat.c: Likewise.
43604 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43606         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
43607         <sys/uio.h> (for writev).
43608         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
43609         and <sys/param.h> (for MIN).
43611 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43613         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
43614         REQUESTED_TIME.  Properly set the remaining time and return EINTR
43615         if interrupted.
43617 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43619         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
43620         Depend on against $(link-rpcuserlibs).
43622 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43624         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
43625         (__libc_stack_end): Do not use attribute_relro.
43626         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
43627         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
43628         to libthread-provided value.
43629         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
43630         attribute_relro.
43632 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43634         [BZ #3748]
43635         * bits/libc-lock.h (__libc_once_get): New macro.
43636         * sysdeps/mach/bits/libc-lock.h: Likewise.
43637         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
43638         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
43639         instead of using implementation details.
43641         * libio/fileops.c: Unconditionally include <kernel-features.h>.
43642         * libio/freopen.c: Likewise.
43643         * libio/freopen64.c: Likewise.
43644         * misc/syslog.c: Likewise.
43645         * nscd/connections.c: Likewise.
43646         * nscd/netgroupcache.c: Likewise.
43647         * sysdeps/posix/getcwd.c: Likewise.
43649 2012-05-10  Roland McGrath  <roland@hack.frob.com>
43651         * math/w_ilogbf.c: Add #include <limits.h>.
43653 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43655         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
43656         path instead of returning without unlocking.
43658         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
43659         immediate-write ioctls.
43660         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
43662 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43664         * sysdeps/mach/hurd/i386/init-first.c (init): Use
43665         __builtin_frame_address instead of making assumptions about the
43666         location of the return address relative to DATA.  Force early load of
43667         the return address.
43668         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
43669         __builtin_frame_address.
43671         dup3 for GNU Hurd.
43672         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
43673         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
43674         implement dup3 and do some further code clean-ups.
43675         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
43676         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
43678 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43680         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
43682         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
43683         HURD_CRITICAL_END around holding _hurd_dtable_lock.
43684         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
43685         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
43686         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
43687         d->port.lock.
43689         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
43690         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
43691         when handler == SIG_ERR, not when handler != SIG_ERR.
43693 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43695         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
43696         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
43697         definitions.
43699         accept4 for GNU Hurd.
43700         * include/sys/socket.h (__libc_accept4): New prototype.
43701         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
43702         to implement __libc_accept4.
43703         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
43704         __libc_accept4.
43705         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
43707         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
43708         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
43709         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
43710         signal-defines.sym.
43712 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43714         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
43716 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43718         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
43719         assertion on O_CLOEXEC flag.
43720         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
43721         * hurd/intern-fd.c: Likewise.
43722         * hurd/port2fd.c: Likewise.
43724 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43726         [BZ #3906]
43727         * bits/in.h (IPV6_PKTINFO): Define new macro.
43728         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
43730 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43732         [BZ #13954]
43733         [BZ #13955]
43734         [BZ #13956]
43735         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
43736         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
43737         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
43738         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
43739         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
43740         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
43741         * math/libm-test.inc (logb_test) : Additional logb tests.
43743 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
43744             Andreas Jaeger  <aj@suse.de>
43746         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
43747         * configure: Regenerated.
43748         * config.h.in (LINK_OBSOLETE_RPC): New macro.
43749         * config.make.in (link-obsolete-rpc): New substituted variable.
43750         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
43751         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
43752         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
43753         (shared-only-routines): Don't set it under [link-obsolete-rpc],
43754         so that libc.a contains the symbols.
43755         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
43756         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
43757         * sunrpc/auth_none.c: Likewise.
43758         * sunrpc/auth_unix.c: Likewise.
43759         * sunrpc/authdes_prot.c: Likewise.
43760         * sunrpc/authuxprot.c: Likewise.
43761         * sunrpc/clnt_gen.c: Likewise.
43762         * sunrpc/clnt_perr.c: Likewise.
43763         * sunrpc/clnt_raw.c: Likewise.
43764         * sunrpc/clnt_simp.c: Likewise.
43765         * sunrpc/clnt_tcp.c: Likewise.
43766         * sunrpc/clnt_udp.c: Likewise.
43767         * sunrpc/clnt_unix.c: Likewise.
43768         * sunrpc/des_crypt.c: Likewise.
43769         * sunrpc/des_soft.c: Likewise.
43770         * sunrpc/get_myaddr.c: Likewise.
43771         * sunrpc/key_call.c: Likewise.
43772         * sunrpc/key_prot.c: Likewise.
43773         * sunrpc/netname.c: Likewise.
43774         * sunrpc/pm_getmaps.c: Likewise.
43775         * sunrpc/pm_getport.c: Likewise.
43776         * sunrpc/pmap_clnt.c: Likewise.
43777         * sunrpc/pmap_prot.c: Likewise.
43778         * sunrpc/pmap_prot2.c: Likewise.
43779         * sunrpc/pmap_rmt.c: Likewise.
43780         * sunrpc/publickey.c: Likewise.
43781         * sunrpc/rpc_cmsg.c: Likewise.
43782         * sunrpc/rpc_common.c: Likewise.
43783         * sunrpc/rpc_dtable.c: Likewise.
43784         * sunrpc/rpc_prot.c: Likewise.
43785         * sunrpc/rpc_thread.c: Likewise.
43786         * sunrpc/rtime.c: Likewise.
43787         * sunrpc/svc.c: Likewise.
43788         * sunrpc/svc_auth.c: Likewise.
43789         * sunrpc/svc_raw.c: Likewise.
43790         * sunrpc/svc_run.c: Likewise.
43791         * sunrpc/svc_tcp.c: Likewise.
43792         * sunrpc/svc_udp.c: Likewise.
43793         * sunrpc/svc_unix.c: Likewise.
43794         * sunrpc/svcauth_des.c: Likewise.
43795         * sunrpc/xcrypt.c: Likewise.
43796         * sunrpc/xdr.c: Likewise.
43797         * sunrpc/xdr_array.c: Likewise.
43798         * sunrpc/xdr_float.c: Likewise.
43799         * sunrpc/xdr_intXX_t.c: Likewise.
43800         * sunrpc/xdr_mem.c: Likewise.
43801         * sunrpc/xdr_rec.c: Likewise.
43802         * sunrpc/xdr_ref.c: Likewise.
43803         * sunrpc/xdr_sizeof.c: Likewise.
43804         * sunrpc/xdr_stdio.c: Likewise.
43806 2012-05-10  Roland McGrath  <roland@hack.frob.com>
43808         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
43809         change.  Update copyright years.
43811 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
43813         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
43815 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
43816             Joseph Myers  <joseph@codesourcery.com>
43817             Paul Pluzhnikov  <ppluzhnikov@google.com>
43819         [BZ #14012]
43820         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
43821         requiring rpcgen.
43822         [cross-compiling] (extra-libs): Likewise.
43823         [cross-compiling] (extra-libs-others): Likewise.
43824         [cross-compiling] (librpcsvc-routines): Likewise.
43825         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
43826         [cross-compiling] (omit-deps): Likewise.
43827         (sunrpc-CPPFLAGS): New variable.
43828         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
43829         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
43830         (cross-rpcgen-objs): New variable.
43831         (extra-objs): Append $(cross-rpcgen-objs).
43832         ($(cross-rpcgen-objs)): New rule.
43833         ($(objpfx)cross-rpcgen): Likewise.
43834         (rpcgen-cmd): Define to use $(built-program-file).  Expand
43835         comment.
43836         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
43837         ($(objpfx)x%.stmp): Likewise.
43838         * sunrpc/proto.h [IS_IN_build] (_): Define.
43839         [IS_IN_build] (_libc_intl_domainname): Likewise.
43841 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43843         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
43844         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
43845         and R_X86_64_TPOFF64.
43847 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
43849         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
43850         sysdeps/unix/sysv/syscalls.list.
43851         (stime): Likewise.
43852         (utime): Likewise.
43853         * sysdeps/unix/sysv/syscalls.list: Remove file.
43855 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
43857         [BZ #3440]
43858         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
43859         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
43860         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
43861         (__LC_IDENTIFICATION): Make these macros useful in #if
43862         expressions, as required by C99.
43864 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
43866         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
43867         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
43868         after this.
43870 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
43872         * stdlib/longlong.h: Updated from GCC.
43874 2012-05-09  Andreas Jaeger  <aj@suse.de>
43876         * nscd/nscd.c (run_modes): Make named enum, reorder so that
43877         default is first entry.
43878         (run_mode): Set type.
43879         (main): Remove informal message about syslog.
43880         (options): Fix typo.
43882         [BZ #14053]
43883         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
43884         to asm.
43885         (lrint): Likewise.
43886         (llrintf): Likewise.
43887         (llrint): Likewise.
43888         (rint): Likewise.
43889         (rintf): Likewise.
43890         (nearbyint): Likewise.
43891         (nearbyintf): Likewise.
43893 2012-05-09  Andreas Jaeger  <aj@suse.de>
43894             Pedro Alves  <palves@redhat.com>
43896         * nscd/nscd.c (run_mode): Use enum.
43897         (main): Cleanup coding style issue.
43899 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
43900             Andreas Jaeger  <aj@suse.de>
43902         * nscd/nscd.c (go_background): Replaced with...
43903         (run_mode): ... this.
43904         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
43905         (options): Add -F --foreground.
43906         (main): Implement it.
43907         (parse_opt): Parse it.
43909 2012-05-09  Andreas Jaeger  <aj@suse.de>
43911         [BZ #14083]
43912         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
43913         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
43914         -Wconversion warning.
43915         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
43916         Likewise.
43918 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
43920         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
43921         == 0.
43922         (LC_ALL): Use macro-int-constant.
43923         (LC_COLLATE): Likewise.
43924         (LC_CTYPE): Likewise.
43925         (LC_MESSAGES): Likewise.
43926         (LC_MONETARY): Likewise.
43927         (LC_NUMERIC): Likewise.
43928         (LC_TIME): Likewise.
43929         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
43930         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
43931         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43932         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
43933         Specify type.
43934         [C99-based standards] (float_t): Expect type.
43935         [C99-based standards] (double_t): Expect type.
43936         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
43937         type.
43938         [C99-based standards] (HUGE_VALL): Likewise.
43939         [C99-based standards] (INFINITY): Likewise.
43940         [C99-based standards] (NAN): Likewise.
43941         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
43942         [C99-based standards] (FP_NAN): Likewise.
43943         [C99-based standards] (FP_NORMAL): Likewise.
43944         [C99-based standards] (FP_SUBNORMAL): Likewise.
43945         [C99-based standards] (FP_ZERO): Likewise.
43946         [C99-based standards] (FP_FAST_FMA): Use
43947         optional-macro-int-constant.  Specify type.  Require == 1.
43948         [C99-based standards] (FP_FAST_FMAF): Likewise.
43949         [C99-based standards] (FP_FAST_FMAL): Likewise.
43950         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
43951         [C99-based standards] (FP_ILOGBNAN): Likewise.
43952         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
43953         Specify type.
43954         [C99-based standards] (MATH_ERREXCEPT): Likewise.
43955         [C99-based standards] (math_errhandling): Specify type.
43956         [ISO99 || ISO11] (signgam): Do not allow.
43957         [non-C99-based standards] (copysignf): Do not allow.
43958         [non-C99-based standards] (exp2f): Likewise.
43959         [non-C99-based standards] (log2f): Likewise.
43960         [non-C99-based standards] (modff): Allow.
43961         [non-C99-based standards] (erff): Do not allow.
43962         [non-C99-based standards] (erfcf): Likewise.
43963         [non-C99-based standards] (gammaf): Likewise.
43964         [non-C99-based standards] (hypotf): Likewise.
43965         [non-C99-based standards] (j0f): Likewise.
43966         [non-C99-based standards] (j1f): Likewise.
43967         [non-C99-based standards] (jnf): Likewise.
43968         [non-C99-based standards] (lgammaf): Likewise.
43969         [non-C99-based standards] (tgammaf): Likewise.
43970         [non-C99-based standards] (y0f): Likewise.
43971         [non-C99-based standards] (y1f): Likewise.
43972         [non-C99-based standards] (ynf): Likewise.
43973         [non-C99-based standards] (isnanf): Likewise.
43974         [non-C99-based standards] (acoshf): Likewise.
43975         [non-C99-based standards] (asinhf): Likewise.
43976         [non-C99-based standards] (atanhf): Likewise.
43977         [non-C99-based standards] (cbrtf): Likewise.
43978         [non-C99-based standards] (expm1f): Likewise.
43979         [non-C99-based standards] (ilogbf): Likewise.
43980         [non-C99-based standards] (log1pf): Likewise.
43981         [non-C99-based standards] (logbf): Likewise.
43982         [non-C99-based standards] (nextafterf): Likewise.
43983         [non-C99-based standards] (remainderf): Likewise.
43984         [non-C99-based standards] (rintf): Likewise.
43985         [non-C99-based standards] (scalbf): Likewise.
43986         [non-C99-based standards] (copysignl): Likewise.
43987         [non-C99-based standards] (exp2l): Likewise.
43988         [non-C99-based standards] (log2l): Likewise.
43989         [non-C99-based standards] (modfl): Allow.
43990         [non-C99-based standards] (erfl): Do not allow.
43991         [non-C99-based standards] (erfcl): Likewise.
43992         [non-C99-based standards] (gammal): Likewise.
43993         [non-C99-based standards] (hypotl): Likewise.
43994         [non-C99-based standards] (j0l): Likewise.
43995         [non-C99-based standards] (j1l): Likewise.
43996         [non-C99-based standards] (jnl): Likewise.
43997         [non-C99-based standards] (lgammal): Likewise.
43998         [non-C99-based standards] (tgammal): Likewise.
43999         [non-C99-based standards] (y0l): Likewise.
44000         [non-C99-based standards] (y1l): Likewise.
44001         [non-C99-based standards] (ynl): Likewise.
44002         [non-C99-based standards] (isnanl): Likewise.
44003         [non-C99-based standards] (acoshl): Likewise.
44004         [non-C99-based standards] (asinhl): Likewise.
44005         [non-C99-based standards] (atanhl): Likewise.
44006         [non-C99-based standards] (cbrtl): Likewise.
44007         [non-C99-based standards] (expm1l): Likewise.
44008         [non-C99-based standards] (ilogbl): Likewise.
44009         [non-C99-based standards] (log1pl): Likewise.
44010         [non-C99-based standards] (logbl): Likewise.
44011         [non-C99-based standards] (nextafterl): Likewise.
44012         [non-C99-based standards] (remainderl): Likewise.
44013         [non-C99-based standards] (rintl): Likewise.
44014         [non-C99-based standards] (scalbl): Likewise.
44015         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44016         [non-C99-based standards] (FP_*): Do not allow.
44017         [C99-based standards] (FP_*): Change to
44018         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
44019         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44020         allow.
44021         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
44022         (SIG_ERR): Likewise.
44023         [X/Open-based standards] (SIG_HOLD): Likewise.
44024         (SIG_IGN): Likewise.
44025         (SIGABRT): Use macro-int-constant.  Specify type.  Require
44026         positive value.
44027         (SIGFPE): Likewise.
44028         (SIGILL): Likewise.
44029         (SIGINT): Likewise.
44030         (SIGSEGV): Likewise.
44031         (SIGTER): Likewise.
44032         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
44033         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
44034         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
44035         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
44036         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
44037         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
44038         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
44039         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
44040         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
44041         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
44042         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
44043         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
44044         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
44045         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
44046         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
44047         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
44048         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
44049         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
44050         [X/Open-based standards] (SIGTRAP): Likewise.
44051         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
44052         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
44053         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
44054         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
44055         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44056         allow.
44058 2012-05-08  Ian Wienand  <ianw@vmware.com>
44060         [BZ #14080]
44061         * time/tzset.c (__tzset_parse_tz): Update default rules for
44062         daylight time changes in the Energy Policy Act of 2005.
44064 2012-05-09  Andreas Jaeger  <aj@suse.de>
44066         [BZ #13983]
44067         * elf/ldconfig.c (parse_conf): Change string to make clear that
44068         ldconfig only issued a warning if ld.so.conf does not exist.
44070 2012-05-08  David S. Miller  <davem@davemloft.net>
44072         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
44073         movxtod instead of popping the value on the stack.
44075         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44077 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
44079         * config.h.in: Add HAVE_ARM_PCS_VFP.
44081 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
44083         [BZ #13979]
44084         * include/features.h: Warn if user requests __FORTIFY_SOURCE
44085         checking but the checks are disabled for any reason.
44087 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
44089         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
44090         and ELF64_R_TYPE with ELFW(R_TYPE).
44092 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
44094         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
44095         (ulimit): Likewise.
44097         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
44098         (settimeofday): Likewise.
44100 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
44102         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
44103         a struct th_u2 inside the union, and move tu_block/tu_code into
44104         a new th_u3 union of tu_block/tu_code inside of that.  Move
44105         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
44106         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
44107         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
44108         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
44109         (th_stuff): Change to th_u1.tu_stuff.
44110         (th_data): Define.
44111         (th_msg): Change to th_u1.th_u2.tu_data.
44113 2012-05-07  David S. Miller  <davem@davemloft.net>
44115         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44117         [BZ #14074]
44118         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
44119         (SETUP_PIC_REG): Use it.
44120         (SETUP_PIC_REG_LEAF): Use it.
44122 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
44124         [BZ #13885]
44125         [BZ #13923]
44126         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44127         USE_AS_EXPM1L.
44128         (EXPL_FINITE): Likewise.
44129         (FLDLOG): Likewise.
44130         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
44131         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
44132         e_expl.S.
44133         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44134         USE_AS_EXPM1L.
44135         (EXPL_FINITE): Likewise.
44136         (FLDLOG): Likewise.
44137         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
44138         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
44139         e_expl.S.
44140         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
44141         test of -max_value argument for long double.
44142         * sysdeps/i386/fpu/libm-test-ulps: Update.
44143         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44145 2012-05-06  David S. Miller  <davem@davemloft.net>
44147         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
44148         quad soft-float symbols whose references which are compiler
44149         generated.
44150         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
44152 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
44154         [BZ #13884]
44155         [BZ #13914]
44156         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44157         USE_AS_EXP10L.
44158         (EXPL_FINITE): Likewise.
44159         (FLDLOG): Likewise.
44160         (c0): Likewise.
44161         (c1): Likewise.
44162         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
44163         Adjust comments for base varying.
44164         (__expl_finite): Change alias to EXPL_FINITE.
44165         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
44166         e_expl.S.
44167         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
44168         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
44169         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
44170         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
44171         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44172         USE_AS_EXP10L.
44173         (EXPL_FINITE): Likewise.
44174         (FLDLOG): Likewise.
44175         (c0): Likewise.
44176         (c1): Likewise.
44177         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
44178         Adjust comments for base varying.
44179         (__expl_finite): Change alias to EXPL_FINITE.
44180         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
44181         tests for bugs.
44182         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44184         [BZ #14064]
44185         * math/libm-test.inc (check_float_internal): Correct ulp
44186         calculation for subnormal expected results.
44188 2012-05-06  Andreas Jaeger  <aj@suse.de>
44190         * Makeconfig (+math-flags): New, set to -frounding-math.
44191         (+cflags): Add +math-flags so that all of glibc gets compiled with
44192         it.
44194         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
44196 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
44198         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
44199         Disable one test.
44201         [BZ #13787]
44202         [BZ #13922]
44203         [BZ #14036]
44204         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
44205         (__ieee754_expl): Allow for and saturate large arguments.
44206         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
44207         (u_threshold): Likewise.
44208         (__exp): Call __ieee754_exp before checking for overflow and
44209         underflow.
44210         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
44211         (u_threshold): Likewise.
44212         (__expf): Call __ieee754_expf before checking for overflow and
44213         underflow.
44214         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
44215         (u_threshold): Likewise.
44216         (__expl): Call __ieee754_expl before checking for overflow and
44217         underflow.
44218         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
44219         (__ieee754_expl): Allow for and saturate large arguments.
44220         * math/libm-test.inc (exp_test): Add another test.  Do not allow
44221         missing overflow exception on overflow.
44222         (expm1_test): Do not allow missing overflow exception on overflow.
44224         * sysdeps/i386/fpu/e_expl.c: Move to ...
44225         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
44226         rather than using inline asm.
44227         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
44228         * sysdeps/x86_64/fpu/e_expl.S: Copy from
44229         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
44231         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
44232         (nice): Likewise.
44233         (poll): Likewise.
44234         (signal): Likewise.
44235         (time): Likewise.
44236         (times): Likewise.
44238 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44240         * sysdeps/unix/syscalls.list (adjtime): Add entry from
44241         sysdeps/unix/common/syscalls.list.
44242         (fchmod): Likewise.
44243         (fchown): Likewise.
44244         (ftruncate): Likewise.
44245         (getrusage): Likewise.
44246         (gettimeofday): Likewise.
44247         (setpgid): Likewise.
44248         (setregid): Likewise.
44249         (setreuid): Likewise.
44250         (sigaction): Likewise.
44251         (truncate): Likewise.
44252         (vhangup): Likewise.
44253         * sysdeps/unix/common/syscalls.list: Remove file.
44254         * sysdeps/unix/bsd/Implies: Don't include unix/common.
44255         * sysdeps/unix/sysv/linux/Implies: Likewise.
44257 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
44259         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
44260         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
44261         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
44262         Moved to ...
44263         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
44264         Here.
44265         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
44266         to ...
44267         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
44268         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
44269         to ...
44270         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
44271         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
44272         to ...
44273         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
44274         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
44275         to ...
44276         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
44277         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
44278         to ...
44279         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
44280         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
44281         to ...
44282         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
44283         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
44284         to ...
44285         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
44286         Here.
44287         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
44288         to ...
44289         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
44290         Here.
44291         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
44292         to ...
44293         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
44294         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
44295         Moved to ...
44296         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
44297         Here.
44298         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
44299         to ...
44300         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
44302 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44304         * sysdeps/unix/common/bits/dirent.h: Remove file.
44305         * sysdeps/unix/common/bits/fcntl.h: Likewise.
44307         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
44308         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
44309         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
44310         * sysdeps/unix/bsd/isatty.c: Likewise.
44311         * sysdeps/unix/bsd/tcdrain.c: Likewise.
44312         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
44313         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
44315 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44317         [BZ #13563]
44318         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
44319         long double comparison inaccuracies.
44320         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
44321         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44323 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
44325         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
44326         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
44328 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44330         [BZ #14049]
44331         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
44332         nonzero digits before rounding a hex value.
44333         * stdlib/tst-strtod.c (tests): Add another test.
44335 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
44337         * sysdeps/s390/fpu/libm-test-ulps: Update.
44339 2012-05-03  Andreas Jaeger  <aj@suse.de>
44341         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
44342         does not get optimized out.
44343         (malloc_opt_barrier): New.
44345 2012-05-03  Andreas Jaeger  <aj@suse.de>
44346             Roland McGrath  <roland@hack.frob.com>
44348         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
44349         intermediate file deletion.
44350         (generated): Add .symlist files.
44352 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
44354         [BZ #13775]
44355         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
44356         Redirect under this condition.
44357         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
44358         [__USE_GNU] (__dprintf_chk): Not under this condition.
44359         [__USE_GNU] (__vdprintf_chk): Likewise.
44360         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
44361         under this condition.
44362         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
44363         [__USE_XOPEN2K8] (dprintf): Define under this condition.
44364         [__USE_XOPEN2K8] (vdprintf): Likewise.
44365         [__USE_GNU] (__dprintf_chk): Not under this condition.
44366         [__USE_GNU] (__vdprintf_chk): Likewise.
44367         [__USE_GNU] (dprintf): Likewise.
44368         [__USE_GNU] (vdprintf): Likewise.
44370 2012-05-03  Roland McGrath  <roland@hack.frob.com>
44372         * elf/Makefile (common-generated): Set this instead of generated for
44373         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
44374         $(all-built-dso)-derived lists.
44376 2012-05-03  Andreas Jaeger  <aj@suse.de>
44378         * sysdeps/i386/fpu/libm-test-ulps: Update.
44380         * FAQ: Removed.
44381         * FAQ.in: Likewise.
44382         * scripts/gen-FAQ.pl: Likewise.
44383         * manual/install.texi (Installation): Point to online location of
44384         FAQ.
44385         * Makefile (files-for-dist): Remove FAQ.
44386         (FAQ): Remove.
44388 2012-05-02  Allan McRae  <allan@archlinux.org>
44390         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
44391         (LDFLAGS-reldepmod5.so): Likewise.
44392         (LDFLAGS-reldep6mod1.so): Likewise.
44393         (LDFLAGS-reldep6mod4.so): Likewise.
44394         (LDFLAGS-reldep8mod3.so): Likewise.
44395         (LDFLAGS-unload4mod1.so): Likewise.
44396         (LDFLAGS-unload4mod2.so): Likewise.
44397         (LDFLAGS-tst-initorder): Likewise.
44398         (LDFLAGS-tst-initordera2.so): Likewise.
44399         (LDFLAGS-tst-initordera3.so): Likewise.
44400         (LDFLAGS-tst-initordera4.so): Likewise.
44401         (LDFLAGS-tst-initorderb2.so): Likewise.
44402         (LDFLAGS-noload): Likewise.
44403         (LDFLAGS-next): Likewise.
44404         (LDFLAGS-order2mod1.so): Likewise.
44405         (LDFLAGS-order2mod2.so): Likewise.
44406         (LDFLAGS-tst-initorder2): Likewise.
44407         (LDFLAGS-tst-initorder2a.so): Likewise.
44408         (LDFLAGS-tst-initorder2b.so): Likewise.
44409         (LDFLAGS-tst-initorder2c.so): Likewise.
44410         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
44412 2012-05-02  David S. Miller  <davem@davemloft.net>
44414         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44416 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
44418         [BZ #14055]
44419         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
44421 2012-05-02  Andreas Jaeger  <aj@suse.de>
44423         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
44424         since we manipulate rounding mode.
44425         (CPPFLAGS-test-idouble.c): Likewise.
44426         (CPPFLAGS-test-ifloat.c): Likewise.
44427         (CFLAGS-test-ldouble.c): Likewise.
44428         (CFLAGS-test-double.c): Likewise.
44429         (CFLAGS-test-float.c): Likewise.
44430         (CFLAGS-test-misc.c): Likewise.
44431         (CFLAGS-test-test-fenv.c): Likewise.
44433 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44435         [BZ #2550]
44436         [BZ #2570]
44437         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
44438         comparisons to determine direction to adjust input.
44440 2012-05-01  Roland McGrath  <roland@hack.frob.com>
44442         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
44443         output to the target.
44445         * scripts/localplt.awk: New file.
44446         * elf/Makefile ($(objpfx)check-localplt): Target removed.
44447         (check-localplt-CFLAGS): Variable removed.
44448         ($(all-built-dso:=.jmprel)): New static pattern rule.
44449         (generated): Add those targets.
44450         (localplt-built-dso): New variable.
44451         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
44453         * elf/check-localplt.c: File removed.
44455         * scripts/check-execstack.awk: New file.
44456         * elf/Makefile ($(objpfx)check-execstack): Target removed.
44457         (check-execstack-CFLAGS): Variable removed.
44458         ($(objpfx)check-execstack.h): Target removed.
44459         ($(objpfx)execstack-default): New target.
44460         (generated): Add that instead of check-execstack.h.
44461         ($(all-built-dso:=.phdr)): New static pattern rule.
44462         (generated): Add those targets.
44463         * elf/check-execstack.c: File removed.
44465         * scripts/check-textrel.awk: New file.
44466         * elf/Makefile ($(objpfx)check-textrel): Target removed.
44467         (check-textrel-CFLAGS): Variable removed.
44468         (all-built-dso): Use := to define.o
44469         ($(all-built-dso:=.dyn)): New static pattern rule.
44470         (generated): Add those targets.
44471         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
44472         * config.make.in (READELF): New substituted variable.
44473         * elf/check-textrel.c: File removed.
44475 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
44477         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44478         allow.
44479         * conform/data/ctype.h-data [C99-based standards] (isblank):
44480         Expect function.
44481         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
44482         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
44483         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44484         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
44485         Specify type.  Require positive value.
44486         (EILSEQ): Likewise.
44487         (ERANGE): Likewise.
44488         [ISO || POSIX] (EILSEQ): Do not expect.
44489         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
44490         Specify type.  Require positive value.
44491         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
44492         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
44493         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
44494         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
44495         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
44496         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
44497         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
44498         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
44499         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
44500         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
44501         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
44502         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
44503         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
44504         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
44505         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
44506         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
44507         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
44508         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
44509         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
44510         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
44511         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
44512         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
44513         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
44514         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
44515         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
44516         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
44517         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
44518         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
44519         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
44520         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
44521         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
44522         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
44523         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
44524         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
44525         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
44526         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
44527         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
44528         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
44529         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
44530         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
44531         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
44532         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
44533         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
44534         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
44535         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
44536         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
44537         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
44538         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
44539         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
44540         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
44541         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
44542         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
44543         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
44544         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
44545         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
44546         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
44547         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
44548         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
44549         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
44550         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
44551         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
44552         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
44553         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
44554         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
44555         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
44556         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
44557         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
44558         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
44559         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
44560         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
44561         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
44562         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
44563         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
44564         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
44565         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
44566         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
44567         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
44568         Require >= 2.
44569         (FLT_ROUNDS): Expect as macro, not constant.
44570         (FLT_MANT_DIG): Use macro-int-constant.
44571         (DBL_MANT_DIG): Likewise.
44572         (LDBL_MANT_DIG): Likewise.
44573         (FLT_DIG): Likewise.
44574         (DBL_DIG): Likewise.
44575         (LDBL_DIG): Likewise.
44576         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
44577         (DBL_MIN_EXP): Likewise.
44578         (LDBL_MIN_EXP): Likewise.
44579         (FLT_MAX_EXP): Use macro-int-constant.
44580         (DBL_MAX_EXP): Likewise.
44581         (LDBL_MAX_EXP): Likewise.
44582         (FLT_MAX_10_EXP): Likewise.
44583         (DBL_MAX_10_EXP): Likewise.
44584         (LDBL_MAX_10_EXP): Likewise.
44585         (FLT_MAX): Use macro-constant.
44586         (DBL_MAX): Likewise.
44587         (LDBL_MAX): Likewise.
44588         (FLT_EPSILON): Use macro-constant.  Give upper bound.
44589         (DBL_EPSILON): Likewise.
44590         (LDBL_EPSILON): Likewise.
44591         (FLT_MIN): Likewise.
44592         (DBL_MIN): Likewise.
44593         (LDBL_MIN): Likewise.
44594         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
44595         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
44596         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
44597         [ISO11] (FLT_HAS_SUBNORM): Likewise.
44598         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
44599         [ISO11] (DBL_DECIMAL_DIG): Likewise.
44600         [ISO11] (FLT_DECIMAL_DIG): Likewise.
44601         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
44602         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
44603         [ISO11] (FLT_TRUE_MIN): Likewise.
44604         [ISO11] (LDBL_TRUE_MIN): Likewise.
44605         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44606         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
44607         (SCHAR_MIN): Use macro-int-constant.  Specify type.
44608         (SCHAR_MAX): Likewise.
44609         (UCHAR_MAX): Likewise.
44610         (CHAR_MIN): Likewise.
44611         (CHAR_MAX): Likewise.
44612         (MB_LEN_MAX): Use macro-int-constant.
44613         (SHRT_MIN): Use macro-int-constant.  Specify type.
44614         (SHRT_MAX): Likewise.
44615         (USHRT_MAX): Likewise.
44616         (INT_MAX): Likewise.
44617         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
44618         bound negative.
44619         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
44620         bound with "U".
44621         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
44622         bound with "L".
44623         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
44624         bound negative.  Suffix upper bound with "L".
44625         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
44626         bound with "UL".
44627         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
44628         Specify type.
44629         [C99-based standards] (LLONG_MAX): Likewise.
44630         [C99-based standards] (ULLONG_MAX): Likewise.
44631         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
44632         == 0.
44633         [ISO11] (max_align_t): Require type.
44634         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44636         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
44637         from $CFLAGS, without defining away __attribute__ calls.
44638         (checknamespace): Use $CFLAGS_namespace.
44640         * conform/conformtest.pl (@keywords): Only include C99 keywords
44641         for standards based on C99 or C11.
44643         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
44644         Disable tests.
44645         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
44646         UNIX98]: Likewise.
44648         * conform/conformtest.pl: Handle "macro-int-constant" and test for
44649         usability of symbols in #if.
44651         * conform/conformtest.pl: If macro or constant types start
44652         "promoted:", expect the symbol to be of the following type
44653         promoted by the integer promotions.
44655         * conform/conformtest.pl: Parse all "constant" and "macro" lines
44656         in one place.  Also handle "macro-constant".
44658         * conform/conformtest.pl: Only accept expected macro values with
44659         "==".  Parse all "macro" lines in one place.
44660         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
44662         * conform/conformtest.pl: Handle braced types on "constant" lines
44663         instead of handling "typed-constant".
44664         * conform/data/signal.h-data: Use "constant" instead of
44665         "typed-constant".
44667         * conform/conformtest.pl: Handle "optional-" at start of lines in
44668         one place rather than duplicating several cases.  Handle each
44669         format of "macro" line with initial "optional-".
44671         * conform/conformtest.pl: Only accept expected constant or
44672         optional-constant values with "==".  Parse all "constant" lines in
44673         one place.  Parse all "optional-constant" lines in one place.
44674         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
44675         * conform/data/fmtmsg.h-data: Likewise.
44676         * conform/data/netinet/in.h-data: Likewise.
44677         * conform/data/tar.h-data: Likewise.
44678         * conform/data/limits.h-data: Use "==" form on "constant" and
44679         "optional-constant" lines.
44681         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
44682         Use -std=c99 for XOPEN2K.
44683         (@knownproblems): Remove.
44684         (newtoken): Don't check %isknown.
44686         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
44687         Do not expect macro.
44688         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
44689         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
44690         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
44691         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
44692         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
44693         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
44694         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
44695         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
44696         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
44697         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
44698         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
44699         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
44700         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
44701         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
44702         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
44703         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
44704         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
44705         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
44706         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
44707         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
44708         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
44709         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
44710         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
44711         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
44712         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
44713         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
44714         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
44715         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
44716         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
44717         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
44718         [XPG3] (acosh): Likewise.
44719         [XPG3] (asinh): Likewise.
44720         [XPG3] (atanh): Likewise.
44721         [XPG3] (cbrt): Likewise.
44722         [XPG3] (expm1): Likewise.
44723         [XPG3] (ilogb): Likewise.
44724         [XPG3] (log1p): Likewise.
44725         [XPG3] (logb): Likewise.
44726         [XPG3] (nextafter): Likewise.
44727         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
44728         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
44729         [XPG3] (remainder): Likewise.
44730         [XPG3] (rint): Likewise.
44731         [XPG3 || XPG4 || UNIX98] (round): Likewise.
44732         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
44733         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
44734         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
44735         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
44736         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
44737         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
44738         [UNIX98 || XOPEN2K] (scalb): Expect.
44739         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
44740         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
44741         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
44742         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
44743         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
44744         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
44745         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
44746         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
44747         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
44748         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
44749         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
44750         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
44751         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
44752         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
44753         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
44754         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
44755         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
44756         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
44757         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
44758         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
44759         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
44760         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
44761         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
44762         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
44763         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
44764         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
44765         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
44766         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
44767         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
44768         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
44769         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
44770         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
44771         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
44772         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
44773         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
44774         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
44775         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
44776         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
44777         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
44778         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
44779         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
44780         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
44781         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
44782         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
44783         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
44784         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
44785         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
44786         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
44787         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
44788         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
44789         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
44790         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
44791         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
44792         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
44793         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
44794         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
44795         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
44796         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
44797         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
44798         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
44799         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
44800         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
44801         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
44802         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
44803         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
44804         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
44805         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
44806         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
44807         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
44808         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
44809         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
44810         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
44811         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
44812         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
44813         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
44814         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
44815         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
44816         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
44817         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
44818         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
44819         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
44820         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
44821         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
44822         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
44823         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
44824         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
44825         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
44826         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
44827         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
44828         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
44829         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
44830         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
44831         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
44832         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
44833         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
44834         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
44835         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
44836         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
44837         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
44838         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
44839         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
44840         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
44841         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
44842         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
44843         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
44844         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
44845         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
44846         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
44847         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
44848         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
44849         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
44850         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
44851         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
44852         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
44853         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
44854         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
44855         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
44856         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
44857         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
44858         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
44859         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
44860         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
44861         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
44862         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
44863         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
44864         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
44865         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
44866         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
44867         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
44868         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
44869         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
44870         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
44871         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
44872         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
44873         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
44874         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
44875         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
44877         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
44878         _XOPEN_SOURCE_EXTENDED for XPG4.
44880         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
44882         * Makeconfig (localtime): Remove variable.
44883         (inst_localtime-file): Likewise.
44885 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
44887         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
44888         Update.
44889         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
44890         Update.
44891         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
44892         Update.
44893         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
44894         Update.
44895         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
44896         Update.
44897         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
44898         Update.
44899         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
44900         Update.
44901         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
44902         Update.
44903         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
44904         Update.
44906 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
44908         [BZ #2550]
44909         [BZ #2570]
44910         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
44911         comparisons to determine direction to adjust input.
44912         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
44913         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
44914         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
44915         Likewise.
44916         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
44917         Likewise.
44918         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
44919         Likewise.
44920         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
44921         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
44922         Likewise.
44923         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
44924         Likewise.
44925         * math/libm-test.inc (nexttoward_test): Add more tests.
44927 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
44929         [BZ #14040]
44930         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
44931         in version GLIBC_2.1, not GLIBC_2.0.
44932         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
44933         Likewise.
44935 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
44937         [BZ #13942]
44938         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
44939         (1 - x) * (1 + x).
44940         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
44941         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
44942         * math/libm-test.inc (acos_test): Add more tests.
44943         (asin_test): Likewise.
44944         * sysdeps/i386/fpu/libm-test-ulps: Update.
44945         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44947         [BZ #14034]
44948         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
44949         of square root.
44950         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
44951         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
44952         * math/libm-test.inc (acos_test_tonearest): New function.
44953         (acos_test_towardzero): Likewise.
44954         (acos_test_downward): Likewise.
44955         (acos_test_upward): Likewise.
44956         (asin_test_tonearest): Likewise.
44957         (asin_test_towardzero): Likewise.
44958         (asin_test_downward): Likewise.
44959         (asin_test_upward): Likewise.
44960         (main): Call the new functions.
44961         * sysdeps/i386/fpu/libm-test-ulps: Update.
44962         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44964         [BZ #13884]
44965         [BZ #13924]
44966         * math/e_exp10.c: Include <float.h>.
44967         (__ieee754_exp10): Handle underflow here rather than multiplying
44968         large negative argument by M_LN10.
44969         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
44970         of __ieee754_expf.
44971         * math/e_exp10l.c: Include <float.h>.
44972         (__ieee754_exp10l): Handle underflow here rather than multiplying
44973         large negative argument by M_LN10l.
44974         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
44975         spurious overflow exception on underflow.
44977 2012-04-29  Marek Polacek  <polacek@redhat.com>
44979         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
44980         (__fortify_function): New macro.
44981         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
44982         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
44983         __extern_always_inline.
44984         * libio/bits/stdio2.h: Likewise.
44985         * libio/bits/stdio.h: Likewise.
44986         * string/string.h: Likewise.
44987         * string/bits/string3.h: Likewise.
44988         * include/stdio.h: Likewise.
44989         * stdlib/bits/stdlib.h: Likewise.
44990         * stdlib/stdlib.h: Likewise.
44991         * rt/bits/mqueue2.h: Likewise.
44992         * rt/mqueue.h: Likewise.
44993         * posix/bits/unistd.h: Likewise.
44994         * posix/unistd.h: Likewise.
44995         * io/bits/poll2.h: Likewise.
44996         * io/bits/fcntl2.h: Likewise.
44997         * io/fcntl.h: Likewise.
44998         * io/sys/poll.h: Likewise.
44999         * misc/bits/syslog.h: Likewise.
45000         * misc/bits/syslog-ldbl.h: Likewise.
45001         * misc/sys/syslog.h: Likewise.
45002         * socket/bits/socket2.h: Likewise.
45003         * socket/sys/socket.h: Likewise.
45004         * debug/tst-chk1.c: Likewise.
45005         * wcsmbs/bits/wchar2.h: Likewise.
45006         * wcsmbs/bits/wchar-ldbl.h: Likewise.
45007         * wcsmbs/wchar.h: Likewise.
45009 2012-04-29  Andreas Jaeger  <aj@suse.de>
45011         * Makerules (tests): Remove enable-check-abi protection.
45012         (check-abi-warn): Remove.
45013         (check-abi-%): Remove check-abi-warn usage.
45015         * configure.in: Remove check-abi configure option.
45016         * configure: Regenerated.
45017         * config.make.in (enable-check-abi): Remove.
45019 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
45021         [BZ #14033]
45022         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
45023         double functions to double *_finite functions.
45025         [BZ #13941]
45026         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
45027         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
45028         LDBL_MIN_EXP.
45029         * stdio-common/Makefile (tests): Add tst-sprintf3.
45030         * stdio-common/tst-sprintf3.c: New file.
45032         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
45033         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
45035 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
45037         * conform/conformtest.pl: Remove duplicate typed-constant
45038         handling.
45040 2012-04-28  David S. Miller  <davem@davemloft.net>
45042         * Makerules (%.abilist): Add vpath on sysdep_dirs.
45043         (check-abi-%): Remove AWK script prerequisite and explicit
45044         abilist directory.
45045         (check-abi): Rewrite to just diff the symlist with the abilist.
45046         (config-tls, config-abi-config): Delete, no longer used.
45047         (update-abi-%): Remove AWK script and explicit abilist directory.
45048         (update-abi): Rewrite to simply compare and conditionally copy the
45049         symlist and the sysdep abilist file.  Remove update-abi-config
45050         checks.
45051         * abilist/ld.abilist: Remove.
45052         * abilist/libBrokenLocale.abilist: Remove.
45053         * abilist/libanl.abilist: Remove.
45054         * abilist/libcrypt.abilist: Remove.
45055         * abilist/libdl.abilist: Remove.
45056         * abilist/librt.abilist: Remove.
45057         * abilist/libthread_db.abilist: Remove.
45058         * abilist/libutil.abilist: Remove.
45059         * scripts/extract-abilist.awk: Remove.
45060         * scripts/merge-abilist.awk: Remove.
45061         * sysdeps/generic/libcidn.abilist: New file.
45062         * sysdeps/generic/libnss_compat.abilist: New file.
45063         * sysdeps/generic/libnss_db.abilist: New file.
45064         * sysdeps/generic/libnss_dns.abilist: New file.
45065         * sysdeps/generic/libnss_files.abilist: New file.
45066         * sysdeps/generic/libnss_hesiod.abilist: New file.
45067         * sysdeps/generic/libnss_nis.abilist: New file.
45068         * sysdeps/generic/libnss_nisplus.abilist: New file.
45069         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
45070         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
45071         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
45072         file.
45073         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
45074         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
45075         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
45076         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
45077         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
45078         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
45079         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
45080         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
45081         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
45082         file.
45083         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
45084         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
45085         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
45086         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
45087         file.
45088         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
45089         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
45090         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
45091         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
45092         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
45093         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
45094         file.
45095         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
45096         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
45097         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
45098         file.
45099         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
45100         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
45101         New file.
45102         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
45103         New file.
45104         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
45105         New file.
45106         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
45107         New file.
45108         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
45109         New file.
45110         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
45111         New file.
45112         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
45113         New file.
45114         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
45115         New file.
45116         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
45117         New file.
45118         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
45119         New file.
45120         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
45121         New file.
45122         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
45123         New file.
45124         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
45125         New file.
45126         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
45127         file.
45128         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
45129         New file.
45130         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
45131         New file.
45132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
45133         file.
45134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
45135         New file.
45136         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
45137         New file.
45138         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
45139         file.
45140         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
45141         New file.
45142         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
45143         New file.
45144         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
45145         New file.
45146         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
45147         New file.
45148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
45149         New file.
45150         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
45151         New file.
45152         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
45153         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
45154         file.
45155         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
45156         New file.
45157         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
45158         file.
45159         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
45160         file.
45161         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
45162         file.
45163         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
45164         file.
45165         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
45166         file.
45167         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
45168         New file.
45169         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
45170         file.
45171         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
45172         file.
45173         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
45174         New file.
45175         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
45176         file.
45177         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
45178         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
45179         file.
45180         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
45181         New file.
45182         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
45183         file.
45184         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
45185         file.
45186         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
45187         file.
45188         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
45189         file.
45190         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
45191         file.
45192         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
45193         New file.
45194         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
45195         file.
45196         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
45197         file.
45198         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
45199         New file.
45200         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
45201         file.
45202         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
45203         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
45204         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
45205         file.
45206         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
45207         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
45208         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
45209         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
45210         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
45211         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
45212         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
45213         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
45214         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
45215         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
45216         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
45217         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
45218         file.
45219         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
45220         New file.
45221         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
45222         file.
45223         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
45224         file.
45225         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
45226         file.
45227         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
45228         file.
45229         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
45230         file.
45231         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
45232         New file.
45233         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
45234         New file.
45235         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
45236         file.
45237         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
45238         New file.
45239         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
45240         file.
45241         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
45242         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
45243         file.
45244         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
45245         New file.
45246         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
45247         file.
45248         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
45249         file.
45250         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
45251         file.
45252         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
45253         file.
45254         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
45255         file.
45256         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
45257         New file.
45258         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
45259         New file.
45260         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
45261         file.
45262         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
45263         New file.
45264         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
45265         file.
45267 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
45269         * conform/conformtest.pl: Fix typo in handling typed-constant from
45270         allow-header.
45272 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
45274         * README: Cut down references to pre-2.6 Linux kernels and
45275         Linuxthreads.  Update lists of configurations in libc and ports
45276         and sort alphabetically.  Say "or newer" with Linux kernel version
45277         requirements.
45279         * config.h.in [IS_IN_build]: Allow compiling without optimization.
45281 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
45283         [BZ #887]
45284         * math/libm-test.inc (logb_test_downward): New test to expose
45285         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
45286         rounding mode.
45288 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
45290         [BZ #14027]
45291         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
45292         to be done.
45293         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
45294         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
45296 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
45298         * sysdeps/unix/i386/brk.S: Remove file.
45299         * sysdeps/unix/i386/dl-brk.S: Likewise.
45300         * sysdeps/unix/i386/pipe.S: Likewise.
45301         * sysdeps/unix/i386/sigreturn.S: Likewise.
45302         * sysdeps/unix/i386/syscall.S: Likewise.
45303         * sysdeps/unix/i386/vfork.S: Likewise.
45304         * sysdeps/unix/i386/wait.S: Likewise.
45306         * sysdeps/unix/common/tcsendbrk.c: Move to ...
45307         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
45309         * configure.in (arm*-none*): Do not allow without
45310         --enable-hacker-mode.
45311         (netbsd*): Remove case setting base_os.
45312         (386bsd*): Likewise.
45313         (freebsd*): Likewise.
45314         (bsdi*): Likewise.
45315         (osf*): Likewise.
45316         (sunos*): Likewise.
45317         (ultrix*): Likewise.
45318         (newsos*): Likewise.
45319         (dynix*): Likewise.
45320         (*bsd*): Likewise.
45321         (sysv*): Likewise.
45322         (isc*): Likewise.
45323         (esix*): Likewise.
45324         (sco*): Likewise.
45325         (minix*): Likewise.
45326         (irix4*): Likewise.
45327         (irix6*): Likewise.
45328         (solaris[2-9]*): Likewise.
45329         (none): Likewise.
45330         * configure: Regenerated.
45332 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45334         [BZ #11521]
45335         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
45336         overflow or cancellation in calculating denominator.
45337         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
45338         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
45339         down expression to avoid unexpected rounding in newer GCCs.
45340         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
45342 2012-04-26  David S. Miller  <davem@davemloft.net>
45344         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
45345         long-double compat symbols.
45346         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
45347         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
45348         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
45349         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
45350         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
45351         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
45352         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
45353         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
45354         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
45355         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
45356         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
45357         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
45358         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45360 2012-04-25  David S. Miller  <davem@davemloft.net>
45362         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
45363         HWCAP_* values only after the memory barriers have been defined.
45364         (atomic_full_barrier): Define.
45365         (atomic_read_barrier): Define.
45366         (atomic_write_barrier): Define.
45368 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
45370         * shlib-versions: Add libgcc_s version information.
45371         * sysdeps/generic/libgcc_s.h: Remove.
45372         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
45373         libgcc_s.h.
45374         * sysdeps/gnu/unwind-resume.c: Likewise.
45375         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
45377 2012-04-25  David S. Miller  <davem@davemloft.net>
45379         * sysdeps/unix/sparc/brk.S: Delete.
45380         * sysdeps/unix/sparc/dl-brk.S: Delete.
45381         * sysdeps/unix/sparc/pipe.S: Delete.
45382         * sysdeps/unix/sparc/sysdep.S: Delete.
45383         * sysdeps/unix/sparc/sysdep.h: Delete.
45384         * sysdeps/unix/sparc/vfork.S: Delete.
45385         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
45386         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
45387         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
45388         (ret_ERRVAL, r0, r1, MOVE): Define.
45389         (JUMPTARGET): Remove.
45390         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
45391         sysdeps/unix/sparc/sysdep.h
45392         (ENTRY, END): Remove.
45393         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45395 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
45397         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
45398         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
45399         -DIS_IN_build.
45401         * timezone/README: Update upstream location and email address for
45402         tzcode and tzdata.
45403         * timezone/zdump.c: Update from tzcode 2012b.
45404         * timezone/zic.c: Likewise.
45406         * configure.in (libc_cv_as_needed): Remove test.
45407         * configure: Regenerated.
45408         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
45409         conditional definition.
45410         [$(have-as-needed) != yes] (no-as-needed): Likewise.
45411         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
45412         * config.make.in (have-as-needed): Remove variable.
45414 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
45415             Paul Pluzhnikov  <ppluzhnikov@google.com>
45417         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
45418         strings correctly.
45420 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
45422         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
45423         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
45424         * sysdeps/sh/strlen.S: Likewise.
45426 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
45428         * sysdeps/unix/fork.S: Remove file.
45429         * sysdeps/unix/i386/fork.S: Likewise.
45430         * sysdeps/unix/sparc/fork.S: Likewise.
45432         * sysdeps/unix/system.c: Remove file.
45433         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
45435         * sysdeps/unix/getegid.S: Remove file.
45436         * sysdeps/unix/geteuid.S: Likewise.
45438 2012-04-24  Roland McGrath  <roland@hack.frob.com>
45440         * scripts/check-localplt.awk: New file.
45441         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
45442         of diff.
45443         * scripts/data/localplt-generic.data: Add a comment.
45445         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
45446         NODE when __dir_mkfile failed.
45447         * sysdeps/mach/hurd/symlinkat.c: Likewise.
45448         Reported by Ludovic Courtès <ludo@gnu.org>.
45450 2012-04-24  Andreas Jaeger  <aj@suse.de>
45452         * Makerules (common-clean): Also remove gen-as-const-headers
45453         files.
45455 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
45457         * Makerules (native-compile): Do not change working directory for
45458         build.  Use $(OUTPUT_OPTION) in command.
45459         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
45461 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45463         [BZ #13886]
45464         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
45465         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
45466         * math/libm-test.inc (floor_test): Add more tests.
45467         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
45469 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
45471         * sysdeps/unix/getdents.c: Remove file.
45472         * sysdeps/unix/sysv/getdents.c: Likewise.
45473         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
45475         * sysdeps/unix/syscalls.list (madvise): Add syscall from
45476         sysdeps/unix/mman/syscalls.list.
45477         (mmap): Likewise.
45478         (mprotect): Likewise.
45479         (msync): Likewise.
45480         (munmap): Likewise.
45481         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
45482         * sysdeps/unix/mman/syscalls.list: Remove.
45483         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
45485         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
45486         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
45487         * configure: Regenerated.
45488         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
45489         $(libgcc_s_suffix).
45490         * config.make.in (libgcc_s_suffix): Remove variable.
45492 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
45494         * sysdeps/unix/sysv/gethostname.c: Move to ...
45495         * sysdeps/posix/gethostname.c: ... here.
45497         * sysdeps/unix/execve.S: Remove file.
45499         * sysdeps/unix/_exit.S: Remove file.
45501 2012-04-23  Andreas Jaeger  <aj@suse.de>
45503         [BZ #13739]
45504         * manual/Makefile: Remove make dist support, there's no
45505         need for a stand-alone documentation tar ball.
45506         (TEXI2DVI): Define always, it's not in Makeconfig.
45507         (dist): Removed.
45508         (tar-it): Removed.
45509         (edition): Removed.
45510         (glibc-doc-$(edition).tar): Removed
45511         (%.Z): Removed.
45512         (%.gz): Removed.
45513         (%.uu): Removed.
45514         (ETAGS): Remove, it's in Makeconfig.
45515         (move-if-change): Remove, it's in Makeconfig.
45517 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
45519         [BZ #13970]
45520         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
45521         (strtod, strtof, strtold, strtol, strtoul, strtoq)
45522         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
45523         (strtod_l, strtof_l, strtold_l): Remove __wur.
45524         It is not necessarily an error to ignore strtol's return value.
45525         One can reliably look at the stored endptr to decide whether
45526         the number had valid syntax.
45528 2012-04-21  Andreas Jaeger  <aj@suse.de>
45530         [BZ #13739]
45531         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
45533 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
45535         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
45536         * sysdeps/unix/sysv/Versions: Remove file.
45538 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
45540         [BZ #13927]
45541         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45543 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
45545         [BZ #7064]
45546         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
45547         version from __vm86.
45549 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
45551         * sysdeps/unix/common/lxstat.c: Remove file.
45552         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
45554         * sysdeps/unix/sysv/Makefile: Remove file.
45556         * sysdeps/unix/sysv/direct.h: Remove file.
45558         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
45559         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
45560         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
45561         * sysdeps/unix/sysv/bits/signum.h: Likewise.
45562         * sysdeps/unix/sysv/bits/stat.h: Likewise.
45563         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
45564         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
45566         * sysdeps/unix/sysv/setrlimit.c: Remove file.
45568         * sysdeps/unix/xmknod.c: Remove file.
45569         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
45571         * sysdeps/unix/sysv/settimeofday.c: Remove file.
45573         * sysdeps/unix/sysv/i386/time.S: Remove file.
45575         * sysdeps/unix/fxstat.c: Remove file.
45576         * sysdeps/unix/xstat.c: Likewise.
45577         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
45579         * sysdeps/unix/sysv/sigaction.c: Remove file.
45581         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
45582         (sysdep_headers): Remove variable.
45583         [termio.h not in sysdep_headers] (generated): Likewise.
45584         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
45585         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
45586         * sysdeps/unix/sysv/tcdrain.c: Likewise.
45587         * sysdeps/unix/sysv/tcflow.c: Likewise.
45588         * sysdeps/unix/sysv/tcflush.c: Likewise.
45589         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
45590         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
45591         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
45592         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
45593         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
45595         * sysdeps/unix/siglist.c: Remove file.
45597         * sysdeps/unix/getppid.S: Remove file.
45599         * sysdeps/unix/mkdir.c: Remove file.
45600         * sysdeps/unix/rmdir.c: Likewise.
45602 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
45604         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
45605         ERR_MAX value.
45606         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
45607         errlist-compat value.
45609 2012-04-18  David S. Miller  <davem@davemloft.net>
45611         * sysdeps/generic/memcopy.h (reg_char): Delete.
45612         * debug/strcat_chk.c: Use char, not reg_char.
45613         * debug/strcpy_chk.c: Likewise.
45614         * debug/strncat_chk.c: Likewise.
45615         * debug/strncpy_chk.c: Likewise.
45616         * string/memchr.c: Likewise.
45617         * string/memrchr.c: Likewise.
45618         * string/rawmemchr.c: Likewise.
45619         * string/strcat.c: Likewise.
45620         * string/strchr.c: Likewise.
45621         * string/strchrnul.c: Likewise.
45622         * string/strcmp.c: Likewise.
45623         * string/strcpy.c: Likewise.
45624         * string/strncat.c: Likewise.
45625         * string/strncmp.c: Likewise.
45626         * string/strncpy.c: Likewise.
45628 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
45630         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
45631         __builtin_memcopy is called when src and dest ranges are known to not
45632         overlap.
45634 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
45636         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
45637         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
45638         fwd_align_merge macro call.
45639         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
45640         bwd_align_merge macro call.
45641         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
45643 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
45645         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
45646         bwd_align_merge macros.
45647         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
45648         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
45649         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
45651 2012-04-18  David S. Miller  <davem@davemloft.net>
45653         * sysdeps/sparc/sparc64/memcopy.h: Delete.
45655 2012-04-18  Andreas Jaeger  <aj@suse.de>
45657         [BZ# 6794]
45658         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
45659         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
45660         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45662         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
45663         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
45664         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45666         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
45667         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
45668         Adjust for changed ldbl-128 files.
45670         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
45671         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
45672         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45674 2012-04-17  David S. Miller  <davem@davemloft.net>
45676         * sysdeps/sparc/sparc32/memcopy.h: Delete.
45678 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
45680         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
45681         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
45682         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
45683         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
45684         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
45685         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
45687 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45689         [BZ #6794]
45690         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
45691         * math/libm-test.inc: Add ilogb errno and exception tests.
45692         * math/w_ilogb.c: New file: ilogb wrapper.
45693         * math/w_ilogbf.c: New file: ilogbf wrapper.
45694         * math/w_ilogbl.c: New file: ilogbl wrapper.
45695         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
45696         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
45697         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
45698         exception being thrown with 0.0 as argument.
45699         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
45700         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
45701         exception being thrown with 0.0 as argument.
45702         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
45703         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
45704         exception being thrown with 0.0 as argument.
45705         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
45706         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
45707         exception being thrown with 0.0 as argument.
45708         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
45709         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
45710         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
45711         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
45712         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
45713         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
45714         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
45715         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
45716         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
45718 2012-04-17  Petr Baudis  <pasky@ucw.cz>
45720         * include/sys/uio.h: Change __vector to __iovec to avoid clash
45721         with altivec.
45723 2012-04-16  Marek Polacek  <polacek@redhat.com>
45725         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
45727 2012-04-16  Marek Polacek  <polacek@redhat.com>
45729         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
45730         operands of fdivp instruction.
45732 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
45734         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
45735         * elf/tst-auditmod3b.c: Likewise.
45736         * elf/tst-auditmod4b.c: Likewise.
45737         * elf/tst-auditmod5b.c: Likewise.
45738         * elf/tst-auditmod6b.c: Likewise.
45739         * elf/tst-auditmod6c.c: Likewise.
45740         * elf/tst-auditmod7b.c: Likewise.
45741         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
45742         * sysdeps/x86_64/preconfigure.in: Likewise.
45743         * sysdeps/x86_64/preconfigure: Regenerated.
45745 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
45747         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
45748         __ILP32__.
45750 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
45752         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45753         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
45755 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
45757         [BZ #13973]
45758         * locale/iso-639.def: Fix gl language name. Spotted by
45759         Yaron Shahrabani.
45761 2012-04-12  Roland McGrath  <roland@hack.frob.com>
45763         [BZ #2074]
45764         * libio/libio.h (__io_write_fn): Update comment.
45766 2012-04-12  Petr Baudis  <pasky@ucw.cz>
45768         [BZ #2074]
45769         * stdio.texi (Hook Functions): The user provided writer function
45770         is not allowed to return -1.
45772 2012-04-11  David S. Miller  <davem@davemloft.net>
45774         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45776 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
45778         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
45779         Add a leading slash to rtkaio.
45781 2012-04-11  Jim Meyering  <meyering@redhat.com>
45783         [BZ #11959]
45784         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
45785         It is not necessarily an error to ignore fwrite's return
45786         value.  One can reliably use ferror to test for errors after
45787         the fact.
45789 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
45791         * bits/types.h (__snseconds_t): New type.
45792         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
45794         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
45795         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
45796         (__SNSECONDS_T_TYPE): Likewise.
45797         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
45798         (__SNSECONDS_T_TYPE): Likewise.
45799         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
45800         (__SNSECONDS_T_TYPE): Likewise.
45802 2012-04-10  Andreas Jaeger  <aj@suse.de>
45804         [BZ #2636]
45805         * manual/time.texi (Processor Time): Return type of times is
45806         elapsed real time since an arbitrary point in the past.
45807         (CPU Time): Move CLK_TCK from here...
45808         (Processor Time): ...to here.  Correct description.
45809         * manual/conf.texi (Constants for Sysconf): Correct description of
45810         _SC_CLK_TCK.
45812 2012-04-10  David S. Miller  <davem@davemloft.net>
45814         [BZ #13967]
45815         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
45816         where the is a gap between DT_REL(A) and DT_JMPREL.
45818 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
45820         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
45821         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
45822         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
45824 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
45826         * elf/dl-support.c (_dl_inhibit_cache): New variable.
45827         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
45828         (dl_main): Handle --inhibit-cache.
45829         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
45830         _dl_inhibit_cache.
45831         * elf/dl-load.c (_dl_map_object): Use it.
45832         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
45834 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
45836         [BZ #13872]
45837         * sysdeps/i386/fpu/e_powl.S (p78): New object.
45838         (__ieee754_powl): Saturate large exponents rather than testing for
45839         overflow of y*log2(x).
45840         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
45841         * math/libm-test.inc (pow_test): Do not permit spurious overflow
45842         exceptions.
45844         [BZ #11521]
45845         * math/s_ctan.c: Include <float.h>.
45846         (__ctan): Avoid internal overflow or cancellation in calculating
45847         denominator.
45848         * math/s_ctanf.c: Likewise.
45849         * math/s_ctanl.c: Likewise.
45850         * math/s_ctanh.c: Likewise.
45851         * math/s_ctanhf.c: Likewise.
45852         * math/s_ctanhl.c: Likewise.
45853         * math/libm-test.inc (ctan_test): Add more tests.
45854         (ctanh_test): Likewise.
45855         * sysdeps/i386/fpu/libm-test-ulps: Update.
45856         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45858 2012-04-09  Andreas Jaeger  <aj@suse.de>
45860         [BZ #6894]
45861         * manual/filesys.texi (Directory Entries): Mention that d_namlen
45862         is an optional BSD extension.
45864         [BZ #10254]
45865         * manual/stdio.texi (Opening Streams): Document additional fopen
45866         parameters.
45868 2012-04-09  Roland McGrath  <roland@hack.frob.com>
45870         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
45871         %eax without telling the compiler.
45873 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
45875         [BZ # 13963]
45876         * manual/install.texi: Use sourceware.org.
45878 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
45880         [BZ #13873]
45881         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
45882         (__ieee754_pow): Generate overflow and underflow using huge*huge
45883         and tiny*tiny rather than just returning constant infinity or zero
45884         for large exponents.
45885         * math/libm-test.inc (pow_test): Require overflow exceptions for
45886         applicable cases of large exponents.
45888         [BZ #706]
45889         * sysdeps/i386/fpu/e_pow.S (p10): New object.
45890         (__ieee754_pow): Use iterative multiplication algorithm only for
45891         integer exponents with absolute value below 1024.  Check for odd
45892         integer exponents when using algorithm for real exponents.
45893         * math/libm-test.inc (pow_test): Add more tests.
45894         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45896 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
45898         [BZ #13705]
45899         * math/libm-test.inc (exp_test): Do not allow overflow exception
45900         on underflow test.
45902 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
45904         [BZ #13705]
45905         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
45906         instead of __kernel_standard_f.
45908 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
45910         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
45911         * sysdeps/x86_64/memset_chk.S: Likewise.
45913 2012-04-08  Andreas Jaeger  <aj@suse.de>
45915         [BZ #10153]
45916         * manual/startup.texi (Environment Access): Describe return value
45917         for putenv and setenv.
45919         [BZ #6895]
45920         * manual/filesys.texi (Directory Entries): Add description for
45921         DT_LNK.
45923         [BZ #6890]
45924         * manual/filesys.texi (Directory Entries): Clarify that it's file
45925         system not operating system in the description of DT_UNKNOWN.
45927         [BZ #6578]
45928         * manual/syslog.texi (closelog): Fix reference, it's openlog.
45930 2012-04-08  Stephen Compall  <s11@member.fsf.org>
45932         [BZ #6649]
45933         * manual/llio.texi (Opening and Closing Files): Add cross
45934         reference to explain mode argument.
45936 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
45938         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
45939         * sysdeps/x86_64/memset_chk.S: Likewise.
45941 2012-04-07  David S. Miller  <davem@davemloft.net>
45943         * elf/elf.h (R_SPARC_WDISP10): Define.
45944         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
45945         R_SPARC_SIZE32.
45946         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
45947         R_SPARC_SIZE64 and R_SPARC_H34.
45949 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
45951         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
45952         conditions and remove no longer applicable assertion.
45954 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
45956         * bits/byteswap.h: Include <features.h>.
45957         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
45958         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
45960 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
45962         * bits/byteswap.h (__bswap_16): Removed.
45963         Include <bits/byteswap-16.h> to get __bswap_16.
45964         * sysdeps/i386/bits/byteswap.h: Likewise.
45965         * sysdeps/s390/bits/byteswap.h: Likewise.
45966         * sysdeps/x86_64/bits/byteswap.h: Likewise.
45967         * bits/byteswap-16.h: New file.
45968         * sysdeps/i386/bits/byteswap-16.h: Likewise.
45969         * sysdeps/s390/bits/byteswap-16.h: Likewise.
45970         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
45971         * string/Makefile (headers): Add bits/byteswap-16.h.
45973 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
45975         [BZ #13895]
45976         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
45977         extra indirection.
45978         * nss/Makefile (tests-static, tests): Add tst-nss-static.
45979         * nss/tst-nss-static.c: New.
45981 2012-04-06  Robert Millan  <rmh@gnu.org>
45983         [BZ #6486]
45984         * manual/llio.texi (File Position Primitive): lseek
45985         refers to WHENCE when it really means OFFSET.
45987 2012-04-06  Andreas Jaeger  <aj@suse.de>
45989         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
45990         strncmp declarations.
45992         * abilist/libc.abilist: Add __poll and __ppoll.
45994 2012-04-05  David S. Miller  <davem@davemloft.net>
45996         * scripts/check-local-headers.sh: Accept a host triplet in the
45997         path matched by the exclude regexp.
45999         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
46000         definition.
46001         * sysdeps/powerpc/powerpc32/dl-machine.h
46002         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
46003         * sysdeps/s390/s390-32/dl-machine.h
46004         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46005         * sysdeps/sparc/sparc32/dl-machine.h
46006         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46007         * sysdeps/sparc/sparc64/dl-machine.h
46008         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46010         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
46011         lazy binding.
46012         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
46013         undefined symbol errors.
46015         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
46016         DT_NEEDED entries.
46018 2012-04-05  Michael Matz  <matz@suse.de>
46020         [BZ #13592]
46021         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
46023 2012-04-05  Andreas Jaeger  <aj@suse.de>
46025         [BZ #13908]
46026         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
46027         comment.
46029 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46031         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
46032         which ROUND is no valid rounding mode.
46034 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46036         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
46037         read again.
46038         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
46040 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46042         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
46043         an exception using FPU order intentionally.
46045 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46047         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
46048         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
46049         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
46050         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
46052 2012-04-05  Simon Josefsson  <simon@josefsson.org>
46054         [BZ #12340]
46055         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
46056         EINVAL when BUFLEN is too smal.
46058 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
46060         [BZ #13553]
46061         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
46062         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
46064 2012-04-03  Andreas Jaeger  <aj@suse.de>
46066         [BZ #13938]
46067         * manual/setjmp.texi (System V contexts): Fix sentence.
46069         [BZ #13926]
46070         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
46071         New macro for this case.
46072         [!__GNUC__] (__bswap_64): New inline function for this case.
46073         * sysdeps/x86_64/bits/byteswap.h: Likewise.
46074         * bits/byteswap.h: Likewise.
46075         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
46076         ull, guard with __GLIBC_HAVE_LONG_LONG.
46078         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
46079         __GLIBC_HAVE_LONG_LONG.
46081         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
46082         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
46084 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
46086         [BZ #13691]
46087         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
46088         inptr and inend, rather than using last_ch.
46090 2012-04-02  David S. Miller  <davem@davemloft.net>
46092         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
46093         * stdio-common/printf-parse.h (read_int): Change return type to
46094         'int', return -1 on INT_MAX overflow.
46095         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
46096         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
46097         overflows INT_MAX.  Check for overflow of in-format-string precision
46098         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
46099         SIZE_MAX not INT_MAX for integer overflow test.
46100         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
46101         skip the construct in the format string but do not record anything.
46102         * stdio-common/bug22.c: Adjust to test both width/prevision
46103         INT_MAX overflow as well as total length INT_MAX overflow.  Check
46104         explicitly for proper errno values.
46106 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
46108         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
46109         CHAR_MAX.
46110         * string/test-strcmp.c [! WIDE]: Likewise.
46111         * time/tst-mktime2.c: Likewise for INT_MAX.
46112         * string/test-string.h: #include <sys/param.h> for MIN.
46114         * csu/init-first.c (__libc_init_first): Call __ctype_init.
46115         * sysdeps/i386/init-first.c (init): Likewise.
46116         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
46117         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
46118         * sysdeps/sh/init-first.c (init): Likewise.
46120 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
46122         * po/ru.po: Update from translation team.
46123         * po/vi.po: Likewise.
46125 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
46127         * resolv/nss_dns/dns-host.c: Merge copyright years.
46129 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46131         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
46132         Optimize memcpy with prefetch if
46133         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
46134         src, dst pointers have unequal 16 byte alignments.
46136 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
46138         [BZ #13928]
46139         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
46140         from a CNAME entry and return the minimum ttl for the query.
46141         (gaih_getanswer_slice): Likewise.
46143 2012-03-30  Jeff Law  <law@redhat.com>
46145         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
46146         due to long keys.
46147         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
46148         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
46150         * resolv/nss_dns/dns-host.c: Update copyright year.
46152 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
46154         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
46155         requests to save a system call.  Fix check that all bytes are sent.
46157         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
46158         comments for sendmmsg.
46160 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
46162         [BZ #13691]
46163         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
46164         with only 1 character between 0x0041 and 0x01b0.
46165         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
46166         * wcsmbs/tst-mbsnrtowcs.c: New file.
46168 2012-03-29  David S. Miller  <davem@davemloft.net>
46170         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
46171         small copies by hand.
46173 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
46175         [BZ #13761]
46176         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
46177         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
46178         group memberships.
46180 2012-03-28  David S. Miller  <davem@davemloft.net>
46182         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
46183         that branches into memcpy.
46184         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
46185         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
46186         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
46187         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
46188         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
46189         bits.
46190         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
46191         implementation too.
46192         * sysdeps/sparc/mempcpy.S: New file.
46194         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
46195         the IFUNC routine in the libc case.
46196         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46198         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
46199         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
46200         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
46201         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
46202         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
46203         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
46204         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
46205         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
46207         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
46208         loop to 256 bytes instead of 64 bytes and fix test signedness.
46210         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
46211         * sysdeps/sparc/sparc32/Makefile: rather than here...
46212         * sysdeps/sparc/sparc64/Makefile: and here.
46214 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
46216         * malloc/mallocbug.c: Avoid warnings about unused variables.
46218 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
46220         [BZ #13760]
46221         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
46222         in the right place. Discard and retry query if response is
46223         larger than input buffer size.
46225 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
46227         [BZ #369]
46228         [BZ #2678]
46229         [BZ #3866]
46230         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
46231         x for large integer exponent.
46232         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
46233         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
46234         sign of result as needed afterwards.
46235         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
46236         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
46237         result for underflowing pow the same as for overflow.
46238         (__kernel_standard_l): Handle powl overflow and underflow here
46239         rather than calling __kernel_standard.
46240         * math/libm-test.inc (pow_test): Add more tests.
46242         [BZ #3868]
46243         [BZ #13879]
46244         [BZ #13910]
46245         [BZ #13911]
46246         [BZ #13912]
46247         [BZ #13913]
46248         [BZ #13915]
46249         [BZ #13916]
46250         [BZ #13917]
46251         [BZ #13918]
46252         [BZ #13919]
46253         [BZ #13920]
46254         [BZ #13921]
46255         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
46256         * sysdeps/ieee754/k_standard.c: Include <float.h>.
46257         (__kernel_standard_l): New function.
46258         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
46259         __kernel_standard.
46260         * math/w_acosl.c (__acosl): Likewise.
46261         * math/w_asinl.c (__asinl): Likewise.
46262         * math/w_atan2l.c (__atan2l): Likewise.
46263         * math/w_atanhl.c (__atanhl): Likewise.
46264         * math/w_coshl.c (__coshl): Likewise.
46265         * math/w_exp10l.c (__exp10l): Likewise.
46266         * math/w_exp2l.c (__exp2l): Likewise.
46267         * math/w_fmodl.c (__fmodl): Likewise.
46268         * math/w_hypotl.c (__hypotl): Likewise.
46269         * math/w_j0l.c (__j0l, __y0l): Likewise.
46270         * math/w_j1l.c (__j1l, __y1l): Likewise.
46271         * math/w_jnl.c (__jnl, __ynl): Likewise.
46272         * math/w_lgammal.c (__lgammal): Likewise.
46273         * math/w_log10l.c (__log10l): Likewise.
46274         * math/w_log2l.c (__log2l): Likewise.
46275         * math/w_logl.c (__logl): Likewise.
46276         * math/w_powl.c (__powl): Likewise.
46277         * math/w_remainderl.c (__remainderl): Likewise.
46278         * math/w_scalbl.c (sysv_scalbl): Likewise.
46279         * math/w_sinhl.c (__sinhl): Likewise.
46280         * math/w_sqrtl.c (__sqrtl): Likewise.
46281         * math/w_tgammal.c (__tgammal): Likewise.
46282         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
46283         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
46284         * math/libm-test.inc (acos_test): Add more tests.
46285         (acosh_test): Likewise.
46286         (asin_test): Likewise.
46287         (atanh_test): Likewise.
46288         (exp_test): Likewise.
46289         (exp10_test): Likewise.
46290         (exp2_test): Likewise.
46291         (expm1_test): Likewise.
46292         (lgamma_test): Likewise.
46293         (log_test): Likewise.
46294         (log10_test): Likewise.
46295         (log1p_test): Likewise.
46296         (log2_test): Likewise.
46297         (pow_test): Do not allow some spurious overflow exceptions.
46298         (sqrt_test): Add more tests.
46299         (tgamma_test): Likewise.
46300         (y0_test): Likewise.
46301         (y1_test): Likewise.
46302         (yn_test): Likewise.
46304 2012-03-27  Anton Blanchard  <anton@samba.org>
46306         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
46307         MAP_HUGETLB.
46308         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
46309         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
46310         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
46312 2012-03-27  David S. Miller  <davem@davemloft.net>
46314         * conform/Makefile: Run run-conformtest.sh using $(BASH).
46316         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
46317         have-as-vis3 check.
46319 2012-03-27  Andreas Jaeger  <aj@suse.de>
46321         * sysdeps/x86_64/elf/configure.in: Moved to ...
46322         * sysdeps/x86_64/configure.in: ... here.
46323         * sysdeps/x86_64/elf/start.S: Moved to ...
46324         * sysdeps/x86_64/start.S: ... here.
46325         * sysdeps/x86_64/elf/configure: Delete.
46327         * sysdeps/x86_64/configure.in: Merge contents from
46328         sysdeps/i386/configure.in (without i686 check).
46330         * sysdeps/i386/elf/Versions: Merge into ...
46331         * sysdeps/i386/Versions: ... this.
46332         * sysdeps/i386/elf/Versions: Delete file.
46333         * sysdeps/i386/elf/start.S: Moved to ...
46334         * sysdeps/i386/start.S: ...here.
46335         * sysdeps/i386/elf/configure.in: Merge into...
46336         * sysdeps/i386/configure.in: ...here.
46337         * sysdeps/i386/elf/configure.in: Delete file.
46338         * sysdeps/i386/elf/configure: Delete file.
46340         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
46341         * debug/backtracesyms.c: ... here.
46342         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
46343         * debug/backtracesymsfd.c: ... here.
46344         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
46345         * sysdeps/generic/ifunc-sel.h: ... here.
46347         * sysdeps/unix/i386/start.c: Delete file.
46348         * sysdeps/unix/sparc/start.c: Delete file.
46349         * sysdeps/unix/start.c: Delete file.
46351         * sysdeps/sh/elf/configure.in: Moved to ...
46352         * sysdeps/sh/configure.in: ... here.
46353         * sysdeps/sh/elf/start.S: Moved to ...
46354         * sysdeps/sh/start.S: ... here.
46355         * sysdeps/sh/elf/configure: Delete file.
46357         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
46358         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
46359         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
46360         * sysdeps/powerpc/powerpc64/entry.h: ... here.
46361         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
46362         * sysdeps/powerpc/powerpc64/start.S: here.
46363         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
46364         * sysdeps/powerpc/powerpc64/Makefile: ... this.
46365         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
46366         * sysdeps/powerpc/powerpc64/configure.in: ... this.
46367         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
46369         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
46370         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
46371         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
46372         * sysdeps/powerpc/powerpc32/start.S: ... here.
46373         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
46374         * sysdeps/powerpc/powerpc32/configure.in: ... this.
46375         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
46377         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
46378         * sysdeps/powerpc/ifunc-sel.h: ... here.
46379         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
46380         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
46382         * sysdeps/sparc/elf/configure.in: Moved to ...
46383         * sysdeps/sparc/configure.in: ... here.
46384         * sysdeps/sparc/elf/configure: Delete file.
46385         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
46386         * sysdeps/sparc/sparc32/start.S: ... here.
46387         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
46388         * sysdeps/sparc/sparc64/start.S: ... here.
46389         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
46390         * sysdeps/sparc/sparc32/Makefile: ... this.
46391         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
46392         * sysdeps/sparc/sparc64/Makefile: ... this.
46394         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
46395         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
46396         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
46397         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
46398         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
46399         * sysdeps/s390/s390-32/setjmp.S: ... here.
46400         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
46401         * sysdeps/s390/s390-32/configure.in: ... here.
46402         * sysdeps/s390/s390-32/elf/configure: Delete file.
46403         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
46404         * sysdeps/s390/s390-32/start.S: ... here.
46406         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
46407         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
46408         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
46409         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
46410         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
46411         * sysdeps/s390/s390-64/setjmp.S: ... here.
46412         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
46413         * sysdeps/s390/s390-64/configure.in: ... here
46414         * sysdeps/s390/s390-64/elf/configure: Delete file.
46415         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
46416         * sysdeps/s390/s390-64/start.S: ... here.
46417         * sysdeps/s390/s390-64/elf/configure: Delete.
46419         * configure.in: Remove support for elf directories in sysdeps.
46421         * configure: Regenerated.
46422         * sysdeps/i386/configure: Regenerated.
46423         * sysdeps/powerpc/powerpc32/configure: Regenerated.
46424         * sysdeps/powerpc/powerpc64/configure: Regenerated.
46425         * sysdeps/s390/s390-32/configure: Regenerated.
46426         * sysdeps/s390/s390-64/configure: Regenerated.
46427         * sysdeps/sh/configure: Regenerated.
46428         * sysdeps/sparc/configure: Regenerated.
46429         * sysdeps/x86_64/configure: Regenerated.
46431 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
46433         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46435         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
46436         denormal result into account.
46438 2012-03-25  Roland McGrath  <roland@hack.frob.com>
46440         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
46441         Reported by Allan McRae <allan@archlinux.org>.
46443 2012-03-23  Jeff Law  <law@redhat.com>
46445         * nss/getnssent.c (__nss_getent): Fix typo.
46447 2012-03-23  David S. Miller  <davem@davemloft.net>
46449         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46451 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
46453         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
46454         to pad to uint64_t for each field.
46455         (dl_tls_index): Replace unsigned long with uint64_t.
46457 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
46458         Paul Pluzhnikov  <ppluzhnikov@google.com>
46460         [BZ #6528]
46461         * grp/Makefile (otherlibs): Don't set it.
46462         * inet/Makefile (otherlibs): Likewise.
46463         * login/Makefile (otherlibs): Likewise.
46464         * nscd/Makefile (otherlibs): Likewise.
46465         * posix/Makefile (otherlibs): Likewise.
46466         * pwd/Makefile (otherlibs): Likewise.
46467         * rt/Makefile (otherlibs): Likewise.
46468         * sunrpc/Makefile (otherlibs): Likewise.
46469         * nss/Makefile (otherlibs): Likewise.
46470         Add libnss_files to routines and static-only-routines.
46471         ($(objpfx)getent): Remove rule.
46472         * resolv/Makefile: Add libnss_dns and libresolv to routines and
46473         static-only-routines.
46475 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
46477         [BZ #13892]
46478         * math/s_cexp.c: Include <float.h>.
46479         (__cexp): Handle exp result overflowing not necessarily
46480         overflowing both real and imaginary parts of result.
46481         * math/s_cexpf.c: Likewise.
46482         * math/s_cexpl.c: Likewise.
46483         * math/libm-test.inc (cexp_test): Add more tests.
46484         * sysdeps/i386/fpu/libm-test-ulps: Update.
46485         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46487 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46489         * include/link.h (ELFW): New macro.
46490         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
46491         Replace ELF64_R_TYPE with ELFW(R_TYPE).
46493 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46495         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
46496         with uint64_t.
46498 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46500         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
46501         declaration.
46502         (struct La_x32_retval): Likewise.
46504 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46506         * sysdeps/x86_64/preconfigure.in: New file.
46507         * sysdeps/x86_64/preconfigure: New generated file.
46509 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
46511         [BZ #13824]
46512         * math/e_exp2l.c: Include <float.h>.
46513         (__ieee754_exp2l): Handle overflow and underflow cases
46514         separately.  Only pass fractional part of argument to
46515         __ieee754_expl.
46516         * math/libm-test.inc (exp2_test): Add more tests.
46518         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
46519         negating x to take absolute value.
46520         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
46521         Likewise.
46522         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
46523         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
46524         Likewise.
46525         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
46526         computing low part if x was negated.
46527         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
46529 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
46531         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
46532         la_x32_gnu_pltexit.
46533         (pltexit): Cast int_retval to ptrdiff_t.
46534         * elf/tst-auditmod3b.c: Likewise.
46535         * elf/tst-auditmod4b.c: Likewise.
46536         * elf/tst-auditmod5b.c: Likewise.
46537         * elf/tst-auditmod6b.c: Likewise.
46538         * elf/tst-auditmod6c.c: Likewise.
46539         * elf/tst-auditmod7b.c: Likewise.
46541         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
46542         and x32_gnu_pltexit.
46544         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
46545         __ELF_NATIVE_CLASS.
46546         (La_x32_regs): New macro.
46547         (La_x32_retval): Likewise.
46548         (la_x32_gnu_pltenter): New function prototype.
46549         (la_x32_gnu_pltexit): Likewise.
46551 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
46553         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
46554         exponent.
46556         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46558         * configure.in (libc_cv_cc_nofma): Check for option to disable
46559         generation of FMA instructions.
46560         * configure: Regenerate.
46561         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
46562         * sysdeps/ieee754/dbl-64/Makefile: New file.
46563         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
46564         Remove brandred-fma4.
46565         (CFLAGS-brandred-fma4.c): Remove.
46566         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
46567         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
46568         define.
46569         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
46570         define.
46572 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
46574         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
46575         LLONG_MAX != LONG_MAX.
46576         (_itoa_word): Use _ITOA_WORD_TYPE on value.
46577         (_fitoa_word): Likewise.
46578         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
46579         LLONG_MAX != LONG_MAX.
46580         * stdio-common/_itowa.h: Include <_itoa.h>.
46581         (_itowa_word): Use _ITOA_WORD_TYPE on value.
46582         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
46583         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
46584         only if not defined.
46585         (_ITOA_WORD_TYPE): Likewise.
46586         (_itoa_word): Use _ITOA_WORD_TYPE on value.
46587         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
46589 2012-03-21  David S. Miller  <davem@davemloft.net>
46591         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46593 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
46595         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
46596         of x86_64 when setting libc_cv_slibdir, libdir and
46597         libc_cv_localedir.
46598         * sysdeps/unix/sysv/linux/configure: Regenerated.
46600 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
46602         * manual/lang.texi (Old Varargs): Remove section.
46603         (How Variadic): Update menu.
46604         (va_start): Do not mention varargs.h.
46606 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
46607             Joseph Myers  <joseph@codesourcery.com>
46609         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
46610         link test.
46611         * configure: Regenerated.
46613 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
46615         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
46616         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
46617         conformtest.pl
46619 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
46621         * NOTES: Remove.
46622         * Makefile (files-for-dist): Remove NOTES.
46623         (NOTES): Remove rule.
46624         * README: Don't refer to NOTES.
46625         * manual/creature.texi: Don't include macros.texi.
46626         * manual/intro.texi (creature.texi): Remove comment referring to
46627         NOTES.
46629         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
46630         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
46631         * configure: Regenerated.
46632         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
46633         LIBC_TRY_CC_OPTION.
46634         (libc_cv_as_i686): Likewise.
46635         (libc_cv_cc_avx): Likewise.
46636         (libc_cv_cc_sse2avx): Likewise.
46637         (libc_cv_cc_fma4): Likewise.
46638         (libc_cv_cc_novzeroupper): Likewise.
46639         * sysdeps/i386/configure: Regenerated.
46641         [BZ #13883]
46642         * sysdeps/i386/fpu/s_cexp.S: Remove.
46643         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46644         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46645         * math/libm-test.inc (cexp_test): Add more tests.
46646         * sysdeps/i386/fpu/libm-test-ulps: Update.
46647         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46649 2012-03-21  Allan McRae  <allan@archlinux.org>
46651         * timezone/Makefile: Do not install iso3166.tab and zone.tab
46653 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
46655         [BZ #13871]
46656         * math/w_exp2.c: Do not include <float.h>.
46657         (o_threshold, u_threshold): Remove.
46658         (__exp2): Calculate result before checking finiteness and calling
46659         __kernel_standard.
46660         * math/w_exp2f.c: Likewise.
46661         * math/w_exp2l.c: Likewise.
46662         * math/libm-test.inc (exp2_test): Require overflow exception for
46663         1e6 input.
46665         [BZ #3866]
46666         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
46667         range of signed 64-bit integers before using fistpll.  Remove
46668         checks for whether integers fit in mantissa bits.
46669         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
46670         the range of signed 32-bit integers before using fistpl.  Remove
46671         checks for whether integers fit in mantissa bits.
46672         * sysdeps/i386/fpu/e_powl.S (p64): New object.
46673         (__ieee754_powl): Test for y outside the range of signed 64-bit
46674         integers before using fistpll.  Reduce 64-bit values to 63-bit
46675         ones as needed.
46676         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
46677         divide-by-zero is raised for zero to large negative powers.
46678         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
46679         (__ieee754_powl): Test for y outside the range of signed 64-bit
46680         integers before using fistpll.  Reduce 64-bit values to 63-bit
46681         ones as needed.
46682         * math/libm-test.inc (pow_test): Add more tests.
46684 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
46686         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
46687         <stdio-common/_itoa.h>.
46688         * debug/segfault.c: Likewise.
46689         * elf/dl-cache.c: Likewise.
46690         * elf/dl-minimal.c: Likewise.
46691         * elf/dl-misc.c: Likewise.
46692         * elf/dl-sysdep.c: Likewise.
46693         * elf/dl-version.c: Likewise.
46694         * elf/rtld.c: Likewise.
46695         * hurd/hurdsock.c: Likewise.
46696         * hurd/lookup-retry.c: Likewise.
46697         * malloc/malloc.c: Likewise.
46698         * malloc/mtrace.c: Likewise.
46699         * nscd/nscd_getgr_r.c: Likewise.
46700         * nscd/nscd_getpw_r.c: Likewise.
46701         * nscd/nscd_getserv_r.c: Likewise.
46702         * posix/getopt_init.c: Likewise.
46703         * posix/wordexp.c: Likewise.
46704         * stdio-common/_itoa.c: Likewise.
46705         * stdio-common/printf_fphex.c: Likewise.
46706         * stdio-common/vfprintf.c: Likewise.
46707         * string/_strerror.c: Likewise.
46708         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
46709         * sysdeps/i386/i686/hp-timing.h: Likewise.
46710         * sysdeps/mach/_strerror.c: Likewise.
46711         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
46712         * sysdeps/mach/hurd/sethostid.c: Likewise.
46713         * sysdeps/mach/hurd/xmknodat.c: Likewise.
46714         * sysdeps/mach/xpg-strerror.c: Likewise.
46715         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
46716         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
46717         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
46718         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
46719         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
46720         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
46721         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
46722         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
46723         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
46724         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
46725         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
46726         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
46727         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
46728         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
46729         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
46730         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
46731         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
46732         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
46733         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
46734         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
46735         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
46737         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
46739         * stdio-common/_itoa.h: Moved to ...
46740         * sysdeps/generic/_itoa.h: Here.
46742         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
46744         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
46745         instead of "_itoa.h" and "_itowa.h".
46746         * stdio-common/vfprintf.: Likewise.
46748 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
46750         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
46751         <bits/wordsize.h>.
46752         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
46753         (__signbit): Likwise.
46754         (llrintf): Likwise.
46755         (llrint): Likwise.
46757 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
46759         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
46760         __WORDSIZE != 64.
46762 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
46764         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
46765         OVERFLOW_EXCEPTION_OK.
46766         * math/libm-test.inc ("Philosophy"): Update comment about
46767         exception testing.
46768         (OVERFLOW_EXCEPTION): Define.
46769         (OVERFLOW_EXCEPTION_OK): Likewise.
46770         (INVALID_EXCEPTION_OK): Renumber.
46771         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
46772         (IGNORE_ZERO_INF_SIGN): Likewise.
46773         (test_exceptions): Handle FE_OVERFLOW.
46774         (exp10_test): Expect overflow exceptions.
46775         (exp2_test): Likewise.
46776         (expm1_test): Likewise.
46777         (nextafter_test): Likewise.
46778         (pow_test): Likewise.
46779         (scalbn_test): Likewise.
46780         (scalbln_test): Likewise.
46782 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46784         * sysdeps/x86_64/bits/atomic.h
46785         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
46786         64bit integer.
46787         (atomic_exchange_acq): Likewise.
46788         (__arch_exchange_and_add_body): Likewise.
46789         (__arch_add_body): Likewise.
46790         (atomic_add_negative): Likewise.
46791         (atomic_add_zero): Likewise.
46793 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46795         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
46796         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
46798 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46800         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
46801         Check __x86_64__ instead of __WORDSIZE.
46803 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46805         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
46807 2012-03-19  David S. Miller  <davem@davemloft.net>
46809         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46811         * sysdeps/sparc/fpu/fenv_private.h: New file.
46812         * sysdeps/sparc/fpu/math_private.h: Use it.
46813         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
46814         Remove.
46815         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
46816         (libc_feholdexcept_setroundl): Remove.
46817         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
46818         Remove.
46819         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
46820         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
46822 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46824         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
46825         int64_t instead of long int.
46826         (INSERT_WORDS64): Likwise.
46828 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46830         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
46831         _Unwind_GetCFA return to _Unwind_Ptr first.
46833 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
46835         [BZ #13629]
46836         * math/s_clog.c: Include <float.h>.
46837         (__clog): Scale large or subnormal inputs.
46838         * math/s_clogf.c: Likewise.
46839         * math/s_clogl.c: Likewise.
46840         * math/s_clog10.c: Include <float.h>.
46841         (M_LOG10_2): Define.
46842         (__clog10): Scale large or subnormal inputs.
46843         * math/s_clog10f.c: Likewise.
46844         * math/s_clog10l.c: Likewise.
46845         * math/libm-test.inc (clog_test): Add more tests.
46846         (clog10_test): Likewise.
46847         * sysdeps/i386/fpu/libm-test-ulps: Update.
46848         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46850         [BZ #11451]
46851         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
46852         x and y.
46853         * math/libm-test.inc (atan2_test): Add another test.
46855         * Makerules (common-objdir-compile): Remove.
46856         * sysdeps/unix/Makefile (config-generated): Do not add
46857         $(unix-generated) to variable.
46858         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
46859         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
46860         Remove rule.
46861         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
46862         Likewise.
46863         [generic bits/local_lim.h] (before-compile): Do not append to
46864         variable.
46865         [generic bits/local_lim.h] (common-generated): Likewise.
46866         [generic sys/param.h] (before-compile): Do not append to variable.
46867         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
46868         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
46869         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
46870         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
46871         include.
46872         [generic sys/param.h] (sys/param.h-includes): Remove variable.
46873         [generic sys/param.h] (sys/param.h-includes): Remove rule.
46874         [generic sys/param.h] ($(addprefix
46875         $(common-objpfx),$(sys/param.h-includes))): Likewise.
46876         [generic sys/param.h] (common-generated): Do not append to
46877         variable.
46878         [generic sys/param.h] (sysdep_headers): Likewise.
46879         [generic bits/errno.h] (before-compile): Do not append to
46880         variable.
46881         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
46882         rule.
46883         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
46884         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
46885         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
46886         [generic bits/errno.h] (common-generated): Do not append to
46887         variable.
46888         [generic bits/ioctls.h] (before-compile): Do not append to
46889         variable.
46890         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
46891         rule.
46892         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
46893         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
46894         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
46895         rule.
46896         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
46897         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
46898         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
46899         [generic bits/ioctls.h] (common-generated): Do not append to
46900         variable.
46901         [generic sys/syscall.h] (syscall.h): Remove variable.
46902         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
46903         rule.
46904         [generic sys/syscall.h] (before-compile): Do not append to
46905         variable.
46906         [generic sys/syscall.h] (common-generated): Likewise.
46907         * sysdeps/unix/errnos-tmpl.c: Remove file.
46908         * sysdeps/unix/errnos.awk: Likewise.
46909         * sysdeps/unix/ioctls-tmpl.c: Likewise.
46910         * sysdeps/unix/ioctls.awk: Likewise.
46911         * sysdeps/unix/mk-local_lim.c: Likewise.
46912         * sysdeps/unix/snarf-ioctls: Likewise.
46914 2012-03-19  Richard Henderson  <rth@twiddle.net>
46916         * sysdeps/i386/fpu/fenv_private.h: New file.
46917         * sysdeps/i386/fpu/math_private.h: Use it.
46918         (math_opt_barrier, math_force_eval): Remove.
46919         (libc_feholdexcept_setround_53bit): Remove.
46920         (libc_feupdateenv_53bit): Remove.
46921         * sysdeps/x86_64/fpu/math_private.h: Likewise.
46922         (math_opt_barrier, math_force_eval): Remove.
46923         (libc_feholdexcept): Remove.
46924         (libc_feholdexcept_setround): Remove.
46925         (libc_fetestexcept, libc_fesetenv): Remove.
46926         (libc_feupdateenv_test): Remove.
46927         (libc_feupdateenv, libc_feholdsetround): Remove.
46928         (libc_feresetround): Remove.
46930         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
46931         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
46933         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
46934         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
46935         (libc_feupdateenv_testl): New.
46936         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
46937         (libc_feupdateenv_testf): New.
46938         (libc_feupdateenv): Use libc_feupdateenv_test.
46939         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
46940         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
46942         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
46943         (libc_feholdsetroundf, libc_feholdsetroundl): New.
46944         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
46945         (libc_feresetround_noex): New.
46946         (libc_feresetround_noexf): New.
46947         (libc_feresetround_noexl): New.
46948         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
46949         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
46950         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
46951         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
46952         SET_RESTORE_ROUND.
46953         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
46954         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
46955         (__cos): Likewise.
46956         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
46957         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
46958         SET_RESTORE_ROUND_NOEX.
46959         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
46960         SET_RESTORE_ROUND_NOEXF.
46961         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
46962         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
46963         (libc_feholdsetroundf): New.
46964         (libc_feresetround, libc_feresetroundf): New.
46966         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
46967         (libc_feholdexcept_setround_53bit): Convert from macro to function.
46968         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
46970         * sysdeps/generic/math_private.h: Include <fenv.h>.
46971         (default_libc_feholdexcept): New.
46972         (default_libc_feholdexcept_setround): New.
46973         (default_libc_fesetenv, default_libc_feupdateenv): New.
46974         (libc_feholdexcept): Only define if undefined.
46975         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
46976         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
46977         (libc_feholdexcept_setroundl): Likewise.
46978         (libc_feholdexcept_setround_53bit): Likewise.
46979         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
46980         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
46981         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
46982         (libc_feupdateenv_53bit): Likewise.
46983         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
46984         (libc_feholdexcept): Convert from macro to inline function.
46985         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
46986         (libc_fesetenv, libc_feupdateenv): Likewise.
46988         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
46989         not previously defined.
46990         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
46991         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
46992         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
46993         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
46994         * sysdeps/ieee754/flt-32/math_private.h: New file.
46995         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
46996         math_private.h below SET_FLOAT_WORD.
46997         (__isnan, __isinf_ns, __finite): Remove.
46998         (__isnanf, __isinf_nsf, __finitef): Remove.
47000 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
47002         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47004 2012-03-17  David S. Miller  <davem@davemloft.net>
47006         [BZ #6471]
47007         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
47008         for 2.16.
47010 2012-03-16  David S. Miller  <davem@davemloft.net>
47012         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
47013         warnings.
47015         [BZ #6471]
47016         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
47017         properly.
47018         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
47019         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
47020         sysdep_routines when subdir is sysvipc.
47021         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
47022         __getshmlba helper.
47024         * sysdeps/sparc/fpu/libm-test/ulps: Update.
47026 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47028         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
47029         [__LP64__].
47031 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47033         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
47034         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
47035         (__lround): Renamed to ...
47036         (__llround): This.  Replace long int with long long int.
47037         Define lround functions as aliases of llround functions.
47038         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
47040 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47042         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
47043         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
47044         adresses to uintptr_t.  Replace "long int" and "unsigned long
47045         int" with "greg_t" on va_arg.
47047 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47049         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
47050         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
47052         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
47053         Move e_machine check before EI_CLASS check.  Handle x32
47054         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
47055         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
47056         SKIP_EM_IA_64 and include
47057         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
47059         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
47060         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
47061         (add_system_dir): New macro.
47063         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
47064         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
47066 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
47068         [BZ #2551]
47069         [BZ #2552]
47070         [BZ #2553]
47071         [BZ #2554]
47072         [BZ #2562]
47073         [BZ #2563]
47074         [BZ #2565]
47075         [BZ #2566]
47076         [BZ #2576]
47077         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
47078         (y0): Likewise.
47079         * math/w_j0f.c (j0f): Likewise.
47080         (y0f): Likewise.
47081         * math/w_j0l.c (__j0l): Likewise.
47082         (__y0l): Likewise.
47083         * math/w_j1.c (j1): Likewise.
47084         (y1): Likewise.
47085         * math/w_j1f.c (j1f): Likewise.
47086         (y1f): Likewise.
47087         * math/w_j1l.c (__j1l): Likewise.
47088         (__y1l): Likewise.
47089         * math/w_jn.c (jn): Likewise.
47090         (yn): Likewise.
47091         * math/w_jnf.c (jnf): Likewise.
47092         (ynf): Likewise.
47093         * math/w_jnl.c (__jnl): Likewise.
47094         (__ynl): Likewise.
47095         * math/libm-test.inc (j0_test): Add more tests.
47096         (j1_test): Likewise.
47097         (jn_test): Likewise.  Add trailing semicolon to existing test.
47098         (y0_test): Likewise.
47099         (y1_test): Likewise.
47100         * sysdeps/i386/fpu/libm-test-ulps: Update.
47101         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47103         [BZ #13851]
47104         [BZ #13854]
47105         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
47106         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
47107         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
47108         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
47109         (__tanl): Set errno for infinite argument.
47110         * sysdeps/i386/fpu/mptan.c: Remove.
47111         * sysdeps/i386/fpu/s_tan.S: Likewise.
47112         * sysdeps/i386/fpu/s_tanl.S: Likewise.
47113         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
47114         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
47115         * math/libm-test.inc (tan_test): Add more tests and enable more
47116         tests for double and long double.
47117         * sysdeps/i386/fpu/libm-test-ulps: Update.
47118         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47120 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
47122         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
47123         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
47125 2012-03-16  Roland McGrath  <roland@hack.frob.com>
47127         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
47128         * configure.in: Use it for both main tree and add-ons.
47129         * configure: Regenerated.
47131 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47133         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
47135 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
47137         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
47138         in comment.
47140         [BZ #13851]
47141         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
47142         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
47143         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
47144         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
47145         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
47146         infinite argument.
47147         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
47148         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
47149         != 0 for prec == 2.
47150         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
47151         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
47152         * sysdeps/i386/fpu/s_cosl.S: Likewise.
47153         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
47154         * sysdeps/i386/fpu/s_sinl.S: Likewise.
47155         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
47156         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
47157         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
47158         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
47159         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
47160         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
47161         * math/libm-test.inc (cos_test): Add more tests and enable more
47162         tests for long double.
47163         (sin_test): Likewise.
47164         (sincos_test): Likewise.
47165         * sysdeps/i386/fpu/libm-test-ulps: Update.
47166         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47168 2012-03-16  David S. Miller  <davem@davemloft.net>
47170         * sysdeps/sparc/fpu/math_private.h: New file.
47172 2012-03-15  David S. Miller  <davem@davemloft.net>
47174         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
47175         file.
47176         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
47177         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
47178         file.
47179         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
47180         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
47181         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
47182         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
47183         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
47184         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
47185         sysdep routines.
47186         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
47188         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
47189         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
47191         * sysdeps/sparc/sparc-ifunc.h: New file.
47192         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
47193         sparc-ifunc.h
47194         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
47195         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
47196         Likewise.
47197         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
47198         Likewise.
47199         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
47200         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
47201         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
47202         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
47203         Likewise.
47204         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
47205         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
47206         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
47207         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
47208         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
47209         Likewise.
47210         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
47211         Likewise.
47212         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
47213         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
47214         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
47215         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
47216         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
47217         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
47218         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
47219         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
47220         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
47221         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
47222         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
47223         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
47224         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
47225         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
47226         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
47227         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
47228         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
47229         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
47230         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
47231         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
47232         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
47233         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
47234         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
47235         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
47237 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
47239         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
47240         scaling.
47241         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47243 2012-03-15  Andreas Jaeger  <aj@suse.de>
47245         [BZ #13852]
47246         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
47247         ieee754/flt-32 implementation for sin, cos and sincos.
47248         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
47249         * sysdeps/i386/fpu/s_cosf.S: Likewise.
47250         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
47251         * sysdeps/i386/fpu/s_sinf.S: Likewise.
47252         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
47253         ieee754/flt-32 implementation for tan.
47255         * math/libm-test.inc (cos_test): Enable some large input tests for
47256         float as well
47257         (sin_test): Likewise.
47258         (sincos_test): Likewise.
47259         (tan_test): Add tests for large input.
47261         * sysdeps/i386/fpu/libm-test-ulps: Update.
47263 2012-03-15  Andreas Jaeger  <aj@suse.de>
47265         [BZ #13658]
47266         * math/libm-test.inc (cos_test): Add more test cases.
47267         (sin_test): Likewise.
47268         (sincos_test): Likewise.
47270 2012-03-15  Andreas Jaeger  <aj@suse.de>
47272         [BZ #13837]
47273         * math/libm-test.inc (cos_test): Add a test case for large input
47274         value.
47275         (sin_test): Likewise.
47276         (sincos_test): Likewise.
47278 2012-03-15  Andreas Jaeger  <aj@suse.de>
47279             Joseph Myers  <joseph@codesourcery.com>
47281         [BZ #13658]
47282         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
47283         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
47284         * sysdeps/i386/fpu/branred.c: Likewise.
47285         * sysdeps/i386/fpu/dosincos.c: Likewise.
47286         * sysdeps/i386/fpu/mpa.c: Likewise.
47287         * sysdeps/i386/fpu/s_cos.S: Likewise.
47288         * sysdeps/i386/fpu/s_sin.S: Likewise.
47289         * sysdeps/i386/fpu/s_sincos.S: Likewise.
47290         * sysdeps/i386/fpu/sincos32.c: Likewise.
47292         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
47293         Define.
47294         (libc_feupdateenv_53bit): Define.
47295         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
47296         Define.
47297         (libc_feupdateenv_53bit): Define.
47299         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
47300         53 bit (without extend i386 double precision).
47302         * math/libm-test.inc (sincos_test): Add tests for large input.
47303         (sin): Likewise.
47304         (cos): Likewise.
47306         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
47308 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
47310         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47312 2012-03-15  David S. Miller  <davem@davemloft.net>
47314         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
47315         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
47316         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
47317         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
47318         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
47319         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
47320         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
47321         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
47322         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
47323         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
47324         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
47325         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
47326         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
47327         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
47328         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
47329         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
47330         file.
47331         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
47332         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
47333         file.
47334         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
47335         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
47336         file.
47337         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
47338         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
47339         file.
47340         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
47341         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
47342         fmin/fmax sysdep routines.
47343         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
47345 2012-03-14  David S. Miller  <davem@davemloft.net>
47347         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
47348         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
47349         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
47350         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
47351         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
47352         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
47353         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
47354         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
47355         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
47356         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
47357         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
47358         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
47359         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
47360         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
47361         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
47362         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
47363         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
47364         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
47365         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
47366         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
47367         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
47368         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
47369         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
47370         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
47371         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
47372         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
47373         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
47374         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
47375         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
47376         routines.
47377         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
47378         file.
47379         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
47380         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
47381         file.
47382         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
47383         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
47384         file.
47385         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
47386         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
47387         file.
47388         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
47389         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
47390         file.
47391         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
47392         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
47393         file.
47394         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
47395         file.
47396         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
47397         file.
47398         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
47399         file.
47400         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
47401         New file.
47402         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
47403         file.
47404         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
47405         file.
47406         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
47407         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
47408         file.
47409         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
47410         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
47411         file.
47412         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
47413         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
47414         file.
47415         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
47416         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
47417         VIS3 routines.
47419         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
47420         New file.
47422         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47424         * sysdeps/sparc/configure.in: New file.
47425         * sysdeps/sparc/configure: Generate.
47426         * configure.in (libc_cv_sparc_as_vis3): Substitute.
47427         * configure: Regenerate.
47428         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
47429         * config.make.in (have-as-vis3): New.
47430         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
47431         available use -Av9d instead of -Av9a.
47432         * sysdeps/sparc/sparc64/Makefile: Likewise.
47433         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
47434         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
47435         New file.
47436         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
47437         file.
47438         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
47439         New file.
47440         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
47441         file.
47442         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
47443         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
47444         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
47445         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
47446         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
47448         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
47449         fzeros/fnegs to load 0x80000000 into a float register instead of
47450         using the stack.
47451         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
47453 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
47455         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47456         bits/syscall.h.
47457         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
47458         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
47459         ($(inst_includedir)/bits/syscall.h): Remove rule.
47460         ($(objpfx)bits/syscall.d): Include instead of
47461         $(objpfx)syscall-list.d.
47462         (generated): Change syscall-list.h and syscall-list.d to
47463         bits/syscall.h and bits/syscall.d.
47465 2012-03-14  Roland McGrath  <roland@hack.frob.com>
47467         [BZ #13846]
47468         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
47470 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
47472         [BZ #13841]
47473         * math/s_csqrt.c: Include <float.h>.
47474         (__csqrt): Scale large or subnormal inputs.
47475         * math/s_csqrtf.c: Likewise.
47476         * math/s_csqrtl.c: Likewise.
47477         * math/libm-test.inc (csqrt_test): Add more tests.
47478         * sysdeps/i386/fpu/libm-test-ulps: Update.
47479         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47481         [BZ #13840]
47482         * math/libm-test.inc (hypot_test): Add more tests.
47484 2012-03-13  David S. Miller  <davem@davemloft.net>
47486         [BZ #13840]
47487         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
47488         double-precision for the calculation instead of scaling.
47490 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
47492         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
47493         manipulate bits before adding and subtracting TWO52[sx].
47494         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
47495         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
47496         Likewise.
47497         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
47499 2012-03-13  David S. Miller  <davem@davemloft.net>
47501         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
47502         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
47503         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
47504         rtld-global-offsets.h
47505         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
47507         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
47508         large parameters.
47510         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
47512         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
47513         'err' in the ifdef scope in which it is actually used.
47515         * nss/nss_db/db-init.c: Include string.h
47517 2012-03-12  David S. Miller  <davem@davemloft.net>
47519         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
47520         masking out of the most significant byte of random value used.
47521         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47522         Fix coding style in previous change.
47524         * sysdeps/unix/sysv/linux/kernel-features.h
47525         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
47526         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
47527         expression.
47528         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
47529         later.
47531 2012-03-11  David S. Miller  <davem@davemloft.net>
47533         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
47534         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
47535         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
47536         for 'resultvar' otherwise things get truncated on 64-bit.
47538         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47539         Fix masking out of the most significant byte of random value used.
47541         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47543 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
47545         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47547 2012-03-09  David S. Miller  <davem@davemloft.net>
47549         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
47550         variables with appropriate CPP guards.
47551         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
47552         from the frame pointer, not the stack pointer.  Correct layout
47553         comments.  Fix test on resulting framesize and the management of
47554         the outregs buffer for pltexit.  Preserve floating point return
47555         values across _dl_call_pltexit call.
47556         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
47557         framesize and the management of the outregs buffer for pltexit.
47558         Preserve floating point return values across _dl_call_pltexit
47559         call.
47560         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
47561         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
47562         (la_sparc64_gnu_pltexit): New functions.
47563         (print_exit): Fix format string for return register value.
47565 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
47567         * sunrpc/Makefile (others): Add rpcgen.
47568         ($(objpfx)rpcgen): Remove special build rule and dependency on
47569         libc.
47570         * sunrpc/rpcgen.c: New file.
47572 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
47574         [BZ #13673]
47575         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
47576         * stdio-common/bug-vfprintf-nargs.c: Likewise.
47577         * sysdeps/i386/crti.S: Likewise.
47578         * sysdeps/i386/crtn.S: Likewise.
47579         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
47580         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
47581         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
47582         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
47583         * sysdeps/sh/crti.S: Likewise.
47584         * sysdeps/sh/crtn.S: Likewise.
47585         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
47587         [BZ #13673]
47588         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
47589         with URL.
47590         * locale/programs/locfile-kw.gperf: Likewise.
47591         * locale/programs/charmap-kw.h: Regenerated.
47592         * locale/programs/locfile-kw.h: Likewise.
47594         [BZ #13673]
47595         * intl/plural.y: Replace FSF snail mail address with URL.
47596         * intl/plural.c: Regenerated.
47598 2012-03-09  Richard Henderson  <rth@twiddle.net>
47600         * include/math_private.h: Remove file.
47601         * math/math_private.h: Move file ...
47602         * sysdeps/generic/math_private.h: ... here.
47604         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
47605         * sysdeps/powerpc/fpu/math_private.h: Likewise.
47606         * sysdeps/x86_64/fpu/math_private.h: Likewise.
47608         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
47609         and <math_private.h>.
47610         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
47611         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
47612         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
47613         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
47614         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
47615         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
47616         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
47617         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47618         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
47619         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
47620         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47621         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
47622         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
47623         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
47624         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
47625         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
47626         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
47627         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
47628         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
47629         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
47630         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47631         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
47632         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
47633         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47634         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
47635         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
47636         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
47637         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
47638         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47639         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
47640         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
47641         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
47642         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
47643         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
47644         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
47645         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
47646         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
47647         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
47648         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
47649         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47650         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
47651         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
47652         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
47653         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
47654         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
47655         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
47656         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
47657         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
47658         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
47659         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
47660         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
47661         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
47662         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
47663         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
47664         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
47665         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
47666         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47667         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
47668         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
47669         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
47670         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
47671         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
47672         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47673         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
47674         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
47675         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
47676         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
47677         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
47678         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
47679         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
47680         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
47681         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
47682         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
47683         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
47684         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
47685         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
47686         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
47687         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
47688         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
47689         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
47690         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
47691         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
47692         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
47693         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
47694         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
47695         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
47696         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
47697         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
47698         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
47699         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
47700         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
47701         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
47702         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
47703         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
47704         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
47705         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
47706         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
47707         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
47708         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
47709         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
47710         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
47711         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
47712         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
47713         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
47714         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
47715         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
47716         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
47717         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
47718         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
47719         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
47720         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
47721         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
47722         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
47723         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
47724         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
47725         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
47726         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
47727         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
47728         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
47729         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
47730         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
47731         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
47732         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
47733         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
47734         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
47735         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
47736         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
47737         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
47738         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
47739         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
47740         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
47741         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
47742         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
47743         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
47744         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
47745         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47746         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
47747         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
47748         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
47749         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
47750         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
47751         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47752         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47753         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
47754         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
47755         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
47756         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
47757         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
47758         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
47759         * sysdeps/ieee754/k_standard.c: Likewise.
47760         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
47761         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
47762         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
47763         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
47764         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
47765         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
47766         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
47767         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
47768         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
47769         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
47770         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
47771         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
47772         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
47773         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
47774         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
47775         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
47776         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
47777         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
47778         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
47779         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
47780         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
47781         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
47782         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
47783         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
47784         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
47785         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
47786         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
47787         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
47788         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
47789         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
47790         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
47791         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
47792         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
47793         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
47794         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
47795         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
47796         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
47797         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
47798         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
47799         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
47800         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
47801         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
47802         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
47803         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
47804         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
47805         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
47806         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
47807         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
47808         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
47809         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
47810         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
47811         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
47812         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
47813         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
47814         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
47815         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
47816         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
47817         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
47818         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
47819         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
47820         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
47821         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
47822         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
47823         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
47824         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
47825         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
47826         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
47827         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
47828         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
47829         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
47830         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
47831         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
47832         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
47833         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
47834         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
47835         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
47836         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
47837         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
47838         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
47839         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
47840         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
47841         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
47842         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
47843         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
47844         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
47845         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
47846         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
47847         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
47848         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
47849         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
47850         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
47851         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
47852         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
47853         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
47854         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
47855         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
47856         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
47857         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
47858         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
47859         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
47860         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
47861         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
47862         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
47863         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
47864         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
47865         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
47866         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
47867         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
47868         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
47869         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
47870         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
47871         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
47872         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
47873         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
47874         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
47875         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
47876         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
47877         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
47878         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
47879         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
47880         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
47881         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
47882         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
47883         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
47884         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
47885         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
47886         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
47887         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
47888         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
47889         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
47890         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
47891         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
47892         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
47893         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
47894         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
47895         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
47896         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
47897         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
47898         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
47899         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
47900         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
47901         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
47902         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
47903         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
47904         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47905         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
47906         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
47907         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
47908         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
47909         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
47910         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
47911         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
47912         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47913         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
47914         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
47915         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
47916         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
47917         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
47918         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
47919         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
47920         * sysdeps/ieee754/s_lib_version.c: Likewise.
47921         * sysdeps/ieee754/s_matherr.c: Likewise.
47922         * sysdeps/ieee754/s_signgam.c: Likewise.
47923         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
47924         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
47925         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
47926         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
47927         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
47928         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
47929         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
47930         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
47931         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
47932         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
47933         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
47934         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
47935         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
47936         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
47937         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
47938         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
47939         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
47940         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
47941         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
47942         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
47943         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
47945 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
47947         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
47948         * sunrpc/rpc_main.c: Likewise.
47949         * sunrpc/rpc_svcout.c: Likewise.
47951 2012-03-09  David S. Miller  <davem@davemloft.net>
47953         * include/math_private.h: New file.
47955 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
47957         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
47958         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
47959         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
47960         from <bits/socket_type.h>.
47961         (enum __socket_type): Don't define here.
47962         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
47963         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47964         bits/socket_type.h.
47966         [BZ #13566]
47967         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
47968         checking __USE_GNU.
47970         * Makerules ($(inst_includedir)/%.h): New rule.
47971         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
47972         (install-others): Remove variable setting.
47973         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
47975 2012-03-08  Richard Henderson  <rth@twiddle.net>
47977         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
47978         from macro to inline function; merge with the
47979         !__LIBC_INTERNAL_MATH_INLINES version.
47980         (__ieee754_sqrtf): Likewise.
47982         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
47983         to inline function.
47984         (__rintf, __floor, __floorf): Likewise.
47986         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
47987         macro to inline function.
47988         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
47990         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
47991         not <math/math_private.h>.
47993 2012-03-08  David S. Miller  <davem@davemloft.net>
47995         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
47996         copyright year.
47997         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
47999 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
48001         * resolv/gai_misc.c (handle_requests): Fix struct timespec
48002         normalization.
48003         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
48004         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
48006 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
48008         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
48009         be defined individually, they must be defined as a block.  Define
48010         S for printing a string instead of hidint the different by using a
48011         macro for adding the 'l'.
48012         * stdio-common/tst-fphex-wide.c: Adjust.
48014 2012-03-07  Marek Polacek  <polacek@redhat.com>
48016         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
48018 2012-03-08  Marek Polacek  <polacek@redhat.com>
48020         [BZ #13806]
48021         * stdio-common/Makefile (tests): Add tst-fphex-wide.
48022         * stdio-common/tst-fphex.c: Define a few macros to make the
48023         test reusable.  Use them.
48024         * stdio-common/tst-fphex-wide.c: New file.
48026 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
48028         [BZ #6911]
48029         * manual/macros.texi (gnusystems): New macro.
48030         (nongnusystems): Likewise.
48031         (gnulinuxhurdsystems): Likewise.
48032         (gnuhurdsystems): Likewise..
48033         (gnulinuxsystems): Likewise.
48034         * manual/charset.texi: Use new macros or @theglibc{} to refer to
48035         variants of the GNU system, not "GNU system".
48036         * manual/conf.texi: Likewise.
48037         * manual/errno.texi: Likewise.  Update example of errno macro
48038         expansion.
48039         * manual/filesys.texi: Likewise.
48040         (getumask): Document as specific to GNU/Hurd.
48041         * manual/install.texi: Likewise.  Reword some references to
48042         GNU/Linux.
48043         * manual/intro.texi: Likewise.
48044         * manual/io.texi: Likewise.
48045         (File Name Portability): Detail which constraints are inapplicable
48046         to all GNU systems and which are only inapplicable to GNU/Hurd.
48047         * manual/job.texi: Likewise.
48048         * manual/llio.texi: Likewise.
48049         (O_NOCTTY): Document as present on GNU/Linux.
48050         * manual/maint.texi: Likewise.
48051         * manual/memory.texi: Likewise.
48052         * manual/pattern.texi: Likewise.
48053         * manual/pipe.texi: Likewise.
48054         * manual/process.texi: Likewise.
48055         * manual/resource.texi: Likewise.
48056         (RUSAGE_CHILDREN): Remove statement about specifying a particular
48057         child on GNU/Hurd.
48058         * manual/setjmp.texi: Likewise.
48059         * manual/signal.texi: Likewise.
48060         * manual/startup.texi: Likewise.
48061         * manual/stdio.texi: Likewise.
48062         * manual/terminal.texi: Likewise.
48063         (ONLCR): Document as POSIX.
48064         (OXTABS): Document availability on GNU/Linux as XTABS.
48065         (ONOEOT): Document availability separately from other bits.
48066         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
48067         * manual/time.texi: Likewise.
48068         * manual/users.texi: Likewise.
48069         * INSTALL: Regenerated.
48070         * sysdeps/gnu/errlist.c: Regenerated.
48072         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
48073         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
48074         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
48075         puts.
48076         * configure: Regenerated.
48078 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
48080         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
48081         default includes instead of AC_HEADER_CHECK.
48082         * sysdeps/i386/configure: Regenerated.
48084         [BZ #10716]
48085         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
48086         * math/s_cacoshf.c (__cacoshf): Likewise.
48087         * math/s_cacoshl.c (__cacoshl): Likewise.
48088         * math/s_casinh.c (__casinh): Set signs of result from argument.
48089         * math/s_casinhf.c (__casinhf): Likewise.
48090         * math/s_casinhl.c (__casinhl): Likewise.
48091         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
48092         (casinh_test): Add more tests.
48093         * sysdeps/i386/fpu/libm-test-ulps: Update.
48094         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48096 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
48098         * po/zh_TW.po: Update from translation team.
48100         * login/Makefile (distribute): Remove variable.
48101         * catgets/Makefile: Likewise.
48102         * mach/Makefile: Likewise.
48103         * malloc/Makefile: Likewise.
48104         * misc/Makefile: Likewise.
48105         * iconv/Makefile: Likewise.
48106         * nscd/Makefile: Likewise.
48107         * hurd/Makefile: Likewise.
48108         * manual/Makefile: Likewise.
48109         * locale/Makefile: Likewise.
48110         * intl/Makefile: Likewise.
48111         * conform/Makefile: Likewise.
48112         * nss/Makefile: Likewise.
48113         * time/Makefile: Likewise.
48114         * soft-fp/Makefile: Likewise.
48115         * dirent/Makefile: Likewise.
48116         * gmon/Makefile: Likewise.
48117         * po/Makefile: Likewise.
48118         * rt/Makefile: Likewise.
48119         * socket/Makefile: Likewise.
48120         * math/Makefile: Likewise.
48121         * signal/Makefile: Likewise.
48122         * debug/Makefile: Likewise.
48123         * elf/Makefile: Likewise.
48124         * timezone/Makefile: Likewise.
48125         * stdlib/Makefile: Likewise.
48126         * iconvdata/Makefile: Likewise.
48127         * sunrpc/Makefile: Likewise.
48128         * io/Makefile: Likewise.
48129         * argp/Makefile: Likewise.
48130         * inet/Makefile: Likewise.
48131         * hesiod/Makefile: Likewise.
48132         * grp/Makefile: Likewise.
48133         * csu/Makefile: Likewise.
48134         * wctype/Makefile: Likewise.
48135         * crypt/Makefile: Likewise.
48136         * libio/Makefile: Likewise.
48137         * string/Makefile: Likewise.
48138         * nis/Makefile: Likewise.
48139         * resolv/Makefile: Likewise.
48140         * stdio-common/Makefile: Likewise.
48141         * wcsmbs/Makefile: Likewise.
48142         * dlfcn/Makefile: Likewise.
48143         * posix/Makefile: Likewise.
48145         [BZ #6959]
48146         * timezone/Makefile: Don't install timezone files, just the programs
48147         and scripts.
48149 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
48151         * nss/databases.def: Add missing gshadow entry.
48153         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
48155 2012-03-06  Marek Polacek  <polacek@redhat.com>
48157         [BZ #13726]
48158         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
48159         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
48160         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
48161         * stdio-common/tst-long-dbl-fphex.c: New file.
48163 2012-03-06  David S. Miller  <davem@davemloft.net>
48165         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
48166         (set_obp_int): New function.
48167         (get_obp_int): New function.
48168         (__get_clockfreq_via_dev_openprom): Likewise.
48169         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
48170         Avoid unused variable warnings on 'val' and use builtin_expect.
48171         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
48172         __builtin_expect.
48173         (INLINE_CLONE_SYSCALL): Likewise.
48175 2012-03-05  David S. Miller  <davem@davemloft.net>
48177         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48179 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
48181         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48183         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
48184         only for |x| >= 40.
48185         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48187 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
48189         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
48190         Replace gettimeofday with __vdso_gettimeofday.
48192         * sysdeps/unix/sysv/linux/x86_64/init-first.c
48193         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
48194         __vdso_clock_gettime and __vdso_getcpu.
48196         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
48197         time with __vdso_time.
48199 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
48201         * manual/lang.texi (size_t): Note types to which size_t may be
48202         equivalent with the GNU C Library, but do not describe when
48203         differences between them are significant.
48205 2012-03-05  Andreas Jaeger  <aj@suse.de>
48207         * sysdeps/i386/fpu/libm-test-ulps: Update.
48209 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
48211         [BZ #3976]
48212         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
48213         (__ieee754_pow): Save and restore rounding mode and use
48214         round-to-nearest for main computations.
48215         * math/libm-test.inc (pow_test_tonearest): New function.
48216         (pow_test_towardzero): Likewise.
48217         (pow_test_downward): Likewise.
48218         (pow_test_upward): Likewise.
48219         (main): Call the new functions.
48220         * sysdeps/i386/fpu/libm-test-ulps: Update.
48221         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48223         [BZ #3976]
48224         * math/libm-test.inc (cosh_test_tonearest): New function.
48225         (cosh_test_towardzero): Likewise.
48226         (cosh_test_downward): Likewise.
48227         (cosh_test_upward): Likewise.
48228         (sinh_test_tonearest): Likewise.
48229         (sinh_test_towardzero): Likewise.
48230         (sinh_test_downward): Likewise.
48231         (sinh_test_upward): Likewise.
48232         (main): Call the new functions.
48233         * sysdeps/i386/fpu/libm-test-ulps: Update.
48234         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48236 2012-03-05  Tom de Vries  <tom@codesourcery.com>
48238         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
48239         default stack guard is set in last bytes.
48240         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
48242 2012-03-05  Kees Cook  <keescook@chromium.org>
48244         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
48246         [BZ #13656]
48247         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
48248         possibly allocate from heap instead of stack.
48249         * stdio-common/bug-vfprintf-nargs.c: New file.
48250         * stdio-common/Makefile (tests): Add nargs overflow test.
48252 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
48254         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48256 2012-03-03  Marek Polacek  <polacek@redhat.com>
48258         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
48259         * math/math_private.h: Likewise.
48260         * stdlib/tst-strtod.c: Likewise.
48261         * sysdeps/i386/i486/bits/atomic.h: Likewise.
48262         * sysdeps/x86_64/bits/atomic.h: Likewise.
48264 2012-03-02  David S. Miller  <davem@davemloft.net>
48266         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
48267         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
48268         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
48269         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
48270         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
48271         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
48272         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
48273         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
48275 2012-03-02  Roland McGrath  <roland@hack.frob.com>
48277         [BZ #13792]
48278         * manual/examples/README: New file, says the example source files
48279         can be used under GPL>=2.
48280         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
48281         line containing just "*/".
48282         * manual/examples/add.c: Add copyright header (GPL>=2).
48283         * manual/examples/argp-ex1.c: Likewise.
48284         * manual/examples/argp-ex2.c: Likewise.
48285         * manual/examples/argp-ex3.c: Likewise.
48286         * manual/examples/argp-ex4.c: Likewise.
48287         * manual/examples/atexit.c: Likewise.
48288         * manual/examples/db.c: Likewise.
48289         * manual/examples/dir.c: Likewise.
48290         * manual/examples/dir2.c: Likewise.
48291         * manual/examples/execinfo.c: Likewise.
48292         * manual/examples/filecli.c: Likewise.
48293         * manual/examples/filesrv.c: Likewise.
48294         * manual/examples/fmtmsgexpl.c: Likewise.
48295         * manual/examples/genpass.c: Likewise.
48296         * manual/examples/inetcli.c: Likewise.
48297         * manual/examples/inetsrv.c: Likewise.
48298         * manual/examples/isockad.c: Likewise.
48299         * manual/examples/longopt.c: Likewise.
48300         * manual/examples/memopen.c: Likewise.
48301         * manual/examples/memstrm.c: Likewise.
48302         * manual/examples/mkfsock.c: Likewise.
48303         * manual/examples/mkisock.c: Likewise.
48304         * manual/examples/mygetpass.c: Likewise.
48305         * manual/examples/pipe.c: Likewise.
48306         * manual/examples/popen.c: Likewise.
48307         * manual/examples/rprintf.c: Likewise.
48308         * manual/examples/search.c: Likewise.
48309         * manual/examples/select.c: Likewise.
48310         * manual/examples/setjmp.c: Likewise.
48311         * manual/examples/sigh1.c: Likewise.
48312         * manual/examples/sigusr.c: Likewise.
48313         * manual/examples/stpcpy.c: Likewise.
48314         * manual/examples/strdupa.c: Likewise.
48315         * manual/examples/strftim.c: Likewise.
48316         * manual/examples/strncat.c: Likewise.
48317         * manual/examples/subopt.c: Likewise.
48318         * manual/examples/swapcontext.c: Likewise.
48319         * manual/examples/termios.c: Likewise.
48320         * manual/examples/testopt.c: Likewise.
48321         * manual/examples/testpass.c: Likewise.
48322         * manual/examples/timeval_subtract.c: Likewise.
48324         [BZ #13792]
48325         * manual/time.texi (Elapsed Time): Move timeval_subtract example
48326         function to ...
48327         * manual/timeval_subtract.c.texi: ... here, new file.
48329 2012-03-02  David S. Miller  <davem@davemloft.net>
48331         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
48333 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
48335         [BZ #3976]
48336         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
48337         (__sin): Save and restore rounding mode and use round-to-nearest
48338         for all computations.
48339         (__cos): Save and restore rounding mode and use round-to-nearest
48340         for all computations.
48341         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
48342         <fenv.h>.
48343         (tan): Save and restore rounding mode and use round-to-nearest for
48344         all computations.
48345         * math/libm-test.inc (cos_test_tonearest): New function.
48346         (cos_test_towardzero): Likewise.
48347         (cos_test_downward): Likewise.
48348         (cos_test_upward): Likewise.
48349         (sin_test_tonearest): Likewise.
48350         (sin_test_towardzero): Likewise.
48351         (sin_test_downward): Likewise.
48352         (sin_test_upward): Likewise.
48353         (tan_test_tonearest): Likewise.
48354         (tan_test_towardzero): Likewise.
48355         (tan_test_downward): Likewise.
48356         (tan_test_upward): Likewise.
48357         (main): Call the new functions.
48358         * sysdeps/i386/fpu/libm-test-ulps: Update.
48359         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48361         [BZ #10135]
48362         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
48363         small n, then large n, before computing and testing k+n.
48364         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
48365         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
48366         Likewise.
48367         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
48368         Likewise.
48369         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
48370         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
48371         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
48372         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
48373         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
48374         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
48375         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
48376         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
48377         * math/libm-test.inc (scalbn_test): Add more tests.
48378         (scalbln_test): Likewise.
48380         * manual/filesys.texi (mode_t): Describe constraints on size and
48381         signedness, not exact equivalence to a particular type.
48382         (ino_t): Likewise.
48383         (ino64_t): Likewise.
48384         (dev_t): Likewise.
48385         (nlink_t): Likewise.
48386         (blkcnt_t): Likewise.
48387         (blkcnt64_t): Likewise.
48388         * manual/llio.texi (off_t): Likewise.
48390         [BZ #3976]
48391         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
48392         (__ieee754_exp): Save and restore rounding mode and use
48393         round-to-nearest for all computations.
48394         * math/libm-test.inc (exp_test_tonearest): New function.
48395         (exp_test_towardzero): Likewise.
48396         (exp_test_downward): Likewise.
48397         (exp_test_upward): Likewise.
48398         (main): Call the new functions.
48399         * sysdeps/i386/fpu/libm-test-ulps: Update.
48400         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48402 2012-03-01  Chris Demetriou  <cgd@google.com>
48404         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
48405         have predictable order.
48407 2012-03-01  David S. Miller  <davem@davemloft.net>
48409         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
48411         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
48412         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
48413         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
48414         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
48416         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
48417         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
48418         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
48419         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
48420         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
48421         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
48422         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
48423         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
48424         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
48426         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48428         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
48429         * sysdeps/sparc/fpu/libm-test-ulps: to here.
48430         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
48432         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
48433         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
48434         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
48435         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
48436         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
48437         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
48438         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
48439         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
48440         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
48441         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
48442         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
48443         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48444         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
48445         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
48446         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
48447         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
48448         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
48449         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
48450         * sysdeps/sparc/elf/configure: Regenerated.
48452 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
48454         * configure.in (AS, LD): Require binutils 2.20 or later.
48455         * configure: Regenerated.
48456         * manual/install.texi (Tools for Compilation): Give binutils 2.20
48457         as required minimum version.
48458         * INSTALL: Regenerated.
48460         [BZ #2541]
48461         [BZ #4108]
48462         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
48463         before squaring exponent.
48464         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
48465         bottom long double and 27 bits of top long double before squaring
48466         exponent.
48467         * math/libm-test.inc (erfc_test): Add more tests.
48468         * sysdeps/i386/fpu/libm-test-ulps: Update.
48469         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
48470         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48472 2012-03-01  Kai Tietz  <ktietz@redhat.com>
48474         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
48475         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
48476         containing bit-fields.
48477         * soft-fp/extended.h (_FP_UNION_E): Likewise.
48478         * soft-fp/single.h (_FP_UNION_S): Likewise.
48479         * soft-fp/double.h (_FP_UNION_D): Likewise.
48481 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
48483         [BZ #13786]
48484         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
48485         not include ../strcmp.S.
48486         [USE_AS_STRNCASECMP_L]: Likewise.
48487         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
48488         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
48489         * sysdeps/i386/i686/multiarch/strncase_l-c.c
48490         (__strncasecmp_l_ia32): Define as alias to
48491         __strncasecmp_l_nonascii.
48493         [BZ #5794]
48494         * math/libm-test.inc (expm1_test): Add test for bug 5794.
48495         * sysdeps/i386/fpu/libm-test-ulps: Update.
48496         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48498         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
48499         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48501 2012-02-29  Jeff Law  <law@redhat.com>
48503         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
48504         out of bounds read.
48506 2012-02-29  Marek Polacek  <polacek@redhat.com>
48508         [BZ #13706]
48509         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
48510         * elf/Makefile: Add rules to run tst-unused-dep.out.
48512 2012-02-28  David S. Miller  <davem@davemloft.net>
48514         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
48515         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
48516         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
48517         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
48518         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
48519         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
48521 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
48523         * math/libm-test.inc (llround_test): Move one test from
48524         lround_test.  Use TEST_f_L in moved test.
48525         (lround_test): Move misplaced test to llround_test.  Add testcase
48526         from bug 2561.
48528 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
48530         * sysdeps/x86_64/fpu/e_expf.S: New file.
48531         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
48533 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
48535         [BZ #13637]
48536         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
48537         of remain_len that may cause incomplete multi-byte character and
48538         false match.
48539         * posix/bug-regex33.c: New file.
48540         * posix/Makefile (tests): Add bug-regex33.
48542 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
48544         * manual/macros.texi: New file.
48545         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
48546         * manual/libc.texinfo: Include macros.texi.
48547         * manual/creatute.texi: Likewise.
48548         * manual/install.texi: Likewise.
48549         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
48550         @glibcadj{} in references to the GNU C Library.
48551         * manual/charset.texi: Likewise.
48552         * manual/conf.texi: Likewise.
48553         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
48554         when not using those macros.
48555         * manual/creature.texi: Likewise.
48556         * manual/crypt.texi: Likewise.
48557         * manual/errno.texi: Likewise.
48558         * manual/filesys.texi: Likewise.
48559         * manual/header.texi: Likewise.
48560         * manual/install.texi: Likewise.
48561         * manual/intro.texi: Likewise.
48562         * manual/io.texi: Likewise.
48563         * manual/job.texi: Likewise.
48564         * manual/lang.texi: Likewise.
48565         * manual/libc.texiinfo: Likewise.
48566         * manual/llio.texi: Likewise.
48567         * manual/locale.texi: Likewise.
48568         * manual/maint.texi: Likewise.
48569         * manual/math.texi: Likewise.
48570         * manual/memory.texi: Likewise.
48571         * manual/message.texi: Likewise.
48572         * manual/nss.texi: Likewise.
48573         * manual/pattern.texi: Likewise.
48574         * manual/process.texi: Likewise.
48575         * manual/resource.texi: Likewise.
48576         * manual/search.texi: Likewise.
48577         * manual/setjmp.texi: Likewise.
48578         * manual/signal.texi: Likewise.
48579         * manual/socket.texi: Likewise.
48580         * manual/startup.texi: Likewise.
48581         * manual/stdio.texi: Likewise.
48582         * manual/string.texi: Likewise.
48583         * manual/sysinfo.texi: Likewise.
48584         * manual/syslog.texi: Likewise.
48585         * manual/terminal.texi: Likewise.
48586         * manual/time.texi: Likewise.
48587         * manual/users.texi: Likewise.
48588         * INSTALL: Regenerated.
48589         * NOTES: Regenerated.
48590         * sysdeps/gnu/errlist.c: Regenerated.
48592 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
48594         * include/dirent.h: Include <dirstream.h> before
48595         <dirent/dirent.h>.
48597 2012-02-28  David S. Miller  <davem@davemloft.net>
48599         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
48600         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
48601         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
48602         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
48604 2012-02-27  David S. Miller  <davem@davemloft.net>
48606         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
48607         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
48608         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
48609         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
48611         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
48612         frame pointer instead of stack pointer relative arg slot.
48613         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
48614         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
48615         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
48617 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
48619         [BZ #3992]
48620         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
48622 2012-02-27  David S. Miller  <davem@davemloft.net>
48624         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
48625         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
48626         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
48627         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
48628         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
48629         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
48630         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
48631         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
48633 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
48635         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
48636         later.  Allow versions 5-9.
48637         * configure: Regenerated.
48638         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
48639         required minimum version and 4.6 as recommended version.  Do not
48640         mention bugs in GCC 2.7 and 2.8.
48641         * INSTALL: Regenerated.
48643 2012-02-27  David S. Miller  <davem@davemloft.net>
48645         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
48646         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
48647         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
48648         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
48649         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
48650         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
48651         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
48652         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
48654         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
48655         manipulate bits before adding and subtracting TWO112[sx].
48656         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
48658 2012-02-27  Roland McGrath  <roland@hack.frob.com>
48660         [BZ #13775]
48661         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
48662         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
48663         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
48664         being in POSIX, because they are in 1003.1-2008.
48666         * rt/tst-aio.c: Include <fcntl.h>.
48667         * rt/tst-aio7.c: Likewise.
48668         * rt/tst-aio64.c: Likewise.
48670         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
48672 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
48674         * manual/install.texi (--with-headers): Describe headers as
48675         interface headers, not private headers.
48676         (Specific advice for GNU/Linux systems): Describe use of headers
48677         from "make headers_install", not private headers from older
48678         kernels.
48679         * INSTALL: Regenerated.
48680         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
48681         Change to 2.6.19.
48682         * sysdeps/unix/sysv/linux/configure: Regenerated.
48684         * manual/llio.texi (fclean): Remove documentation.
48686         * manual/Makefile (libc-texi-generated): New variable.  Include
48687         version.texi.
48688         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
48689         $(libc-texi-generated), not duplicated list of files.
48690         (version.texi, stamp-version): New rules.
48691         (realclean): Remove $(libc-texi-generated), not individual files
48692         from that list.  Do not remove dir-add.texinfo.
48693         * manual/libc.texinfo: Comment out uses of edition numbers and
48694         references to printed manual.  Remove last-updated dates.
48695         (EDITION): Comment out.
48696         (ISBN): Likewise.
48697         (VERSION, UPDATED): Remove.
48698         (version.texi): Include.
48700 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
48702         * sysdeps/posix/spawni.c: Include <signal.h>.
48703         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
48704         * sysdeps/pthread/aio_fsync.c: Likewise.
48706 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
48708         * conform/Makefile (tests): Run only when not cross-compiling and
48709         when fast-check is not defined.
48711         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
48712         * conform/data/limits.h-data: Fixes for POSIX2008.
48713         * conform/run-conformtest.sh: Run all tests.
48714         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
48715         headers.
48716         * include/bits/dlfcn.h: Likewise.
48717         * include/langinfo.h: Likewise.
48718         * include/monetary.h: Likewise.
48719         * include/sys/poll.h: Likewise.
48721         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
48722         for __USE_GNU.
48723         * posix/spawn.h: Define __need_sigset_t.
48724         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
48725         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
48726         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
48727         to get sigevent_t only.
48728         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
48729         only for __USE_GNU.
48730         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
48731         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48732         process_vm_writev only for __USE_GNU.
48733         * termios/termios.h: Declare tcgetsid also for POSIX2008.
48735         * conform/Makefile: For now ignore errors from run-conformtest.
48736         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
48737         POSIX to avoid namespace pollution.  Don't prepend headers.
48738         * conform/data/aio.h-data: Fixes for POSIX testing.
48739         * conform/data/fcntl.h-data: Likewise.
48740         * conform/data/glob.h-data: Likewise.
48741         * conform/data/grp.h-data: Likewise.
48742         * conform/data/pthread.h-data: Likewise.
48743         * conform/data/pwd.h-data: Likewise.
48744         * conform/data/signal.h-data: Likewise.
48745         * conform/data/spawn.h-data: Likewise.
48746         * conform/data/stdio.h-data: Likewise.
48747         * conform/data/stdlib.h-data: Likewise.
48748         * conform/data/stropts.h-data: Likewise.
48749         * conform/data/sys/mman.h-data: Likewise.
48750         * conform/data/sys/stat.h-data: Likewise.
48751         * conform/data/sys/types.h-data: Likewise.
48752         * conform/data/sys/wait.h-data: Likewise.
48753         * conform/data/time.h-data: Likewise.
48754         * conform/data/unistd.h-data: Likewise.
48755         * conform/data/utime.h-data: Likewise.
48757         * io/sys/stat.h: fchmod was always in POSIX.
48758         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
48759         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
48760         * rt/aio.h: Define __need_timespec before including <time.h>.
48761         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
48762         struct.  Add forward declaration of pthread_attr_t and use it in
48763         sigevent.
48764         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
48765         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
48766         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
48767         always remove CLK_TCK definition.
48769 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
48771         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
48773 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
48775         * conform/run-conformtest.sh: New file.
48776         * conform/Makefile: Run run-conformtest for tests.
48777         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
48778         support.
48780         * conform/data/uchar.h-data: New file.
48781         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
48782         * conform/data/arpa/inet.h-data: Likewise.
48783         * conform/data/assert.h-data: Likewise.
48784         * conform/data/complex.h-data: Likewise.
48785         * conform/data/cpio.h-data: Likewise.
48786         * conform/data/ctype.h-data: Likewise.
48787         * conform/data/dirent.h-data: Likewise.
48788         * conform/data/dlfcn.h-data: Likewise.
48789         * conform/data/errno.h-data: Likewise.
48790         * conform/data/fcntl.h-data: Likewise.
48791         * conform/data/float.h-data: Likewise.
48792         * conform/data/fmtmsg.h-data: Likewise.
48793         * conform/data/fnmatch.h-data: Likewise.
48794         * conform/data/ftw.h-data: Likewise.
48795         * conform/data/glob.h-data: Likewise.
48796         * conform/data/grp.h-data: Likewise.
48797         * conform/data/iconv.h-data: Likewise.
48798         * conform/data/inttypes.h-data: Likewise.
48799         * conform/data/langinfo.h-data: Likewise.
48800         * conform/data/libgen.h-data: Likewise.
48801         * conform/data/limits.h-data: Likewise.
48802         * conform/data/locale.h-data: Likewise.
48803         * conform/data/math.h-data: Likewise.
48804         * conform/data/monetary.h-data: Likewise.
48805         * conform/data/mqueue.h-data: Likewise.
48806         * conform/data/ndbm.h-data: Likewise.
48807         * conform/data/net/if.h-data: Likewise.
48808         * conform/data/netdb.h-data: Likewise.
48809         * conform/data/netinet/in.h-data: Likewise.
48810         * conform/data/nl_types.h-data: Likewise.
48811         * conform/data/poll.h-data: Likewise.
48812         * conform/data/pthread.h-data: Likewise.
48813         * conform/data/pwd.h-data: Likewise.
48814         * conform/data/regex.h-data: Likewise.
48815         * conform/data/sched.h-data: Likewise.
48816         * conform/data/search.h-data: Likewise.
48817         * conform/data/semaphore.h-data: Likewise.
48818         * conform/data/setjmp.h-data: Likewise.
48819         * conform/data/signal.h-data: Likewise.
48820         * conform/data/spawn.h-data: Likewise.
48821         * conform/data/stdarg.h-data: Likewise.
48822         * conform/data/stdio.h-data: Likewise.
48823         * conform/data/stdlib.h-data: Likewise.
48824         * conform/data/string.h-data: Likewise.
48825         * conform/data/strings.h-data: Likewise.
48826         * conform/data/stropts.h-data: Likewise.
48827         * conform/data/sys/ipc.h-data: Likewise.
48828         * conform/data/sys/mman.h-data: Likewise.
48829         * conform/data/sys/msg.h-data: Likewise.
48830         * conform/data/sys/resource.h-data: Likewise.
48831         * conform/data/sys/select.h-data: Likewise.
48832         * conform/data/sys/sem.h-data: Likewise.
48833         * conform/data/sys/shm.h-data: Likewise.
48834         * conform/data/sys/socket.h-data: Likewise.
48835         * conform/data/sys/stat.h-data: Likewise.
48836         * conform/data/sys/statvfs.h-data: Likewise.
48837         * conform/data/sys/time.h-data: Likewise.
48838         * conform/data/sys/timeb.h-data: Likewise.
48839         * conform/data/sys/times.h-data: Likewise.
48840         * conform/data/sys/types.h-data: Likewise.
48841         * conform/data/sys/uio.h-data: Likewise.
48842         * conform/data/sys/un.h-data: Likewise.
48843         * conform/data/sys/utsname.h-data: Likewise.
48844         * conform/data/sys/wait.h-data: Likewise.
48845         * conform/data/syslog.h-data: Likewise.
48846         * conform/data/tar.h-data: Likewise.
48847         * conform/data/termios.h-data: Likewise.
48848         * conform/data/utime.h-data: Likewise.
48849         * conform/data/utmpx.h-data: Likewise.
48850         * conform/data/varargs.h-data: Likewise.
48851         * conform/data/wchar.h-data: Likewise.
48852         * conform/data/wctype.h-data: Likewise.
48853         * conform/data/wordexp.h-data: Likewise.
48855         * include/stropts.h: New file.
48856         * include/uchar.h: New file.
48857         * include/aio.h: Changes to allow conformtest.pl to use the headers.
48858         * include/assert.h: Likewise.
48859         * include/ctype.h: Likewise.
48860         * include/dirent.h: Likewise.
48861         * include/dlfcn.h: Likewise.
48862         * include/fcntl.h: Likewise.
48863         * include/fnmatch.h: Likewise.
48864         * include/glob.h: Likewise.
48865         * include/grp.h: Likewise.
48866         * include/libio.h: Likewise.
48867         * include/locale.h: Likewise.
48868         * include/math.h: Likewise.
48869         * include/net/if.h: Likewise.
48870         * include/netdb.h: Likewise.
48871         * include/netinet/in.h: Likewise.
48872         * include/pthread.h: Likewise.
48873         * include/pwd.h: Likewise.
48874         * include/regex.h: Likewise.
48875         * include/sched.h: Likewise.
48876         * include/search.h: Likewise.
48877         * include/setjmp.h: Likewise.
48878         * include/signal.h: Likewise.
48879         * include/stdio.h: Likewise.
48880         * include/stdlib.h: Likewise.
48881         * include/string.h: Likewise.
48882         * include/sys/cdefs.h: Likewise.
48883         * include/sys/mman.h: Likewise.
48884         * include/sys/msg.h: Likewise.
48885         * include/sys/resource.h: Likewise.
48886         * include/sys/select.h: Likewise.
48887         * include/sys/socket.h: Likewise.
48888         * include/sys/stat.h: Likewise.
48889         * include/sys/statvfs.h: Likewise.
48890         * include/sys/time.h: Likewise.
48891         * include/sys/times.h: Likewise.
48892         * include/sys/uio.h: Likewise.
48893         * include/sys/utsname.h: Likewise.
48894         * include/sys/wait.h: Likewise.
48895         * include/termios.h: Likewise.
48896         * include/time.h: Likewise.
48897         * include/ulimit.h: Likewise.
48898         * include/unistd.h: Likewise.
48899         * include/utime.h: Likewise.
48900         * include/wchar.h: Likewise.
48901         * include/wctype.h: Likewise.
48902         * include/wordexp.h: Likewise.
48904         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
48906         * time/time.h: TIME_UTC must be a macro.
48907         Make timespec_get available for ISO C11 only as well.
48909 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
48911         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
48912         Reported by Peng Haitao <penght@cn.fujitsu.com>.
48914 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48916         * configure.in: Use -o not -a in test for unsupported multi-arch.
48918 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48920         * manual/texinfo.tex: Update to version 2012-01-19.16.
48922 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48924         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
48926 2012-02-24  Roland McGrath  <roland@hack.frob.com>
48928         [BZ #13738]
48929         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
48930         * manual/fdl-1.3.texi: New file.
48931         * manual/fdl-1.1.texi: File removed.
48933         [BZ #13738]
48934         * manual/libc.texinfo (FDL_VERSION): New @set.
48935         Use it for mention of FDL in cover text.
48936         (Documentation License): Use it in @include file name.
48938 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48939             Roland McGrath  <roland@hack.frob.com>
48941         [BZ #5461]
48942         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
48943         (not LONG_LONG_MAX and LONG_LONG_MIN.
48944         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
48945         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
48946         name.
48947         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
48949 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48951         [BZ #2547]
48952         [BZ #11365]
48953         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
48954         manipulate bits before adding and subtracting TWO23[sx].
48955         * math/libm-test.inc (nearbyint_test): Add more tests.
48957 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48959         [BZ #2548]
48960         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
48961         bits before adding and subtracting TWO23[sx].
48962         * math/libm-test.inc (rint_test): Add more tests.
48963         (rint_test_tonearest): Likewise.
48964         (rint_test_towardzero): Likewise.
48965         (rint_test_downward): Likewise.
48966         (rint_test_upward: Likewise.
48968 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48970         [BZ #10110]
48971         * include/stdc-predef.h: New file.  Extracted from features.h.
48972         * include/features.h: Include stdc-predef.h.
48973         * Makefile (headers): Add stdc-predef.h.
48974         * CONFORMANCE (Compiler limitations): Update.
48976 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48978         * manual/libc.texinfo (VERSION, UPDATED): Revert.
48980 2012-02-21  David S. Miller  <davem@davemloft.net>
48982         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
48983         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
48985 2012-02-20  David S. Miller  <davem@davemloft.net>
48987         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
48988         using a normal save/restore sequence, rather than allocating a
48989         dummy stack frame just to store a frame pointer and restore.
48990         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48992 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
48994         * manual/install.texi: Fix stray word in line-wrapped comment.
48996 2012-02-20  David S. Miller  <davem@davemloft.net>
48998         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
48999         both binutils and gcc support GOTDATA.
49001         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
49002         "rd %pc" in the PIC register setup sequences.
49004         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
49005         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
49006         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
49007         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
49008         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
49009         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
49010         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
49011         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49012         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
49013         (SYSCALL_ERROR_HANDLER): Likewise.
49014         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
49015         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
49016         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
49017         (SYSCALL_ERROR_HANDLER): Likewise.
49019         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
49020         (HAVE_GCC_GOTDATA): New.
49021         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
49022         relocation support in both binutils and gcc.
49023         * sysdeps/sparc/elf/configure: Regenerate.
49025         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
49026         * sysdeps/sparc/sparc32/elf/configure: Delete.
49027         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
49028         * sysdeps/sparc/sparc64/elf/configure: Delete.
49029         * sysdeps/sparc/elf/configure.in: New file.
49030         * sysdeps/sparc/elf/configure: Generate.
49032         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
49033         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
49034         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49035         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
49036         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
49038 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49040         * manual/install.texi: Do not mention specific glibc version
49041         numbers.
49042         * manual/libc.texinfo (VERSION, UPDATED): Update.
49043         (@copying): Use @copyright{} and range of years.
49045 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49047         [BZ #13695]
49048         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
49049         [crti.S not in sysdirs] (generated): Do not append.
49050         [crti.S not in sysdirs] (omit-deps): Likewise.
49051         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
49052         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
49053         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
49054         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
49055         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
49056         Likewise.
49057         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
49058         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
49059         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
49060         * csu/defs.awk: Remove file.
49061         * sysdeps/generic/initfini.c: Likewise.
49062         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
49063         variable.
49064         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
49065         Likewise.
49067 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49069         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
49070         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
49071         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
49072         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
49073         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49074         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
49075         <bits/epoll.h>.
49076         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
49077         (__EPOLL_PACKED): Define to empty if not defined by
49078         <bits/epoll.h>.
49079         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
49080         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49081         bits/epoll.h.
49083 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49085         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
49086         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
49087         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
49088         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
49089         <bits/timerfd.h>.
49090         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
49091         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49092         bits/timerfd.h.
49094 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49096         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
49097         in C locale.
49098         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
49099         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
49100         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
49101         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49103 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
49105         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49106         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
49108 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
49110         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
49111         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
49112         defined.
49113         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
49114         Likewise.
49115         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
49116         entry for 2.16.
49118 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
49120         * math/w_acos.c: Use non-signaling floating-point comparisons.
49121         * math/w_acosf.c: Likewise.
49122         * math/w_acosh.c: Likewise.
49123         * math/w_acoshf.c: Likewise.
49124         * math/w_acoshl.c: Likewise.
49125         * math/w_acosl.c: Likewise.
49126         * math/w_asin.c: Likewise.
49127         * math/w_asinf.c: Likewise.
49128         * math/w_asinl.c: Likewise.
49129         * math/w_atanh.c: Likewise.
49130         * math/w_atanhf.c: Likewise.
49131         * math/w_atanhl.c: Likewise.
49132         * math/w_exp2.c: Likewise.
49133         * math/w_exp2f.c: Likewise.
49134         * math/w_exp2l.c: Likewise.
49135         * math/w_j0.c: Likewise.
49136         * math/w_j0f.c: Likewise.
49137         * math/w_j0l.c: Likewise.
49138         * math/w_j1.c: Likewise.
49139         * math/w_j1f.c: Likewise.
49140         * math/w_j1l.c: Likewise.
49141         * math/w_jn.c: Likewise.
49142         * math/w_jnf.c: Likewise.
49143         * math/w_log.c: Likewise.
49144         * math/w_log10.c: Likewise.
49145         * math/w_log10f.c: Likewise.
49146         * math/w_log10l.c: Likewise.
49147         * math/w_log2.c: Likewise.
49148         * math/w_log2f.c: Likewise.
49149         * math/w_log2l.c: Likewise.
49150         * math/w_logf.c: Likewise.
49151         * math/w_logl.c: Likewise.
49152         * math/w_sqrt.c: Likewise.
49153         * math/w_sqrtf.c: Likewise.
49154         * math/w_sqrtl.c: Likewise.
49155         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49156         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
49157         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49158         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49159         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49161 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49163         [BZ #9739]
49164         * manual/string.texi (strnlen): Use correct parameter name in
49165         equivalent expression.
49167 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49169         [BZ #11174]
49170         * manual/users.texi (seteuid): Consistently use neweuid for
49171         argument name.
49173 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49175         [BZ #13704]
49176         * manual/nss.texi (Services in the NSS configuration): Correct
49177         list of services in example configuration file.
49179 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
49181         [BZ #11322]
49182         * manual/arith.texi: Remove statements about negative zero
49183         behaving identically to zero.
49185 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
49187         [BZ #5993]
49188         * manual/install.texi: Do not document upgrading from libc5.
49190 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
49192         [BZ #4596]
49193         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
49195 2012-02-18  David S. Miller  <davem@davemloft.net>
49197         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
49198         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
49199         %o7 across the call.
49200         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
49201         instead.
49202         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
49203         SETUP_PIC_REG_LEAF.
49204         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49205         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
49206         * sysdeps/sparc/crtn.S: Likewise.
49208 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
49210         * aout/Makefile: Remove.
49212 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
49214         [BZ #13058]
49215         * manual/examples/argp-ex1.c (main): Format definition in GNU
49216         style.
49217         * manual/examples/argp-ex2.c (main): Likewise.
49218         * manual/examples/argp-ex3.c (main): Likewise.
49219         * manual/examples/argp-ex4.c (main): Likewise.
49220         * manual/examples/longopt.c (main): Use new-style prototype
49221         definition.
49222         * manual/examples/strncat.c (main): Specify return type and use
49223         (void) for arguments.
49224         * manual/examples/subopt.c (main): Use char **argv argument.
49226 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49228         [BZ #5077]
49229         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
49230         rounding modes.
49232 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
49234         [BZ #6907]
49235         * manual/string.texi (strchr): Change when strchrnul is
49236         recommended.
49238 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
49240         [BZ #174]
49241         * manual/locale.texi (setlocale): Document LOCPATH.
49243 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49245         [BZ #10210]
49246         * manual/process.texi (execle): Move @dots{} before last argument.
49248 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
49250         [BZ #12047]
49251         * manual/charset.texi (Generic Charset Conversion): Fix typo
49252         (LC_TYPE -> LC_CTYPE).
49254 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
49256         [BZ #5805]
49257         * manual/arith.texi (scalbn): Use @var{} on parameter names.
49258         (scalbnf): Likewise.
49259         (scalbnl): Likewise.
49260         (scalbln): Likewise.
49261         (scalblnf): Likewise.
49262         (scalblnl): Likewise.
49263         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
49264         (vwarnx): Likewise.
49265         (verr): Likewise.
49266         (verrx): Likewise.
49267         * manual/filesys.texi (telldir): Use braces around return type.
49268         * manual/llio.texi (mmap): Add space after comma.
49269         (mmap64): Likewise.
49270         * manual/math.texi (jn): Use @var{} on parameter names.
49271         (jnf): Likewise.
49272         (jnl): Likewise.
49273         (yn): Likewise.
49274         (ynf): Likewise.
49275         (ynl): Likewise.
49276         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
49277         line.
49278         * manual/resource.texi (ulimit): Use @dots{} instead of literal
49279         "...".
49280         (sched_get_priority_min): Remove semicolon on @deftypefun line.
49281         (sched_get_priority_max): Likewise.
49282         * manual/signal.texi (sigvec): Add space after comma.
49283         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
49284         names.
49285         (if_indextoname): Likewise.
49286         (if_freenameindex): Likewise.
49287         (sendto): Use ',' instead of '.' in prototype.
49288         * manual/startup.texi (syscall): Use @dots{} instead of literal
49289         "...".
49290         * manual/stdio.texi (__fpending): Separate initial words of
49291         paragraph from @deftypefun line.
49292         * manual/syslog.texi (syslog): Use @dots{} instead of literal
49293         "...".
49294         (vsyslog): Use @var{} on parameter names.
49295         * manual/terminal.texi (stty): Use @var{} on parameter names.
49296         * manual/users.texi (getutmp): Use @var{} on parameter names.
49297         (getutmpx): Likewise.
49299 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49301         [BZ #6884]
49302         * manual/stdio.texi (fopen): Fix typos in description of
49303         ",ccs=STRING".
49305 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
49307         [BZ #4026]
49308         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
49309         get clock_id definition.
49311 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
49313         [BZ #4822]
49314         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
49315         (madvise): Cast every argument to void on its own.
49317 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49319         [BZ #9902]
49320         * manual/startup.texi (Exit Status): Fix typo.
49322 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49324         [BZ #10140]
49325         * manual/examples/argp-ex1.c: Include <stdlib.h>.
49326         * manual/examples/argp-ex2.c: Likewise.
49327         * manual/examples/argp-ex3.c: Likewise.
49329 2012-02-16  Richard Henderson  <rth@redhat.com>
49331         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
49332         * sysdeps/s390/s390-32/initfini.c: Remove.
49333         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
49334         * sysdeps/s390/s390-64/initfini.c: Remove.
49336 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
49338         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
49339         compiler output for sysdeps/generic/initfini.c.
49340         * sysdeps/sh/elf/initfini.c: Remove file.
49342 2012-02-16  David S. Miller  <davem@davemloft.net>
49344         [BZ #11494]
49345         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
49347         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
49348         * sysdeps/sparc/crti.S: New file.
49349         * sysdeps/sparc/crtn.S: New file.
49350         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
49351         * sysdeps/sparc/sparc64/Makefile: Likewise.
49353 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
49355         [BZ #3335]
49356         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
49358 2012-02-15  Roland McGrath  <roland@hack.frob.com>
49360         [BZ #4822]
49361         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
49363         * mach/devstream.c (cookie_io_functions_t): Macro removed.
49364         (write, read, close): Likewise.
49365         Patch by Aurelien Jarno <aurelien@aurel32.net>.
49367 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
49369         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
49370         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
49371         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
49372         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
49373         <bits/signalfd.h>.
49374         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
49375         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49376         bits/signalfd.h.
49378 2012-02-14  Marek Polacek  <polacek@redhat.com>
49380         * sysdeps/x86_64/crti.S: New file.
49381         * sysdeps/x86_64/crtn.S: New file.
49382         * sysdeps/x86_64/elf/initfini.c: Remove file.
49384 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
49386         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
49387         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
49388         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
49389         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
49390         <bits/inotify.h>.
49391         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
49392         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49393         bits/inotify.h.
49395 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
49397         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
49398         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
49399         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
49400         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
49401         <bits/eventfd.h>.
49402         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
49403         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49404         bits/eventfd.h.
49406 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
49408         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
49409         __feraiseexcept instead of feraiseexcept.
49411         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
49412         nanosleep invocations.
49413         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
49414         strings, and add error checking for a nanosleep invocations.
49416 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
49418         Replace FSF snail mail address with URLs, as per GNU coding standards.
49419         Most of the snail mail addresses were wrong anyway, and omitting
49420         them makes the source code easier to maintain.  Almost all of the
49421         changes are to license notices and to locale LC_IDENTIFICATION
49422         addresses, except for this one:
49423         * manual/libc.texinfo: In "Published by", give the FSF's URL,
49424         not its snail mail address.
49426 2012-02-09  Richard Henderson  <rth@twiddle.net>
49428         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
49429         of kernel-features.h.
49431         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
49433 2012-02-08  Marek Polacek  <polacek@redhat.com>
49435         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
49436         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
49437         * sysdeps/gnu/_G_config.h: Likewise.
49438         * sysdeps/generic/_G_config.h: Likewise.
49440 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
49442         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
49443         tests.
49444         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49446         * sysdeps/powerpc/powerpc32/crti.S: New file.
49447         * sysdeps/powerpc/powerpc32/crtn.S: New file.
49448         * sysdeps/powerpc/powerpc64/crti.S: New file.
49449         * sysdeps/powerpc/powerpc64/crtn.S: New file.
49451         * Makeconfig (have-initfini): Don't set.
49452         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
49453         * configure.in (nopic_initfini): Don't substitute.
49454         * config.h.in (HAVE_INITFINI): Don't #undef.
49455         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
49456         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
49458 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
49460         Support crti.S and crtn.S provided directly by architectures.
49461         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
49462         [crti.S in sysdirs] (omit-deps): Likewise.
49463         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
49464         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
49465         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
49466         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
49467         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
49468         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
49469         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
49470         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
49471         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
49472         compiler output for sysdeps/generic/initfini.c.
49473         * sysdeps/i386/elf/Makefile: Remove file.
49474         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
49476 2012-02-07  Marek Polacek  <polacek@redhat.com>
49478         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
49479         * sysdeps/gnu/_G_config.h: Likewise.
49480         * sysdeps/mach/hurd/_G_config.h: Likewise.
49482 2012-02-07  Marek Polacek  <polacek@redhat.com>
49484         * math/Makefile (tests): Add tst-CMPLX2.
49485         * math/tst-CMPLX2.c: New file.
49487 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
49489         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49491         * math/libm-test.inc (jn_test): Add missing L suffix.
49493 2012-02-06  Marek Polacek  <polacek@redhat.com>
49495         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
49496         * sysdeps/i386/fpu/e_powf.S: Likewise.
49497         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49498         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
49499         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49500         * sysdeps/i386/fpu/e_pow.S: Likewise.
49501         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
49502         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49503         * sysdeps/i386/fpu/s_expm1.S: Likewise.
49504         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
49505         * sysdeps/i386/fpu/e_log2.S: Likewise.
49506         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49507         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49508         * sysdeps/i386/fpu/e_powl.S: Likewise.
49509         * sysdeps/i386/fpu/s_log1p.S: Likewise.
49510         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49511         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
49512         * sysdeps/i386/fpu/e_logl.S: Likewise.
49513         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
49514         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
49515         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
49516         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
49517         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49518         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49519         * sysdeps/i386/fpu/e_log.S: Likewise.
49520         * sysdeps/i386/fpu/s_cexp.S: Likewise.
49521         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49522         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
49523         * sysdeps/i386/fpu/e_logf.S: Likewise.
49524         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49525         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49526         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
49527         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
49528         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
49529         * sysdeps/i386/fpu/e_log10.S: Likewise.
49530         * sysdeps/i386/fpu/s_frexp.S: Likewise.
49531         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49532         * sysdeps/i386/fpu/s_asinh.S: Likewise.
49533         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
49534         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49535         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
49536         * sysdeps/i386/asm-syntax.h: Likewise.
49537         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49538         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49539         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49540         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
49541         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
49542         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49543         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
49544         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
49545         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49546         * sysdeps/powerpc/sysdep.h: Likewise.
49547         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
49548         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
49550 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
49552         [BZ #411]
49553         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
49555 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
49557         * sysdeps/i386/sysdep.h: Include <features.h>.
49558         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
49559         version.
49561 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
49563         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
49564         Define.
49565         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
49566         LOAD_PIC_REG_STR.
49568 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
49570         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
49571         (SETUP_PIC_REG): Use GET_PC_THUNK.
49572         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
49573         macro.
49575 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
49577         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
49578         for non-PIC compilation.
49579         (SETUP_PIC_REG): Add .p2align directive.
49580         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
49581         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
49582         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
49583         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
49584         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
49585         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
49586         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
49587         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
49588         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
49589         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
49590         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
49591         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
49592         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
49593         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
49594         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
49595         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
49596         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
49597         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
49598         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
49599         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
49600         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
49601         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
49602         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
49603         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
49604         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
49605         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
49606         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
49607         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
49608         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
49609         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
49610         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
49611         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
49612         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
49613         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
49614         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
49615         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
49616         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
49617         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
49618         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
49619         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
49620         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
49622 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
49624         * math/tst-CMPLX.c: Include <stdio.h>.
49626 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
49628         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
49629         float.
49630         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
49631         * sysdeps/sparc/bits/mathdef.h: Likewise.
49633 2012-01-31  Marek Polacek  <polacek@redhat.com>
49635         * libio/libio.h: Don't define _PARAMS.
49636         * locale/programs/config.h: Don't define PARAMS.
49637         * stdlib/strtol_l.c: Likewise.
49638         (__strtol_l): Remove PARAMS from the prototype.
49640 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
49642         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
49643         names.  Just use the correct names.  Remove unnecessary wrapper
49644         functions.
49645         * malloc/arena.c: Likewise.
49646         * malloc/hooks.c: Likewise.
49648         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
49649         ARENA_TEST says not to.  Simplify test for creation of a new arena.
49650         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
49652 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
49654         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
49655         into tail calls.
49656         (update_get_addr): New function.
49657         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
49658         GET_ADDR_MODULE parameter.
49660 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
49662         * crypt/cert.c: Remove __STDC__ conditionals.
49663         * crypt/crypt-entry.c: Likewise.
49664         * crypt/crypt_util.c: Likewise.
49665         * libio/filedoalloc.c: Likewise.
49666         * libio/fileops.c: Likewise.
49667         * libio/genops.c: Likewise.
49668         * libio/iofclose.c: Likewise.
49669         * libio/iofdopen.c: Likewise.
49670         * libio/iofopen.c: Likewise.
49671         * libio/iofopen64.c: Likewise.
49672         * libio/iogetdelim.c: Likewise.
49673         * libio/iopopen.c: Likewise.
49674         * libio/obprintf.c: Likewise.
49675         * libio/oldfileops.c: Likewise.
49676         * libio/oldiofclose.c: Likewise.
49677         * libio/oldiofdopen.c: Likewise.
49678         * libio/oldiofopen.c: Likewise.
49679         * libio/oldiopopen.c: Likewise.
49680         * libio/wfiledoalloc.c: Likewise.
49681         * libio/wgenops.c: Likewise.
49682         * locale/programs/xmalloc.c: Likewise.
49683         * misc/syslog.c: Likewise.
49684         * stdio-common/xbug.c: Likewise.
49685         * string/memchr.c: Likewise.
49686         * string/memcmp.c: Likewise.
49687         * string/memrchr.c: Likewise.
49688         * string/rawmemchr.c: Likewise.
49689         * sysdeps/posix/getcwd.c: Likewise.
49690         * time/strftime_l.c: Likewise.
49692 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
49694         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
49695         * config.make.in (config-cflags-sse2avx): Define.
49696         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
49697         Fix typo.
49699 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
49701         * scripts/config.guess: Update from upstream config git repository.
49702         * scripts/config.sub: Likewise.
49704 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
49706         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
49707         (EM_NUM): Update.
49708         (R_TILEPRO_*, R_TILEGX_*): New macros.
49710         * scripts/firstversions.awk: Fix bug in version range handling.
49712         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
49714         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
49716         * include/sys/epoll.h: New file.
49717         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
49718         libc_hidden_def.
49720 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
49722         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
49723         Avoid unnecessary __WORDSIZE == 64 test.
49724         (fmaxf): Use VEX format if possible.
49725         (fmax): Likewise.
49726         (fminf): Likewise.
49727         (fmin): Likewise.
49729         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
49730         * math/math_private.h: Remove libc_fegetround* and
49731         libc_fesetround*.
49732         * sysdeps/i386/configure.in: Check for -msse2avx.
49733         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
49734         also if SSE2AVX is defined.
49735         Remove libc_fegetround* and libc_fesetround*.
49736         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
49737         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
49738         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
49739         of HAS_YMM_USABLE.
49740         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
49741         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
49742         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
49743         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
49744         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
49746         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
49748 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49750         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
49751         size is not set.
49752         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
49754 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
49756         [BZ #13618]
49757         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
49758         relocation.
49759         * Makeconfig (libm): Define.
49760         * elf/Makefile: Add rules to build and run tst-relsort1.
49761         * elf/tst-relsort1.c: New file.
49762         * elf/tst-relsort1mod1.c: New file.
49763         * elf/tst-relsort1mod2.c: New file.
49765 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
49767         * math/s_ldexp.c: Remove __STDC__ conditionals.
49768         * math/s_ldexpf.c: Likewise.
49769         * math/s_ldexpl.c: Likewise.
49770         * math/s_nextafter.c: Likewise.
49771         * math/s_nexttowardf.c: Likewise.
49772         * math/s_significand.c: Likewise.
49773         * math/s_significandf.c: Likewise.
49774         * math/s_significandl.c: Likewise.
49775         * math/w_jnl.c: Likewise.
49776         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
49777         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
49778         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
49779         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
49780         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
49781         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
49782         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
49783         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
49784         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
49785         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
49786         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
49787         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49788         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
49789         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
49790         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
49791         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
49792         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
49793         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
49794         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
49795         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49796         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49797         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
49798         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
49799         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
49800         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
49801         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
49802         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
49803         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
49804         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
49805         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
49806         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
49807         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
49808         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
49809         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
49810         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
49811         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
49812         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
49813         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
49814         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
49815         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
49816         * sysdeps/ieee754/k_standard.c: Likewise.
49817         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49818         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
49819         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
49820         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
49821         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
49822         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
49823         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
49824         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
49825         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
49826         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
49827         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
49828         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
49829         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
49830         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
49831         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
49832         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
49833         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
49834         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
49835         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
49836         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
49837         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
49838         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
49839         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
49840         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
49841         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
49842         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
49843         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49844         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49845         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49846         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
49847         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
49848         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
49849         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
49850         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
49851         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
49852         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
49853         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
49854         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
49855         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
49856         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
49857         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
49858         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
49859         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
49860         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
49861         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
49862         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
49863         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
49864         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
49865         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
49866         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
49867         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
49868         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
49869         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
49870         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
49871         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
49872         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
49873         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
49874         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49875         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49876         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49877         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
49878         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
49879         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
49880         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
49881         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
49882         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
49883         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
49884         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
49885         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
49886         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
49887         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
49888         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
49889         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
49890         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
49891         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
49892         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
49893         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
49894         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
49895         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
49896         * sysdeps/ieee754/s_matherr.c: Likewise.
49897         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
49898         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
49899         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
49900         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
49902 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
49904         * crypt/md5.h: Remove __STDC__ conditionals.
49905         * libio/libioP.h: Likewise.
49906         * locale/programs/config.h: Likewise.
49907         * sysdeps/generic/sysdep.h: Likewise.
49908         * sysdeps/i386/asm-syntax.h: Likewise.
49909         * sysdeps/s390/asm-syntax.h: Likewise.
49910         * sysdeps/unix/sysdep.h: Likewise.
49911         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
49912         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
49914 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
49916         * libio/libio.h: Remove __STDC__ conditionals.
49917         * malloc/obstack.h: Likewise.
49918         * math/complex.h: Likewise.
49919         * math/math.h: Likewise.
49920         * sysdeps/generic/_G_config.h: Likewise.
49921         * sysdeps/gnu/_G_config.h: Likewise.
49922         * sysdeps/mach/hurd/_G_config.h: Likewise.
49923         * sysdeps/powerpc/bits/mathdef.h: Likewise.
49924         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
49925         * sysdeps/sparc/bits/mathdef.h: Likewise.
49927 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
49929         [BZ #13583]
49930         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
49931         Clean up HAS_* macros.
49932         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
49933         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
49934         possible.
49935         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
49936         HAS_AVX.
49937         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
49938         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
49939         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
49940         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
49941         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
49943 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
49945         * elf/tst-unique3.cc (gets): Remove declaration.
49946         * elf/tst-unique3lib.cc (gets): Likewise.
49947         * elf/tst-unique3lib2.cc (gets): Likewise.
49948         * elf/tst-unique4.cc (gets): Likewise.
49950 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
49952         * include/stdio.h: Add C++ protection.  Add gets declarations and
49953         definitions.
49954         * debug/tst-chk1.c: Don't declare gets here.
49955         * stdio-common/tst-gets.c: Likewise.
49957 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
49959         * posix/glob: Remove directory.
49961 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
49963         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
49965 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
49967         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
49968         of the non-standard EPFNOSUPPORT.
49970 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49972         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
49973         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
49974         ANYWHERE set to 1 only on KERN_NO_SPACE error.
49976 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
49978         * wcsmbs/uchar.h: Test __STDC_VERSION__.
49980 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
49982         * nscd/aicache.c (addhstaiX): Do not cache negative results of
49983         transient errors.
49984         * nscd/grpcache.c (cache_addgr): Likewise.
49985         * nscd/hstcache.c (cache_addhst): Likewise.
49986         * nscd/initgrcache.c (addinitgroupsX): Likewise.
49987         * nscd/pwdcache.c (cache_addpw): Likewise.
49988         * nscd/servicescache.c (cache_addserv): Likewise.
49990 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
49992         * malloc/malloc.c: Various cleanups.
49993         * malloc/hooks.c: Likewise.
49995         * stdlib/Makefile (tests): Add bug-fmtmsg1.
49996         * stdlib/bug-fmtmsg1.c: New file.
49998         * stdlib/fmtmsg.c (init): Add missing unlock.
49999         Patch by Peng Haitao <penght@cn.fujitsu.com>.
50001 2012-01-12  Marek Polacek  <polacek@redhat.com>
50003         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
50004         and _GNU_SOURCE.
50006 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50008         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
50009         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
50010         macro to ensure uniqueness of label name.
50011         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
50012         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
50014 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
50016         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
50018         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
50019         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
50020         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
50021         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
50023 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
50025         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
50027         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
50028         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
50029         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
50031         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
50033         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
50034         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
50035         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
50036         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
50038         * math/bits/math-finite.h: Add ldexp support.
50040 2012-01-10  Marek Polacek  <polacek@redhat.com>
50042         * locale/programs/localedef.h (show_archive_content): Add noreturn
50043         attribute.
50045 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
50047         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
50049 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50051         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
50053         * io/Makefile (headers): Add bits/poll2.h.
50055 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
50057         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
50058         typo #include statement.
50060 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50062         * include/sys/cdefs.h: Define __attribute_alloc_size.
50063         * catgets/gencat.c: Add alloc_size attribute and apply consistently
50064         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
50065         * elf/pldd.c: Likewise.
50066         * iconv/iconv_charmap.c: Likewise.
50067         * iconv/iconvconfig.c: Likewise.
50068         * iconv/strtab.c: Likewise.
50069         * locale/programs/locale.c: Likewise.
50070         * locale/programs/localedef.h: Likewise.
50071         * locale/programs/simple-hash.c: Likewise.
50072         * nscd/nscd.h: Likewise.
50073         * nss/makedb.c: Likewise.
50074         * sysdeps/generic/ldconfig.h: Likewise.
50075         * locale/programs/localedef.c: Remove xmalloc prototype.
50076         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
50078 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
50080         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
50081         appropriate.
50083 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50085         * math/Makefile (tests): Add tst-CMPLX.
50086         * math/tst-CMPLX.c: New file.
50088         * math/complex.h (CMPLXL): Fix typo.
50090         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
50091         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
50092         GLIBC_2.16.
50093         * debug/tst-chk1.c: Add poll and ppoll tests.
50094         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
50095         * include/sys/poll.h: Add hidden proto for ppoll.
50096         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
50097         * sysdeps/mach/hurd/ppoll.c: Likewise.
50098         * io/ppoll.c: Likewise.
50099         * debug/poll_chk.c: New file.
50100         * debug/ppoll_chk.c: New file.
50101         * include/bits/poll2.h: New file.
50102         * io/bits/poll2.h: New file.
50104         [BZ #1350]
50105         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
50107         * configure.in: static is always set to yes.  Remove.
50108         * config.make.in: Don't set build-static.
50109         * Makeconfig: Remove use of build-static.
50110         * dlfcn/Makefile: Likewise.
50111         * elf/Makefile: Likewise.
50112         * math/Makefile: Likewise.
50113         * misc/Makefile: Likewise.
50114         * nptl/Makefile: Likewise.
50115         * sysdeps/mach/hurd/Makefile: Likewise.
50117         * configure.in: PWD_P is not used anymore.
50118         * config.make.in: Remove PWD_P entry.
50120         * configure.in: Remove last remnants of RANLIB.
50121         No need to check for signed size_t anymore.
50122         Don't set libc_commonpagesize and libc_relro_required here for Alpha
50123         and IA-64.
50124         Remove __builtin_expect test because we require at least gcc 3.4.
50125         * aclocal.m4: Likewise.
50127         * wcsmbs/mbrtoc16.c: Implement using towc function.
50128         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
50129         * wcsmbs/wcsmbsload.c: Likewise.
50130         * iconv/gconv_simple.c: Likewise.
50131         * iconv/gconv_int.h: Likewise.
50132         * iconv/gconv_builtin.h: Likewise.
50133         * iconv/iconv_prog.c: Remove CHAR16 handling.
50135         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
50137         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
50139         * configure.in: Remove --with-elf and --enable-bounded options.
50140         Dont set base_machine for ia64.  More non-ELF conditions removed.
50141         Remove testing and setting of leading underscore information.
50142         * config.make.in (build-bounded): Set to no.
50143         * config.h.in: Remove NO_UNDERSCORES entry.
50144         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
50145         them.
50146         * csu/start.c: Remove !NO_UNDERSCORE code.
50147         * locale/localeinfo.h: Likewise.
50148         * sysdeps/generic/machine-gmon.h: Likewise.
50149         * sysdeps/generic/sysdep.h: Likewise.
50150         * sysdeps/i386/sysdep.h: Likewise.
50151         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
50152         * sysdeps/mach/sysdep.h: Likewise.
50153         * sysdeps/s390/s390-32/sysdep.h: Likewise.
50154         * sysdeps/s390/s390-64/sysdep.h: Likewise.
50155         * sysdeps/sh/sysdep.h: Likewise.
50156         * sysdeps/sparc/sparc32/alloca.S: Likewise.
50157         * sysdeps/unix/i386/sysdep.S: Likewise.
50158         * sysdeps/unix/sparc/start.c: Likewise.
50159         * sysdeps/unix/sparc/sysdep.S: Likewise.
50160         * sysdeps/unix/sparc/sysdep.h: Likewise.
50161         * sysdeps/unix/start.c: Likewise.
50162         * sysdeps/unix/x86_64/sysdep.S: Likewise.
50163         * sysdeps/x86_64/sysdep.h: Likewise.
50165 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
50167         [BZ #13553]
50168         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
50169         for non-gcc.
50170         * argp/argp-fmtstream.h: Use const instead __const.
50171         * argp/argp.h: Likewise.
50172         * assert/assert.h: Likewise.
50173         * bits/fenv.h: Likewise.
50174         * bits/sched.h: Likewise.
50175         * bits/sigset.h: Likewise.
50176         * bits/sigthread.h: Likewise.
50177         * catgets/nl_types.h: Likewise.
50178         * conform/data/pthread.h-data: Likewise.
50179         * crypt/crypt-private.h: Likewise.
50180         * crypt/crypt.h: Likewise.
50181         * crypt/crypt_util.c: Likewise.
50182         * ctype/ctype.h: Likewise.
50183         * debug/execinfo.h: Likewise.
50184         * debug/mbsnrtowcs_chk.c: Likewise.
50185         * debug/mbsrtowcs_chk.c: Likewise.
50186         * debug/wcsnrtombs_chk.c: Likewise.
50187         * debug/wcsrtombs_chk.c: Likewise.
50188         * debug/wcstombs_chk.c: Likewise.
50189         * dirent/dirent.h: Likewise.
50190         * dlfcn/dlfcn.h: Likewise.
50191         * elf/neededtest4.c: Likewise.
50192         * grp/grp.h: Likewise.
50193         * gshadow/gshadow.h: Likewise.
50194         * iconv/gconv.h: Likewise.
50195         * iconv/gconv_int.h: Likewise.
50196         * iconv/gconv_simple.c: Likewise.
50197         * iconv/iconv.h: Likewise.
50198         * iconv/loop.c: Likewise.
50199         * iconv/skeleton.c: Likewise.
50200         * include/aio.h: Likewise.
50201         * include/aliases.h: Likewise.
50202         * include/argz.h: Likewise.
50203         * include/arpa/inet.h: Likewise.
50204         * include/assert.h: Likewise.
50205         * include/dirent.h: Likewise.
50206         * include/dlfcn.h: Likewise.
50207         * include/execinfo.h: Likewise.
50208         * include/fcntl.h: Likewise.
50209         * include/fenv.h: Likewise.
50210         * include/glob.h: Likewise.
50211         * include/grp.h: Likewise.
50212         * include/libintl.h: Likewise.
50213         * include/mntent.h: Likewise.
50214         * include/netdb.h: Likewise.
50215         * include/pwd.h: Likewise.
50216         * include/rpc/netdb.h: Likewise.
50217         * include/sched.h: Likewise.
50218         * include/search.h: Likewise.
50219         * include/shadow.h: Likewise.
50220         * include/signal.h: Likewise.
50221         * include/stdio.h: Likewise.
50222         * include/stdlib.h: Likewise.
50223         * include/string.h: Likewise.
50224         * include/sys/socket.h: Likewise.
50225         * include/sys/stat.h: Likewise.
50226         * include/sys/statfs.h: Likewise.
50227         * include/sys/statvfs.h: Likewise.
50228         * include/sys/syslog.h: Likewise.
50229         * include/sys/time.h: Likewise.
50230         * include/sys/uio.h: Likewise.
50231         * include/time.h: Likewise.
50232         * include/unistd.h: Likewise.
50233         * include/utmp.h: Likewise.
50234         * include/wchar.h: Likewise.
50235         * include/wctype.h: Likewise.
50236         * inet/aliases.h: Likewise.
50237         * inet/arpa/inet.h: Likewise.
50238         * inet/netinet/ether.h: Likewise.
50239         * inet/netinet/in.h: Likewise.
50240         * intl/libintl.h: Likewise.
50241         * io/bits/fcntl2.h: Likewise.
50242         * io/fcntl.h: Likewise.
50243         * io/ftw.h: Likewise.
50244         * io/sys/poll.h: Likewise.
50245         * io/sys/stat.h: Likewise.
50246         * io/sys/statfs.h: Likewise.
50247         * io/sys/statvfs.h: Likewise.
50248         * io/utime.h: Likewise.
50249         * libio/bits/stdio.h: Likewise.
50250         * libio/bits/stdio2.h: Likewise.
50251         * libio/libio.h: Likewise.
50252         * libio/libioP.h: Likewise.
50253         * libio/stdio.h: Likewise.
50254         * locale/lc-ctype.c: Likewise.
50255         * locale/locale.h: Likewise.
50256         * login/utmp.h: Likewise.
50257         * malloc/arena.c: Likewise.
50258         * malloc/malloc.c: Likewise.
50259         * malloc/malloc.h: Likewise.
50260         * malloc/mcheck.c: Likewise.
50261         * malloc/mtrace.c: Likewise.
50262         * math/bits/mathcalls.h: Likewise.
50263         * math/fenv.h: Likewise.
50264         * math/math_private.h: Likewise.
50265         * misc/bits/error.h: Likewise.
50266         * misc/bits/syslog.h: Likewise.
50267         * misc/err.h: Likewise.
50268         * misc/error.h: Likewise.
50269         * misc/fstab.h: Likewise.
50270         * misc/mntent.h: Likewise.
50271         * misc/regexp.h: Likewise.
50272         * misc/search.h: Likewise.
50273         * misc/sgtty.h: Likewise.
50274         * misc/sys/mman.h: Likewise.
50275         * misc/sys/syslog.h: Likewise.
50276         * misc/sys/uio.h: Likewise.
50277         * misc/sys/xattr.h: Likewise.
50278         * misc/ttyent.h: Likewise.
50279         * nis/rpcsvc/ypclnt.h: Likewise.
50280         * nss/nss.h: Likewise.
50281         * posix/bits/unistd.h: Likewise.
50282         * posix/fnmatch.h: Likewise.
50283         * posix/glob.h: Likewise.
50284         * posix/sched.h: Likewise.
50285         * posix/spawn.h: Likewise.
50286         * posix/sys/wait.h: Likewise.
50287         * posix/unistd.h: Likewise.
50288         * posix/wordexp.h: Likewise.
50289         * pwd/pwd.h: Likewise.
50290         * resolv/netdb.h: Likewise.
50291         * resource/sys/resource.h: Likewise.
50292         * rt/aio.h: Likewise.
50293         * rt/bits/mqueue2.h: Likewise.
50294         * rt/mqueue.h: Likewise.
50295         * shadow/shadow.h: Likewise.
50296         * signal/signal.h: Likewise.
50297         * socket/send.c: Likewise.
50298         * socket/sendto.c: Likewise.
50299         * socket/sys/socket.h: Likewise.
50300         * stdio-common/printf.h: Likewise.
50301         * stdlib/bits/stdlib.h: Likewise.
50302         * stdlib/fmtmsg.h: Likewise.
50303         * stdlib/monetary.h: Likewise.
50304         * stdlib/stdlib.h: Likewise.
50305         * stdlib/ucontext.h: Likewise.
50306         * streams/stropts.h: Likewise.
50307         * string/argz.h: Likewise.
50308         * string/bits/string2.h: Likewise.
50309         * string/string.h: Likewise.
50310         * string/strings.h: Likewise.
50311         * sunrpc/rpc/auth.h: Likewise.
50312         * sunrpc/rpc/auth_des.h: Likewise.
50313         * sunrpc/rpc/clnt.h: Likewise.
50314         * sunrpc/rpc/netdb.h: Likewise.
50315         * sunrpc/rpc/pmap_clnt.h: Likewise.
50316         * sunrpc/rpc/xdr.h: Likewise.
50317         * sysdeps/generic/inttypes.h: Likewise.
50318         * sysdeps/generic/net/if.h: Likewise.
50319         * sysdeps/generic/sys/swap.h: Likewise.
50320         * sysdeps/gnu/net/if.h: Likewise.
50321         * sysdeps/gnu/utmpx.h: Likewise.
50322         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
50323         * sysdeps/i386/i486/bits/string.h: Likewise.
50324         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
50325         * sysdeps/s390/bits/string.h: Likewise.
50326         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
50327         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
50328         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
50329         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
50330         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
50331         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
50332         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
50333         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
50334         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
50335         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
50336         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
50337         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
50338         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
50339         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
50340         * sysdeps/unix/sysv/linux/readv.c: Likewise.
50341         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
50342         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
50343         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50344         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
50345         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
50346         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
50347         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
50348         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
50349         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
50350         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
50351         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
50352         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
50353         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50354         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
50355         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
50356         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
50357         * sysvipc/sys/ipc.h: Likewise.
50358         * sysvipc/sys/msg.h: Likewise.
50359         * sysvipc/sys/sem.h: Likewise.
50360         * sysvipc/sys/shm.h: Likewise.
50361         * termios/termios.h: Likewise.
50362         * time/sys/time.h: Likewise.
50363         * time/time.h: Likewise.
50364         * wcsmbs/bits/wchar2.h: Likewise.
50365         * wcsmbs/uchar.h: Likewise.
50366         * wcsmbs/wchar.h: Likewise.
50367         * wctype/wctype.h: Likewise.
50369         [BZ #13551]
50370         * Makeconfig: Remove all but ELF support including AIX support.
50371         * Makerules: Likewise.
50372         * config.h.in: Likewise.
50373         * config.make.in: Likewise.
50374         * configure: Likewise.
50375         * configure.in: Likewise.
50376         * csu/Makefile: Likewise.
50377         * csu/version.c: Likewise.
50378         * debug/Makefile: Likewise.
50379         * dlfcn/Makefile: Likewise.
50380         * elf/Makefile: Likewise.
50381         * extra-lib.mk: Likewise.
50382         * iconv/Makefile: Likewise.
50383         * include/libc-symbols.h: Likewise.
50384         * include/shlib-compat.h: Likewise.
50385         * resolv/Makefile: Likewise.
50386         * resolv/res_libc.c: Likewise.
50387         * rt/Makefile: Likewise.
50388         * sysdeps/i386/asm-syntax.h: Likewise.
50389         * sysdeps/i386/sysdep.h: Likewise.
50390         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
50391         * sysdeps/mach/sysdep.h: Likewise.
50392         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
50393         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
50394         * sysdeps/s390/asm-syntax.h: Likewise.
50395         * sysdeps/s390/s390-32/sysdep.h: Likewise.
50396         * sysdeps/s390/s390-64/sysdep.h: Likewise.
50397         * sysdeps/sh/sysdep.h: Likewise.
50398         * sysdeps/unix/sparc/sysdep.h: Likewise.
50399         * sysdeps/wordsize-32/divdi3.c: Likewise.
50400         * sysdeps/x86_64/sysdep.h: Likewise.
50402         * argp/Versions: Remove _argp_unlock_xxx.
50404         [BZ #13559]
50405         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
50406         * abilist/libBrokenLocale.abilist: Likewise.
50407         * abilist/libanl.abilist: Likewise.
50408         * abilist/libc.abilist: Likewise.
50409         * abilist/libcrypt.abilist: Likewise.
50410         * abilist/libdl.abilist: Likewise.
50411         * abilist/libm.abilist: Likewise.
50412         * abilist/libnsl.abilist: Likewise.
50413         * abilist/libpthread.abilist: Likewise.
50414         * abilist/libresolv.abilist: Likewise.
50415         * abilist/librt.abilist: Likewise.
50416         * abilist/libthread_db.abilist: Likewise.
50417         * abilist/libutil.abilist: Likewise.
50418         * abilist/libnss_db.abilist: New file.
50420         * scripts/abilist.awk: Add support for indirect functions.
50422         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
50424         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
50426         * shlib-versions: Remove entries for ports architectures.
50428         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
50429         files in ports.
50430         * elf/stackguard-macros.h: Remove support for IA-64.
50431         * elf/tst-auditmod1.c: Likewise.
50432         * sysdeps/generic/ldsodefs.h: Likewise.
50434         * sysdeps/unix/sysv/linux/configure.in: Ports should define
50435         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
50436         configure files.
50438         [BZ #13552]
50439         * configure.in: Remove --enable-omitfp support.
50440         * FAQ.in: Adjust.
50441         * config.make.in: Likewise.
50442         * Makeconfig: Likewise.
50443         * manual/install.texi: Likewise.
50445         In case anyone cares, the IA-64 architecture could move to ports.
50446         * sysdeps/ia64/*: Removed.
50447         * sysdeps/unix/sysv/linux/ia64/*: Removed.
50448         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
50450         [BZ #13555]
50451         * configure.in: Remove entries for unsupported architectures.
50453         [BZ #13533]
50454         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
50455         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
50456         routines.
50457         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
50458         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
50459         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
50460         fall back to using wcrtomb.
50461         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
50462         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
50463         renaming.
50464         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
50465         * wcsmbs/tst-c16c32-1.c: New file.
50467         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
50468         local variable.
50470         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
50472         * elf/tst-unique3.cc: Add explicit declaration of gets.
50473         * elf/tst-unique3lib.cc: Likewise.
50474         * elf/tst-unique3lib2.cc: Likewise.
50475         * elf/tst-unique4.cc: Likewise.
50477         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
50479 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
50481         [BZ #13566]
50482         * assert/assert.h (static_assert): Don't define for C++.
50483         * libio/stdio.h (gets): Do declare for C++ <= C++11.
50484         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
50486 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
50488         * iconv/loop.c (single loop): Fix assertion in storing of
50489         remaining bytes.
50491         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
50493 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
50495         * posix/getconf.c: Update copyright year.
50496         * nss/getent.c: Likewise.
50497         * nss/makedb.c: Likewise.
50498         * iconv/iconvconfig.c: Likewise.
50499         * iconv/iconv_prog.c: Likewise.
50500         * elf/ldconfig.c: Likewise.
50501         * elf/pldd.c: Likewise.
50502         * elf/sotruss.ksh: Likewise.
50503         * catgets/gencat.c: Likewise.
50504         * csu/version.c: Likewise.
50505         * elf/ldd.bash.in: Likewise.
50506         * elf/sprof.c (print_version): Likewise.
50507         * locale/programs/locale.c: Likewise.
50508         * locale/programs/localedef.c: Likewise.
50509         * login/programs/pt_chown.c: Likewise.
50510         * nscd/nscd.c (print_version): Likewise.
50511         * debug/xtrace.sh: Likewise.
50512         * malloc/memusage.sh: Likewise.
50513         * malloc/mtrace.pl: Likewise.
50514         * debug/catchsegv.sh: Likewise.
50516 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
50518         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
50519         pure attribute.
50521 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
50523         [BZ #13533]
50524         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
50525         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
50526         transformations.
50527         * iconv/gconv_int.h: Likewise.
50528         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
50529         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
50530         from libc for GLIBC_2.16.
50531         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
50532         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
50533         * wcsmbs/uchar.h: Really define mbstate_t.
50534         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
50535         * wcsmbs/c16rtomb.c: New file.
50536         * wcsmbs/mbrtoc16.c: New file.
50537         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
50538         for C/POSIX locale.
50539         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
50540         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
50542         * wcsmbs/wchar.h: Add missing __restrict.
50544 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
50546         [BZ #13532]
50547         * time/Makefile (routines): Add timespec_get.
50548         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
50549         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
50550         timespec for ISO C11.
50551         * time/timespec_get.c: New file.
50552         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
50553         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
50555         [BZ #13531]
50556         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
50557         * stdlib/stdlib.h: Declare aligned_alloc.
50558         * Versions.def: Add GLIBC_2.16 for libc.
50559         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
50561         [BZ 13527]
50562         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
50563         ISO C11.
50565         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
50566         code.
50568         [BZ #13528]
50569         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
50571         [BZ #13529]
50572         * assert/assert.h (static_assert): Define.
50574         * version.h: Update for 2.16 development version.
50576         [BZ #13526]
50577         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
50578         _ISOC11_SOURCE.
50580         * version.h (RELEASE): Bump for 2.15 release.
50581         * include/features.h (__GLIBC_MINOR__): Bump to 15.
50583         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
50584         Patch by Marek Polacek <mpolacek@redhat.com>.
50586         * bits/byteswap.h: Protect long long constants with __extension__.
50587         * sysdeps/i386/bits/byteswap.h: Likewise.
50588         * sysdeps/ia64/bits/byteswap.h: Likewise.
50589         * sysdeps/s390/bits/byteswap.h: Likewise.
50590         * sysdeps/x86_64/bits/byteswap.h: Likewise.
50592 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50594         [BZ #13540]
50595         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
50596         destination buffer.
50597         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
50599 2011-12-23  Marek Polacek  <polacek@redhat.com>
50601         * elf/dl-addr.c (determine_info): Add inline keyword.
50602         * elf/tst-auditmod4b.c (check_avx): Likewise.
50603         * elf/tst-auditmod6b.c (check_avx): Likewise.
50604         * elf/tst-auditmod6c.c (check_avx): Likewise.
50605         * elf/tst-auditmod7b.c (check_avx): Likewise.
50607 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
50609         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
50610         !__SSE_MATH__.
50612 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50614         [BZ #13540]
50615         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
50616         processing for last bytes.
50618 2011-08-06  Bruno Haible  <bruno@clisp.org>
50620         [BZ #13061]
50621         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
50622         U+0385, not to U+1FEE.
50624         [BZ #13062]
50625         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
50626         entry for U+00A5 U+0301.
50628 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
50630         [BZ #13166]
50631         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
50632         buffer for the output is too small.
50634         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
50635         optimization.
50637         [BZ #13185]
50638         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
50639         SSE flags if possible.
50641 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50643         [BZ #13540]
50644         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
50645         processing for last bytes.
50647 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
50649         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
50650         (syscall-list-default-options, syscall-list-default-condition)
50651         (syscall-list-includes): Define.
50652         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
50653         list of ABIs and options and #if conditions for each ABI.  Do not
50654         handle common syscalls between ABIs specially.
50655         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
50656         Remove.
50657         (syscall-list-variants, syscall-list-32bit-options)
50658         (syscall-list-32bit-condition, syscall-list-64bit-options)
50659         (syscall-list-64bit-condition): Define.
50660         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
50661         (syscall-list-variants, syscall-list-32bit-options)
50662         (syscall-list-32bit-condition, syscall-list-64bit-options)
50663         (syscall-list-64bit-condition): Define.
50664         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
50665         Remove.
50666         (syscall-list-variants, syscall-list-32bit-options)
50667         (syscall-list-32bit-condition, syscall-list-64bit-options)
50668         (syscall-list-64bit-condition): Define.
50669         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
50670         Remove.
50671         (syscall-list-variants, syscall-list-32bit-options)
50672         (syscall-list-32bit-condition, syscall-list-64bit-options)
50673         (syscall-list-64bit-condition): Define.
50675 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
50677         * locale/iso-639.def: Add brx entry.
50679         [BZ #13328]
50680         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
50681         Proposed by Mariusz_Cukr <marcukr@op.pl>.
50683         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
50684         __feraiseexcept_renamed.
50686 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
50688         [BZ #13538]
50689         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
50690         EPOLLET with unsigned values.
50691         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50692         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
50694         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
50695         to large cancellation.
50696         * math/s_cacoshf.c: Likewise.
50697         * math/s_cacoshl.c: Likewise.
50699 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
50701         [BZ #13305]
50702         [BZ #12786]
50703         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
50704         * math/s_cacoshf.c: Likewise.
50705         * math/s_cacoshl.c: Likewise.
50707 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
50709         [BZ #13439]
50710         * iconv/gconv.h: Define __GCONV_SWAP.
50711         * iconvdata/unicode.c: The swap bit must be stored in __flags.
50712         * iconvdata/utf-16.c: Likewise.
50713         * iconvdata/utf-32.c: Likewise.
50715 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
50717         [BZ #13524]
50718         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
50719         numerator after shifting it by one limb.
50721 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
50723         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
50724         under [__USE_EXTERN_INLINES].
50726 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
50728         [BZ #13446]
50729         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
50731 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50733         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
50734         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
50735         optimized code.
50736         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
50737         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
50738         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
50739         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
50740         for strncasecmp/strncasecmp_l compilation.
50741         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
50742         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
50744 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
50746         [BZ #13484]
50747         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
50748         of __asm__.
50750 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
50752         [BZ #13506]
50753         * time/tzfile.c (__tzfile_read): Check values from file header.
50755 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
50757         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
50758         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
50759         * powerpc/powerpc32/dl-start.S: Likewise.
50760         * powerpc/powerpc32/elf/start.S: Likewise.
50761         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
50762         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
50763         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
50764         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
50765         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
50766         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
50767         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
50768         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
50769         * powerpc/powerpc32/fpu/s_round.S: Likewise.
50770         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
50771         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
50772         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
50773         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
50774         * powerpc/powerpc32/memset.S: Likewise.
50775         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
50776         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
50777         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
50778         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
50779         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
50780         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
50781         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
50782         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
50783         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
50784         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
50785         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
50786         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
50787         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
50789 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50791         * math/libm-test.inc: Added more nearbyint tests.
50792         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
50793         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
50794         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
50795         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
50797 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
50799         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
50800         FD_CLOEXEC.
50802 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50804         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
50805         Add wcscpy-ssse3 wcscpy-c.
50806         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
50807         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
50808         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
50809         * sysdeps/x86_64/wcschr.S: New file.
50810         * sysdeps/x86_64/wcsrchr.S: New file.
50811         * string/test-strcmp.c: Remove checking of wcscmp function for
50812         wrong alignments.
50813         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
50814         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
50815         wcsrchr-sse2 wcsrchr-c.
50816         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
50817         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
50818         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
50819         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
50820         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
50821         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
50822         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
50823         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
50824         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
50825         * wcsmbc/wcschr.c (WCSCHR): New macro.
50827 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50829         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
50830         * wcsmbs/test-wcsrchr.c: New file.
50831         * string/test-strrchr.c: Add wcsrchr support.
50832         (WIDE): New macro.
50833         * wcsmbs/test-wcscpy.c: New file.
50834         * string/test-strcpy.c: Add wcscpy support.
50835         (WIDE): New macro.
50837 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
50839         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
50840         the inner loop.
50842 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
50844         [BZ #13472]
50845         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
50847 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
50849         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
50850         Minor optimizations.
50852         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
50853         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
50854         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
50856 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
50858         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
50859         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
50860         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
50861         for gcc to avoid warnings.
50862         * inet/Makefile (tests): Add tst-checks.
50863         * inet/tst-checks.c: New file.
50865         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
50866         warning.
50868         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
50869         __wmemcmp_sse2.
50871         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
50872         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
50874         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
50876 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
50878         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
50879         problem.
50881         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
50883 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
50885         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
50886         conditional on GCC version.
50887         (__arch_compare_and_exchange_val_8_acq)
50888         (__arch_compare_and_exchange_val_16_acq)
50889         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
50890         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
50891         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
50893 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
50895         * sysdeps/sh/backtrace.c: New file.
50897 2011-12-02  Andreas Schwab  <schwab@redhat.com>
50899         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
50900         parenthesis.
50902 2011-12-01  Andreas Schwab  <schwab@redhat.com>
50904         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
50905         falling back to utime.
50907 2011-11-30  Andreas Schwab  <schwab@redhat.com>
50909         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
50910         expectations for float.
50912 2011-11-29  Andreas Schwab  <schwab@redhat.com>
50914         * locale/weight.h (findidx): Add parameter len.
50915         * locale/weightwc.h (findidx): Likewise.
50916         * posix/fnmatch_loop.c (FCT): Adjust caller.
50917         * posix/regcomp.c (build_equiv_class): Likewise.
50918         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
50919         * posix/regexec.c (check_node_accept_bytes): Likewise.
50920         * string/strcoll_l.c (STRCOLL): Likewise.
50921         * string/strxfrm_l.c (STRXFRM): Likewise.
50923 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
50925         * Makefile.in: Remove CVSOPT handling.
50926         * configure.in: Remove use of AC_REVISION.
50927         * iconvdata/Makefile (distribute): No need to filter out CVS.
50928         * scripts/list-sources.sh: Remove CVS, subversion and monotone
50929         handling.
50931 2011-11-16  Andreas Schwab  <schwab@redhat.com>
50933         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
50934         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
50935         [USE_AS_STRNCASECMP_L]: Likewise.
50936         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
50937         NO_TLS_DIRECT_SEG_REFS.
50938         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
50939         Fix argument offsets for non-PIC.
50940         [USE_AS_STRNCASECMP_L]: Likewise.
50941         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
50942         NO_TLS_DIRECT_SEG_REFS.
50944 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
50946         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
50947         O_CLOEXEC.
50948         * locale/loadlocale.c (_nl_load_locale): Likewise.
50950 2011-11-15  Andreas Schwab  <schwab@redhat.com>
50952         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
50953         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
50954         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
50955         (SYSCALL_GETTIME): Set errno on error.
50957         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
50958         count references to noai6ai_cached.
50960 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
50962         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
50964         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
50965         FD_CLOEXEC for /proc/self/maps.
50967         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
50968         FD_CLOEXEC for /proc/meminfo.
50970         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
50971         gai.conf.
50973         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
50974         FD_CLOEXEC for given file.
50976         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
50978         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
50979         FD_CLOEXEC for /etc/hosts.
50980         (_gethtent): Likewise.
50982         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
50984         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
50985         cancellation and set FD_CLOEXEC for /etc/netgroup.
50987         * nss/nss_files/files-key.c (search): Don't allow cancellation when
50988         reading /etc/publickey.
50990         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
50991         allow cancellation when reading /etc/group.
50993         * nss/nss_files/files-alias.c (internal_setent): Don't allow
50994         cancellation.
50995         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
50997         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
50998         when using data file.
51000         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
51002         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
51003         (write_nis_obj): Use "c" and "e" in fopen.
51005         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
51007         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
51009         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
51011         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
51013         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
51014         locale.alias.
51016         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
51018         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
51020         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
51022         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
51023         file parsing and set FD_CLOEXEC.
51025 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
51027         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
51029 2011-11-14  Andreas Schwab  <schwab@redhat.com>
51031         * malloc/arena.c (arena_get2): Don't call reused_arena when
51032         _int_new_arena failed.
51034 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
51036         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
51037         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
51038         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
51039         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
51040         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
51041         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
51042         to compile strcasecmp and strncasecmp.
51043         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
51044         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
51046         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
51048 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
51050         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
51051         locale-defines.sym to gen-as-const-headers.
51052         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
51053         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
51054         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
51055         to compile strcasecmp and strncasecmp.
51056         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
51057         strcasecmp_l and strncasecmp_l.
51058         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
51059         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
51060         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
51061         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
51062         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
51063         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
51064         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
51065         * sysdeps/i386/i686/multiarch/strncase.S: New file.
51066         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
51067         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
51068         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
51070 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
51072         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
51073         result of SYSDEP_GETTIME_CPU to retval.
51074         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
51075         parameter list to macro.  Remove trailing semicolon.  Adjust users.
51077         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
51078         variable.
51080         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
51081         mantissa words.
51082         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
51084         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
51085         from unused variable.
51087         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
51088         DWARF definitions.
51089         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
51090         for assembling.
51092         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
51093         over namespaces.
51095         * sunrpc/rpc_prot.c (rejected): Fix case value.
51097         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
51098         unsigned long long int to avoid warnings in shift.
51100         * posix/regex_internal.c (re_string_reconstruct): Actually use result
51101         of use of trans.
51102         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
51103         variable tmp.
51105         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
51106         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
51107         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
51109         * nis/nis_table.c (nis_list): Use variable of correct type for
51110         result of __follow_path call.
51112 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51114         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
51115         of math functions ceil, trunc, floor, round, and sqrt, when
51116         avaliable on the platform.
51117         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
51118         name clash.
51119         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
51120         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
51121         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
51123 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
51125         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
51126         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
51128 2011-11-11  Roland McGrath  <roland@hack.frob.com>
51130         * include/unistd.h: Fix __readlink return type.
51131         Reported by Chris Metcalf <cmetcalf@tilera.com>.
51133 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
51135         * stdlib/ucontext.h: Undo last change for makecontext.
51137 2011-11-11  Andreas Schwab  <schwab@redhat.com>
51139         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
51141         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
51142         * setjmp/setjmp.h: Mark functions as non-leaf.
51143         * setjmp/bits/setjmp2.h: Likewise.
51144         * stdlib/ucontext.h: Likewise.
51146 2011-11-10  Andreas Schwab  <schwab@redhat.com>
51148         * malloc/arena.c (_int_new_arena): Don't increment narenas.
51149         (reused_arena): Don't check arena limit.
51150         (arena_get2): Atomically check arena limit.
51152 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
51154         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
51155         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
51157         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
51158         instructions.
51160 2011-11-07  Andreas Schwab  <schwab@redhat.com>
51162         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
51163         handler when locking.
51165         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
51166         Fix size of allocated buffer.
51168 2011-11-04  Andreas Schwab  <schwab@redhat.com>
51170         [BZ #10103]
51171         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
51172         declarations for long double functions.
51173         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
51175         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
51177 2011-11-03  Andreas Schwab  <schwab@redhat.com>
51179         * nscd/nscd.c (main): Don't start AVC thread until credentials are
51180         installed.
51182         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
51183         is disabled.
51185 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51187         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
51189 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
51191         * include/alloca.h (stackinfo_alloca_round): Define.
51192         (extend_alloca): Use it.
51193         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
51194         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
51195         here.
51197         * scripts/check-local-headers.sh: Ignore libaudit.h.
51199         * nscd/Makefile (extra-objs): Make recursively expanded.
51201 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
51203         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
51204         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
51206         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
51207         * posix/tst-rfc3484-2.c: Likewise.
51208         * posix/tst-rfc3484-3.c: Likewise.
51210         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
51211         process_vm_writev.
51212         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
51213         process_vm_writev.
51214         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
51215         process_vm_writev from libc using GLIBC_2.15 version.
51217         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
51219 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
51221         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
51222         stack usage.
51224 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
51226         [BZ #13367]
51227         * nss/getent.c (initgroups_keys): Show error message in case no group
51228         names are given.
51230         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
51231         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
51232         __bump_nl_timestamp.
51233         * nscd/connections (nscd_init): When host database is served open
51234         netlink socket and request notification about configuration changes.
51235         (main_loop_poll): Track netlink file descriptor and bump timestamp
51236         in case data becomes available.
51237         (main_loop_epoll): Likewise.
51238         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
51239         (database_pers_head): Add extra_data fileds.
51240         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
51241         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
51242         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
51243         Adjust caller.
51244         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
51245         in6ai data, call __free_in6ai.
51246         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
51247         Add -DHAVE_NETLINK.
51248         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
51249         interface information.  Reuse previous data if netlink timestamp
51250         is not changed.
51251         (__bump_nl_timestamp): New function.
51252         (__free_in6ai): New function.
51254 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
51256         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
51257         close_not_cancel_no_status here.
51258         (__check_pf): Reorganize code a bit to not call close twice if OOM.
51260 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
51262         [BZ #13276]
51263         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
51264         return value.
51266         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
51267         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
51268         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
51270 2011-07-03  Andreas Jaeger  <aj@suse.de>
51272         [BZ #10709]
51273         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
51274         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
51275         * math/libm-test.inc (sin_test): Add test case.
51277 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
51279         [BZ #13337]
51280         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
51281         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
51283         * elf/chroot_canon.c (chroot_canon): Cleanups.
51285         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
51287         [BZ #13335]
51288         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
51289         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
51291         * string/test-strchr.c: Make usable for strchrnul testing.
51292         * string/test-strchrnul.c: New file.
51293         * string/Makefile (strop-tests): Add strchrnul.
51295         * po/it.po: Update from translation team.
51296         * po/es.po: Likewise.
51298 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
51300         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
51301         the three constants needed as parameters.  Drop the others.
51302         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
51303         __m128i_strloadu_tolower.
51304         Create and initialize variable zero and use it in all the places
51305         where _mm_setzero_si128 was used.
51307         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
51308         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
51309         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
51310         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
51311         anymore.
51312         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
51313         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
51314         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
51315         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
51316         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
51317         __mpranred, __mptan.
51318         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
51319         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
51320         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
51321         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
51322         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
51323         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
51324         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
51325         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
51326         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
51328 2011-10-28  Andreas Schwab  <schwab@redhat.com>
51330         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
51331         redefine if SHARED.
51332         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
51334         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
51335         wide char related routines to wcsmbs subdir.
51337 2011-10-27  Andreas Schwab  <schwab@redhat.com>
51339         [BZ #13344]
51340         * misc/sys/cdefs.h (__THROWNL): Define.
51341         * posix/unistd.h: Use __THREADNL instead of __THREAD
51342         for memory synchronization functions.
51344 2011-10-26  Roland McGrath  <roland@hack.frob.com>
51346         [BZ #13349]
51347         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
51348         doesn't exist.
51349         * manual/stdio.texi (Obstack Streams): Node removed.
51351 2011-10-26  Andreas Schwab  <schwab@redhat.com>
51353         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
51354         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
51355         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
51357         * math/math_private.h (math_force_eval): Allow non-addressable
51358         arguments.
51359         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
51361 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51363         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
51364         file is not needed.
51366         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
51367         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
51368         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51369         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51370         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51371         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51372         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
51373         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
51374         Add AVX variants.
51375         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
51376         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
51377         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
51378         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
51379         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
51380         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
51381         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
51382         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
51383         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
51384         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
51385         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
51386         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
51387         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
51388         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
51389         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
51390         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
51391         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
51392         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
51393         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
51395         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
51396         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
51398         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
51399         place.  Use VEX encoding when compiling for AVX.
51401 2011-10-25  Andreas Schwab  <schwab@redhat.com>
51403         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
51404         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
51406         * string/test-strchr.c (do_test): Don't generate NUL bytes.
51408 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51410         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
51411         useless if() expression.
51412         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
51413         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
51414         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
51415         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
51416         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
51417         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
51418         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
51419         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
51420         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
51421         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
51422         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
51423         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
51424         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
51425         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
51426         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
51427         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
51428         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
51429         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
51430         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
51432         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
51434 2011-10-25  Andreas Schwab  <schwab@redhat.com>
51436         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
51437         condition.
51438         * elf/dl-fini.c (_dl_sort_fini): Likewise.
51440 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51442         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
51443         .text section.  Avoid duplicate constants.
51444         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
51445         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51446         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
51447         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51448         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51449         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51450         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51451         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51452         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
51453         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
51454         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
51455         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
51456         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
51457         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
51458         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
51459         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
51460         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
51461         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
51462         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
51463         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51464         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
51465         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
51466         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
51467         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
51468         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
51469         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
51470         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
51471         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
51472         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
51473         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
51474         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
51475         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
51476         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
51477         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
51478         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
51479         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
51480         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
51481         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
51482         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
51483         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
51484         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
51485         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
51486         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
51487         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
51488         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
51490 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
51492         * sysdeps/x86_64/dla.h: Move to ...
51493         * sysdeps/x86_64/fpu/dla.h: ...here.
51494         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
51495         situations.  Use __builtin_fma only for gcc 4.6 and up.
51497         * config.make.in: Add have-mfma4 entry.
51498         * configure.in: Substitute libc_cv_cc_fma4.
51499         * math/Makefile (dbl-only-routines): Add sincostab.
51500         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
51501         Use __sincostab not sincos.
51502         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
51503         name is a macro.
51504         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51505         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51506         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51507         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
51508         using __copysign.
51509         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
51510         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
51511         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
51512         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
51513         and __inv.
51514         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
51515         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
51516         __copysign.
51517         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
51518         define aliases when function name is a macro.
51519         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
51520         sysdeps/ieee754/dbl-64/sincos.tbl.
51521         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
51522         fma4-enabled routines.
51523         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
51524         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
51525         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
51526         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
51527         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
51528         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
51529         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
51530         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
51531         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
51532         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
51533         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
51534         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
51535         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
51536         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
51537         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
51538         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
51539         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
51540         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
51541         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
51542         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
51543         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
51544         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
51545         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
51546         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
51547         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
51548         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
51549         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
51550         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
51551         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
51552         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
51554         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
51555         rename.
51556         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51557         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51558         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51559         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51560         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51561         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51562         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51563         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51565 2011-10-24  Andreas Schwab  <schwab@redhat.com>
51567         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
51569 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
51571         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
51573         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
51574         prediction.
51575         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
51577         * string/strnlen.c: Don't define STRNLEN, reverse logic.
51578         Remove unused variable magic_bits.
51579         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
51581         * string/strnlen.c: Define and use STRNLEN macro.
51582         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
51583         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
51584         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
51585         * wcsmbs/wcslen.c: Define and use WCSLEN.
51586         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
51587         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
51588         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
51589         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
51590         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
51591         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
51592         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
51594 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51596         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51597         strnlen-sse2-no-bsf.
51598         Rename strlen-no-bsf to strlen-sse2-no-bsf.
51599         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
51600         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
51601         Add strnlen support.
51602         (USE_AS_STRNLEN): New macro.
51603         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
51604         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
51605         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
51606         * sysdeps/x86_64/wcslen.S: New file.
51608 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
51610         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
51611         XMM-moves are used for copying on small sizes.
51613 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51615         * wcsmbs/Makefile (strop-tests): Add wcschr.
51616         * wcsmbs/test-wcschr.c: New file.
51617         * string/test-strchr.c: Update.
51618         Add wcschr support.
51619         (WIDE): New macro.
51621 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51623         * wcsmbs/Makefile (strop-tests): Add wcslen.
51624         * wcsmbs/test-wcslen.c: New file.
51625         * string/test-strlen.c: Update.
51626         Add wcslen support.
51627         (WIDE): New macro.
51629 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
51631         * po/it.po: Update from translation team.
51633 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51635         * sysdeps/x86_64/wcscmp.S: Update.
51636         Fix wrong comparison semantics.
51637         wcscmp shall use signed comparison not unsigned.
51638         Don't use substraction to avoid overflow bug.
51639         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
51640         * wcsmbc/wcscmp.c: Likewise.
51641         * string/test-strcmp.c: Likewise.
51642         Add new tests to check cases with negative values.
51644 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
51646         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
51647         * sysdeps/x86_64/dla.h: ...here.  New file.
51648         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
51649         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51650         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51651         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51652         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51653         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
51654         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51655         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51656         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51658 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
51660         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
51661         __ynl_finite aliases.
51663 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
51665         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
51667         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
51668         define DLA_FMA.
51669         [DLA_FMA] (EMULV): Use DLA_FMA.
51670         [DLA_FMA] (MUL12): Use EMULV.
51671         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
51672         that are not needed.
51673         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51674         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51675         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51676         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51677         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51678         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51679         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51681 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
51683         * math/s_nan.c: Undef __nan.
51684         * math/s_nanf.c: Undef __nanf.
51685         * math/s_nanl.c: Undef __nanl.
51686         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
51687         "math_private.h".
51689 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
51691         * math/s_catan.c: Add branch predictions.
51692         * math/s_catanf.c: Likewise.
51693         * math/s_catanh.c: Likewise.
51694         * math/s_catanhf.c: Likewise.
51695         * math/s_catanhl.c: Likewise.
51696         * math/s_catanl.c: Likewise.
51697         * math/s_cexp.c: Likewise.
51698         * math/s_cexpf.c: Likewise.
51699         * math/s_cexpl.c: Likewise.
51700         * math/s_clog.c: Likewise.
51701         * math/s_clog10.c: Likewise.
51702         * math/s_clog10f.c: Likewise.
51703         * math/s_clog10l.c: Likewise.
51704         * math/s_clogf.c: Likewise.
51705         * math/s_clogl.c: Likewise.
51706         * math/s_csqrt.c: Likewise.
51707         * math/s_csqrtf.c: Likewise.
51708         * math/s_csqrtl.c: Likewise.
51709         * math/s_ctanf.c: Likewise.
51710         * math/s_ctanh.c: Likewise.
51711         * math/s_ctanhf.c: Likewise.
51712         * math/s_ctanhl.c: Likewise.
51713         * math/s_ctanl.c: Likewise.
51715         * math/math_private.h: Define __nan, __nanf, __nanl.
51716         * math/s_cacosh.c: Include <math_private.h>.
51717         * math/s_cacoshl.c: Likewise.
51718         * math/s_casinh.c: Likewise.
51719         * math/s_casinhf.c: Likewise.
51720         * math/s_casinhl.c: Likewise.
51721         * math/s_ccos.c: Rely entire on ccosh.
51722         * math/s_ccosf.c: Rely entire on ccoshf.
51723         * math/s_ccosl.c: Rely entirely on ccoshl.
51724         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
51725         Remove tests for FE_INVALID.
51726         * math/s_ccoshf.c: Likewise.
51727         * math/s_ccoshl.c: Likewise.
51728         * math/s_csin.c: Likewise.
51729         * math/s_csinf.c: Likewise.
51730         * math/s_csinh.c Likewise.
51731         * math/s_csinhf.c: Likewise.
51732         * math/s_csinhl.c: Likewise.
51733         * math/s_csinl.c: Likewise.
51734         * math/s_ctan.c: Likewise.
51735         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
51736         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
51737         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
51739 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
51741         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
51742         compilation problems.
51744         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
51745         __builtin_expect.
51747 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
51749         * sysdeps/i386/configure.in: Test for -mfma4 option.
51750         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
51751         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
51752         COMMON_CPUID_INDEX_80000001.
51753         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
51754         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
51755         use it if FMA3 is not supported.
51756         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
51758         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
51759         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
51761 2011-10-20  Andreas Schwab  <schwab@redhat.com>
51763         [BZ #12892]
51764         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
51765         it would create a cycle with a link time dependency.
51767 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
51769         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
51770         instruction.
51771         * string/Makefile (strop-tests): Add rawmemchr.
51772         * string/test-rawmemchr.c: New file.
51774         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
51775         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
51776         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
51777         when compiling str{,n}casecmp and when AVX is available.  Hook up
51778         new optimized code in initializers.
51780 2011-10-19  Andreas Schwab  <schwab@redhat.com>
51782         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
51783         __feraiseexcept instead of feraiseexcept.
51785 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
51787         * math/math_private.h: Define defaults for libc_fetestexcept and
51788         libc_feupdateenv.
51789         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
51790         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
51791         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
51792         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
51793         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
51794         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
51795         libc_fetestexcept and libc_feupdateenv.
51797         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
51798         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
51799         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
51800         * sysdeps/x86_64/fpu/math_private.h: Define special version of
51801         libc_feholdexcept_setround.
51803         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
51804         Add s_nearbyint-c and s_nearbyintf-c.
51805         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
51806         nearbyintf inlines.
51807         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
51808         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
51809         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
51810         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
51812         * math/math_private.h: Define defaults for libc_fegetround,
51813         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
51814         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
51815         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
51816         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
51817         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
51818         standard functions.
51819         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
51820         Remove comments and hacks for old compiler versions.
51821         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
51822         libc_fegetround, libc_fesetround, libc_feholdexcept, and
51823         libc_feholdexceptl.
51825 2011-10-18  Andreas Schwab  <schwab@redhat.com>
51827         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
51828         (__feraiseexcept_renamed): Add __NTH.
51829         (feraiseexcept): Add __NTH.  Rename local variables to fix
51830         namespace violations.
51832 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
51834         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
51836         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
51838         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
51839         recently added interfaces.
51840         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
51842         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
51843         about macro parameter expansion.
51845         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
51846         __NO_MATH_INLINES is defined.  Cleanups.
51848         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
51849         and __floorf is target has SSE4.1.
51850         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
51851         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
51852         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
51853         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
51855         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
51856         name.
51857         (floorf): Likewise.
51859         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
51861 2011-10-17  Andreas Schwab  <schwab@redhat.com>
51863         * misc/sys/cdefs.h: Fix last change.
51865         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
51866         database lookup.
51868 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
51870         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
51872         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
51873         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
51874         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
51875         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
51876         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
51877         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
51878         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
51879         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
51880         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
51881         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
51882         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
51883         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
51884         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
51885         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
51886         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
51887         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
51888         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
51889         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
51890         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
51891         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
51892         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
51893         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
51895         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
51896         ceil, ceilf, floor, floorf.
51898         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
51899         Perform IRELATIVE relocations last.
51901         * elf/do-rel.h: Add another parameter nrelative, replacing the
51902         local variable with the same name.  Change name of the function
51903         to end in Rel or Rela (uppercase).
51904         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
51905         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
51906         elf_dynamic_do_##reloc function.
51908 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
51910         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
51911         is sufficient, at least on modern CPUs.
51913         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
51915         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
51916         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
51918         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
51919         __expl_finite.
51920         * math/bits/math-finite.h: Add entries for exp.
51921         * math/e_expl.c: Add __*_finite alias.
51922         * sysdeps/i386/fpu/e_exp.S: Likewise.
51923         * sysdeps/i386/fpu/e_expf.S: Likewise.
51924         * sysdeps/i386/fpu/e_expl.c: Likewise.
51925         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51926         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
51927         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
51928         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
51929         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
51930         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
51931         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
51933         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
51934         is sufficient, at least on modern CPUs.
51936         * ctype/ctype-info.c (__ctype_init): Define.
51937         * include/ctype.h (__ctype_init): Declare.
51938         (__ctype_b_loc): The variable is always initialized.
51939         (__ctype_toupper_loc): Likewise.
51940         (__ctype_tolower_loc): Likewise.
51941         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
51942         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
51944 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
51946         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
51948         * configure.in: Also look in $cxxmachine/include for C++ system
51949         headers.
51951 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51953         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
51954         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
51955         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
51956         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
51957         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
51958         (USE_AS_WMEMCMP): New macro.
51959         Fixing indents.
51960         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
51961         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
51962         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
51963         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
51964         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51965         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
51966         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
51967         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
51968         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
51969         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
51970         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
51971         (USE_AS_WMEMCMP): New macro.
51972         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
51973         * sysdeps/string/test-memcmp.c: Update.
51974         Fix simple_wmemcmp.
51975         Add new tests.
51976         * wcsmbs/wmemcmp.c: Update.
51977         (WMEMCMP): New macro.
51978         Fix overflow bug.
51980 2011-10-12  Andreas Jaeger  <aj@suse.de>
51982         [BZ #13268]
51983         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
51985 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
51987         * libio/iofwide.c (do_length): Avoid warning.
51989         * ctype/ctype.h (__isctype_f): Add missing __THROW.
51991 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
51993         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
51995         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
51996         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
51997         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
51998         * sysdeps/i386/i686/fpu/e_log.S: New file.
51999         * sysdeps/i386/i686/fpu/e_logf.S: New file.
52000         * sysdeps/i386/i686/fpu/e_logl.S: New file.
52002         * ctype/ctype.h: Add support for inlined isXXX functions when
52003         compiling C++ code.
52005 2011-10-14  Andreas Schwab  <schwab@redhat.com>
52007         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52009         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
52011 2011-10-13  Roland McGrath  <roland@hack.frob.com>
52013         [BZ #13291]
52014         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
52016 2011-10-13  Andreas Schwab  <schwab@redhat.com>
52018         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
52019         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
52020         feraiseexcept.
52022         * sysdeps/x86_64/memrchr.S: Check for zero size.
52024         * string/stratcliff.c: Add memrchr tests.
52026 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52028         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52029         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
52030         rawmemchr-sse2 rawmemchr-sse2-bsf.
52031         * sysdeps/i386/i686/multiarch/memchr.S: New file.
52032         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
52033         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
52034         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
52035         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
52036         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
52037         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
52038         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
52039         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
52040         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
52041         * string/memrchr.c (MEMRCHR): New macro.
52043 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
52045         Add integration with gcc's -ffinite-math-only and optimize wrapper
52046         functions in libm.
52047         * Versions.def: Define GLIBC_2.15 version for libm.
52048         * math/Makefile (headers): Add bits/math-finite.h.
52049         * math/bits/math-finite.h: New file.
52050         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
52051         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
52052         * math/e_acoshl.c: Add __*_finite alias.
52053         * math/e_acosl.c: Likewise.
52054         * math/e_asinl.c: Likewise.
52055         * math/e_atan2l.c: Likewise.
52056         * math/e_atanhl.c: Likewise.
52057         * math/e_coshl.c: Likewise.
52058         * math/e_exp10.c: Likewise.
52059         * math/e_exp10f.c: Likewise.
52060         * math/e_exp10l.c: Likewise.
52061         * math/e_exp2l.c: Likewise.
52062         * math/e_fmodl.c: Likewise.
52063         * math/e_gammal_r.c: Likewise.
52064         * math/e_hypotl.c: Likewise.
52065         * math/e_j0l.c: Likewise.
52066         * math/e_j1l.c: Likewise.
52067         * math/e_jnl.c: Likewise.
52068         * math/e_lgammal_r.c: Likewise.
52069         * math/e_log10l.c: Likewise.
52070         * math/e_log2l.c: Likewise.
52071         * math/e_logl.c: Likewise.
52072         * math/e_powl.c: Likewise.
52073         * math/e_sinhl.c: Likewise.
52074         * math/e_sqrtl.c: Likewise.
52075         * math/e_scalb.c: Completely rewritten and optimized.
52076         * math/e_scalbf.c: Likewise.
52077         * math/e_scalbl.c: Likewise.
52078         * math/w_acos.c: Likewise.
52079         * math/w_acosf.c: Likewise.
52080         * math/w_acosl.c: Likewise.
52081         * math/w_acosh.c: Likewise.
52082         * math/w_acoshf.c: Likewise.
52083         * math/w_acoshl.c: Likewise.
52084         * math/w_asin.c: Likewise.
52085         * math/w_asinf.c: Likewise.
52086         * math/w_asinl.c: Likewise.
52087         * math/w_atan2.c: Likewise.
52088         * math/w_atan2f.c: Likewise.
52089         * math/w_atan2l.c: Likewise.
52090         * math/w_atanh.c: Likewise.
52091         * math/w_atanhf.c: Likewise.
52092         * math/w_atanhl.c: Likewise.
52093         * math/w_exp10.c: Likewise.
52094         * math/w_exp10f.c: Likewise.
52095         * math/w_exp10l.c: Likewise.
52096         * math/w_fmod.c: Likewise.
52097         * math/w_fmodf.c: Likewise.
52098         * math/w_fmodl.c: Likewise.
52099         * math/w_j0.c: Likewise.
52100         * math/w_j0f.c: Likewise.
52101         * math/w_j0l.c: Likewise.
52102         * math/w_j1.c: Likewise.
52103         * math/w_j1f.c: Likewise.
52104         * math/w_j1l.c: Likewise.
52105         * math/w_jn.c: Likewise.
52106         * math/w_jnf.c: Likewise.
52107         * math/w_log.c: Likewise.
52108         * math/w_logf.c: Likewise.
52109         * math/w_logl.c: Likewise.
52110         * math/w_log10.c: Likewise.
52111         * math/w_log10f.c: Likewise.
52112         * math/w_log10l.c: Likewise.
52113         * math/w_log2.c: Likewise.
52114         * math/w_log2f.c: Likewise.
52115         * math/w_log2l.c: Likewise.
52116         * math/w_pow.c: Likewise.
52117         * math/w_powf.c: Likewise.
52118         * math/w_powl.c: Likewise.
52119         * math/w_remainder.c: Likewise.
52120         * math/w_remainderf.c: Likewise.
52121         * math/w_remainderl.c: Likewise.
52122         * math/w_scalb.c: Likewise.
52123         * math/w_scalbf.c: Likewise.
52124         * math/w_scalbl.c: Likewise.
52125         * math/w_sqrt.c: Likewise.
52126         * math/w_sqrtf.c: Likewise.
52127         * math/w_sqrtl.c: Likewise.
52128         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
52129         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
52130         used.
52131         * math/math_private.h: Declare __kernel_standard_f.
52132         * math/w_cosh.c: Remove cruft and optimize a bit.
52133         * math/w_coshf.c: Likewise.
52134         * math/w_coshl.c: Likewise.
52135         * math/w_exp2.c: Likewise.
52136         * math/w_exp2f.c: Likewise.
52137         * math/w_exp2l.c: Likewise.
52138         * math/w_hypot.c: Likewise.
52139         * math/w_hypotf.c: Likewise.
52140         * math/w_hypotl.c: Likewise.
52141         * math/w_lgamma.c: Likewise.
52142         * math/w_lgamma_r.c: Likewise.
52143         * math/w_lgammaf.c: Likewise.
52144         * math/w_lgammaf_r.c: Likewise.
52145         * math/w_lgammal.c: Likewise.
52146         * math/w_lgammal_r.c: Likewise.
52147         * math/w_sinh.c: Likewise.
52148         * math/w_sinhf.c: Likewise.
52149         * math/w_sinhl.c: Likewise.
52150         * math/w_tgamma.c: Likewise.
52151         * math/w_tgammaf.c: Likewise.
52152         * math/w_tgammal.c: Likewise.
52153         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
52154         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52155         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
52156         Minor optimizations.  Pretty printing.  Remove cruft.
52157         * sysdeps/i386/fpu/e_acosf.S: Likewise.
52158         * sysdeps/i386/fpu/e_acosh.S: Likewise.
52159         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
52160         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
52161         * sysdeps/i386/fpu/e_acosl.c: Likewise.
52162         * sysdeps/i386/fpu/e_asin.S: Likewise.
52163         * sysdeps/i386/fpu/e_asinf.S: Likewise.
52164         * sysdeps/i386/fpu/e_atan2.S: Likewise.
52165         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
52166         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
52167         * sysdeps/i386/fpu/e_atanh.S: Likewise.
52168         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
52169         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
52170         * sysdeps/i386/fpu/e_exp10.S: Likewise.
52171         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
52172         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
52173         * sysdeps/i386/fpu/e_exp2.S: Likewise.
52174         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
52175         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
52176         * sysdeps/i386/fpu/e_fmod.S: Likewise.
52177         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
52178         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
52179         * sysdeps/i386/fpu/e_hypot.S: Likewise.
52180         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
52181         * sysdeps/i386/fpu/e_log.S: Likewise.
52182         * sysdeps/i386/fpu/e_log10.S: Likewise.
52183         * sysdeps/i386/fpu/e_log10f.S: Likewise.
52184         * sysdeps/i386/fpu/e_log10l.S: Likewise.
52185         * sysdeps/i386/fpu/e_log2.S: Likewise.
52186         * sysdeps/i386/fpu/e_log2f.S: Likewise.
52187         * sysdeps/i386/fpu/e_log2l.S: Likewise.
52188         * sysdeps/i386/fpu/e_logf.S: Likewise.
52189         * sysdeps/i386/fpu/e_logl.S: Likewise.
52190         * sysdeps/i386/fpu/e_pow.S: Likewise.
52191         * sysdeps/i386/fpu/e_powf.S: Likewise.
52192         * sysdeps/i386/fpu/e_powl.S: Likewise.
52193         * sysdeps/i386/fpu/e_remainder.S: Likewise.
52194         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
52195         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
52196         * sysdeps/i386/fpu/e_scalb.S: Likewise.
52197         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
52198         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
52199         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
52200         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
52201         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
52202         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
52203         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52204         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52205         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
52206         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
52207         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
52208         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
52209         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
52210         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
52211         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
52212         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
52213         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
52214         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52215         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
52216         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
52217         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52218         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
52219         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
52220         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
52221         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52222         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
52223         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
52224         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
52225         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
52226         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
52227         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
52228         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
52229         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
52230         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
52231         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
52232         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52233         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
52234         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
52235         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
52236         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
52237         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
52238         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
52239         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
52240         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
52241         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
52242         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
52243         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
52244         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
52245         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
52246         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
52247         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
52248         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
52249         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
52250         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
52251         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
52252         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
52253         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
52254         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
52255         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
52256         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
52257         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
52258         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
52259         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
52260         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
52261         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
52262         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
52263         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
52264         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
52265         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
52266         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
52267         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
52268         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
52269         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
52270         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
52271         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
52272         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
52273         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
52274         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
52275         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
52276         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
52277         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
52278         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
52279         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
52280         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
52281         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
52282         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52283         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
52284         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
52285         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
52286         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52287         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
52288         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
52289         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
52290         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
52291         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
52292         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
52293         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
52294         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
52295         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
52296         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
52297         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
52298         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
52299         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
52300         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
52301         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
52302         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
52303         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
52304         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
52305         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
52306         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
52307         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
52308         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
52309         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
52310         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
52311         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
52312         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
52313         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
52314         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
52315         (__isnanf): Likewise.
52316         (__isinf_ns): Likewise.
52317         (__isinf_nsf): Likewise.
52318         (__finite): Likewise.
52319         (__finitef): Likewise.
52320         (__ieee754_sqrt): Define as macro.
52321         (__ieee754_sqrtf): Define as macro.
52322         (__ieee754_sqrtl): Define as macro.
52323         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
52324         inlined copy.
52325         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
52326         __FINITE_MATH_ONLY__ consistent.
52327         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
52329 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
52331         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
52332         of rawmemchr.
52334         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
52336 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
52338         * po/ja.po: Update from translation team.
52340 2011-10-08  Roland McGrath  <roland@hack.frob.com>
52342         * locale/programs/locarchive.c (prepare_address_space): New function.
52343         (create_archive, enlarge_archive, open_archive): Use it.
52345         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
52346         inside [SHARED], where it is used.
52348         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
52350         * nss/getent.c (netgroup_keys): Remove unused variable.
52351         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
52353 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
52355         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
52356         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
52357         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
52358         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
52359         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
52360         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
52361         * math/Makefile (libm-calls): Add s_isinf_ns.
52362         * math/divtc3.c: Use __isinf_nsl instead of isinf.
52363         * math/multc3.c: Likewise.
52364         * math/s_casin.c: Likewise.
52365         * math/s_casinf.c: Likewise.
52366         * math/s_casinl.c: Likewise.
52367         * math/s_ccos.c: Likewise.
52368         * math/s_ccosf.c: Likewise.
52369         * math/s_ccosl.c: Likewise.
52370         * math/s_ctan.c: Likewise.
52371         * math/s_ctanf.c: Likewise.
52372         * math/s_ctanh.c: Likewise.
52373         * math/s_ctanhf.c: Likewise.
52374         * math/s_ctanhl.c: Likewise.
52375         * math/s_ctanl.c: Likewise.
52376         * math/w_fmod.c: Likewise.
52377         * math/w_fmodf.c: Likewise.
52378         * math/w_fmodl.c: Likewise.
52379         * math/w_remainder.c: Likewise.
52380         * math/w_remainderf.c: Likewise.
52381         * math/w_remainderl.c: Likewise.
52382         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
52383         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
52384         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
52385         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
52386         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
52387         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
52388         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
52389         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
52391         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
52392         of the number.
52393         * stdio-common/printf_fphex.c: Likewise.
52394         * stdio-common/printf_size.c: Likewise.
52396         * math/e_exp10.c: Include math_private.h using <...> not "...".
52397         * math/e_exp10f.c: Likewise.
52398         * math/e_exp10l.c: Likewise.
52399         * math/e_exp2l.c: Likewise.
52400         * math/e_j0l.c: Likewise.
52401         * math/e_j1l.c: Likewise.
52402         * math/e_jnl.c: Likewise.
52403         * math/e_lgammal_r.c: Likewise.
52404         * math/e_rem_pio2l.c: Likewise.
52405         * math/e_scalb.c: Likewise.
52406         * math/e_scalbf.c: Likewise.
52407         * math/e_scalbl.c: Likewise.
52408         * math/k_cosl.c: Likewise.
52409         * math/k_sinl.c: Likewise.
52410         * math/k_tanl.c: Likewise.
52411         * math/s_cacoshf.c: Likewise.
52412         * math/s_catan.c: Likewise.
52413         * math/s_catanf.c: Likewise.
52414         * math/s_catanh.c: Likewise.
52415         * math/s_catanhf.c: Likewise.
52416         * math/s_catanhl.c: Likewise.
52417         * math/s_catanl.c: Likewise.
52418         * math/s_ccosh.c: Likewise.
52419         * math/s_ccoshf.c: Likewise.
52420         * math/s_ccoshl.c: Likewise.
52421         * math/s_cexp.c: Likewise.
52422         * math/s_cexpf.c: Likewise.
52423         * math/s_cexpl.c: Likewise.
52424         * math/s_clog.c: Likewise.
52425         * math/s_clog10.c: Likewise.
52426         * math/s_clog10f.c: Likewise.
52427         * math/s_clog10l.c: Likewise.
52428         * math/s_clogf.c: Likewise.
52429         * math/s_clogl.c: Likewise.
52430         * math/s_csin.c: Likewise.
52431         * math/s_csinf.c: Likewise.
52432         * math/s_csinh.c: Likewise.
52433         * math/s_csinhf.c: Likewise.
52434         * math/s_csinhl.c: Likewise.
52435         * math/s_csinl.c: Likewise.
52436         * math/s_csqrt.c: Likewise.
52437         * math/s_csqrtf.c: Likewise.
52438         * math/s_csqrtl.c: Likewise.
52439         * math/s_ctan.c: Likewise.
52440         * math/s_ctanf.c: Likewise.
52441         * math/s_ctanh.c: Likewise.
52442         * math/s_ctanhf.c: Likewise.
52443         * math/s_ctanhl.c: Likewise.
52444         * math/s_ctanl.c: Likewise.
52445         * math/s_ldexp.c: Likewise.
52446         * math/s_ldexpf.c: Likewise.
52447         * math/s_ldexpl.c: Likewise.
52448         * math/s_significand.c: Likewise.
52449         * math/s_significandf.c: Likewise.
52450         * math/s_significandl.c: Likewise.
52451         * math/w_acos.c: Likewise.
52452         * math/w_acosf.c: Likewise.
52453         * math/w_acosh.c: Likewise.
52454         * math/w_acoshf.c: Likewise.
52455         * math/w_acoshl.c: Likewise.
52456         * math/w_acosl.c: Likewise.
52457         * math/w_asin.c: Likewise.
52458         * math/w_asinf.c: Likewise.
52459         * math/w_asinl.c: Likewise.
52460         * math/w_atan2.c: Likewise.
52461         * math/w_atan2f.c: Likewise.
52462         * math/w_atan2l.c: Likewise.
52463         * math/w_atanh.c: Likewise.
52464         * math/w_atanhf.c: Likewise.
52465         * math/w_atanhl.c: Likewise.
52466         * math/w_cosh.c: Likewise.
52467         * math/w_coshf.c: Likewise.
52468         * math/w_coshl.c: Likewise.
52469         * math/w_dremf.c: Likewise.
52470         * math/w_exp10.c: Likewise.
52471         * math/w_exp10f.c: Likewise.
52472         * math/w_exp10l.c: Likewise.
52473         * math/w_exp2.c: Likewise.
52474         * math/w_exp2f.c: Likewise.
52475         * math/w_fmod.c: Likewise.
52476         * math/w_fmodf.c: Likewise.
52477         * math/w_fmodl.c: Likewise.
52478         * math/w_hypot.c: Likewise.
52479         * math/w_hypotf.c: Likewise.
52480         * math/w_hypotl.c: Likewise.
52481         * math/w_j0.c: Likewise.
52482         * math/w_j0f.c: Likewise.
52483         * math/w_j0l.c: Likewise.
52484         * math/w_j1.c: Likewise.
52485         * math/w_j1f.c: Likewise.
52486         * math/w_j1l.c: Likewise.
52487         * math/w_jn.c: Likewise.
52488         * math/w_jnf.c: Likewise.
52489         * math/w_jnl.c: Likewise.
52490         * math/w_lgamma.c: Likewise.
52491         * math/w_lgamma_r.c: Likewise.
52492         * math/w_lgammaf.c: Likewise.
52493         * math/w_lgammaf_r.c: Likewise.
52494         * math/w_lgammal.c: Likewise.
52495         * math/w_lgammal_r.c: Likewise.
52496         * math/w_log.c: Likewise.
52497         * math/w_log10.c: Likewise.
52498         * math/w_log10f.c: Likewise.
52499         * math/w_log10l.c: Likewise.
52500         * math/w_log2.c: Likewise.
52501         * math/w_log2f.c: Likewise.
52502         * math/w_log2l.c: Likewise.
52503         * math/w_logf.c: Likewise.
52504         * math/w_logl.c: Likewise.
52505         * math/w_pow.c: Likewise.
52506         * math/w_powf.c: Likewise.
52507         * math/w_powl.c: Likewise.
52508         * math/w_remainder.c: Likewise.
52509         * math/w_remainderf.c: Likewise.
52510         * math/w_remainderl.c: Likewise.
52511         * math/w_scalb.c: Likewise.
52512         * math/w_scalbf.c: Likewise.
52513         * math/w_scalbl.c: Likewise.
52514         * math/w_sinh.c: Likewise.
52515         * math/w_sinhf.c: Likewise.
52516         * math/w_sinhl.c: Likewise.
52517         * math/w_sqrt.c: Likewise.
52518         * math/w_sqrtf.c: Likewise.
52519         * math/w_sqrtl.c: Likewise.
52520         * math/w_tgamma.c: Likewise.
52521         * math/w_tgammaf.c: Likewise.
52522         * math/w_tgammal.c: Likewise.
52524         * po/ja.po: Update from translation team.
52526 2011-09-29  Andreas Jaeger  <aj@suse.de>
52528         [BZ #13179]
52529         * sunrpc/netname.c (netname2host): Fix logic.
52531         [BZ #6779]
52532         [BZ #6783]
52533         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
52534         correctly.
52535         * math/w_remainder.c (__remainder): Likewise.
52536         * math/w_remainderf.c (__remainderf): Likewise.
52537         * math/libm-test.inc (remainder_test): Add test cases.
52539 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52541         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
52542         sdiv_qrnnd.
52544 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
52546         * string/test-memcmp.c: Avoid unncessary #defines.
52547         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
52549 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52551         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
52552         Use new sse2 version for core i3 - i7 as it's faster
52553         than sse42 version.
52554         (bit_Prefer_PMINUB_for_stringop): New.
52555         * sysdeps/x86_64/rawmemchr.S: Update.
52556         Replace with faster SSE2 version.
52557         * sysdeps/x86_64/memrchr.S: New file.
52558         * sysdeps/x86_64/memchr.S: Update.
52559         Replace with faster SSE2 version.
52561 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
52563         * elf/dl-load.c (lose): Add cast to avoid warning.
52565 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
52567         * po/ca.po: Update from translation team.
52569         * inet/getnetgrent_r.c: Hook up nscd.
52570         * nscd/Makefile (routines): Add nscd_netgroup.
52571         (nscd-modules): Add netgroupcache.
52572         (CFLAGS-netgroupcache.c): Define.
52573         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
52574         (cache_search): Add const to second parameter.
52575         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
52576         INNETGR.
52577         (dbs): Add netgrdb entry.
52578         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
52579         (verify_persistent_db): Handle netgrdb.
52580         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
52581         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
52582         GETFDNETGR.
52583         (netgroup_response_header): Define.
52584         (innetgroup_response_header): Define.
52585         (datahead): Add netgroup_response_header and innetgroup_response_header
52586         elements.
52587         * nscd/nscd.conf: Add entries for netgroup cache.
52588         * nscd/nscd.h (dbtype): Add netgrdb.
52589         (_PATH_NSCD_NETGROUP_DB): Define.
52590         (netgroup_iov_disabled): Declare.
52591         (xmalloc, xcalloc, xrealloc): Move declarations here.
52592         (cache_search): Adjust prototype.
52593         Add netgroup-related prototypes.
52594         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
52595         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
52596         (__nscd_innetgr): Declare.
52597         * nscd/selinux.c (perms): Use access_vector_t as element type and
52598         add netgroup-related initializers.
52599         * nscd/netgroupcache.c: New file.
52600         * nscd/nscd_netgroup.c: New file.
52601         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
52602         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
52603         For four parameters use innetgr.
52604         * nss/nss_files/files-init.c: Add definition and callback for netgr.
52605         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
52606         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
52607         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
52609         * nscd/connections.c (register_traced_file): Don't register file
52610         for disabled databases.
52612 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
52614         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
52616         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
52617         from tree and freeing node.
52619 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
52621         * nss/nsswitch.c (__nss_database_lookup): Handle
52622         nss_parse_service_list out of memory case.
52624 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
52626         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
52627         out of memory case.
52629 2011-10-04  Andreas Schwab  <schwab@redhat.com>
52631         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
52632         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
52633         pass it down.
52634         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
52635         elf_machine_rela, elf_machine_lazy_rel.
52636         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
52637         (ELF_DYNAMIC_DO_REL): Likewise.
52638         (ELF_DYNAMIC_DO_RELA): Likewise.
52639         (ELF_DYNAMIC_RELOCATE): Likewise.
52640         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
52641         to ELF_DYNAMIC_DO_REL.
52642         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
52643         (dl_main): In trace mode always set __RTLD_NOIFUNC.
52644         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
52645         elf_machine_rela.
52646         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
52647         skip_ifunc, don't call ifunc function if non-zero.
52648         (elf_machine_rela): Likewise.
52649         (elf_machine_lazy_rel): Likewise.
52650         (elf_machine_lazy_rela): Likewise.
52651         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
52652         (elf_machine_lazy_rel): Likewise.
52653         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
52654         Likewise.
52655         (elf_machine_lazy_rel): Likewise.
52656         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
52657         Likewise.
52658         (elf_machine_lazy_rel): Likewise.
52659         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
52660         (elf_machine_lazy_rel): Likewise.
52661         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
52662         (elf_machine_lazy_rel): Likewise.
52663         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
52664         (elf_machine_lazy_rel): Likewise.
52665         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
52666         (elf_machine_lazy_rel): Likewise.
52667         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
52668         (elf_machine_lazy_rel): Likewise.
52669         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
52670         (elf_machine_lazy_rel): Likewise.
52672 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
52674         * nss/nss_files/files-init.c (_nss_files_init): Use static
52675         initialization for all the *_traced_file variables.
52677 2011-09-28  Andreas Schwab  <schwab@redhat.com>
52679         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52681 2011-09-27  Roland McGrath  <roland@hack.frob.com>
52683         [BZ #13226]
52684         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
52686 2011-09-27  Andreas Schwab  <schwab@redhat.com>
52688         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
52689         Reread the line before reparsing it.
52691 2011-09-26  Andreas Schwab  <schwab@redhat.com>
52693         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
52695 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
52696             Maxim Kuvyrkov  <maxim@codesourcery.com>
52697             Joseph Myers  <joseph@codesourcery.com>
52699         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
52700         if needed for __stack_chk_guard.
52702 2011-09-19  Roland McGrath  <roland@hack.frob.com>
52704         * sysdeps/posix/spawni.c (script_execute): Always define it.
52705         It will be optimized away if unused.
52706         (maybe_script_execute): New function.
52707         (__spawni): Call it.
52709         * Makerules: Don't include tls.make.
52710         (config-tls): Always set to thread.
52711         * tls.make.c: File removed.
52713 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
52715         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
52716         * config.make.in (CPPFLAGS-config): New substituted variable.
52718 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
52720         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
52722         [BZ #13192]
52723         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
52724         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
52726 2011-09-15  Roland McGrath  <roland@hack.frob.com>
52728         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
52729         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
52730         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
52731         (CALL_FAIL): Likewise.
52732         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
52733         (CALL_FAIL): Macro removed.
52734         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
52736 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
52738         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
52739         for __FINITE_MATH_ONLY__ == 1.
52741 2011-09-15  Andreas Schwab  <schwab@redhat.com>
52743         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
52744         __ieee754_sqrt instead of sqrt.
52745         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
52746         __ieee754_sqrtf instead of sqrtf.
52747         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
52748         __floorf instead of floorf.
52749         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
52750         __floorf, __truncf instead of floorf, truncf.
52752 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
52754         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
52756         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
52757         __extern_always_inline.
52758         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
52759         32-bit.
52761 2011-09-14  Andreas Schwab  <schwab@redhat.com>
52763         * elf/rtld.c (dl_main): Also relocate in dependency order when
52764         doing symbol dependency testing.
52766 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
52768         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
52769         Always define `refsym'.
52771 2011-09-13  Andreas Schwab  <schwab@redhat.com>
52773         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
52774         (__FD_ELT): Renamed from __FDELT.
52775         * misc/bits/select2.h (__FD_ELT): Likewise.
52776         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
52777         __FD_MASK instead of __FDELT, __FDMASK.
52778         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
52779         Likewise.
52780         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
52781         Likewise.
52783         * elf/Makefile (gen-ldd): Fix pattern.
52785         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
52786         (init_tls): Likewise.
52788 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
52790         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
52792 2011-09-12  Andreas Schwab  <schwab@redhat.com>
52794         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
52795         `struct cmsghdr *' instead of `void *'.
52796         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
52797         Likewise.
52799 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
52801         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
52802         if non-absolute.
52803         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
52804         ldd_rewrite_script.
52806 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
52808         * configure.in: Remove --with-tls option.
52809         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
52810         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
52811         out in case it is missing.
52812         * sysdeps/ia64/elf/configure.in: Likewise.
52813         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
52814         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
52815         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
52816         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
52817         * sysdeps/sh/elf/configure.in: Likewise.
52818         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
52819         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
52820         * sysdeps/x86_64/elf/configure.in: Likewise.
52821         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
52822         * sysdeps/mach/hurd/tls.h: Likewise.
52824         [BZ #13067]
52825         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
52827         [BZ #13090]
52828         * configure.in: Fix use of AC_INIT.
52830         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
52832 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
52834         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
52835         __set_errno.
52836         * malloc/hooks.c: Likewise.
52838         [BZ #11929]
52839         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
52840         variables statically.
52841         (narenas): Initialize.
52842         (list_lock): Initialize.
52843         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
52844         initializtion of main_arena and list_lock.  Small cleanups.
52845         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
52846         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
52847         Add initializers to main_arena and mp_.
52848         (malloc_state): Remove pagesize member.  Change all users to use
52849         GLRO(dl_pagesize).
52851         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
52852         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
52853         is always initialized.
52855         * malloc/malloc.c: Removed unused configurations and dead code.
52856         * malloc/arena.c: Likewise.
52857         * malloc/hooks.c: Likewise.
52858         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
52860         * include/tls.h: Removed.  USE___THREAD must always be defined.
52861         * bits/libc-tsd.h: Don't handle !USE___THREAD.
52862         * elf/dl-libc.c: Likewise.
52863         * elf/dl-tsd.c: Likewise.
52864         * include/errno.h: Likewise.
52865         * include/netdb.h: Likewise.
52866         * include/resolv.h: Likewise.
52867         * inet/herrno-loc.c: Likewise.
52868         * inet/herrno.c: Likewise.
52869         * malloc/arena.c: Likewise.
52870         * malloc/hooks.c: Likewise.
52871         * malloc/malloc.c: Likewise.
52872         * resolv/res-state.c: Likewise.
52873         * resolv/res_libc.c: Likewise.
52874         * sysdeps/i386/dl-machine.h: Likewise.
52875         * sysdeps/ia64/dl-machine.h: Likewise.
52876         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
52877         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
52878         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
52879         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
52880         * sysdeps/sh/dl-machine.h: Likewise.
52881         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
52882         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
52883         * sysdeps/unix/i386/sysdep.S: Likewise.
52884         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
52885         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
52886         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
52887         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
52888         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
52889         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
52890         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
52891         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
52892         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
52893         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
52894         * sysdeps/unix/x86_64/sysdep.S: Likewise.
52895         * sysdeps/x86_64/dl-machine.h: Likewise.
52896         * tls.make.c: Likewise.
52898         * configure.in: Remove --with-__thread option.  Make tests for
52899         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
52900         tls_model attribute fail if no support is available.  Remove
52901         USE_IN_LIBIO.
52902         * Makeconfig: Adjust for dropped configure option.  All features are
52903         now mandatory.
52904         * Makerules: Likewise.
52905         * Versions.def: Likewise.
52906         * argp/argp-fmtstream.c: Likewise.
52907         * argp/argp-fmtstream.h: Likewise.
52908         * argp/argp-help.c: Likewise.
52909         * assert/assert.c: Likewise.
52910         * config.h.in: Likewise.
52911         * config.make.in: Likewise.
52912         * configure: Likewise.
52913         * configure.in: Likewise.
52914         * csu/Versions: Likewise.
52915         * csu/init.c: Likewise.
52916         * elf/tst-audit2.c: Likewise.
52917         * elf/tst-tls10.c: Likewise.
52918         * elf/tst-tls10.h: Likewise.
52919         * elf/tst-tls11.c: Likewise.
52920         * elf/tst-tls12.c: Likewise.
52921         * elf/tst-tls14.c: Likewise.
52922         * elf/tst-tlsmod11.c: Likewise.
52923         * elf/tst-tlsmod12.c: Likewise.
52924         * elf/tst-tlsmod13.c: Likewise.
52925         * elf/tst-tlsmod13a.c: Likewise.
52926         * elf/tst-tlsmod14a.c: Likewise.
52927         * elf/tst-tlsmod15b.c: Likewise.
52928         * elf/tst-tlsmod16a.c: Likewise.
52929         * elf/tst-tlsmod16b.c: Likewise.
52930         * elf/tst-tlsmod7.c: Likewise.
52931         * elf/tst-tlsmod8.c: Likewise.
52932         * elf/tst-tlsmod9.c: Likewise.
52933         * gmon/gmon.c: Likewise.
52934         * grp/fgetgrent_r.c: Likewise.
52935         * grp/putgrent.c: Likewise.
52936         * hurd/fopenport.c: Likewise.
52937         * include/libc-symbols.h: Likewise.
52938         * include/tls.h: Likewise.
52939         * intl/gettextP.h: Likewise.
52940         * intl/loadinfo.h: Likewise.
52941         * locale/global-locale.c: Likewise.
52942         * locale/localeinfo.h: Likewise.
52943         * mach/devstream.c: Likewise.
52944         * malloc/arena.c: Likewise.
52945         * malloc/set-freeres.c: Likewise.
52946         * misc/err.c: Likewise.
52947         * misc/getttyent.c: Likewise.
52948         * misc/mntent_r.c: Likewise.
52949         * posix/getopt.c: Likewise.
52950         * posix/wordexp.c: Likewise.
52951         * pwd/fgetpwent_r.c: Likewise.
52952         * resolv/Versions: Likewise.
52953         * resolv/res_hconf.c: Likewise.
52954         * shadow/fgetspent_r.c: Likewise.
52955         * shadow/putspent.c: Likewise.
52956         * stdio-common/printf_fphex.c: Likewise.
52957         * stdio-common/tmpfile.c: Likewise.
52958         * stdlib/abort.c: Likewise.
52959         * stdlib/fmtmsg.c: Likewise.
52960         * sunrpc/auth_unix.c: Likewise.
52961         * sunrpc/clnt_perr.c: Likewise.
52962         * sunrpc/clnt_tcp.c: Likewise.
52963         * sunrpc/clnt_udp.c: Likewise.
52964         * sunrpc/clnt_unix.c: Likewise.
52965         * sunrpc/openchild.c: Likewise.
52966         * sunrpc/svc_simple.c: Likewise.
52967         * sunrpc/svc_tcp.c: Likewise.
52968         * sunrpc/svc_udp.c: Likewise.
52969         * sunrpc/svc_unix.c: Likewise.
52970         * sunrpc/xdr.c: Likewise.
52971         * sunrpc/xdr_array.c: Likewise.
52972         * sunrpc/xdr_rec.c: Likewise.
52973         * sunrpc/xdr_ref.c: Likewise.
52974         * sunrpc/xdr_stdio.c: Likewise.
52976 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52978         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52980 2011-07-03  Andreas Jaeger  <aj@suse.de>
52982         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
52983         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
52984         regenerate with gen-libm-tests.pl.
52986 2010-05-12  Petr Baudis  <pasky@suse.cz>
52988         [BZ #11589]
52989         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
52990         around j0() zero points by switching to j1().
52991         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
52992         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
52993         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
52994         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
52996 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52998         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
52999         instead of 0.
53000         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
53001         instead of 0.
53002         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
53003         Patch in part by Pavel Roskin <proski@gnu.org>.
53005         [BZ #13138]
53006         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
53007         realloc.
53008         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
53009         Free memory block if necessary.
53011         [BZ #12847]
53012         * libio/genops.c (INTDEF): For string streams the _lock pointer can
53013         be NULL.  Don't lock in this case.
53015 2011-09-09  Roland McGrath  <roland@hack.frob.com>
53017         * elf/elf.h (ELFOSABI_GNU): New macro.
53018         (ELFOSABI_LINUX): Define to that.
53020 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
53022         * string/strncat.c (strncat): Undef the symbol in case it has been
53023         defined in bits/string.h.
53025 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53027         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
53029         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
53030         link map.
53032 2011-08-17  Andreas Jaeger  <aj@suse.de>
53034         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
53036 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
53037             Ian Lance Taylor  <iant@google.com>
53039         * math/libm-test.inc (lround_test): New testcase.
53040         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
53042 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
53044         * Makefile: Remove support for automatic cvs check-ins.
53045         * Makerules: Likewise.
53046         * config.make.in: Likewise.
53047         * configure.in: Likewise.
53048         * intl/Makefile: Likewise.
53049         * locale/Makefile: Likewise.
53050         * po/Makefile: Likewise.
53051         * posix/Makefile: Likewise.
53052         * sysdeps/gnu/Makefile: Likewise.
53053         * sysdeps/mach/hurd/Makefile: Likewise.
53054         * sysdeps/sparc/sparc32/Makefile: Likewise.
53056         [BZ #13118]
53057         * posix/Makefile (bug-regex32-ENV): Define.
53058         Patch by John Stanley <jpsinthemix@verizon.net>.
53060         * misc/Makefile (headers): Add bits/select2.h.
53061         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
53062         * misc/bits/select2.h: New file.
53063         * include/bits/select2.h: New file.
53064         * debug/Makefile (routines): Add fdelt_chk.
53065         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
53066         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
53067         FD_ISSET.
53068         * debug/fdelt_chk.c: New file.
53070         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
53071         * wcsmbs/test-wmemcmp.c: Likewise.
53072         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
53073         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
53075 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53077         * string/Makefile (strop-tests): Add memcmp.
53078         * string/test-wmemcmp.c: New file.
53079         * string/test-memcmp.c: Add wmemcmp support.
53081 2011-09-08  Roland McGrath  <roland@hack.frob.com>
53083         [BZ #13153]
53084         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
53085         2011-07-19 change.
53087         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
53088         garbage value in a __mach_port_mod_refs call in the cases of the
53089         task-self and thread-self ports.
53091 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53093         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
53095 2011-09-08  Andreas Schwab  <schwab@redhat.com>
53097         * elf/dl-load.c (lose): Check for non-null L.
53099 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
53101         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
53103         * elf/dl-libc.c (dlerror_run): Pass back error code from
53104         dl_catch_error.
53106         [BZ #13123]
53107         * elf/dl-load.c (lose): Free l_origin if it is valid.
53109         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
53110         names.
53111         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
53112         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
53113         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
53114         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
53115         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
53116         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
53118 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53120         * sysdeps/powerpc/fpu/e_hypot.c: New file.
53121         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
53122         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
53123         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
53124         * sysdeps/powerpc/fpu/k_cosf.c: New file.
53125         * sysdeps/powerpc/fpu/k_sinf.c: New file.
53126         * sysdeps/powerpc/fpu/s_cosf.c: New file.
53127         * sysdeps/powerpc/fpu/s_sinf.c: New file.
53128         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
53129         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
53131 2011-08-15  Alan Modra  <amodra@gmail.com>
53133         [BZ #13092]
53134         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
53135         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
53136         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
53137         ppc_mcount to static-only-routines.
53138         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
53139         __mcount_internal.
53140         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
53141         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
53143 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
53145         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
53146         for finite and infinity parameters.
53148 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
53150         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
53151         and add nop instructions for throughput optimization.
53152         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
53154 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
53156         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
53157         aligned copy for power7 with vector-scalar instructions.
53158         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
53160 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
53162         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
53163         AVX check.
53165 2011-09-07  Andreas Schwab  <schwab@redhat.com>
53167         [BZ #13144]
53168         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
53169         last change.
53171 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
53173         * sysdeps/unix/sysv/linux/x86_64/init-first.c
53174         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
53175         syscall wrapper around clock_gettime in __vdso_clock_gettime.
53176         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
53177         clock_gettime.
53179 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
53181         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
53182         Forgot to demangle the pointer.
53184         * sysdeps/i386/sysdep.h: Define atom_text_section.
53185         * sysdeps/x86_64/sysdep.h: Likewise.
53186         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
53187         section with atom_text_section.
53188         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
53189         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
53190         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
53191         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
53192         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
53194         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
53195         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
53196         already be defined.  Change to take two parameters and don't assign
53197         result to variable.  Adjust all users.
53198         Define INTERNAL_GETTIME if not already defined.
53199         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
53200         call.
53201         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
53202         HAVE_CLOCK_GETTIME_VSYSCALL.
53203         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
53205         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
53206         gettimeofday vsyscall, just use time.
53208 2011-09-06  Andreas Schwab  <schwab@redhat.com>
53210         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
53211         <errno.h>.
53213 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
53215         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
53216         syscall on x86-64.
53217         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
53218         syscall.
53219         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
53220         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
53221         syscall if possible.
53223 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
53225         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
53226         e_ident.  Don't pass to find_mapsXX.
53227         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
53229 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53231         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53232         strchr-sse2-no-bsf strrchr-sse2-no-bsf
53233         * sysdeps/x86_64/multiarch/strchr.S: Update.
53234         Check bit_slow_BSF bit.
53235         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
53236         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
53237         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
53239 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
53241         [BZ #13134]
53242         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
53243         before glibc 2.15.
53244         (tryshell): Define.
53245         (__spawni): Change last parameter to be flag.  Test
53246         SPAWN_XFLAGS_USE_PATH flag to use path or not.
53247         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
53248         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
53249         * posix/spawni.c: Likewise.
53250         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
53251         * posix/spawnp.c: Likewise.  Change normal version to use
53252         SPAWN_XFLAGS_USE_PATH.
53253         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
53254         SPAWN_XFLAGS_TRY_SHELL.
53256         [BZ #13150]
53257         * posix/glob.h: Remove gcc 1.x support.
53259         [BZ #13068]
53260         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
53262 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53264         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53265         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
53266         strrchr-sse2-bsf
53267         * sysdeps/i386/i686/multiarch/strchr.S: New file.
53268         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
53269         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
53270         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
53271         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
53272         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
53274 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53276         * sysdeps/x86_64/wcscmp.S: New file.
53278         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
53279         wcscmp-c wcscmp-sse2
53280         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
53281         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
53282         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
53283         * wcsmbs/wcscmp.c: Allow renaming.
53285 2011-09-05  David S. Miller  <davem@davemloft.net>
53287         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
53288         stack slot, rather than the struct return pointer slot.
53289         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
53290         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
53291         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
53292         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
53294 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
53296         * po/ja.po: Update from translation team.
53298         [BZ #13144]
53299         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
53300         kernel in 64-bit binaries.
53302 2011-09-01  David S. Miller  <davem@davemloft.net>
53304         * elf/elf.h (HWCAP_SPARC_*): Move to..
53305         * sysdeps/sparc/sysdep.h: this new file and add new values.
53306         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
53307         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
53308         _DL_HWCAP_COUNT to 24.
53309         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
53310         entries.
53311         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
53312         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
53313         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
53314         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
53315         instead of magic constants.
53316         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
53318 2011-08-31  David S. Miller  <davem@davemloft.net>
53320         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
53321         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
53322         Reimplement to do errno handling inline.
53323         (SYSCALL_ERROR_HANDLER): New macro.
53324         (__SYSCALL_STRING): Do not do errno handling in asm.
53325         (__CLONE_SYSCALL_STRING): Delete.
53326         (__INTERNAL_SYSCALL_STRING): Delete.
53327         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
53328         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
53329         (PSEUDO): Reimplement to do errno handling inline.
53330         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
53331         (SYSCALL_ERROR_HANDLER): New macro.
53332         (__SYSCALL_STRING): Do not do errno handling in asm.
53333         (__CLONE_SYSCALL_STRING): Delete.
53334         (__INTERNAL_SYSCALL_STRING): Delete.
53335         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
53336         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
53337         i386.
53338         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
53339         (inline_syscall*): Add 'err' argument.
53340         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
53341         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
53342         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
53343         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
53345         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
53346         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
53348 2011-08-30  Andreas Schwab  <schwab@redhat.com>
53350         * elf/rtld.c (dl_main): Relocate objects in dependency order.
53352 2011-08-29  Jiri Olsa <jolsa@redhat.com>
53354         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
53355         directive.
53357 2011-08-24  David S. Miller  <davem@davemloft.net>
53359         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
53361 2011-08-24  Andreas Schwab  <schwab@redhat.com>
53363         * elf/Makefile: Add rules to build and run unload8 test.
53364         * elf/unload8.c: New file.
53365         * elf/unload8mod1.c: New file.
53366         * elf/unload8mod1x.c: New file.
53367         * elf/unload8mod2.c: New file.
53368         * elf/unload8mod3.c: New file.
53370         * elf/dl-close.c (_dl_close_worker): Reset private search list if
53371         it wasn't used.
53373 2011-08-23  David S. Miller  <davem@davemloft.net>
53375         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
53376         subtract stack bias.
53377         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
53378         %sp not %fp in calculations.
53379         (_JMPBUF_UNWINDS_ADJ): Likewise.
53381         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
53382         (aio_suspend): Call it to force an exception region around the
53383         AIO_MISC_WAIT() invocation.
53385 2011-08-23  Andreas Schwab  <schwab@redhat.com>
53387         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
53388         backslash.
53390 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
53392         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
53393         protection macro.
53394         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
53395         and <dl-machine.h>.
53396         (Elf64_FuncDesc): Remove.
53398 2011-08-22  David S. Miller  <davem@davemloft.net>
53400         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
53401         sigaltstack check, add missing cfi directives.
53402         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
53403         missing cfi directives, and sigaltstack handling.
53405 2011-08-16  Andreas Schwab  <schwab@redhat.com>
53407         [BZ #11724]
53408         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
53409         object is seen twice.
53410         * elf/dl-fini.c (_dl_sort_fini): Likewise.
53412         * elf/Makefile (distribute): Add tst-initorder2.c.
53413         (tests): Add tst-initorder2.
53414         (modules-names): Add tst-initorder2a tst-initorder2b
53415         tst-initorder2c tst-initorder2d.  Add rules to build them.
53416         ($(objpfx)tst-initorder2.out): New rule.
53417         * elf/tst-initorder2.c: New file.
53418         * elf/tst-initorder2.exp: New file.
53420 2011-08-22  Andreas Schwab  <schwab@redhat.com>
53422         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
53424         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
53425         dependencies back to end of function.
53427         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
53428         $(elfobjdir)/ld.so.
53430 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
53432         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
53433         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
53434         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
53435         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
53436         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
53437         of __vdso_gettimeofday.
53438         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
53439         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
53440         attribute_hidden.
53441         (_libc_vdso_platform_setup): Remove initialization of
53442         __vdso_gettimeofday and __vdso_time.
53444 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
53446         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
53447         and fgetc_unlocked.
53448         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
53449         getc_unlocked.
53451         * elf/dl-open.c (add_to_global): Report additions to the global scope
53452         for LD_DEBUG=scopes.
53453         (dl_open_worker): Also print scope of newly loaded dependencies.
53454         (_dl_show_scope): Indicate if there is no scope.
53456         [BZ #13114]
53457         * stdio-common/Makefile (tests): Add bug24.
53458         * stdio-common/bug24.c: New file.
53460 2011-08-19  Andreas Jaeger  <aj@suse.de>
53462         [BZ #13114]
53463         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
53464         non-existant file when using close-on-exec mode.
53466 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
53468         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
53469         the very first instruction.
53471         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
53472         the CFI state in the end.
53473         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
53474         inclusion of dl-trampoline.h.
53475         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
53477 2011-08-19  Andreas Schwab  <schwab@redhat.com>
53479         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
53480         expectations for long double.
53482         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
53483         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
53485 2011-08-14  David S. Miller  <davem@davemloft.net>
53487         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
53488         artificual limit depends upon the system page size.
53490 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
53492         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
53493         * resolv/Makefile: Define CFLAGS-libresolv.
53495 2011-08-17  Andreas Schwab  <schwab@redhat.com>
53497         * nss/makedb.c (compute_tables): Make variables used in nested
53498         function static.
53500 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
53502         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
53503         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
53504         if buffer was too small.
53506         * elf/pldd.c (main): Attach to all threads in the process.
53507         Rewrite /proc handling to use *at functions.
53509 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
53511         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
53512         specifies first scope to show.
53513         (dl_open_worker): Update callers.  Move printing scope of new
53514         object to before the relocation.
53515         * elf/rtld.c (dl_main): Update _dl_show_scope call.
53516         * sysdeps/generic/ldsodefs.h: Update declaration.
53518         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
53519         string for the scope number.
53521 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
53523         * nscd/servicescache.c (cache_addserv): Make sure written is always
53524         initialized.
53526 2011-08-14  Roland McGrath  <roland@hack.frob.com>
53528         * sysdeps/i386/i486/bits/atomic.h
53529         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
53530         statement expression, so as to suppress "set but not used" warning.
53531         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
53533         * string/strncat.c (STRNCAT): Use prototype definition.
53535         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
53536         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
53537         -Iprograms here.
53538         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
53539         (localedef-modules): Add localedef.
53540         (locale-modules): Add locale.
53542         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
53543         * elf/rtld.c (dl_main): Invert order of assignment in last change,
53544         to avoid a warning.
53546 2011-08-14  David S. Miller  <davem@davemloft.net>
53548         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
53549         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
53551 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
53553         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
53554         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
53555         * elf/rtld.c (dl_main): Set l_name of vDSO.
53556         Call _dl_show_scope when DL_DEBUG_SCOPES.
53557         (process_dl_debug): Recognize scopes flag and also set it for all.
53558         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
53559         Declare _dl_show_scope.
53561         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
53562         (do_dlopen): Pass caller_dlopen to dl_open.
53563         (__libc_dlopen_mode): Initialize caller_dlopen.
53565         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
53566         of libc.  Make tolower call locale-independent.  Optimize a bit by
53567         using isdigit instead of isalnum.
53568         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
53570 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
53572         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
53573         was a dependency or dynamically loaded.
53575 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
53577         * intl/l10nflist.c: Allow architecture-specific pop function.
53578         * sysdeps/x86_64/l10nflist.c: New file.
53580         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
53581         classification.
53583 2011-08-10  Andreas Schwab  <schwab@redhat.com>
53585         * include/dirent.h: Add libc_hidden_proto for scandirat and
53586         scandirat64.  Don't declare __scandirat64.
53587         * dirent/scandirat.c: Add libc_hidden_def.
53588         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
53589         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
53591 2011-08-10  David S. Miller  <davem@davemloft.net>
53593         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
53594         enum.
53595         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
53596         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
53597         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
53599 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
53601         * Versions.def [libc]: Add GLIBC_2.15.
53602         * dirent/Makefile (routines): Add scandirat and scandirat64.
53603         * dirent/Versions [libc]: Export scandirat and scandirat64 for
53604         GLIBC_2.15.
53605         * dirent/dirent.h: Declare scandirat and scandirat64.
53606         * dirent/scandirat.c: New file.
53607         * dirent/scandirat64.c: New file.
53608         * sysdeps/wordsize-64/scandirat.c: New file.
53609         * sysdeps/wordsize-64/scandirat64.c: New file.
53610         * dirent/opendir.c: Define opendirat.
53611         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
53612         using scandirat.
53613         * dirent/scandir64.c: Adjust for scandir.c change.
53614         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
53615         __scandirat64, and __scandir_cancel_handler.
53616         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
53617         additional parameter and use openat instead of open (outside of ld.so).
53618         Add new __opendir as wrapper around __opendirat.
53619         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
53620         here without requiring old scandirat implementation.
53622 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
53624         * dirent/scandir.c (cancel_handler): Renamed to
53625         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
53626         defined.  Adjust users.
53627         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
53628         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
53630 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
53632         * string/test-string.h (IMPL): Use __STRING to expand name and then
53633         stringify it.
53635         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
53636         of cleanups.
53638 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53640         * string/Makefile: Update.
53641         (strop-tests): Append strncat.
53642         * string/test-wcscmp.c: New file.
53643         New comprehensive test for wcscmp.
53644         * string/test-strcmp.c: Update.
53645         (WIDE): New define.
53647 2011-07-22  Andreas Schwab  <schwab@redhat.com>
53649         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
53650         line.
53652 2011-07-26  Andreas Schwab  <schwab@redhat.com>
53654         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
53655         encoding to ACE if AI_IDN.
53657 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
53659         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
53660         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
53662 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53664         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
53665         Fix overflow bug in strncat.
53666         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
53668         * string/test-strncat.c: Update.
53669         Add new tests for checking overflow bugs.
53671 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53673         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53674         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
53675         * sysdeps/i386/i686/multiarch/strcat.S: New file.
53676         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
53677         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
53678         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
53679         * sysdeps/i386/i686/multiarch/strncat.S: New file.
53680         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
53681         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
53683         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
53684         (USE_AS_STRCAT): Define.
53685         Add strcat and strncat support.
53686         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
53688 2011-07-25  Andreas Schwab  <schwab@redhat.com>
53690         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
53691         __n bigger than INT_MAX+1.
53692         (__strncmp_g): Likewise.
53694 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
53696         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
53697         * libio/stido.h: Likewise.
53699         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
53700         (AF_NFC): Define.
53701         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
53702         (AF_NFC): Define.
53704         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
53705         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
53706         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
53707         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
53708         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
53710         [BZ #13021]
53711         * scripts/test-installation.pl: Don't expect libnss_test1 to be
53712         installed.
53714         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
53715         typo.
53716         (_dl_x86_64_save_sse): Likewise.
53718 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
53720         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
53721         OSXSAVE.
53722         (_dl_x86_64_save_sse): Likewise.
53724         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
53726         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
53728 2011-07-21  Andreas Schwab  <schwab@redhat.com>
53730         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
53731         change.
53732         (_dl_x86_64_save_sse): Use correct AVX check.
53734 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53736         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
53737         bug in strncpy/strncat.
53738         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
53740 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
53742         * string/tester.c (test_strcat): Add tests for different alignments
53743         of source and destination.
53744         (test_strncat): Likewise.
53746 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
53748         [BZ #12852]
53749         * posix/glob.c (glob): Check passed in values before using them in
53750         expressions to avoid some overflows.
53751         (glob_in_dir): Likewise.
53753         [BZ #13007]
53754         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
53755         check for AVX enablement so that we don't crash with old kernels and
53756         new hardware.
53757         * elf/tst-audit4.c: Add same checks here.
53758         * elf/tst-audit6.c: Likewise.
53760         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
53762 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
53764         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
53766 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
53768         * po/cs.po: Update from translation team.
53769         * po/bg.po: Likewise.
53771 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
53773         * misc/sys/cdefs.h: Add support for const attribute.
53774         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
53775         to gnu_dev_{major,minor,makedev} functions.
53777 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
53779         * intl/dcigettext.c (get_output_charset): Add missing bracket.
53781 2011-07-20  Andreas Schwab  <schwab@redhat.com>
53783         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
53784         strlen results.
53786 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53788         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
53789         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
53790         register in order to avoid conflicts with the soft frame pointer
53791         being held in r11 when necessary.
53792         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
53793         (INTERNAL_VSYSCALL_NCS): Likewise.
53795 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
53797         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
53798         * elf/dl-fini.c (_dl_fini): Adjust caller.
53799         * elf/dl-close.c (_dl_close_worker): Likewise.
53800         * sysdeps/generic/ldsodefs.h: Adjust declaration.
53802 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
53804         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
53805         "aux_cache->nlibs < 0".
53807         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
53808         in the reload-count case.
53810 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53812         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53813         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
53814         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
53815         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
53816         * sysdeps/x86_64/multiarch/strcat.S: New file.
53817         * sysdeps/x86_64/multiarch/strncat.S: New file.
53818         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
53819         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
53820         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
53821         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
53822         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
53823         (USE_AS_STRCAT): Define.
53824         Add strcat and strncat support.
53825         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
53826         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
53827         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
53828         * string/strncat.c: Update.
53829         (USE_AS_STRNCAT): Define.
53830         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53831         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
53832         and i7.
53833         * sysdeps/x86_64/multiarch/init-arch.h
53834         (bit_Prefer_PMINUB_for_stringop): New.
53835         (index_Prefer_PMINUB_for_stringop): Likewise.
53836         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
53837         bit_Prefer_PMINUB_for_stringop.
53839 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
53841         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
53842         buffer64.
53843         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
53844         of casting of buffer.
53845         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
53846         buffer32 and buffer64.
53847         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
53848         writes instead of casting of buffer.
53849         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
53850         buffer32.
53851         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
53852         casting of buffer.
53854 2011-07-19  Andreas Schwab  <schwab@redhat.com>
53856         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
53858 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
53860         * nscd/nscd.c (termination_handler): Don't do anything for a database
53861         if it has not yet been initialized.
53863 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
53865         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
53867 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
53869         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
53871 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
53873         * po/nl.po: Update from translation team.
53874         * po/sv.po: Likewise.
53876 2011-07-16  Roland McGrath  <roland@hack.frob.com>
53878         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
53879         now disallowed by GCC.
53881         * configure.in (use-default-link): Default to yes if a test -shared
53882         link meets our qualifications.
53883         * configure: Regenerated.
53885         * config.make.in (output-format): New variable.
53886         * configure.in: Check for ld --print-output-format support.
53887         * configure: Regenerated.
53888         * Makerules ($(common-objpfx)format.lds)
53889         [$(output-format) != unknown]: Just use $(output-format),
53890         instead of the linker-script munging.
53892 2011-07-14  Roland McGrath  <roland@hack.frob.com>
53894         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
53895         of $(common-objpfx)shlib.lds.
53896         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
53898         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
53899         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
53901         * configure.in (-z relro check): Adjust test code to add a large
53902         writable data section after it.
53903         * configure: Regenerated.
53905 2011-07-11  Roland McGrath  <roland@hack.frob.com>
53907         * configure.in (-z relro check): Fix test code to make the variable
53908         truly const.
53909         * configure: Regenerated.
53911 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
53913         * nscd/nscd.h (struct traced_file): Define.
53914         (struct database_dyn): Remove inotify_descr, reset_res, and filename
53915         elements.  Add traced_files.
53916         (inotify_fd): Declare.
53917         (register_traced_file): Declare.
53918         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
53919         (inotify_fd): Export.
53920         (resolv_conf_descr): Remove.
53921         (nscd_init): Move inotify descriptor creation to main.
53922         Don't register files for notification here.
53923         (register_traced_file): New function.
53924         (invalidate_cache): Don't use reset_res to determine whether to call
53925         res_init, go through the list of registered files.
53926         (main_loop_poll): The inotify descriptors are now stored in the
53927         structures for the traced files.
53928         (main_loop_epoll): Likewise
53929         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
53930         to __nss_disable_nscd.
53931         * nscd/cache.c (prune_cache): There is no single inotify descriptor
53932         for a database anymore.  Check the records for all the registered
53933         files instead.
53934         * nss/Makefile (libnss_files-routines): Add files-init.
53935         (libnss_db-routines): Add db-init.
53936         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
53937         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
53938         * nss/nss_db/db-init.c: New file.
53939         * nss/nss_files/files-init.c: New file.
53940         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
53941         __nss_lookup_function.
53942         (__nss_lookup_function): Call nss_load_library.
53943         (nss_load_all_libraries): New function.
53944         (__nss_disable_nscd): Take parameter with callback function for files
53945         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
53946         used for the cached services.
53947         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
53948         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
53949         options for features to all the files in nscd.
53951         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
53953 2011-07-10  Roland McGrath  <roland@hack.frob.com>
53955         * csu/elf-init.c (__libc_csu_init): Comment typo.
53957 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
53959         * po/pl.po: Update from translation team.
53960         * po/ja.po: Likewise.
53961         * po/ru.po: Likewise.
53962         * po/ko.po: Likewise.
53963         * po/fr.po: Likewise.
53965 2011-07-09  Roland McGrath  <roland@hack.frob.com>
53967         * configure.in (.ctors/.dtors header and trailer check):
53968         Use an empirical test on a built program.
53969         * configure: Regenerated.
53971         * configure.in (-z relro check): Use an empirical test on a built DSO.
53972         Detect, but do not require, on ia64.
53973         * configure: Regenerated.
53975         * configure.in (READELF): Find it with AC_CHECK_TOOL.
53976         Update tests that use readelf to use $READELF instead.
53977         * configure: Regenerated.
53979 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
53981         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
53982         if the result is not used.
53984 2011-07-05  Andreas Jaeger  <aj@suse.de>
53986         [BZ#9696]
53987         * stdlib/tst-strtod.c: Add testcase.
53989 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
53991         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
53992         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
53993         The latter has a higher limit.  Take additional parameter to pass to
53994         the new function.
53995         (__pathconf): Pass file to __statfs_link_max.
53996         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
53997         __statfs_link_max.
53998         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
53999         __statfs_link_max.
54001         [BZ #12868]
54002         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
54003         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
54004         Handle Lustre.
54005         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
54006         (__statfs_filesize_max): Likewise.
54007         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
54009 2011-07-05  Andreas Jaeger  <aj@suse.de>
54011         * resolv/res_comp.c (dn_skipname): Remove unused variable.
54013 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
54015         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
54016         `status' variable.
54017         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
54018         Likewise.
54020 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
54022         * Makefile (strop-tests): Add strncat.
54023         * string/test-strncat.c: New file.
54025 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
54027         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
54029 2011-06-21  Andreas Jaeger  <aj@suse.de>
54031         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
54032         Copy rule from iconvdata/Makefile.
54034 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
54036         [BZ #12922]
54037         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
54038         but no long options are defined, just return 'W'.
54040 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
54042         [BZ #9696]
54043         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
54045 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
54047         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
54048         netgroups to read.
54049         (innetgr): Likewise.
54051 2011-07-05  Roland McGrath  <roland@hack.frob.com>
54053         * config.make.in (install_root): Default to $(DESTDIR).
54055 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
54057         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
54059 2011-07-02  Roland McGrath  <roland@hack.frob.com>
54061         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
54063         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
54064         containing directory rather than embedding absolute directory names.
54066         * scripts/check-local-headers.sh: Rewritten using awk.
54067         Match by word, not by line.  Print error messages for matches.
54068         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
54070         * Makerules [shlib-lds-flags empty]:
54071         ($(common-objpfx)libc_pic.opts): New target.
54072         ($(common-objpfx)libc_pic.os.clean): New target.
54073         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
54075         * config.make.in (OBJCOPY): New variable.
54076         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
54077         * configure: Regenerated.
54079         * config.make.in (use-default-link): New variable.
54080         * configure.in (use_default_link): Grok --with-default-link to set it.
54081         * configure: Regenerated.
54082         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
54083         (shlib-lds, shlib-lds-flags): Define to empty.
54085         * Makerules (shlib-lds): New variable.
54086         (shlib-lds-flags): New variable.
54087         (build-shlib, build-moduile, build-module-asneeded): Use it.
54088         ($(common-objpfx)libc.so): Use $(shlib-lds).
54089         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
54090         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
54092         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
54093         DT_FLAGS/DT_FLAGS_1 with zero flags.
54095         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
54096         linker script munging.
54098 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
54100         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
54101         as 128-bit value.
54102         * crypt/sha512.c (sha512_process_block): Perform total addition using
54103         128-bit if possible.
54104         (__sha512_finish_ctx): Likewise.
54105         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
54106         as 64-bit value.
54107         * crypt/sha256.c (SWAP64): Define.
54108         (sha256_process_block): Perform total addition using 64-bit if
54109         possible.
54110         (__sha256_finish_ctx): Likewise.
54112 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
54114         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
54115         * nscd/initgrcache.c (addinitgroupsX): Likewise.
54116         * nscd/hstcache.c (cache_addhst): Likewise.
54117         * nscd/grpcache.c (cache_addgr): Likewise.
54118         * nscd/aicache.c (addhstaiX): Likewise
54119         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
54121 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
54123         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
54124         * nscd/initgrcache.c (addinitgroupsX): Likewise.
54125         * nscd/hstcache.c (cache_addhst): Likewise.
54126         * nscd/grpcache.c (cache_addgr): Likewise.
54127         * nscd/aicache.c (addhstaiX): Likewise
54129 2011-07-01  Andreas Schwab  <schwab@redhat.com>
54131         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
54132         domain only when needed.
54134 2011-06-30  Andreas Schwab  <schwab@redhat.com>
54136         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
54137         is always restored.
54139 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
54141         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
54142         are re-adding the entry.
54143         * nscd/servicescache.c (cache_addserv): Likewise.
54145 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
54147         * sysdeps/generic/dl-irel.h: fix protection against multiple
54148         inclusions.
54149         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
54151 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
54153         [BZ #12935]
54154         * malloc/memusage.sh: Fix quoting in message.
54155         * debug/xtrace.sh: Likewise.
54157         * configure.in: Remove support for --experimental-malloc option, make
54158         it the default.
54159         * config.make.in: Likewise.
54160         * malloc/Makefile: Likewise.
54162 2011-06-27  Andreas Schwab  <schwab@redhat.com>
54164         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
54165         two-byte characters.
54167 2011-06-27  Roland McGrath  <roland@hack.frob.com>
54169         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
54170         AC_CACHE_CHECK invocation.
54171         * configure: Regenerated.
54173         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
54175 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
54177         [BZ #12350]
54178         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
54179         bit from old_res_options.
54181         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
54183         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
54184         value type for setfct.
54186 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
54188         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
54189         __gettimeofday instead of gettimeofday.
54191 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
54193         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
54195 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
54197         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
54199         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
54200         info.
54202 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
54204         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54205         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
54206         strcpy-sse2-unaligned strncpy-sse2-unaligned
54207         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
54208         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
54209         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
54210         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
54211         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
54212         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
54213         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
54214         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
54215         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
54216         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
54217         (STRCPY): Support SSE2 and SSSE3 versions.
54219 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
54221         [BZ #12874]
54222         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
54223         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
54224         kernels which artificially limit size of requests.
54226 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
54228         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54229         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
54230         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
54231         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
54232         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
54233         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
54234         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
54235         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
54236         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
54237         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
54238         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
54239         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
54240         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
54241         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
54242         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
54243         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54244         Enable unaligned load optimization for Intel Core i3, i5 and i7
54245         processors.
54246         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
54247         Define.
54248         (index_Fast_Unaligned_Load): Define.
54249         (HAS_FAST_UNALIGNED_LOAD): Define.
54251 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
54253         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
54255 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
54257         [BZ #12907]
54258         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
54259         until it is clear that the information is realy needed.
54260         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
54262 2011-06-22  Andreas Schwab  <schwab@redhat.com>
54264         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
54266 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
54268         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
54269         /sys/devices/system/cpu/online if it is usable.
54271         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
54272         reading the information from the /proc filesystem to once a second.
54274 2011-06-21  Andreas Jaeger  <aj@suse.de>
54276         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
54277         NULL after inclusion of kernel headers.
54279 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
54281         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
54282         calls to internal_setent.
54284         [BZ #12885]
54285         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
54286         addresses using gethostbyname4_r ignore IPv4 addresses.
54288         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
54289         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
54291         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
54293 2011-06-20  David S. Miller  <davem@davemloft.net>
54295         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
54296         inclusions.
54297         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
54299         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
54300         (elf_irel): Use it.
54301         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
54302         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
54303         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
54304         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
54305         * sysdeps/x86_64/dl-irel.h: Likewise.
54307         * elf/dl-runtime.c: Use elf_ifunc_invoke.
54308         * elf/dl-sym.c: Likewise.
54310 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
54312         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
54313         need to dereference resplen2.
54315 2011-06-14  Andreas Schwab  <schwab@redhat.com>
54317         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
54319 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
54321         * Makeconfig: Define vardbdir and inst_vardbdir.
54322         * nss/Makefile: Add rules to install db-Makefile.
54324         * nss/nss_db/db-XXX.c: Cleanup.
54326         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
54327         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
54328         GLIBC_PRIVATE.
54329         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
54330         * nss/makedb.c: Implement -g option to specify that value strings
54331         are generated and should not be added to table iterated over for
54332         get*ent calls.
54333         * nss/nss_db/db-initgroups.c: New file.
54335         * nss/getent.c: Add support for initgroups lookups through getgrouplist
54336         interface.
54338         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
54339         (internal_getgrouplist): Adjust to name change.
54340         Update use_initgroups_entry if this is not the first call.
54341         * nss/databases.def: Add initgroups entry.
54343         * nss/makedb.c (compute_tables): Check result of multiple hash table
54344         sizes to minimize maximum chain length.
54346 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
54348         * Versions.def: Add entry for libnss_db.
54349         * shlib-versions: Likewise.
54350         * nss/Makefile: Add rules to build libnss_db.
54351         * nss/Versions: Add libnss_db information.  Organize libnss_files
54352         entries better.
54353         * nss/db-Makefile: Add gshadow support.  Change rules for the new
54354         makedb progra.  Some minor improvements to generate smaller files.
54355         * nss/nss_db/nss_db.h: Move NSS database header data structures to
54356         here from...
54357         * nss/makedb.c: ...here.
54358         Improve database format to be smaller and require less memory at
54359         runtime.
54360         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
54361         db anymore.
54362         * nss/nss_db/db-netgrp.c: Likewise.
54363         * nss/nss_db/db-open.c: Likewise.
54364         * nss/nss_files/flies-XXX.x: Adjust comments.
54365         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
54366         * nss/nss_files/files-grp.c: Likewise.
54367         * nss/nss_files/files-hosts.c: Likewise.
54368         * nss/nss_files/files-network.c: Likewise.
54369         * nss/nss_files/files-proto.c: Likewise.
54370         * nss/nss_files/files-pwd.c: Likewise.
54371         * nss/nss_files/files-rpc.c: Likewise.
54372         * nss/nss_files/files-service.c: Likewise.
54373         * nss/nss_files/files-sgrp.c: Likewise.
54374         * nss/nss_files/files-spwd.c: Likewise.
54375         * nss/nss_db/db-alias.c: Removed.
54376         * nss/nss_db/dummy-db.h: Removed.
54378 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
54380         * nss/makedb.c: Rewritten to not use database library.
54381         * nss/Makefile: Update to build new makedb program.
54383 2011-06-14  Andreas Jaeger  <aj@suse.de>
54385         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
54386         memset declaration.
54388 2011-06-10  Andreas Schwab  <schwab@redhat.com>
54390         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
54391         tmpbuf.
54393 2011-06-10  Roland McGrath  <roland@hack.frob.com>
54395         * Makerules (shlib.lds): Fail if the linker script comes out empty.
54396         * elf/Makefile ($(objpfx)ld.so): Likewise.
54398         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
54399         Don't list ld.so twice in dependencies.
54401         * posix/bug-regex31.c: Include <stdlib.h>.
54403         * nscd/hstcache.c (cache_addhst): Remove unused variable.
54405         * nis/nss_compat/compat-spwd.c
54406         (getspent_next_nss_netgr): Remove unused variable.
54407         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
54409         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
54410         nonmembers" output to use the right array.
54412         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
54414         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
54416         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
54417         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
54418         * catgets/gencat.c (read_input_file): Likewise.
54419         * locale/programs/locarchive.c (enlarge_archive): Likewise.
54421         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
54422         variable definition inside #if's controlling its use.
54424         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
54426         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
54428         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
54430         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
54431         unreachable code.
54433         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
54435         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
54436         * configure: Regenerated.
54438         * Makerules: Revert last change.
54439         * elf/Makefile: Likewise.
54441 2011-06-09  Roland McGrath  <roland@hack.frob.com>
54443         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
54444         * elf/Makefile ($(objpfx)librtld.os): Likewise.
54445         (reloc-link): Likewise.
54447 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
54449         * elf/Makefile: Add rules to build pldd.
54450         * elf/pldd.c: New file.
54451         * elf/pldd-xx.c: New file.
54453 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
54455         * version.h: Update for 2.15 development version.
54457 2011-06-07  David S. Miller  <davem@davemloft.net>
54459         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
54460         ifuncs.
54461         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
54462         elf_machine_lazy_rel): Likewise.
54463         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
54464         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
54465         elf_machine_lazy_rel): Likewise.
54466         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
54467         dl_hwcap via passed in argument.
54468         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
54469         Likewise.
54471 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54473         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
54475 2011-06-06  Roland McGrath  <roland@hack.frob.com>
54477         [BZ #12849]
54478         * manual/fdl-1.1.texi: New file, verbatim from:
54479         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
54480         * manual/lgpl-2.1.texi: New file, verbatim from:
54481         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
54482         * manual/Makefile (licenses): New variable, list those new file names.
54483         (texis): Use it.
54484         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
54486         * manual/fdl.texi: File removed.
54487         * manual/lesser.texi: File removed.
54488         * manual/libc.texinfo (Copying, Documentation License):
54489         Use new @include file names, put @appendix directive before @include.
54491 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
54493         [BZ #12841]
54494         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
54495         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
54496         (mq_open): Add __NTH.
54498 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
54500         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54501         Assume Intel Core i3/i5/i7 processor if AVX is available.
54503 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
54505         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
54506         typo.
54508 2011-05-31  Andreas Schwab  <schwab@redhat.com>
54510         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
54511         memory.  Use alloca_account.  Fix memory leak when retrying.
54513 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
54515         * version.h (RELEASE): Bump for 2.14 release.
54516         * include/features.h (__GLIBC_MINOR__): Bump to 14.
54518         * config.make.in (RANLIB): Remove entry.
54520 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
54522         * po/Makefile (po-sed-cmd): Add ksh to extensions.
54523         (libc.pot): Work around missing support for .ksh extension in xgettext.
54525         [BZ #12684]
54526         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
54527         if both request failed.
54528         (send_dg): In case of server errors clear resplen or *resplen2.
54530         [BZ #12454]
54531         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
54532         when there are multiple maps.
54533         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
54534         (_dl_fini): Remove test here.
54536         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
54538 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
54540         [BZ #12350]
54541         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
54542         bit from old_res_options.
54543         (gaih_inet): Likewise.
54545         [BZ #11099]
54546         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
54547         as signed.
54549         * resolv/res_init.c (res_setoptions): Make the code more compact.
54551         [BZ #11558]
54552         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
54553         set RES_USEVC.
54555         [BZ #11634]
54556         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
54558         * malloc/malloc.h: Mark malloc hook variables as deprecated.
54560         [BZ #11781]
54561         * malloc/malloc.h: Declare malloc hook variables as volatile.
54563         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
54564         in last patch.
54566         [BZ #11799]
54567         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
54568         raise in the comment.
54569         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
54570         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
54571         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
54573 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
54575         [BZ #12811]
54576         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
54577         grow the buffers more if it already has to be sufficient.
54578         (build_wcs_upper_buffer): Likewise.
54579         * posix/regexec.c (check_matching): Likewise.
54580         (clean_state_log_if_needed): Likewise.
54581         (extend_buffers): Don't enlarge buffers beyond size of the input
54582         buffer.
54583         Patches mostly by Emil Wojak <emil@wojak.eu>.
54584         * posix/bug-regex32.c: New file.
54585         * posix/Makefile (tests): Add bug-regex32.
54587         * locale/findlocale.c (_nl_find_locale): Return right away if
54588         _nl_explode_name failed.
54589         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
54591         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
54593         * debug/xtrace.sh: Unify messages.
54594         * malloc/memusage.sh: Likewise.
54596         [BZ #12813]
54597         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
54598         time symbol from vDSO.  Substitute with vsyscall if not available.
54599         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
54600         __vdso_time.
54602         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
54603         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
54604         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
54605         Add sendmmsg and internal_sendmmsg.
54606         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
54607         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
54608         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
54610         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
54611         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
54612         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
54614 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
54616         [BZ #12813]
54617         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
54618         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
54619         available.
54620         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
54621         __vdso_getcpu.
54623         [BZ #12814]
54624         * iconvdata/Makefile (tests): Add bug-iconv9.
54625         * iconvdata/bug-iconv9.c: New file.
54627 2011-05-27  Andreas Schwab  <schwab@redhat.com>
54629         [BZ #12814]
54630         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
54632 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
54634         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
54635         (struct user_regs_struct): Change intcs field back to cs.
54637 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
54639         * po/ja.po: Update from translation team.
54641 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
54643         [BZ #12795]
54644         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
54645         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
54647 2011-05-20  Andreas Schwab  <schwab@redhat.com>
54649         * stdlib/longlong.h: Update from GCC.
54651 2011-05-23  Andreas Schwab  <schwab@redhat.com>
54653         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
54654         parameter name.
54655         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
54656         Add parameter name.
54657         (__sysconf): Pass it down.
54659 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
54661         [BZ #12671]
54662         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
54663         some situations.
54664         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
54665         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
54666         add in in __libc_use_alloca calls.  Adjust callers.
54667         (glob): Use malloc in some situations.
54669         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
54670         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
54671         pltexit.
54673 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
54675         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
54676         and CLOCK_BOOTTIME_ALARM.
54678         [BZ #12782]
54679         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
54680         is returned.
54682         * string/_strerror.c (__strerror_r): Print negative errors as signed
54683         numbers.
54685         [BZ #12777]
54686         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
54687         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
54688         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
54690         * configure.in: Fix typo in redirection and correct removal of test
54691         files in two cases.
54693         [BZ #12788]
54694         * locale/setlocale.c (new_composite_name): Fix test to check for
54695         identical name of all categories.
54697         [BZ #12792]
54698         * libio/filedoalloc.c (local_isatty): New function.
54699         (_IO_file_doallocate): Use local_isatty.
54700         * stdio-common/perror.c (perror): In case a new stream is used
54701         forward the stream error.
54702         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
54703         error flag.
54705 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
54707         [BZ #11869]
54708         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
54709         alloca.
54710         * include/alloca.h (extend_alloca_account): Define.
54712         [BZ #11857]
54713         * posix/regex.h: Fix comments with documentation of user-accessible
54714         fields after compilation and describe correct free'ing of pattern
54715         after re_compile_pattern.
54716         Patch by Reuben Thomas <rrt@sc3d.org>.
54718 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
54720         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
54721         and -mno-altivec to prevent the compiler from using Altivec and/or
54722         VSX instructions when the corresponding registers are not available.
54724 2011-05-19  Andreas Schwab  <schwab@redhat.com>
54726         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
54728 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
54730         * libio/freopen.c (freopen): Use __dup2, not dup2.
54731         * libio/freopen64.c (freopen64): Likewise.
54733 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
54735         [BZ #12775]
54736         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
54737         * math/Makefile (tests): Add test-powl.
54738         (CFLAGS-test-powl.c): Define.
54739         * math/test-powl.c: New file.
54741 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
54743         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
54745 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
54747         [BZ #11837]
54748         * iconvdata/gb18030.c: Update to GB18020-2005.
54750 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
54752         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
54753         RE_SYNTAX_POSIX_AWK): Update to match recent development.
54754         Patch by Aharon Robbins <arnold@skeeve.com>.
54756         [BZ #11892]
54757         * stdlib/putenv.c (putenv): Don't always create copy of the variable
54758         on the stack.
54760         [BZ #11895]
54761         * misc/pselect.c (__pselect): Handle timeout value errors hidden
54762         through underflows.
54764         [BZ #12766]
54765         * misc/error.c (error_at_line): Ensure file_name and old_file_name
54766         point to strings before performing equality test for error_one_per_line
54767         mode.
54769         [BZ #11697]
54770         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
54772         [BZ #11820]
54773         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
54774         (struct user_fpregs_struct): Avoid __uint*_t types.
54776         [BZ #6420]
54777         * malloc/mtrace.c (tr_where): Add additional parameter to point to
54778         symbol info.  Use it instead of calling _dl_addr locally.
54779         (lock_and_info): New function.
54780         (tr_freehook): Call lock_and_info and pass symbol info as additional
54781         parameter to tr_where.
54782         (tr_mallochook): Likewise.
54783         (tr_reallochook): Likewise.
54784         (tr_memalignhook): Likewise.
54786         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
54787         used and couldn't be at all thread-safe.
54789 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
54791         * libio/freopen.c (freopen): Don't close old file descriptor
54792         before the new one is opened.  Instead dup the new file descriptor
54793         to the old one after the new stream is created.
54794         * libio/freopen64.c (freopen64): Likewise.
54795         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
54796         * libio/fileops.c (_IO_new_file_close_it): Handle new
54797         _IO_FLAGS2_NOCLOSE flag.
54798         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
54799         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
54800         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
54801         _IO_FLAGS2_NOCLOSE flag.
54802         * include/unistd.h: Add hidden_proto for dup3.
54803         Define __have_dup3.
54804         * io/dup3.c: Define hidden symbol.
54805         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
54807         [BZ #7101]
54808         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
54809         when an incomplete long option is used.
54810         * posix/tst-getopt_long1.c: New file.
54811         * posix/Makefile (tests): Add tst-getopt_long1.
54813         [BZ #10138]
54814         * scripts/config.guess: Update from autoconf-2.68.
54815         * scripts/config.sub: Likewise.
54817         [BZ #10157]
54818         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
54819         tests into ...
54820         (has_cpuclock): ...this.  New function.
54821         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
54822         macro here based on has_cpuclock code.
54824         [BZ #10149]
54825         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
54826         First byte (not low byte) is now always NUL.
54827         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
54829         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
54830         Use non-cancelable interfaces.
54832         [BZ #9809]
54833         * locale/iso-639.def: Add entry for Sorani.
54835         [BZ #11901]
54836         * include/stdlib.h: Move include protection to the right place.
54837         Define abort_msg_s.  Declare __abort_msg with it.
54838         * stdlib/abort.c (__abort_msg): Adjust type.
54839         * assert/assert.c (__assert_fail_base): New function.  Majority
54840         of code from __assert_fail.  Allocate memory for __abort_msg with
54841         mmap.
54842         (__assert_fail): Now call __assert_fail_base.
54843         * assert/assert-perr.c: Remove bulk of implementation.  Use
54844         __assert_fail_base.
54845         * include/assert.hL Declare __assert_fail_base.
54846         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
54847         mmap.
54848         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
54850 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
54852         [BZ #11952]
54853         [BZ #12453]
54854         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
54855         until all modules are registered in the DTV.
54856         * elf/Makefile: Add rules to build and run tst-tls19.
54857         * elf/tst-tls19.c: New file.
54858         * elf/tst-tls19mod1.c: New file.
54859         * elf/tst-tls19mod2.c: New file.
54860         * elf/tst-tls19mod3.c: New file.
54861         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
54863         [BZ #12083]
54864         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
54865         correctly.
54867         [BZ #12601]
54868         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
54869         two-byte sequence errors.
54870         * iconvdata/Makefile (tests): Add bug-iconv8.
54871         * iconvdata/bug-iconv8.c: New file.
54873         [BZ #12626]
54874         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
54875         buf2 definition.
54877         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
54879         [BZ #12432]
54880         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
54881         (dummy_getcfa): New function.
54882         (init): Get _Unwind_GetCFA address, use dummy if not found.
54883         (backtrace_helper): In recursion check, also check whether CFA changes.
54884         (__backtrace): Completely initialize arg.
54886         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
54887         storing incomplete byte sequence in state object.  Avoid testing for
54888         guaranteed too small input if we know there is enough data available.
54890 2011-05-11  Andreas Schwab  <schwab@redhat.com>
54892         * Makeconfig (+link-pie): Indent.
54893         * Rules (binaries-pie): Define if $(have-fpie) and
54894         $(build-shared).
54895         (binaries-shared): Also filter out $(binaries-pie).
54896         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
54897         * nscd/Makefile (others-pie): Add nscd.
54898         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
54899         ($(objpfx)nscd): Remove command override.
54900         * login/Makefile (others-pie): Add pt_chown.
54901         ($(objpfx)pt_chown): Remove command override.
54902         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
54903         remove command overrides.
54905 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
54907         * libio/tst_putwc.c: Fix error messages.
54909         [BZ #12724]
54910         * libio/fileops.c (_IO_new_file_close_it): Always flush when
54911         currently writing and seek to current position when not.
54912         * libio/Makefile (tests): Add bug-fclose1.
54913         * libio/bug-fclose1.c: New file.
54915 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
54917         [BZ #12511]
54918         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
54919         don't set DF_1_NODELETE here.
54920         (do_lookup_x): When entering new entry test for copy relocation
54921         and if necessary set DF_1_NODELETE flag.
54922         * elf/tst-unique4.cc: New file.
54923         * elf/tst-unique4.h: New file.
54924         * elf/tst-unique4lib.cc: New file.
54925         * elf/Makefile: Add rules to build and run tst-unique4.
54926         Patch by Piotr Bury <pbury@goahead.com>.
54928 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
54930         [BZ #12052]
54931         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
54933         [BZ #12625]
54934         * misc/mntent_r.c (addmntent): Flush the stream after the output
54936         [BZ #12393]
54937         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
54938         (is_trusted_path_normalize): Skip initial colon.  Append slash
54939         to empty buffer.  Duplicate is_trusted_path code but allow
54940         constructed patch to be prefix.
54941         (is_dst): Allow $ORIGIN followed by /.
54942         (_dl_dst_substitute): Correct clearing of check_for_trusted.
54943         Correct testing of result of is_trusted_path_normalize
54944         (decompose_rpath): Fix warning.
54946 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
54948         [BZ #11257]
54949         * grp/initgroups.c (internal_getgrouplist): When we found the service
54950         list through the initgroups entry in nsswitch.conf do not always
54951         continue on a successful lookup.  Don't always use the
54952         __nss_group_database value if it is set.
54953         * nss/nsswitch.conf (initgroups): Change action for successful db
54954         lookup to continue for compatibility.
54956 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
54958         [BZ #11532]
54959         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
54960         and CP774 modules.
54961         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
54962         and CP774 modules.
54963         * iconvdata/tst-tables.sh: Likewise.
54964         * iconvdata/cp770.c: New file.
54965         * iconvdata/cp771.c: New file.
54966         * iconvdata/cp772.c: New file.
54967         * iconvdata/cp773.c: New file.
54968         * iconvdata/cp774.c: New file.
54969         * iconvdata/testdata/CP770: New file.
54970         * iconvdata/testdata/CP770..UTF8: New file.
54971         * iconvdata/testdata/CP771: New file.
54972         * iconvdata/testdata/CP771..UTF8: New file.
54973         * iconvdata/testdata/CP772: New file.
54974         * iconvdata/testdata/CP772..UTF8: New file.
54975         * iconvdata/testdata/CP773: New file.
54976         * iconvdata/testdata/CP773..UTF8: New file.
54977         * iconvdata/testdata/CP774: New file.
54978         * iconvdata/testdata/CP774..UTF8: New file.
54980         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
54981         END CHARMAP line.
54982         * iconvdata/gen-8bit-gap.sh: Likewise.
54983         * iconvdata/gen-8bit.sh: Likewise.
54985         * locale/iso-639.def: Add ary entry.
54987         [BZ #11258]
54988         * locale/C-translit.h.in: Add U20A1 transliteration.
54990         [BZ #12178]
54991         * locale/iso-639.def: Add wae entry.
54992         Patch by Kevin Bortis <bortis@translate-wae.ch>.
54994         [BZ #12545]
54995         * locale/programs/localedef.c (construct_output_path): Use ssize_t
54996         for n.
54998         [BZ #12711]
54999         * locale/C-translit.h.in: Add entry for U20B9.
55000         Patch by pravin.d.s@gmail.com.
55002 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
55004         [BZ #12713]
55005         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
55006         ENAMETOOLONG use generic getcwd.
55007         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
55008         in rtld.  Use *stat64.
55009         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
55010         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
55011         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
55012         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
55013         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
55014         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
55015         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
55016         __fstatat64 macros.
55017         * include/dirent.h: Add libc_hidden_proto for rewinddir.
55018         * dirent/rewinddir.c: Add libc_hidden_def.
55019         * sysdeps/mach/hurd/rewinddir.c: Likewise.
55020         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
55022         * include/dirent.h (__alloc_dir): Add flags parameter.
55023         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
55024         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
55025         __alloc_dir.
55026         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
55027         from fdopendir if O_CLOEXEC is already set.
55029 2011-03-15  Alan Modra  <amodra@gmail.com>
55031         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
55032         l_tls_firstbyte_offset non-zero.  Save padding offset in
55033         l_tls_firstbyte_offset for later use.
55034         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
55035         freeing static tls block.
55037 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
55039         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
55040         where #ifdef was intended.  The intent is to prevent ARG_MAX from
55041         being defined by the kernel headers.
55043 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
55045         [BZ #12734]
55046         * resolv/resolv.h: Define RES_NOTLDQUERY.
55047         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
55048         no-tld-query and set RES_NOTLDQUERY.
55049         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
55050         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
55051         modern BIND to search name as TLD unless forbidden.
55053 2011-05-07  Petr Baudis  <pasky@suse.cz>
55054             Ulrich Drepper  <drepper@gmail.com>
55056         [BZ #12393]
55057         * elf/dl-load.c (fillin_rpath): Move trusted path check...
55058         (is_trusted_path): ...to here.
55059         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
55060         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
55061         using is_trusted_path_normalize() in setuid scripts.
55063 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
55065         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
55066         __BEGIN/__END_DECLS.
55068 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
55070         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
55071         NSS_STATUS_NOTFOUND if no record was found.
55073 2011-05-05  Andreas Schwab  <schwab@redhat.com>
55075         * sunrpc/Makefile (headers): Add rpc/netdb.h.
55076         (headers-not-in-tirpc): Remove rpc/netdb.h
55077         * resolv/netdb.h: Revert last change.
55079 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
55081         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
55082         circular dependency between libgcc.a and libc.a.
55084 2011-05-05  Andreas Schwab  <schwab@redhat.com>
55086         * resolv/netdb.h: Don't include <rpc/netdb.h>.
55087         * nis/Makefile: Don't install rpcsvc/*.
55088         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
55089         instead of <rpc/types.h>.
55090         (MAXHOSTNAMELEN): Define.
55092 2011-05-03  Andreas Schwab  <schwab@redhat.com>
55094         * elf/ldconfig.c (add_dir): Don't crash on empty path.
55096 2011-04-28  Maciej Babinski  <mbabinski@google.com>
55098         [BZ #12714]
55099         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
55100         gethostbyname4_r when IPv6 results are possible.
55102 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
55104         [BZ #12723]
55105         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
55106         _PC_PIPE_BUF handling.
55108 2011-04-30  Bruno Haible  <bruno@clisp.org>
55110         [BZ #12717]
55111         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
55112         * resolv/netdb.h (getnameinfo): Change type of flags parameter
55113         to 'int'.
55114         * inet/getnameinfo.c (getnameinfo): Likewise.
55116 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
55118         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
55119         to groups setting in database lookup.
55120         * nss/nsswitch.conf: Add initgroups entry.
55122 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
55124         [BZ #12685]
55125         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
55126         mode string.
55127         Patch by Eric Blake <eblake@redhat.com>.
55129 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
55131         * sunrpc/Makefile (need-export-routines): Add svc_run.
55132         (routines): Remove svc_run.
55133         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
55134         * sunrpc/clnt_perr.c (clnt_perrno): Export.
55135         * sunrpc/svc_run.c (svc_run): Likewise.
55136         * sunrpc/svc_udp.c (svcudp_create): Likewise.
55138 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
55140         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
55141         problem in reallocation in last patch.
55143 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
55145         * sunrpc/Makefile: Move inclusion of Rules.
55147 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
55149         * nss/nss_files/files-initgroups.c: New file.
55150         * nss/Makefile (libnss_files-routines): Add files-initgroups.
55151         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
55152         _nss_files_initgroups_dyn.
55154 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
55156         * elf/elf.h (R_ARM_IRELATIVE): Define.
55158 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
55160         * po/ru.po: Update from translation team.
55162 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
55164         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
55165         dependencies.
55167 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
55169         [BZ #12653]
55170         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
55171         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
55172         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
55173         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
55174         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
55176 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
55178         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
55179         differing bytes.
55180         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
55181         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
55182         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
55184 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
55186         [BZ #12420]
55187         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
55188         storing it.
55189         * stdlib/bug-getcontext.c: New file.
55190         * stdlib/Makefile: Add rules to build and run bug-getcontext.
55192 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55194         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
55195         instructions into .machine "z9-109".
55196         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
55197         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
55199 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55201         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
55202         between environment variables and auxiliary vector.
55204 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
55206         * Makefile: Add rules to build linkobj/libc.so.
55207         * include/libc-symbols.h: Define libc_hidden_nolink.
55208         * include/rpc/auth.h: Mark functions which are to be hidden.
55209         * include/rpc/auth_des.h: Likewise.
55210         * include/rpc/auth_unix.h: Likewise.
55211         * include/rpc/clnt.h: Likewise.
55212         * include/rpc/des_crypt.h: Likewise.
55213         * include/rpc/key_prot.h: Likewise.
55214         * include/rpc/pmap_clnt.h: Likewise.
55215         * include/rpc/pmap_prot.h: Likewise.
55216         * include/rpc/pmap_rmt.h: Likewise.
55217         * include/rpc/rpc_msg.h: Likewise.
55218         * include/rpc/svc.h: Likewise.
55219         * include/rpc/svc_auth.h: Likewise.
55220         * include/rpc/xdr.h: Likewise.
55221         * nis/Makefile: Link all DSOs against linkobj/libc.so.
55222         * nss/Makefile: Likewise.
55223         * sunrpc/Makefile: Don't install headers.  Build library with normal
55224         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
55225         * sunrpc/auth_des.c: Hide exported symbols by default, export some
55226         for the compat linking library.  Remove use of INTDEF/INTUSE.
55227         * sunrpc/auth_none.c: Likewise.
55228         * sunrpc/auth_unix.c: Likewise.
55229         * sunrpc/authdes_prot.c: Likewise.
55230         * sunrpc/authuxprot.c: Likewise.
55231         * sunrpc/clnt_gen.c: Likewise.
55232         * sunrpc/clnt_perr.c: Likewise.
55233         * sunrpc/clnt_raw.c: Likewise.
55234         * sunrpc/clnt_simp.c: Likewise.
55235         * sunrpc/clnt_tcp.c: Likewise.
55236         * sunrpc/clnt_udp.c: Likewise.
55237         * sunrpc/clnt_unix.c: Likewise.
55238         * sunrpc/des_crypt.c: Likewise.
55239         * sunrpc/des_soft.c: Likewise.
55240         * sunrpc/get_myaddr.c: Likewise.
55241         * sunrpc/key_call.c: Likewise.
55242         * sunrpc/key_prot.c: Likewise.
55243         * sunrpc/netname.c: Likewise.
55244         * sunrpc/pm_getmaps.c: Likewise.
55245         * sunrpc/pm_getport.c: Likewise.
55246         * sunrpc/pmap_clnt.c: Likewise.
55247         * sunrpc/pmap_prot.c: Likewise.
55248         * sunrpc/pmap_prot2.c: Likewise.
55249         * sunrpc/pmap_rmt.c: Likewise.
55250         * sunrpc/publickey.c: Likewise.
55251         * sunrpc/rpc_cmsg.c: Likewise.
55252         * sunrpc/rpc_common.c: Likewise.
55253         * sunrpc/rpc_dtable.c: Likewise.
55254         * sunrpc/rpc_prot.c: Likewise.
55255         * sunrpc/rpc_thread.c: Likewise.
55256         * sunrpc/rtime.c: Likewise.
55257         * sunrpc/svc.c: Likewise.
55258         * sunrpc/svc_auth.c: Likewise.
55259         * sunrpc/svc_authux.c: Likewise.
55260         * sunrpc/svc_raw.c: Likewise.
55261         * sunrpc/svc_run.c: Likewise.
55262         * sunrpc/svc_simple.c: Likewise.
55263         * sunrpc/svc_tcp.c: Likewise.
55264         * sunrpc/svc_udp.c: Likewise.
55265         * sunrpc/svc_unix.c: Likewise.
55266         * sunrpc/svcauth_des.c: Likewise.
55267         * sunrpc/xcrypt.c: Likewise.
55268         * sunrpc/xdr.c: Likewise.
55269         * sunrpc/xdr_array.c: Likewise.
55270         * sunrpc/xdr_float.c: Likewise.
55271         * sunrpc/xdr_intXX_t.c: Likewise.
55272         * sunrpc/xdr_mem.c: Likewise.
55273         * sunrpc/xdr_rec.c: Likewise.
55274         * sunrpc/xdr_ref.c: Likewise.
55275         * sunrpc/xdr_sizeof.c: Likewise.
55276         * sunrpc/xdr_stdio.c: Likewise.
55278 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
55280         [BZ #12650]
55281         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
55282         * sysdeps/ia64/dl-tls.h: Likewise.
55283         * sysdeps/powerpc/dl-tls.h: Likewise.
55284         * sysdeps/s390/dl-tls.h: Likewise.
55285         * sysdeps/sh/dl-tls.h: Likewise.
55286         * sysdeps/sparc/dl-tls.h: Likewise.
55287         * sysdeps/x86_64/dl-tls.h: Likewise.
55288         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
55290 2011-03-14  Andreas Schwab  <schwab@redhat.com>
55292         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
55293         rpath element also skip the following colon.
55294         (expand_dynamic_string_token): Add is_path parameter and pass
55295         down to DL_DST_REQUIRED and _dl_dst_substitute.
55296         (decompose_rpath): Call expand_dynamic_string_token with
55297         non-zero is_path.  Ignore empty rpaths.
55298         (_dl_map_object_from_fd): Call expand_dynamic_string_token
55299         with zero is_path.
55301 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
55303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
55304         Make cancelable.
55306 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
55308         [BZ #12655]
55309         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
55310         Patch by Filipe David Manana <fdmanana@apache.org>.
55312 2011-04-07  Andreas Schwab  <schwab@redhat.com>
55314         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
55315         Maintain aligned stack.
55316         (CHECK_RSP): Remove unused macro.
55318 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
55320         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
55321         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
55323 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
55325         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
55327         * include/features.h: Mention __USE_XOPEN2K8 in comment.
55329 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
55331         [BZ #12518]
55332         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
55333         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
55334         * sysdeps/x86_64/memmove.c: New file.
55335         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
55336         (memcpy): Renamed to ...
55337         (__new_memcpy): This.
55338         (memcpy): Provide GLIBC_2_14 memcpy.
55339         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
55340         (memcpy): Provide GLIBC_2_2_5 memcpy.
55342 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
55344         [BZ #12631]
55345         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
55347 2011-03-30  Andreas Schwab  <schwab@redhat.com>
55349         * misc/syncfs.c: New file.
55350         * misc/Makefile (routines): Add syncfs.
55351         * posix/unistd.h: Declare syncfs.
55352         * sysdeps/unix/syscalls.list: Add syncfs.
55354 2011-04-01  Andreas Schwab  <schwab@redhat.com>
55356         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
55357         open_by_handle_at.
55358         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
55359         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55360         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55361         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55362         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55363         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
55364         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55366 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
55368         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
55369         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55370         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
55371         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55372         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55373         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55374         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55376         * io/Makefile: Compile fallocate.c, fallocate64.c, and
55377         sync_file_range.c with -fexceptions.
55378         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
55379         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
55380         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
55381         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
55382         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
55383         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
55384         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
55385         sync_file_range as cancellation point
55386         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
55387         now a wrapper around __call_sync_file_range with cancellation handling.
55388         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
55389         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
55390         function name to __call_sync_file_range.
55391         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
55392         Add call_sync_file_range.
55394 2011-04-01  Andreas Schwab  <schwab@redhat.com>
55396         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
55397         bits/timex.h.
55399 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
55401         * iconv/iconv.h: Fix typo in comment.
55402         * io/fcntl.h: Likewise.
55403         * libio/stdio.h: Likewise.
55404         * posix/spawn.h: Likewise.
55405         * posix/unistd.h: Likewise.
55406         * stdlib/stdlib.h: Likewise.
55407         * time/time.h: Likewise.
55408         * wcsmbs/wchar.h: Likewise.
55410         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
55411         open_by_handle): Add.
55412         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
55413         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
55414         Augment a few comments.
55415         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55416         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55417         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55418         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55419         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55420         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
55421         open_by_handle.
55423         * io/fcntl.h (AT_EMPTY_PATH): Define.
55425 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
55427         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
55428         * sysdeps/unix/sysv/linux/bits/time.h: New file.
55429         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
55430         to...
55431         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
55432         * Versions.def: Add GLIBC_2.14.
55433         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
55434         Export.
55436 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
55438         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
55439         round counter.
55440         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
55442 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
55444         [BZ #12597]
55445         * string/test-strncmp.c (do_page_test): New function.
55446         (check2): Likewise.
55447         (test_main): Call check2.
55448         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
55450 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
55452         [BZ #12587]
55453         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
55454         Handle cache information in CPU leaf 4.
55455         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
55457 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
55459         [BZ #12583]
55460         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
55461         character representation.
55462         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
55464 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
55466         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
55467         END(__isnan) to END(__isnanf) to match function entry point/label
55468         EALIGN(__isnanf,...).
55470 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
55472         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
55474 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
55476         [BZ #12510]
55477         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
55478         copy from the symbol referenced in the relocation to initialize the
55479         used variable.
55480         Patch by Piotr Bury <pbury@goahead.com>.
55481         * elf/Makefile: Add rules to build and tst-unique3.
55482         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
55483         * elf/tst-unique3.cc: New file.
55484         * elf/tst-unique3.h: New file.
55485         * elf/tst-unique3lib.cc: New file.
55486         * elf/tst-unique3lib2.cc: New file.
55488         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
55490 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
55492         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
55493         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
55494         to _start.
55496 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
55498         * elf/dl-load.c (_dl_map_object): If we are looking for the first
55499         to-be-loaded object along a path to loader is ld.so.
55501 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
55502             Ulrich Drepper  <drepper@gmail.com>
55504         * sysdeps/x86_64/memset.S: After aligning destination, code
55505         branches to different locations depending on the value of
55506         misalignment, when multiarch is enabled. Fix this.
55508 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
55510         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
55511         Set _x86_64_preferred_memory_instruction for AMD processsors.
55512         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55513         Set bit_Prefer_SSE_for_memop for AMD processors.
55515 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
55517         * libio/fmemopen.c (fmemopen): Optimize a bit.
55519 2011-03-03  Andreas Schwab  <schwab@redhat.com>
55521         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
55523 2011-03-03  Roland McGrath  <roland@redhat.com>
55525         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
55527 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
55529         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
55530         __bzero_ultra1 instead of __memset_ultra1.
55532 2011-02-23  Andreas Schwab  <schwab@redhat.com>
55533             Ulrich Drepper  <drepper@gmail.com>
55535         [BZ #12509]
55536         * include/link.h (struct link_map): Add l_orig_initfini.
55537         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
55538         returning unsuccessfully.
55539         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
55540         close of a file loaded at startup, restore the original l_initfini
55541         list.
55542         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
55543         list, store the pointer.
55544         * elf/Makefile ($(objpfx)noload-mem): New rule.
55545         (noload-ENV): Define.
55546         (tests): Add $(objpfx)noload-mem.
55547         * elf/noload.c: Include <memcheck.h>.
55548         (main): Call mtrace.  Close all opened handles.
55550 2011-02-17  Andreas Schwab  <schwab@redhat.com>
55552         [BZ #12454]
55553         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
55554         dependencies are missing.
55556 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55558         Fix __if_freereq crash: Unlike the generic version which uses free,
55559         Hurd needs munmap.
55560         * sysdeps/mach/hurd/ifreq.h: New file.
55562 2011-01-27  Petr Baudis  <pasky@suse.cz>
55563             Ulrich Drepper  <drepper@gmail.com>
55565         [BZ 12445]#
55566         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
55567         to extend_alloca().
55568         * stdio-common/bug23.c: New file.
55569         * stdio-common/Makefile (tests): Add bug23.
55571 2010-09-28  Andreas Schwab  <schwab@redhat.com>
55572             Ulrich Drepper  <drepper@gmail.com>
55574         [BZ #12489]
55575         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
55576         before performing relro protection.  At old place add assertion
55577         to make sure nothing changed.
55579 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
55580             Glauber de Oliveira Costa  <glommer@gmail.com>
55582         * elf/elf.h: Add new ARM TLS relocs.
55584 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
55586         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
55587         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
55588         cast from r3.
55589         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
55590         'tests' variable.
55591         * sysdeps/wordsize-64/tst-writev.c: New file.
55593 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
55595         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
55596         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
55597         insns in _dl_start to prevent a TOC reference before relocs are
55598         resolved.
55600 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
55602         [BZ #12469]
55603         * Makeconfig: Remove RANLIB definition.
55604         * Makerules: Don't use RANLIB.
55605         * aclocal.m4: Remove ranlib test.
55606         * configure.in: No need to check for ranlib.
55607         * elf/rtld-Rules: Don't use RANLIB.
55609 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55611         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
55612         protection macro.
55613         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
55614         inclusion protection macro.
55616         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
55617         SIGRTMIN and SIGRTMAX and print information in that case only when
55618         SIGRTMIN is defined.
55620 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
55622         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
55623         arginfo fn returning -1.
55625         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
55626         and thousands string is zero terminated.
55628 2011-02-03  Andreas Schwab  <schwab@redhat.com>
55630         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
55631         sysdeps/unix/sysv/linux/bits/socket.h.
55633 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55635         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
55636         (__CPU_COUNT): Remove old macros.
55637         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
55638         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
55639         (__CPU_ALLOC, __CPU_FREE): Add macros.
55640         (__sched_cpualloc, __sched_cpufree): Add declarations.
55642 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
55644         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
55645         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
55646         * nscd/aicache.c (addhstaiX): Return timeout of added value.
55647         (readdhstai): Return value of addhstaiX call.
55648         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
55649         (addgrbyX): Return value returned by cache_addgr.
55650         (readdgrbyname): Return value returned by addgrbyX.
55651         (readdgrbygid): Likewise.
55652         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
55653         (addpwbyX): Return value returned by cache_addpw.
55654         (readdpwbyname): Return value returned by addhstbyX.
55655         (readdpwbyuid): Likewise.
55656         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
55657         (addservbyX): Return value returned by cache_addserv.
55658         (readdservbyname): Return value returned by addservbyX:
55659         (readdservbyport): Likewise.
55660         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
55661         (addhstbyX): Return value returned by cache_addhst.
55662         (readdhstbyname): Return value returned by addhstbyX.
55663         (readdhstbyaddr): Likewise.
55664         (readdhstbynamev6): Likewise.
55665         (readdhstbyaddrv6): Likewise.
55666         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
55667         (readdinitgroups): Return value returned by addinitgroupsX.
55668         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
55669         (prune_cache): Keep track of timeout value of re-added entries.
55670         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
55671         * nscd/nscd.h: Adjust prototypes of readd* functions.
55673 2011-02-04  Roland McGrath  <roland@redhat.com>
55675         * nis/nis_server.c (nis_servstate): Use the right name for 0.
55676         (nis_stats): Likewise.
55677         * nis/nis_modify.c (nis_modify): Likewise.
55678         * nis/nis_remove.c (nis_remove): Likewise.
55679         * nis/nis_add.c (nis_add): Likewise.
55681         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
55683         * posix/fnmatch_loop.c: Add some consts.
55685         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
55687 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
55689         [BZ #12460]
55690         * config.make.in (config-cflags-novzeroupper): Define.
55691         * configure.in: Substitute libc_cv_cc_novzeroupper.
55692         * elf/Makefile (AVX-CFLAGS): Define.
55693         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
55694         (CFLAGS-tst-auditmod4a.c): Likewise.
55695         (CFLAGS-tst-auditmod4b.c): Likewise.
55696         (CFLAGS-tst-auditmod6b.c): Likewise.
55697         (CFLAGS-tst-auditmod6c.c): Likewise.
55698         (CFLAGS-tst-auditmod7b.c): Likewise.
55699         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
55701 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
55703         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
55704         function to the callback.
55705         Patch partly by Jiri Olsa <jolsa@redhat.com>.
55707 2011-02-02  Andreas Schwab  <schwab@redhat.com>
55709         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
55710         of errno.
55712 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
55714         [BZ #11724]
55715         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
55716         of constructors.
55717         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
55718         of destructors.
55719         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
55721         [BZ #11724]
55722         * elf/Makefile: Add rules to build and run new test.
55723         * elf/tst-initorder.c: New file.
55724         * elf/tst-initorder.exp: New file.
55725         * elf/tst-initordera1.c: New file.
55726         * elf/tst-initordera2.c: New file.
55727         * elf/tst-initordera3.c: New file.
55728         * elf/tst-initordera4.c: New file.
55729         * elf/tst-initorderb1.c: New file.
55730         * elf/tst-initorderb2.c: New file.
55731         * elf/tst-order-a1.c: New file.
55732         * elf/tst-order-a2.c: New file.
55733         * elf/tst-order-a3.c: New file.
55734         * elf/tst-order-a4.c: New file.
55735         * elf/tst-order-b1.c: New file.
55736         * elf/tst-order-b2.c: New file.
55737         * elf/tst-order-main.c: New file.
55738         New test case by George Gensure <werkt0@gmail.com>.
55740 2010-10-01  Andreas Schwab  <schwab@redhat.com>
55742         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
55743         decoding ACE if AI_CANONIDN.
55745 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
55747         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
55749 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
55751         * version.h (RELEASE): Bump for 2.13 release.
55752         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
55754         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
55756         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
55757         MADV_NOHUGEPAGE.
55758         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
55759         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
55760         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
55761         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
55762         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
55763         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
55765         * posix/getconf.c: Update copyright year.
55766         * catgets/gencat.c: Likewise.
55767         * csu/version.c: Likewise.
55768         * debug/catchsegv.sh: Likewise.
55769         * debug/xtrace.sh: Likewise.
55770         * elf/ldconfig.c: Likewise.
55771         * elf/ldd.bash.in: Likewise.
55772         * elf/sprof.c (print_version): Likewise.
55773         * iconv/iconv_prog.c: Likewise.
55774         * iconv/iconvconfig.c: Likewise.
55775         * locale/programs/locale.c: Likewise.
55776         * locale/programs/localedef.c: Likewise.
55777         * malloc/memusage.sh: Likewise.
55778         * malloc/mtrace.pl: Likewise.
55779         * nscd/nscd.c (print_version): Likewise.
55780         * nss/getent.c: Likewise.
55782         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
55783         PF_CAIF, and PF_ALG.
55784         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
55786 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
55788         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
55789         (modules-names): Use them.
55790         (ifunc-test-modules, ifunc-pie-tests): Define.
55791         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
55792         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
55793         (test-extras): Likewise.
55794         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
55795         $(compile-command.c).
55796         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
55797         (all-built-dso): Define.
55798         (check-textrel.out, check-execstack.out): Depend on it.
55800         * configure.in: Don't override --enable-multi-arch.
55802 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
55804         [BZ #6812]
55805         * nscd/hstcache.c (tryagain): Define.
55806         (cache_addhst): Return tryagain not notfound for temporary errors.
55807         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
55808         failed.
55810 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
55812         [BZ #10563]
55813         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
55814         to make the syscall.
55815         * sysdeps/unix/sysv/linux/setgroups.c: New file.
55817         [BZ #12378]
55818         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
55819         and fall back to matching as normal character if the string ends before
55820         the matching ']' is found.  This is what POSIX requires.
55821         * posix/testfnm.c: Adjust test result.
55822         * posix/globtest.sh: Adjust test result.  Add new test.
55823         * posix/tst-fnmatch.input: Likewise.
55824         * posix/tst-fnmatch2.c: Add new test.
55826 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
55828         * elf/Makefile (check-execstack): Revert last change.  Depend on
55829         check-execstack.h.
55830         (check-execstack.h): New target.
55831         (generated): Add check-execstack.h.
55832         * elf/check-execstack.c: Include "check-execstack.h".
55833         (main): Revert last change.
55834         (handle_file): Return zero if GNU_STACK is absent and
55835         DEFAULT_STACK_PERMS doesn't include PF_X.
55837 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
55839         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
55840         in child fails because the descriptor is already closed.
55841         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
55842         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
55843         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
55845         [BZ #12397]
55846         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
55847         syscall.
55849         [BZ #10484]
55850         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
55851         temporary buffer used to handle multi lookups locally.
55852         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
55854 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
55856         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
55857         loader is ld.so.
55859 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
55861         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
55862         alignment for SSE2.
55864 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
55866         [BZ #12394]
55867         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
55868         characters.  When rounding increased number of integer digits recompute
55869         number of groups.
55870         * stdio-common/tst-grouping.c: New file.
55871         * stdio-common/Makefile: Add rules to build and run tst-grouping.
55873 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
55875         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
55876         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
55878         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
55879         void.
55880         * bits/select.h: Likewise.
55882 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
55884         * po/ja.po: Update from translation team.
55886 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
55888         [BZ #11155]
55889         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
55890         implementation just like for lxstat, fxstatat, et al.
55892 2010-12-27  Jim Meyering  <meyering@redhat.com>
55894         [BZ #12348]
55895         * posix/regexec.c (build_trtable): Return failure indication upon
55896         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
55898 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
55900         [BZ #12201]
55901         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
55902         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
55903         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
55904         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
55906         [BZ #12207]
55907         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
55909         [BZ #12204]
55910         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
55911         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
55913 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
55915         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
55916         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
55917         script has SORT_BY_INIT_PRIORITY.
55918         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
55919         NO_CTORS_DTORS_SECTIONS is defined.
55920         * elf/soinit.c: Likewise.
55921         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
55922         NO_CTORS_DTORS_SECTIONS is defined.
55923         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
55924         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
55925         * sysdeps/sh/init-first.c: Likewise.
55926         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
55928 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
55930         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
55931         always use the slow path.
55933 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
55935         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
55936         similar rule which adds the sysdep directories to the header search in
55937         order to pick up the correct platform stackinfo.h.
55938         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
55939         perform test if it is, otherwise return successfully without testing.
55940         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
55941         DEFAULT_STACK_PERMS define in stackinfo.h.
55942         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
55943         defined in stackinfo.h.
55944         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
55945         DEFAULT_STACK_PERMS defined in stackinfo.h.
55946         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
55947         * sysdeps/ia64/stackinfo.h: Likewise.
55948         * sysdeps/s390/stackinfo.h: Likewise.
55949         * sysdeps/sh/stackinfo.h: Likewise.
55950         * sysdeps/sparc/stackinfo.h: Likewise.
55951         * sysdeps/x86_64/stackinfo.h: Likewise.
55952         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
55953         PF_X for powerpc64.  Retain PF_X for powerpc32.
55955 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
55957         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
55958         accurately.
55959         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
55960         GETDENTS_64BIT_ALIGNED.
55962 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
55964         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
55966 2010-12-10  Andreas Schwab  <schwab@redhat.com>
55968         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
55969         _GNU_SOURCE.
55971         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
55972         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
55973         Remove __restrict.
55974         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
55975         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
55977 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
55979         [BZ #11655]
55980         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
55981         are initialized.
55983 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
55985         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
55987 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
55989         * po/it.po: Update from translation team.
55991 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
55993         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
55994         unused codes.
55996 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
55998         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
56000 2010-11-24  Andreas Schwab  <schwab@redhat.com>
56002         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
56003         specially.
56004         (gaih_getanswer_slice): Likewise.
56006 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
56008         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
56010 2010-05-31  Petr Baudis  <pasky@suse.cz>
56012         [BZ #11149]
56013         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
56014         silently even in the chroot mode.
56016 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
56018         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
56019         last patch a bit.  Pretty printing
56021 2010-05-31  Petr Baudis <pasky@suse.cz>
56023         [BZ #10085]
56024         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
56025         initialization of skip_initgroups_dyn.
56027 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
56029         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
56030         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
56032 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
56034         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
56036 2010-11-11  Andreas Schwab  <schwab@redhat.com>
56038         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
56039         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
56040         (tst-fnmatch-ENV): Set MALLOC_TRACE.
56041         ($(objpfx)tst-fnmatch-mem): New rule.
56042         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
56043         * posix/tst-fnmatch.c (main): Call mtrace.
56045 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
56047         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56048         Support Intel processor model 6 and model 0x2c.
56050 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
56052         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
56053           signed comparison.
56055 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
56057         [BZ #12205]
56058         * string/test-strncasecmp.c (check_result): New function.
56059         (do_one_test): Use it.
56060         (check1): New function.
56061         (test_main): Use it.
56062         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
56063         Support strcasecmp and strncasecmp.
56065 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
56067         [BZ #12194]
56068         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
56069         * sysdeps/x86_64/bits/byteswap.h: Likewise.
56071 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
56073         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
56074         IFUNC support.
56075         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56076         memset-x86-64.
56077         * sysdeps/x86_64/multiarch/bzero.S: New file.
56078         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
56079         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
56080         * sysdeps/x86_64/multiarch/memset.S: New file.
56081         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
56082         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56083         Set bit_Prefer_SSE_for_memop for Intel processors.
56084         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
56085         Define.
56086         (index_Prefer_SSE_for_memop): Define.
56087         (HAS_PREFER_SSE_FOR_MEMOP): Define.
56089 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
56091         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
56092         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
56094 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
56096         [BZ #12191]
56097         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
56098         (__x86_64_raw_data_cache_size_half): Likewise.
56099         (__x86_64_raw_shared_cache_size): Likewise.
56100         (__x86_64_raw_shared_cache_size_half): Likewise.
56102         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
56103         (__x86_64_raw_data_cache_size_half): Likewise.
56104         (__x86_64_raw_shared_cache_size): Likewise.
56105         (__x86_64_raw_shared_cache_size_half): Likewise.
56106         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
56107         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
56108         and __x86_64_raw_shared_cache_size_half.  Round
56109         __x86_64_data_cache_size_half, __x86_64_data_cache_size
56110         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
56111         to multiple of 256 bytes.
56113 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
56115         [BZ #12167]
56116         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
56117         of inacessible symlinks.  Verify result of symlink before returning it.
56118         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
56119         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
56121 2010-10-28  Erich Ritz  <erichritz@gmail.com>
56123         * math/math.h (isinf): Fix typo in comment.
56125 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
56127         * po/da.po: Update from translation team.
56129 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
56131         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
56132         is added to the list.
56134 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56135             Ulrich Drepper  <drepper@gmail.com>
56137         * elf/dl-object.c (_dl_new_object): Don't append the new object to
56138         the global list here.  Move code to...
56139         (_dl_add_to_namespace_list): ...here.  New function.
56140         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
56141         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
56142         * elf/dl-load.c (lose): Don't remove the element from the list.
56143         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
56144         (_dl_map_object): Likewise.
56146 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
56148         [BZ #12159]
56149         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
56150         into all bytes of SSE register.
56151         Patch by Richard Li <richardpku@gmail.com>.
56153 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
56155         [BZ #12140]
56156         * malloc/malloc.c (_int_free): Fill correct number of bytes when
56157         perturbing.
56159 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
56161         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
56162         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
56163         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
56164         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
56165         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
56166         submachine.
56167         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
56169 2010-10-22  Andreas Schwab  <schwab@redhat.com>
56171         * include/dlfcn.h (__RTLD_SECURE): Define.
56172         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
56173         mode & __RTLD_SECURE instead.
56174         (open_path): Rename preloaded parameter to secure.
56175         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
56176         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
56177         * elf/dl-deps.c (openaux): Likewise.
56178         * elf/rtld.c (struct map_args): Remove is_preloaded.
56179         (map_doit): Don't use it.
56180         (dl_main): Likewise.
56181         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
56182         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
56184 2010-09-09  Andreas Schwab  <schwab@redhat.com>
56186         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
56187         (sysd-rules-targets): Remove duplicates.
56188         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
56189         rtld-%.$o dependency.
56191 2010-10-18  Andreas Schwab  <schwab@redhat.com>
56193         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
56194         _dl_map_object do it.
56196 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
56198         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
56199         fast fma builtins, define the macros in the C99 standard.
56200         (FP_FAST_FMAF): Likewise.
56201         (FP_FAST_FMAL): Likewise.
56202         * sysdeps/x86_64/bits/mathdef.h: Likewise.
56204         * bits/mathdef.h: Update copyright year.
56205         * sysdeps/powerpc/bits/mathdef.h: Likewise.
56207 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
56209         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
56210         builtins, define the macros in the C99 standard.
56211         (FP_FAST_FMAF): Likewise.
56212         (FP_FAST_FMAL): Likewise.
56213         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
56214         multiply/add.
56215         (FP_FAST_FMAF): Likewise.
56217 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
56219         [BZ #3268]
56220         * math/libm-test.inc (fma_test): Some new testcases.
56221         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
56222         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
56223         y and infinite z.  Do multiplication by C already in long double.
56224         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
56225         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
56226         y and infinite z.  Do bitwise or of inexact bit into u.d.
56227         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
56228         * sysdeps/i386/fpu/s_fmaf.S: Removed.
56229         * sysdeps/i386/fpu/s_fma.S: Removed.
56230         * sysdeps/i386/fpu/s_fmal.S: Removed.
56232 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
56234         [BZ #3268]
56235         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
56236         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
56237         computation is not scheduled after fetestexcept.  Fix value
56238         of minimum denormal long double.
56240 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
56242         [BZ #3268]
56243         * math/libm-test.inc (fma_test): Add some more tests.
56244         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
56245         correctly.
56247 2010-10-15  Andreas Schwab  <schwab@redhat.com>
56249         * scripts/data/localplt-s390-linux-gnu.data: New file.
56250         * scripts/data/localplt-s390x-linux-gnu.data: New file.
56252 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
56254         [BZ #3268]
56255         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
56256         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
56257         instead of dbl-64.
56258         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
56259         inlines.
56260         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
56261         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
56262         if one of x and y is very large and the other is subnormal.
56263         * sysdeps/s390/fpu/s_fmaf.c: New file.
56264         * sysdeps/s390/fpu/s_fma.c: New file.
56265         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
56266         * sysdeps/powerpc/fpu/s_fma.S: New file.
56267         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
56268         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
56269         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
56271 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
56273         [BZ #3268]
56274         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
56275         fma tests.
56276         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
56277         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
56278         * sysdeps/i386/i686/multiarch/s_fma.c: Include
56279         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
56280         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
56281         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
56282         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
56284 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
56286         [BZ #12078]
56287         * posix/regcomp.c (parse_branch): One more memory leak plugged.
56288         * posix/bug-regex31.input: Add test case.
56290 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
56292         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
56293         * posix/bug-regex31.input: New file.
56295         [BZ #12078]
56296         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
56297         (parse_sub_exp): Fix last change, use postorder.
56299         * posix/bug-regex31.c: New file.
56300         * posix/Makefile: Add rules to build and run bug-regex31.
56302         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
56304         [BZ #12078]
56305         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
56307         [BZ #12108]
56308         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
56309         to have entries in sys_siglist.
56311         [BZ #12093]
56312         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
56313         be NULL.
56315 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
56317         [BZ #3268]
56318         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
56319         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
56320         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
56321         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
56322         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
56323         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
56324         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
56325         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
56326         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
56327         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
56328         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
56329         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
56330         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
56331         * math/ftestexcept.c (fetestexcept): Likewise.
56332         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
56333         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
56334         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
56335         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
56336         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
56337         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
56338         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
56340 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
56342         [BZ #12107]
56343         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
56344         newline.
56346 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
56348         * string/bug-strstr1.c: New file.
56349         * string/Makefile: Add rules to build and run bug-strstr1.
56351 2010-10-05  Eric Blake  <eblake@redhat.com>
56353         [BZ #12092]
56354         * string/str-two-way.h (two_way_long_needle): Always clear memory
56355         when skipping input due to the shift table.
56357 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
56359         [BZ #12005]
56360         * malloc/mcheck.c: Handle large requests.
56362         [BZ #12077]
56363         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
56364         for strncmp and strncasecmp.
56365         * string/stratcliff.c: Add tests for strcmp and strncmp.
56366         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
56368 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
56370         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
56371         __set_fpscr.
56373 2010-09-30  Andreas Jaeger  <aj@suse.de>
56375         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
56376         (CGROUP_SUPER_MAGIC): Define.
56377         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
56378         Handle btrfs and cgroup file systems.
56379         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
56380         Likewise.
56382 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
56384         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
56385         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
56387 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56389         [BZ #12067]
56390         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
56391         trying to locate the ELF header.
56393 2010-09-27  Andreas Schwab  <schwab@redhat.com>
56395         [BZ #11611]
56396         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
56397         Mask out sign-bit copies when constructing f_fsid.
56399 2010-09-24  Petr Baudis <pasky@suse.cz>
56401         * debug/stack_chk_fail_local.c: Add missing licence exception.
56402         * debug/warning-nop.c: Likewise.
56404 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
56406         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
56407         implementing getdents64 using getdents syscall, set d_type if
56408         __ASSUME_GETDENTS32_D_TYPE.
56410 2010-09-16  Andreas Schwab  <schwab@redhat.com>
56412         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
56413         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
56415 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
56417         [BZ #12037]
56418         * posix/unistd.h: Undo change of feature selection for ftruncate from
56419         2010-01-11.
56421 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
56423         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
56424         detection.
56426 2010-09-20  Andreas Schwab  <schwab@redhat.com>
56428         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
56429         fanotify_mark.
56430         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
56432 2010-09-14  Andreas Schwab  <schwab@redhat.com>
56434         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
56435         variables after CHECK_SP call.
56436         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
56438 2010-09-13  Andreas Schwab  <schwab@redhat.com>
56439             Ulrich Drepper  <drepper@redhat.com>
56441         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
56442         re-relocationg ld.so.
56443         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
56444         _dl_init_paths call.
56445         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
56446         here anymore.
56448 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
56450         * resolv/res_init.c (__res_vinit): Count the default server we added.
56452 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
56453             Ulrich Drepper  <drepper@redhat.com>
56455         [BZ #11968]
56456         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
56457         (____longjmp_chk): Use %ebx for saving value across system call.
56458         Add unwind info.
56460 2010-09-06  Andreas Schwab  <schwab@redhat.com>
56462         * manual/Makefile: Don't mix pattern rules with normal rules.
56464 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
56466         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
56467         operation.
56468         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
56469         * libio/iofopncook.c (_IO_cookie_init): Likewise.
56470         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
56471         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
56472         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
56473         Likewise.
56475 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
56477         [BZ #11979]
56478         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
56479         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
56481 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
56483         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
56484         * sysdeps/x86_64/addmul_1.S: Likewise.
56485         * sysdeps/x86_64/lshift.S: Likewise.
56486         * sysdeps/x86_64/mul_1.S: Likewise.
56487         * sysdeps/x86_64/rshift.S: Likewise.
56488         * sysdeps/x86_64/sub_n.S: Likewise.
56489         * sysdeps/x86_64/submul_1.S: Likewise.
56491 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56493         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
56494         Define __sched_param instead of SCHED_* and sched_param when
56495         <bits/sched.h> is included with __need_schedparam defined.
56496         * bits/sched.h [__need_schedparam]
56497         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
56498         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
56499         (__defined_schedparam): Define to 1.
56500         (__sched_param): New structure, identical to sched_param.
56501         (__need_schedparam): Undefine.
56503 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
56505         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
56506         (epoll_create1): Declare.
56508         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
56510 2010-08-31  Andreas Schwab  <schwab@redhat.com>
56512         [BZ #7066]
56513         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
56514         shifting retval into place.
56516 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
56518         * nis/rpcsvc/nis.h: Update copyright notice.
56519         * nis/rpcsvc/nis.x: Likewise.
56520         * nis/rpcsvc/nis_callback.h: Likewise.
56521         * nis/rpcsvc/nis_callback.x: Likewise.
56522         * nis/rpcsvc/nis_object.x: Likewise.
56523         * nis/rpcsvc/nis_tags.h: Likewise.
56524         * nis/rpcsvc/yp.h: Likewise.
56525         * nis/rpcsvc/yp.x: Likewise.
56526         * nis/rpcsvc/ypupd.h: Likewise.
56527         * nis/yp_xdr.c: Likewise.
56528         * nis/ypupdate_xdr.c: Likewise.
56530         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
56531         mainly the body of pmap_getport.  Add parameters to specify timeouts.
56532         (pmap_getport): Use __libc_rpc_getport.
56533         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
56534         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
56535         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
56537 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
56539         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
56540         fanotify_mark.
56542 2010-08-27  Roland McGrath  <roland@redhat.com>
56544         * sysdeps/i386/i686/multiarch/Makefile
56545         (CFLAGS-varshift.c): New variable.
56547 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
56549         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
56550         * sysdeps/i386/i686/multiarch/varshift.c: New file.
56552         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
56554         * sysdeps/x86_64/strlen.S: Minimal code improvement.
56556 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
56558         * sysdeps/x86_64/strlen.S: Unroll the loop.
56559         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56560         strlen-sse2 strlen-sse2-bsf.
56561         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
56562         __strlen_no_bsf if bit_Slow_BSF is set.
56563         (__strlen_sse42): Removed.
56564         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
56565         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
56567 2010-08-25  Roland McGrath  <roland@redhat.com>
56569         * sysdeps/x86_64/multiarch/varshift.S: File removed.
56570         * sysdeps/x86_64/multiarch/varshift.c: New file.
56571         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
56572         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
56573         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
56574         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
56576 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
56578         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
56579         strlen-sse2 strlen-sse2-bsf.
56580         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
56581         __strlen_sse2_bsf if bit_Slow_BSF is unset.
56582         (__strlen_sse2): Removed.
56583         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
56584         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
56585         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
56586         bit_Slow_BSF for Atom.
56587         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
56588         (index_Slow_BSF): Define.
56589         (HAS_SLOW_BSF): Define.
56591 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
56593         [BZ #10851]
56594         * resolv/res_init.c (__res_vinit): When no server address at all
56595         is given default to loopback.
56597 2010-08-24  Roland McGrath  <roland@redhat.com>
56599         * configure.in: Remove config-name.h generation.
56600         * configure: Regenerated.
56601         * config-name.in: File removed.
56602         * scripts/config-uname.sh: New file.
56603         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
56604         ($(objdir)config-name.h): New target.
56606         * sunrpc/rpc_parse.h: Avoid nested comment.
56608 2010-08-24  Richard Henderson  <rth@redhat.com>
56609             Ulrich Drepper  <drepper@redhat.com>
56610             H.J. Lu  <hongjiu.lu@intel.com>
56612         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
56613         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
56614         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
56615         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
56616         _mm_alignr_epi8 with _mm_loadu_si128.
56617         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
56618         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
56619         (__m128i_shift_right): Removed.
56620         * sysdeps/i386/i686/multiarch/varshift.h: New file.
56621         * sysdeps/i386/i686/multiarch/varshift.S: New file.
56622         * sysdeps/x86_64/multiarch/varshift.h: New file.
56623         * sysdeps/x86_64/multiarch/varshift.S: New file.
56625 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
56627         * configure.in: Move assembler checks to before sysdep dir checking.
56629 2010-08-20  Petr Baudis  <pasky@suse.cz>
56631         * LICENSES: Sync the sunrpc license.
56633 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
56635         * sunrpc/auth_des.c: Update copyright notice once again.
56636         * sunrpc/auth_none.c: Likewise.
56637         * sunrpc/auth_unix.c: Likewise.
56638         * sunrpc/authdes_prot.c: Likewise.
56639         * sunrpc/authuxprot.c: Likewise.
56640         * sunrpc/bindrsvprt.c: Likewise.
56641         * sunrpc/clnt_gen.c: Likewise.
56642         * sunrpc/clnt_perr.c: Likewise.
56643         * sunrpc/clnt_raw.c: Likewise.
56644         * sunrpc/clnt_simp.c: Likewise.
56645         * sunrpc/clnt_tcp.c: Likewise.
56646         * sunrpc/clnt_udp.c: Likewise.
56647         * sunrpc/clnt_unix.c: Likewise.
56648         * sunrpc/des_crypt.c: Likewise.
56649         * sunrpc/des_soft.c: Likewise.
56650         * sunrpc/get_myaddr.c: Likewise.
56651         * sunrpc/getrpcport.c: Likewise.
56652         * sunrpc/key_call.c: Likewise.
56653         * sunrpc/key_prot.c: Likewise.
56654         * sunrpc/openchild.c: Likewise.
56655         * sunrpc/pm_getmaps.c: Likewise.
56656         * sunrpc/pm_getport.c: Likewise.
56657         * sunrpc/pmap_clnt.c: Likewise.
56658         * sunrpc/pmap_prot.c: Likewise.
56659         * sunrpc/pmap_prot2.c: Likewise.
56660         * sunrpc/pmap_rmt.c: Likewise.
56661         * sunrpc/rpc/auth.h: Likewise.
56662         * sunrpc/rpc/auth_unix.h: Likewise.
56663         * sunrpc/rpc/clnt.h: Likewise.
56664         * sunrpc/rpc/des_crypt.h: Likewise.
56665         * sunrpc/rpc/key_prot.h: Likewise.
56666         * sunrpc/rpc/netdb.h: Likewise.
56667         * sunrpc/rpc/pmap_clnt.h: Likewise.
56668         * sunrpc/rpc/pmap_prot.h: Likewise.
56669         * sunrpc/rpc/pmap_rmt.h: Likewise.
56670         * sunrpc/rpc/rpc.h: Likewise.
56671         * sunrpc/rpc/rpc_des.h: Likewise.
56672         * sunrpc/rpc/rpc_msg.h: Likewise.
56673         * sunrpc/rpc/svc.h: Likewise.
56674         * sunrpc/rpc/svc_auth.h: Likewise.
56675         * sunrpc/rpc/types.h: Likewise.
56676         * sunrpc/rpc/xdr.h: Likewise.
56677         * sunrpc/rpc_clntout.c: Likewise.
56678         * sunrpc/rpc_cmsg.c: Likewise.
56679         * sunrpc/rpc_common.c: Likewise.
56680         * sunrpc/rpc_cout.c: Likewise.
56681         * sunrpc/rpc_dtable.c: Likewise.
56682         * sunrpc/rpc_hout.c: Likewise.
56683         * sunrpc/rpc_main.c: Likewise.
56684         * sunrpc/rpc_parse.c: Likewise.
56685         * sunrpc/rpc_parse.h: Likewise.
56686         * sunrpc/rpc_prot.c: Likewise.
56687         * sunrpc/rpc_sample.c: Likewise.
56688         * sunrpc/rpc_scan.c: Likewise.
56689         * sunrpc/rpc_scan.h: Likewise.
56690         * sunrpc/rpc_svcout.c: Likewise.
56691         * sunrpc/rpc_tblout.c: Likewise.
56692         * sunrpc/rpc_util.c: Likewise.
56693         * sunrpc/rpc_util.h: Likewise.
56694         * sunrpc/rpcinfo.c: Likewise.
56695         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
56696         * sunrpc/rpcsvc/key_prot.x: Likewise.
56697         * sunrpc/rpcsvc/klm_prot.x: Likewise.
56698         * sunrpc/rpcsvc/mount.x: Likewise.
56699         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
56700         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
56701         * sunrpc/rpcsvc/rex.x: Likewise.
56702         * sunrpc/rpcsvc/rstat.x: Likewise.
56703         * sunrpc/rpcsvc/rusers.x: Likewise.
56704         * sunrpc/rpcsvc/sm_inter.x: Likewise.
56705         * sunrpc/rpcsvc/spray.x: Likewise.
56706         * sunrpc/rpcsvc/yppasswd.x: Likewise.
56707         * sunrpc/rtime.c: Likewise.
56708         * sunrpc/svc.c: Likewise.
56709         * sunrpc/svc_auth.c: Likewise.
56710         * sunrpc/svc_authux.c: Likewise.
56711         * sunrpc/svc_raw.c: Likewise.
56712         * sunrpc/svc_run.c: Likewise.
56713         * sunrpc/svc_simple.c: Likewise.
56714         * sunrpc/svc_tcp.c: Likewise.
56715         * sunrpc/svc_udp.c: Likewise.
56716         * sunrpc/svc_unix.c: Likewise.
56717         * sunrpc/svcauth_des.c: Likewise.
56718         * sunrpc/xcrypt.c: Likewise.
56719         * sunrpc/xdr.c: Likewise.
56720         * sunrpc/xdr_array.c: Likewise.
56721         * sunrpc/xdr_float.c: Likewise.
56722         * sunrpc/xdr_mem.c: Likewise.
56723         * sunrpc/xdr_rec.c: Likewise.
56724         * sunrpc/xdr_ref.c: Likewise.
56725         * sunrpc/xdr_sizeof.c: Likewise.
56726         * sunrpc/xdr_stdio.c: Likewise.
56728         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
56729         handling.
56731 2010-08-19  Andreas Schwab  <schwab@redhat.com>
56733         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
56735 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
56737         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
56738         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
56739         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
56740         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
56741         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
56742         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
56743         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
56744         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
56745         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
56746         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
56747         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
56748         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
56749         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
56750         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
56752 2010-07-26  Anton Blanchard  <anton@samba.org>
56754         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
56755         * malloc/arena.c (heap_trim): Likewise.
56757 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
56759         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
56760         here.  Not...
56761         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
56762         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
56764 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
56766         * sysdeps/i386/elf/Makefile: New file.
56768 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
56770         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
56771         from fanotify_init.
56772         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
56773         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
56775 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
56777         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
56778         of strncasecmp_l.
56779         * sysdeps/multiarch/strcmp.S: Likewise.
56781 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
56783         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
56784         strncase_l-nonascii.
56785         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
56786         Add strncase_l-ssse3.
56787         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
56788         * sysdeps/x86_64/strcmp.S: Likewise.
56789         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
56790         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
56791         * sysdeps/x86_64/strncase.S: New file.
56792         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
56793         * sysdeps/x86_64/strncase_l.S: New file.
56794         * string/Makefile (strop-tests): Add strncasecmp.
56795         * string/test-strncasecmp.c: New file.
56797         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
56798         warning.
56800         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
56801         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
56803 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
56805         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
56807 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
56809         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
56810         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
56811         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
56813 2010-05-01  Alan Modra  <amodra@gmail.com>
56815         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
56816         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
56817         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
56818         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
56819         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
56820         tidying.  Don't tail-call __sigjmp_save for static lib.
56821         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
56822         save location.
56823         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
56824         (CALL_MCOUNT): Add eh info, and nop after bl.
56825         (TAIL_CALL_SYSCALL_ERROR): New macro.
56826         (PSEUDO_RET): Use it.
56827         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
56828         Correct save location of integer regs and cr.
56829         (_dl_profile_resolve): Correct cr save location.  Delete nops
56830         after bl when SHARED.  Reduce cfi size a little by better
56831         placement of cfi directives.
56832         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
56833         make a stack frame.  Instead use parm save area as a temp.
56834         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
56835         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
56836         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
56837         Don't make a stack frame for parent, use parm save area.
56838         Increase child stack frame to 112 bytes.  Don't save unused reg,
56839         and adjust reg usage.  Set up cfi on error recovery and
56840         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
56841         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
56842         (__makecontext): Add dummy nop after jump to exit.
56843         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
56844         Use correct parm save area and cr save, reduce stack frame.
56845         Correct cfi for possible PSEUDO_RET frame setup.
56846         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
56847         Branch to local label emitted by PSEUDO_RET rather than
56848         __syscall_error.
56850 2010-08-12  Andreas Schwab  <schwab@redhat.com>
56852         [BZ #11904]
56853         * locale/programs/locale.c (print_assignment): New function.
56854         (show_locale_vars): Use it.
56856 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
56858         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
56859         field.
56860         (struct statfs64): Likewise.
56861         (_STATFS_F_FLAGS): Define.
56862         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
56863         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
56864         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
56865         (ST_VALID): Define locally.
56866         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
56867         __statvfs_getflags, use the provided value.
56868         * sysdeps/unix/sysv/linux/kernel-features.h: Define
56869         __ASSUME_STATFS_F_FLAGS.
56871         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
56873         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
56874         Add sys/fanotify.h.
56875         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
56876         fanotify_mask for GLIBC_2.13.
56877         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
56878         fanotify_init and fanotify_mark.
56879         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
56880         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
56882         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
56883         Add prlimit.
56884         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
56885         prlimit64 for GLIBC_2.13.
56886         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
56887         prlimit64.
56888         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
56889         syscall.
56890         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
56891         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
56892         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
56893         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
56894         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
56895         add prlimit alias.
56896         * sysdeps/unix/sysv/linux/prlimit.c: New file.
56898         [BZ #11903]
56899         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
56900         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
56902         * nss/Makefile: Add rules to build and run tst-nss-test1.
56903         * shlib-versions: Add entry for libnss_test1.
56904         * nss/nss_test1.c: New file.
56905         * nss/tst-nss-test1.c: New file.
56907         * nss/nsswitch.c (__nss_database_custom): Define new variable.
56908         (__nss_configure_lookup): Set appropriate entry in
56909         __nss_configure_lookup to true.
56910         * nss/nsswitch.h: Define enum with indeces of databases in
56911         databases and __nss_database_custom arrays.  Declare
56912         __nss_database_custom.
56913         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
56914         to avoid using nscd when custom rules are installed.
56915         * nss/getXXbyYY_r.c: Likewise.
56916         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
56918         * nss/nss_files/files-parse.c: Whitespace fixes.
56920 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
56922         [BZ #11883]
56923         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
56924         * posix/fnmatch_loop.c: Likewise.
56926 2010-07-17  Andi Kleen  <ak@linux.intel.com>
56928         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
56929         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
56930         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
56931         * Versions.def [GLIBC_2.13]: Add.
56933 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
56935         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
56936         Also fail if tpwd after pwuid call is NULL.
56938 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56940         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
56941         when converting to ms.
56943 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56945         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
56946         EOPNOTSUPP errors with ENOTTY.
56947         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
56948         EOPNOTSUPP errors with ENOTTY.
56950 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
56952         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
56953         Add strcasecmp_l-ssse3.
56954         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
56955         strcasecmp.
56956         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
56957         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
56958         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
56960 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
56962         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
56964         * string/Makefile (strop-tests): Add strcasecmp.
56965         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
56966         strcasecmp_l-nonascii.
56967         (gen-as-const-headers): Add locale-defines.sym.
56968         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
56969         * sysdeps/x86_64/strcasecmp.S: New file.
56970         * sysdeps/x86_64/strcasecmp_l.S: New file.
56971         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
56972         * sysdeps/x86_64/locale-defines.sym: New file.
56973         * string/test-strcasecmp.c: New file.
56975         * string/test-strcasestr.c: Test both ends of the range of characters.
56976         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
56978 2010-07-29  Roland McGrath  <roland@redhat.com>
56980         [BZ #11856]
56981         * manual/locale.texi (Yes-or-No Questions): Fix example code.
56983 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
56985         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
56986         for ld.so.
56988 2010-07-27  Andreas Schwab  <schwab@redhat.com>
56990         * manual/memory.texi (Malloc Tunable Parameters): Document
56991         M_PERTURB.
56993 2010-07-26  Roland McGrath  <roland@redhat.com>
56995         [BZ #11840]
56996         * configure.in (-fgnu89-inline check): Set and substitute
56997         gnu89_inline, not libc_cv_gnu89_inline.
56998         * configure: Regenerated.
56999         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
57001 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
57003         * string/test-strnlen.c: New file.
57004         * string/Makefile (strop-tests): Add strnlen.
57005         * string/tester.c (test_strnlen): Add a few more test cases.
57006         * string/tst-strlen.c: Better error reporting.
57008         * sysdeps/x86_64/strnlen.S: New file.
57010 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
57012         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
57013         lower-latency instructions.
57015 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
57017         * string/test-strcasestr.c: New file.
57018         * string/test-strstr.c: New file.
57019         * string/Makefile (strop-tests): Add strstr and strcasestr.
57020         * string/str-two-way.h: Don't undefine MAX.
57021         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
57023 2010-07-21  Andreas Schwab  <schwab@redhat.com>
57025         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
57026         strcasestr-nonascii.
57027         (CFLAGS-strcasestr-nonascii.c): Define.
57028         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
57029         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
57030         Remove unused attribute.
57032 2010-07-20  Roland McGrath  <roland@redhat.com>
57034         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
57035         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
57036         ld.so.cache was broken.  With it, there is no way to disable dsocaps
57037         like LD_HWCAP_MASK can disable hwcaps.
57039 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
57041         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
57043 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
57045         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
57046         call in strcasestr.
57047         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
57048         __strcasestr_sse42_nonascii.
57049         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
57050         strcasestr-nonascii.c.
57051         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
57053 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
57055         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
57056         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
57057         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
57058         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
57060 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
57062         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
57063         fcntl.
57065 2010-07-06  Andreas Schwab  <schwab@redhat.com>
57067         [BZ #11577]
57068         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
57069         dl_signal_cerror.
57071 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
57073         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
57074         _PC_PIPE_BUF using F_GETPIPE_SZ.
57076 2010-07-05  Roland McGrath  <roland@redhat.com>
57078         * manual/arith.texi (Rounding Functions): Fix rint description
57079         implicit in round description.
57081 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
57083         * elf/Makefile: Fix linking for a few tests to make recent linker
57084         happy.
57086 2010-06-30  Andreas Schwab  <schwab@redhat.com>
57088         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
57089         $(common-objpfx)libc_nonshared.a.
57091 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
57093         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
57094         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
57095         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
57096         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
57097         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
57098         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
57099         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
57100         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
57101         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
57102         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
57103         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
57104         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
57105         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
57106         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
57107         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
57108         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
57109         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
57110         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
57111         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
57112         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
57113         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
57114         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
57115         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
57116         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
57117         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
57118         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
57119         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
57120         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
57121         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
57122         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
57123         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
57124         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
57125         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
57126         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
57127         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
57128         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
57129         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
57130         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
57131         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
57132         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
57133         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
57134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
57135         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
57136         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
57137         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
57138         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
57139         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
57140         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
57142 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
57144         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
57145         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
57146         * string/memmove.c (memmove): Renamed to ...
57147         (MEMMOVE): ...this.  Default to memmove.
57148         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
57149         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
57150         (END_CHK): Define.
57151         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57152         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
57153         mempcpy-ssse3-back memmove-ssse3-back.
57154         * sysdeps/x86_64/multiarch/bcopy.S: New file .
57155         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
57156         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
57157         * sysdeps/x86_64/multiarch/memcpy.S: New file.
57158         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
57159         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
57160         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
57161         * sysdeps/x86_64/multiarch/memmove.c: New file.
57162         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
57163         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
57164         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
57165         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
57166         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
57167         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
57168         Define.
57169         (index_Fast_Copy_Backward): Define.
57170         (HAS_ARCH_FEATURE): Define.
57171         (HAS_FAST_REP_STRING): Define.
57172         (HAS_FAST_COPY_BACKWARD): Define.
57174 2010-06-21  Andreas Schwab  <schwab@redhat.com>
57176         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
57177         Restore proper fallback handling.
57179 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
57181         [BZ #11701]
57182         * posix/group_member.c (__group_member): Correct checking loop.
57184         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
57185         OOM in getpwuid_r correctly.  Return error number when the caller
57186         should return, otherwise -1.
57187         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
57188         call returning > 0 value.
57189         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
57191 2010-06-07  Andreas Schwab  <schwab@redhat.com>
57193         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
57194         libc_nonshared.a from targets in modules-names.
57196 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
57198         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
57199         requires it.
57201 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
57203         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
57204         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
57205         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
57206         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
57208 2010-06-02  Andreas Schwab  <schwab@redhat.com>
57210         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
57212 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
57214         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
57215         and F_GETPIPE_SZ.
57216         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
57217         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
57218         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
57219         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
57220         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
57221         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
57223 2010-06-14  Roland McGrath  <roland@redhat.com>
57225         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
57227 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
57229         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
57230         __REDIRECT followed by __THROW.
57231         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
57232         * posix/getopt.h (getopt): Likewise.
57234 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
57236         * hurd/lookup-at.c (__file_name_lookup_at): Accept
57237         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
57238         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
57239         in AT_FLAGS.
57240         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
57241         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
57243 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
57245         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
57247 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
57249         [BZ #11640]
57250         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57251         Properly check family and model.
57253 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
57255         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
57257 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
57259         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
57261 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
57263         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
57264         symbol reference.
57266 2010-05-19  Andreas Schwab  <schwab@redhat.com>
57268         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
57269         symbol reference.
57271 2010-05-21  Andreas Schwab  <schwab@redhat.com>
57273         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
57274         and internal_recvmmsg.
57275         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
57276         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
57277         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
57278         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
57280         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
57281         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
57282         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
57284 2010-05-20  Andreas Schwab  <schwab@redhat.com>
57286         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
57288 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
57290         POWER7 optimizations.
57291         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
57292         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
57294 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
57296         * version.h: Update for 2.13 development version.
57298 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
57300         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
57301         exceptions.  Return 0.
57303 2010-05-07  Roland McGrath  <roland@redhat.com>
57305         * elf/ldconfig.c (main): Add a const.
57307 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
57309         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
57310         (args_options): Add no-idn option.
57311         (ahosts_keys_int): Add idn_flags to ai_flags.
57312         (parse_option): Handle 'i' option to clear idn_flags.
57314         * malloc/malloc.c (_int_free): Possible race in the most recently
57315         added check.  Only act on the data if no current modification
57316         happened.
57318 See ChangeLog.17 for earlier changes.