Compile vismain with -fPIE and link with -pie
[glibc.git] / ChangeLog
blob1ac660957ec9d20d53b990ff961da3c1d3ee5040
1 2015-02-27  H.J. Lu  <hongjiu.lu@intel.com>
3         [BZ #17711]
4         * elf/Makefile (tests): Add vismain only if PIE is enabled.
5         (tests-pie): Add vismain.
6         (CFLAGS-vismain.c): New.
7         * elf/vismain.c: Add comments for PIE requirement.
9 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
11         [BZ #18046]
12         [BZ #18047]
13         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
14         0x1p-56L as threshold for just returning the argument.
15         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
16         0x1p-32L as threshold for just returning the argument.
17         * math/auto-libm-test-in: Add more tests of atanh.
18         * math/auto-libm-test-out: Regenerated.
19         * sysdeps/i386/fpu/libm-test-ulps: Update.
20         * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
22 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
24         * string/bcopy.c (bcopy): Call memmove for performance.
26 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
28         * string/bzero.c (__bzero): Call memset for performance.
30 2015-02-27  John David Anglin  <dave.anglin@bell.net>
32         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
33         to 00100000.
35 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
37         * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
39 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
41         * sysdeps/ieee754/k_standard.c (CSTR): New macro.
42         (__kernel_standard): Use CSTR macro when setting exc.name.
43         * sysdeps/ieee754/Makefile [$(subdir) = math]
44         (CFLAGS-k_standard.c): Remove variable.
46         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
47         setting p and q from "else if" to "else".
48         (qzero): Likewise.
49         * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
50         (qone): Likewise.
51         * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
52         (qzerof): Likewise.
53         * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
54         (qonef): Likewise.
55         * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
56         (qzero): Likewise.
57         * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
58         (qone): Likewise.
60         [BZ #18038]
61         [BZ #18039]
62         * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
63         return pi/2 for arguments below 0x1p-113L.
64         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
65         return pi/2 for arguments below 0x1p-106L.
66         * math/auto-libm-test-in: Add more tests of acos.
67         * math/auto-libm-test-out: Regenerated.
69         [BZ #16351]
70         * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
71         (MO): New macro.
72         (__ieee754_asin): Force underflow exception for results with small
73         absolute value.
74         * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
75         (MO): New macro.
76         (__ieee754_asinf): Force underflow exception for results with
77         small absolute value.
78         * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
79         (__ieee754_asin): Force underflow exception for results with small
80         absolute value.
81         * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
82         (__ieee754_asinf): Force underflow exception for results with
83         small absolute value.
84         * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
85         (__ieee754_asinl): Force underflow exception for results with
86         small absolute value.
87         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
88         (__ieee754_asinl): Force underflow exception for results with
89         small absolute value.
90         * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
91         (__ieee754_asinl): Force underflow exception for results with
92         small absolute value.
93         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
94         Include <math.h>.
95         * math/auto-libm-test-in: Do not mark underflow exceptions as
96         possibly missing for bug 16351.
97         * math/auto-libm-test-out: Regenerated.
99         [BZ #18030]
100         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
101         of power of 2 down when low part has opposite sign.
102         * math/libm-test.inc (logb_test_data): Add more tests.
104 2015-02-26  Andreas Schwab  <schwab@suse.de>
106         [BZ #18032]
107         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
108         over collating symbol inside a bracket expression.  Minor cleanup.
109         * posix/tst-fnmatch3.c (do_test): Add test case.
111 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
113         [BZ #18029]
114         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
115         Adjust exponent of power of 2 down when low part has opposite
116         sign.
117         * math/libm-test.inc (ilogb_test_data): Add more tests.
119 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
121         [BZ #15969]
122         * locale/findlocale.c (_nl_find_locale): Fix constness error in
123         the previous change.
125         [BZ #15969]
126         * locale/findlocale.c (_nl_find_locale): Retry archive search
127         after alias expansion.
129 2015-02-25  Roland McGrath  <roland@hack.frob.com>
131         * iconv/tst-iconv3.c (main): Converted to ...
132         (do_test): ... this.
133         (TEST_FUNCTION): New macro.
134         Include test-skeleton.c.
136         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
137         (convert): Make function static.
138         (test_unalign): Likewise.  Add const to argument pointee types.
139         (main): Replace with static function do_test.
140         Print "Succeeded." only if RET is zero.
141         (TEST_FUNCTION): New macro.
142         Include test-skeleton.c.
144         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
145         returns a null pointer.
147 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
149         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
150         to __memcpy_ppc only for static builds.
152 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
154         [BZ #18020]
155         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
156         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
157         * math/auto-libm-test-in: Add more tests of asinh.
158         * math/auto-libm-test-out: Regenerated.
159         * sysdeps/i386/fpu/libm-test-ulps: Update.
160         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
162 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
164         [BZ #15850]
165         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
166         and ip6_mtuinfo definitions here.
167         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
168         in this define too.  Update comment.
170 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
172         * elf/sprof.c (load_shobj): Tweak error message to match others.
174 2015-02-24  Kevin Easton  <kevin@guarana.org>
176         [BZ #16145] (partial fix)
177         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
178         to reduce lock contention.
180 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
182         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
183         (struct timex): Update time comment.
184         (ADJ_SETOFFSET): Define.
186 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
188         [BZ #18019]
189         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
190         2**56 not 2**28 as threshold for log (2x) formula.
191         * math/auto-libm-test-in: Add more tests of acosh.
192         * math/auto-libm-test-out: Regenerated.
193         * sysdeps/i386/fpu/libm-test-ulps: Update.
194         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
196 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
198         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
199         parenthesis around the buf assignment.
200         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
202 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
204         [BZ #16783]
205         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
206         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
207         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
208         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
209         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
210         * math/libm-test.inc (scalb_test_data): Add more tests.
212 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
214         [BZ #17916]
215         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
216         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
218 2015-02-24  Eric Rannaud  <e@nanocritical.com>
220         [BZ #17523]
221         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
222         * io/bits/fcntl2.h (open): Use it.
223         (openat): Likewise.
224         * io/open.c (__libc_open): Likewise.
225         * io/open64.c (__libc_open64): Likewise.
226         * io/open64_2.c (__open64_2): Likewise.
227         * io/open_2.c (__open_2): Likewise.
228         * io/openat.c (__openat): Likewise.
229         * io/openat64.c (__openat64): Likewise.
230         * io/openat64_2.c (__openat64_2): Likewise.
231         * io/openat_2.c (__openat_2): Likewise.
232         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
233         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
234         * sysdeps/posix/open64.c (__libc_open64): Likewise.
235         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
236         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
237         (__open_nocancel): Likewise.
238         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
239         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
240         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
242 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
244         [BZ #14841]
245         * resolv/gethnamaddr.c (getanswer): Skip logging if
246         RES_USE_DNSSEC is set.
247         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
249 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
251         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
253 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
255         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
256         201304L, for Unicode 7.
258 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
260         [BZ #17836]
261         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
262         shared library.  Add gmon-start.os otherwise.
263         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
264         $(objpfx)gmon-start.os if builing shared library.
265         ($(objpfx)g$(static-start-installed-name)): Likewise.
267 2015-02-23  Andreas Schwab  <schwab@suse.de>
269         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
271 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
273         [BZ #17269]
274         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
275         (enlarge_userbuf): Likewise.
277 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
279         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
280         * math/atest-exp.c (TIMEOUT): Adjust to 200.
281         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
282         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
284 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
286         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
287         expression inside statement expression.
289 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
291         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
292         <sysdeps/nptl/lowlevellock.h> and remove macros and
293         functions that are now defined there.
294         (SYS_futex): Remove.
295         (lll_compare_and_swap): Remove.
296         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
298 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
300         [BZ #17999]
301         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
302         instead of scandirat.
303         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
304         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
305         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
306         __scandirat.
307         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
308         (__scandirat): Declare.  Use libc_hidden_proto.
309         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
310         Remove variable.
311         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
313 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
315         [BZ #15319]
316         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
317         (MO): New macro.
318         (__ieee754_atan2): For results with small absolute value, force
319         underflow exception and remove excess range and precision from
320         return value.
321         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
322         (MO): New macro.
323         (__ieee754_atan2f): For results with small absolute value, force
324         underflow exception and remove excess range and precision from
325         return value.
326         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
327         (MO): New macro.
328         (__atan): For results with small absolute value, force underflow
329         exception and remove excess range and precision from return value.
330         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
331         (MO): New macro.
332         (__atanf): For results with small absolute value, force underflow
333         exception and remove excess range and precision from return value.
334         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
335         <math.h>.
336         (__ieee754_atan2): Force underflow exception for results with
337         small absolute value.
338         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
339         <math_private.h>.
340         (atan): Force underflow exception for results with small absolute
341         value.
342         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
343         (__atanf): Force underflow exception for results with small
344         absolute value.
345         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
346         <math.h>.
347         (__atanl): Force underflow exception for results with small
348         absolute value.
349         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
350         (__atanl): Force underflow exception for results with small
351         absolute value.
352         * sysdeps/x86/fpu/bits/mathinline.h
353         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
354         (__ieee754_atan2): Only define inline for long double.
355         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
356         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
357         * math/auto-libm-test-in: Do not mark underflow exceptions as
358         possibly missing for bug 15319.  Add more tests of atan2.
359         * math/auto-libm-test-out: Regenerated.
360         * math/libm-test.inc (casin_test_data): Do not mark underflow
361         exceptions as possibly missing for bug 15319.
362         (casinh_test_data): Likewise.
363         * sysdeps/i386/fpu/libm-test-ulps: Update.
365 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
367         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
368         * sysdeps/mips/bits/endian.h: Fix comments.
370 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
372         [BZ #17996]
373         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
374         (hdestroy_r): Likewise.
375         (hsearch_r): Likewise.
376         (__hcreate_r): Declare and use libc_hidden_proto.
377         (__hdestroy_r): Likewise.
378         (__hsearch_r): Likewise.
379         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
380         (hcreate): Call __hcreate_r instead of hcreate_r.
381         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
382         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
383         as weak alias of __hcreate_r.
384         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
385         __hdestroy_r.
386         (hsearch_r): Rename to __hsearch_r and define as weak alias of
387         __hsearch_r.
388         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
389         Remove variable.
390         (test-xfail-XPG4/search.h/linknamespace): Likewise.
391         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
392         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
393         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
395 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
397         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
398         arena_lock into a single arena_get.
400 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
402         * dl-reloc.c: Inlucde libc-internal.h.
403         (_dl_try_allocate_static_tls): Call ALIGN_UP.
404         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
405         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
406         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
407         (grow_heap): Likewise.
408         * malloc/malloc.c: Include libc-internal.h.
409         (do_check_malloc): Call powerof2.
410         (sysmalloc): Use pagesize. Call ALIGN_UP.
411         (systrim): Use pagesize.
412         (mremap_chunk): Use pagesize. Call ALIGN_UP.
413         (__libc_valloc): Use pagesize.
414         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
416 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
418         [BZ #17991]
419         * include/sys/resource.h (__getrlimit64): Declare.  Use
420         libc_hidden_proto.
421         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
422         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
423         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
424         getrlimit64.
425         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
426         __getrlimit64.
427         [!getrlimit64] (getrlimit64): Define as weak alias of
428         __getrlimit64.  Use libc_hidden_weak.
429         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
430         using __getrlimit64 not __new_getrlimit64.
431         (__GI_getrlimit64): Likewise.
432         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
433         Likewise.
434         (__GI_getrlimit64): Likewise.
435         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
437         (getrlimit): Add __getrlimit64 alias.
438         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
439         Likewise.
440         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
441         Remove variable.
442         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
443         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
445 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
447         * libio/fileops.c: Add missing sys/mman.h
448         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
450 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
452         * manual/math.texi (Errors in Math Functions): Clarify goals
453         regarding inexact and underflow exceptions.
455 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
457         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
458         * sysdeps/mips/memset.S: Ditto.
460 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
462         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
464 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
466         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
467         (__v1longjmp): Remove versioned symbol.
468         (__v1siglongjmp): Remove alias and versioned symbol.
469         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
470         (__v2siglongjmp): Likewise.
472 2015-02-16  Torvald Riegel  <triegel@redhat.com>
474         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
476 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
478         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
480 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
482         [BZ #17987]
483         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
484         zero result does not depend on the sign resulting from
485         subtraction.
486         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
487         Likewise.
488         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
489         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
490         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
491         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
492         * math/libm-test.inc (remquo_test_data): Add more tests.
494 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
496         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
497         Problem reported by J William Piggott.
499 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
501         [BZ #17978]
502         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
503         products 4 * y and 2 * y where those would overflow.
504         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
505         Likewise.
506         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
507         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
508         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
509         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
510         * math/libm-test.inc (remquo_test_data): Add more tests.
512         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
514         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
515         [defined _COMPILING_NEWLIB].
516         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
517         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
519         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
520         [!defined __mips_isa_rev || __mips_isa_rev < 6].
522 2015-02-16  Torvald Riegel  <triegel@redhat.com>
524         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
525         acquired.
527 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
529         [BZ #17792]
530         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
531         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
532         HOST_STACK_END_ADDR): Likewise.
534 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
536         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
537         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
538         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
540 2015-02-13  Roland McGrath  <roland@hack.frob.com>
542         * sysdeps/generic/c++-types.data: New file.
543         * sysdeps/generic/ld.abilist: New file.
544         * sysdeps/generic/libBrokenLocale.abilist: New file.
545         * sysdeps/generic/libanl.abilist: New file.
546         * sysdeps/generic/libc.abilist: New file.
547         * sysdeps/generic/libcrypt.abilist: New file.
548         * sysdeps/generic/libdl.abilist: New file.
549         * sysdeps/generic/libm.abilist: New file.
550         * sysdeps/generic/libpthread.abilist: New file.
551         * sysdeps/generic/libresolv.abilist: New file.
552         * sysdeps/generic/librt.abilist: New file.
554 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
556         [BZ #17569]
557         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
558         Compute absolute value of x as modified by fmod, not original
559         value of x.
560         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
561         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
562         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
563         RUN_TEST_ffI_f1_mod8.
564         (remquo_test_data): Add more tests.
566 2015-02-13  Roland McGrath  <roland@hack.frob.com>
568         * sysdeps/init_array/pt-crti.S: New file.
570 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
572         [BZ #17967]
573         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
574         __builtin_fmaf instead of relying on contraction of a * b + c.
576 2015-02-12  J William Piggott  <elseifthen@gmx.com>
578         [BZ #17969]
579         * manual/time.texi: correct the zoneinfo path in the TZ Variable
580         node.
582 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
584         [BZ #17964]
585         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
586         __builtin_fma instead of relying on contraction of a * b + c.
588 2015-02-12  Roland McGrath  <roland@hack.frob.com>
590         * Makeconfig (ASFLAGS): Add -Werror=undef.
591         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
592         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
593         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
595         * Makeconfig (after-link): New variable.
596         (+link-pie, +link-pie-tests): Use it.
597         (+link-static, +link-static-tests): Likewise.
598         (+link, +link-tests): Likewise.
599         * Makerules (build-module, build-module-asneeded): Likewise.
600         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
601         Likewise.
602         * elf/Makefile ($(objpfx)ld.so): Likewise.
604 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
606         [BZ #17965]
607         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
608         both struct timeval and struct timespec.
610 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
612         [BZ #16560]
613         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
614         and redefine.
615         (__ieee754_exp2l): Do not multiply small fractional parts by
616         M_LN2l.
617         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
618         small argument.
619         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
620         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
621         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
622         * math/auto-libm-test-in: Add more tests of exp2.
623         * math/auto-libm-test-out: Regenerated.
625 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
627         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
628         unaligned path.
630 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
632         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
633         little endian.
635 2015-02-12  Andreas Schwab  <schwab@suse.de>
637         [BZ #15790]
638         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
639         Filter out elision flags from value returned in kind.
640         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
641         * nptl/tst-pthread-mutexattr.c: New file.
643 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
645         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
646         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
647         into gnu-gnu, and update comment to refer to abi-tags.
649 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
651         [BZ #15467]
652         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
653         (__sincos): Set errno to EDOM for infinite argument.
654         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
655         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
656         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
657         (__sincosl): Set errno to EDOM for infinite argument.
658         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
659         (__sincosl): Set errno to EDOM for infinite argument.
660         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
661         (__sincosl): Set errno to EDOM for infinite argument.
662         * math/libm-test.inc (sincos_test_data): Test errno setting.
664 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
666         * string/strxfrm_l.c: Remove #define STRCMP.
667         * string/strcoll_l.c: Remove #define STRLEN.
668         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
669         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
671 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
673         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
674         * sysdeps/mips/mips32/sfp-machine.h: ... here.
675         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
676         * sysdeps/mips/mips64/Makefile: ... here.
677         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
678         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
679         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
680         * sysdeps/mips/mips64/sfp-machine.h: ... here.
681         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
682         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
683         * sysdeps/mips/mips64/n64/Implies: Likewise.
685 2015-02-10  Roland McGrath  <roland@hack.frob.com>
687         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
688         <sys/time.h>, <string.h>, and <errno.h>.
689         (dest_offset, dest_address, value, zero): Remove unused variables.
690         (ldouble): Remove typedef.
691         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
692         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
693         1).  Fix code style.
694         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
695         (check): Function removed.
696         (CHECK): New macro.
697         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
698         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
699         Don't call set_sigaction_FP and remove_sigaction_FP here.
700         (ldouble_test): Just use 'long double' as macro argument, no need for
701         the 'ldouble' typedef.
702         (do_test): Set up SIGFPE handler at start, using plain signal rather
703         than sigaction.  Fix code style.
705 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
707         [BZ #17949]
708         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
709         jump label.
711 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
713         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
714         * sysdeps/powerpc/powerpc32/configure: Regenerated.
716         * sysdeps/powerpc/configure.ac: Remove file.
717         * sysdeps/powerpc/configure: Likewise.
719         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
720         [sysdep_routines]: Remove wordcopy-power6 object.
721         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
722         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
723         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
724         (__memmove_ppc32): Likewise.
725         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
726         file.
727         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
728         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
729         Remove preprocessor.
731         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
732         [sysdep_routines]: Remove wide chars objects.
733         [wcsmbs]: New rule for wide char objects.
735         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
736         Remove wordcopy-power6 obejct.
737         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
738         Use local call for wordcopy and memcpy symbols.
739         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
740         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
741         implementation for loader.
742         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
744         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
745         Remove wordcopy-power7 object.
746         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
747         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
748         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
749         (_wordcopy_fwd_dest_aligned): Likewise.
750         (_wordcopy_bwd_aligned): Likewise.
751         (_wordcopy_bwd_dest_aligned): Likewise.
753         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
754         Rewrite to call __memmove_ppc instead of include default
755         implementation.
757         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
758         Remove wide chars objects.
759         [wcsmbs]: New rule for wide char objects.
761 2015-02-09  Andreas Schwab  <schwab@suse.de>
763         [BZ #17912]
764         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
765         in terms of __O_DIRECTORY.
767 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
769         * time/getdate.c: Include <stdbool.h>.
770         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
771         call PTR_MANGLE.
772         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
773         PTR_DEMANGLE.
775 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
777         Add ersatz _Static_assert on older C hosts
778         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
779         pre-C11 C platform that is not known to support _Static_assert.
781 2015-02-07  Richard Braun  <rbraun@sceen.net>
783         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
784         sigstate.
785         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
787 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
789         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
790         priority against unexistent AIO_PRIO_DELTA_MAX.
791         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
792         instead of int.
793         * misc/fchflags.c (fchflags): Likewise.
794         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
795         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
796         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
797         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
798         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
799         Declare macros.
800         [__USE_MISC] (chflags, fchflags): Declare functions.
801         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
802         EINVAL when nfds is greater than FD_SETSIZE.
803         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
804         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
805         45.
806         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
807         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
808         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
809         MACH_RCV_TIMED_OUT.
810         * hurd/hurd/signal.h (_hurd_self_sigstate,
811         _hurd_critical_section_lock, _hurd_critical_section_unlock):
812         Explicit casts from void *.
813         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
814         * abi-tags: Rename gnu-gnu os into gnu.
816         [BZ #4719]
817         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
818         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
819         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
820         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
821         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
822         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
824         [BZ #17944]
825         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
826         duplicates ADDR->sun_path with sockaddr LEN limitation.
827         * sysdeps/mach/hurd/connect.c: Include <string.h>
828         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
829         * sysdeps/mach/hurd/sendmsg.c: Likewise.
830         * sysdeps/mach/hurd/sendto.c: Likewise.
831         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
832         implementing it by hand.
834 2015-02-06  Roland McGrath  <roland@hack.frob.com>
836         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
837         Use sfi_breg on ldr.
838         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
839         Likewise.
841         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
842         it's defined.
843         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
844         Test SIGSETXID only if it's defined.
846         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
848         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
849         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
851         * nptl/tst-align2.c: Moved ...
852         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
853         * nptl/Makefile (tests): Remove tst-align2.
854         * sysdeps/unix/sysv/linux/Makefile
855         [$(subdir) = nptl] (tests): Add tst-align-clone.
856         * nptl/tst-getpid1.c: Moved ...
857         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
858         * nptl/tst-getpid2.c: Moved ...
859         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
860         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
861         * sysdeps/unix/sysv/linux/Makefile
862         [$(subdir) = nptl] (tests): ... here.
863         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
864         * sysdeps/unix/sysv/linux/Makefile
865         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
867         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
868         Drop trailing \n from perror argument.  Use return rather than exit.
870         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
871         on [SA_SIGINFO].
872         * nptl/tst-cancel21.c (do_test): Likewise.
873         * debug/tst-backtrace6.c: Include <signal.h> first thing.
874         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
875         [!SA_SIGINFO]: Make it a stub test.
877         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
878         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
880         * posix/tst-getlogin.c: Move to ...
881         * login/tst-getlogin.c: ... here.
882         * posix/Makefile (tests): Move tst-getlogin to ...
883         * login/Makefile (tests): ... here.
885         * libio/tst-atime.c (do_test): Move local variables SV and E
886         inside [ST_NOATIME] conditional.
888         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
890         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
892         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
893         (wait_code): New function replaces macro.
894         Call nanosleep rather than syscall.
896         * nptl/pt-system.c: Rewritten.  Put everything under
897         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
898         Use IFUNC to redirect when possible.
900         * nptl/pt-longjmp.c: Rewritten.  Put everything under
901         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
902         Use IFUNC to redirect when possible.
904         * nptl/pt-fork.c: Rewritten.  Put everything under
905         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
906         Use IFUNC to redirect when possible.
907         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
909         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
910         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
911         unconditionally nowadays.  This included the only reference to
912         __vdso_clock_gettime that appears outside libc proper.
913         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
914         Remove version set (containing only __vdso_clock_gettime).
915         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
916         Add attribute_hidden.
917         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
918         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
919         libc_hidden_data_def.
920         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
921         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
923         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
924         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
925         setrpcent, and getrpcport to ...
926         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
927         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
928         getrpcbynumber_r, and getrpcent_r to ...
929         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
930         * inet/getrpcbyname.c: Moved ...
931         * sunrpc/getrpcbyname.c: ... here.
932         * inet/getrpcbyname_r.c: Moved ...
933         * sunrpc/getrpcbyname_r.c: ... here.
934         * inet/getrpcbynumber.c: Moved ...
935         * sunrpc/getrpcbynumber.c: ... here.
936         * inet/getrpcbynumber_r.c: Moved ...
937         * sunrpc/getrpcbynumber_r.c: ... here.
938         * inet/getrpcent.c: Moved ...
939         * sunrpc/getrpcent.c: ... here.
940         * inet/getrpcent_r.c: Moved ...
941         * sunrpc/getrpcent_r.c: ... here.
942         * inet/Makefile (routines): Move those to ...
943         * sunrpc/Makefile (routines): ... here.
944         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
945         the $(subdirs) list.
946         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
947         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
948         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
949         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
951         * elf/Makefile (routines): Include $(all-dl-routines), not just
952         $(dl-routines).
953         (rtld-routines): Likewise.  Use = rather than :=.
954         * sysdeps/aarch64/Makefile [$(subdir) = elf]
955         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
956         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
957         * sysdeps/arm/Makefile: Likewise.
958         * sysdeps/i386/Makefile: Likewise.
959         * sysdeps/x86_64/Makefile: Likewise.
960         * sysdeps/hppa/Makefile [$(subdir) = elf]
961         (sysdep_routines, sysdep-rtld-routines): Don't add
962         $(sysdep-dl-routines) to these.
963         * sysdeps/ia64/Makefile: Likewise.
964         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
965         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
966         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
967         Don't add dl-static to these; sysdep-dl-routines alone is enough.
968         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
969         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
970         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
971         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
972         * sysdeps/powerpc/Makefile [$(subdir) = elf]
973         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
974         these; sysdep-dl-routines alone is enough.
976 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
978         [BZ #17932]
979         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
980         where multiplication results in zero and third argument is finite
981         and nonzero.
982         * math/auto-libm-test-in: Add more tests of fma.
983         * math/auto-libm-test-out: Regenerated.
985         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
986         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
987         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
988         (_FP_CMP_EQ): Likewise.
989         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
991         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
992         extra argument CHECK_NAN.  Redefine as wrapper around
993         _FP_EXTEND_CNAN.
995 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
997         * version.h (RELEASE): Set to "stable".
998         (VERSION): Set to "2.21"
999         * include/features.h (__GLIBC_MINOR__): Set to 21.
1001         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
1003 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
1004             Paul Eggert  <eggert@cs.ucla.edu>
1006         [BZ #16618]
1007         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
1008         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
1009         size in bytes. Store needed elements in wpmax. Use needed size
1010         in bytes for extend_alloca.
1012 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
1014         * manual/install.texi: Latest tested versions are GCC 4.9.2,
1015         binutls 2.25, and texinfo 5.2.
1016         * INSTALL: Regenerate.
1017         * sysdeps/nios2/configure: Regenerate.
1018         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
1019         * manual/contrib.texi: Update.
1020         * po/be.po: Update.
1021         * po/bg.po: Update.
1022         * po/ca.po: Update.
1023         * po/cs.po: Update.
1024         * po/da.po: Update.
1025         * po/de.po: Update.
1026         * po/el.po: Update.
1027         * po/eo.po: Update.
1028         * po/es.po: Update.
1029         * po/fi.po: Update.
1030         * po/fr.po: Update.
1031         * po/gl.po: Update.
1032         * po/hr.po: Update.
1033         * po/hu.po: Update.
1034         * po/ia.po: Update.
1035         * po/id.po: Update.
1036         * po/it.po: Update.
1037         * po/ja.po: Update.
1038         * po/ko.po: Update.
1039         * po/lt.po: Update.
1040         * po/nb.po: Update.
1041         * po/nl.po: Update.
1042         * po/pl.po: Update.
1043         * po/pt_BR.po: Update.
1044         * po/ru.po: Update.
1045         * po/rw.po: Update.
1046         * po/sk.po: Update.
1047         * po/sl.po: Update.
1048         * po/sv.po: Update.
1049         * po/tr.po: Update.
1050         * po/uk.po: Update.
1051         * po/vi.po: Update.
1052         * po/zh_CN.po: Update.
1053         * po/zh_TW.po: Update.
1055         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
1056         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
1057         * sysdeps/hppa/dl-irel.h: Remove #warning.
1058         * sysdeps/hppa/entry.h: Provide prototype for
1059         __canonicalize_funcptr_for_compare and cast argument.
1060         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
1061         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
1062         * sysdeps/hppa/sotruss-lib.c: New file.
1063         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
1064         (atomic_compare_and_exchange_val_acq): Use __typeof__.
1065         (atomic_compare_and_exchange_bool_acq): Likewise.
1066         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
1067         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
1069         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
1070         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
1071         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
1073 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
1075         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
1076         called function in non-PIC case.
1078 2015-01-31  David S. Miller  <davem@davemloft.net>
1080         * sysdeps/sparc/sparc32/bits/atomic.h
1081         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
1082         unlock not after it.
1083         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
1084         volatile register usage warnings from the compiler.
1086         * sysdeps/sparc/nptl/sem_init.c: Delete.
1087         * sysdeps/sparc/nptl/sem_post.c: Delete.
1088         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
1089         * sysdeps/sparc/nptl/sem_wait.c: Delete.
1090         * sysdeps/sparc/sparc32/sem_init.c: New file.
1091         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
1092         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
1093         padding explicitly initialized.
1094         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
1095         padding for in-semaphore spinlock.
1096         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
1097         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
1098         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
1099         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
1100         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
1101         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
1102         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
1103         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
1104         version.
1105         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
1106         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
1108 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
1110         [BZ #17801]
1111         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1112         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
1113         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
1114         New.
1115         (index_AVX_Fast_Unaligned_Load): Likewise.
1116         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
1117         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
1118         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
1119         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
1120         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
1121         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
1122         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
1123         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
1124         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
1126 2015-01-29  Andreas Schwab  <schwab@suse.de>
1128         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
1130 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
1132         [BZ #17892]
1133         * nscd/nscd_stat.c (send_stats): Initialize DATA.
1135 2015-01-28  Martin Sebor  <msebor@redhat.com>
1137         * math/README.libm-test: Clarify. Add "How to read the test output."
1139 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
1141         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
1142         Define to 0.
1144 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
1146         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
1147         (__HAVE_64B_ATOMICS): Define to 0.
1149 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1151         [BZ #17885]
1152         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
1153         value to set as new flag.
1155         [BZ #16576]
1156         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
1157         and use _ARCH_PPCSQ instead.
1158         (__ieee754_sqrt): Likewise.
1159         (__ieee754_sqrtf): Likewise.
1160         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
1161         _ARCH_PPCSQ is defined.
1162         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
1163         fsqrt instruction.
1164         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
1165         _ARCH_PPCSQ is defined.
1166         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
1167         fsqrts instruction.
1168         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
1170 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1172         * iconv/loop.c: Suppress array out of bound warning caused by GCC
1173         bug (GCC BZ #64739).
1175 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
1177         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
1178         Mark _retval as used.
1179         (lll_futex_wake_unlock): Likewise.
1180         (lll_futex_timed_wait_requeue_pi): Likewise.
1182         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1183         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
1184         register variables.
1186         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
1187         libm_hidden_def.
1189         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
1190         (__bswap_64): Mark as __always_inline.
1192 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
1194         [BZ #15378]
1195         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
1196         when none of the search directories exist.
1198 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1200         [BZ #17869]
1201         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
1202         power8 in .machine directive.
1204         [BZ #17868]
1205         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
1206         set dependency from opd value.
1208 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
1210         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1211         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
1212         architecture.
1214 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
1216         [BZ #17870]
1217         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
1218         with uint64_t.
1219         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
1220         (uint64_t) 1.
1221         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
1222         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
1223         Replace 1UL with (uint64_t) 1.
1224         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
1225         int with uint64_t.
1227 2015-01-23  Roland McGrath  <roland@hack.frob.com>
1229         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
1230         (if_freenameindex): Likewise.
1232         * resource/getrlimit64.c: Add missing libc_hidden_def.
1234 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
1236         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
1237         __label__.
1238         (_FP_FMA): Likewise.
1239         (_FP_TO_INT_ROUND): Likewise.
1240         (_FP_FROM_INT): Likewise.
1242 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1244         [BZ #16418]
1245         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
1246         Make code racy and cancel safe.
1248 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
1250         * sysdeps/arm/unwind-resume.h: Fix copyright year.
1251         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
1252         attribution.
1254         * pwd/tst-getpw.c: Rewrite.
1256         [BZ #17702]
1257         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
1258         (modules-names): Add moddummy1 and moddummy2.
1259         ($(objpfx)tst-rec-dlopen): Define.
1260         * dlfcn/moddummy1.c: New file.
1261         * dlfcn/moddummy2.c: New file.
1262         * dlfcn/tst-rec-dlopen.c: New file.
1263         * elf/dl-cache.c (_dl_load_cache_lookup):
1264         Return char*. Copy result with alloca/strcpy/strdup.
1265         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
1266         returns char*. Free cached. If not saving realname
1267         free cached.
1268         * elf/dl-open.c (dl_open_worker): Do not assert that
1269         _r_debug->r_state is RT_CONSISTENT.
1270         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
1271         returns char*.
1273 2015-01-21  Torvald Riegel  <triegel@redhat.com>
1274             Carlos O'Donell  <carlos@redhat.com>
1276         [BZ #12674]
1277         * nptl/sem_waitcommon.c: New file.
1278         * nptl/sem_wait.c: Include sem_waitcommon.c.
1279         (__sem_wait_cleanup, do_futex_wait): Remove.
1280         (__new_sem_wait): Adapt.
1281         (__new_sem_trywait): New function.
1282         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
1283         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
1284         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
1285         (sem_timedwait): Adapt.
1286         * nptl/sem_post.c (__new_sem_post): Adapt.
1287         (futex_wake): New function.
1288         (__old_sem_post): Add release MO fence.
1289         * nptl/sem_open.c (sem_open): Adapt.
1290         * nptl/sem_init.c (__new_sem_init): Adapt.
1291         (futex_private_if_supported): New function.
1292         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
1293         (__old_sem_getvalue): Add using previous code.
1294         * sysdeps/nptl/internaltypes.h: Adapt.
1295         * nptl/tst-sem13.c (do_test): Adapt.
1296         * nptl/tst-sem11.c (main): Adapt.
1297         * nptl/sem_trywait.c: Remove.
1298         * nptl/DESIGN-sem.txt: Remove.
1299         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
1300         (gen-as-const-headers): Remove structsem.sym.
1301         * nptl/structsem.sym: Remove.
1302         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
1303         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
1304         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
1305         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
1306         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
1307         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
1308         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
1309         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
1310         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
1311         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
1312         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
1313         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
1314         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
1315         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
1316         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
1317         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
1318         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
1319         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
1320         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
1321         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
1322         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
1323         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
1325 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
1327         * INSTALL: Regenerated.
1329         * po/libc.pot: Regenerated.
1331 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
1332             Sandra Loosemore  <sandra@codesourcery.com>
1333             Andrew Jenner  <andrew@codesourcery.com>
1334             Joseph Myers  <joseph@codesourcery.com>
1335             Nathan Sidwell  <nathan@codesourcery.com>
1337         * NEWS: Mention new Nios II port.
1338         * sysdeps/nios2/Implies: New file.
1339         * sysdeps/nios2/Makefile: New file.
1340         * sysdeps/nios2/Subdirs: New file.
1341         * sysdeps/nios2/Versions: New file.
1342         * sysdeps/nios2/__longjmp.S: New file.
1343         * sysdeps/nios2/abort-instr.h: New file.
1344         * sysdeps/nios2/backtrace.c: New file.
1345         * sysdeps/nios2/bits/endian.h: New file.
1346         * sysdeps/nios2/bits/fenv.h: New file.
1347         * sysdeps/nios2/bits/link.h: New file.
1348         * sysdeps/nios2/bits/setjmp.h: New file.
1349         * sysdeps/nios2/bsd-_setjmp.S: New file.
1350         * sysdeps/nios2/bsd-setjmp.S: New file.
1351         * sysdeps/nios2/configure: New generated file.
1352         * sysdeps/nios2/configure.ac: New file.
1353         * sysdeps/nios2/crti.S: New file.
1354         * sysdeps/nios2/crtn.S: New file.
1355         * sysdeps/nios2/dl-init.c: New file.
1356         * sysdeps/nios2/dl-machine.h: New file.
1357         * sysdeps/nios2/dl-sysdep.h: New file.
1358         * sysdeps/nios2/dl-tls.h: New file.
1359         * sysdeps/nios2/dl-trampoline.S: New file.
1360         * sysdeps/nios2/gccframe.h: New file.
1361         * sysdeps/nios2/gmp-mparam.h: New file.
1362         * sysdeps/nios2/jmpbuf-offsets.h: New file.
1363         * sysdeps/nios2/jmpbuf-unwind.h: New file.
1364         * sysdeps/nios2/ldsodefs.h: New file.
1365         * sysdeps/nios2/libc-tls.c: New file.
1366         * sysdeps/nios2/libm-test-ulps: New file.
1367         * sysdeps/nios2/machine-gmon.h: New file.
1368         * sysdeps/nios2/math-tests.h: New file.
1369         * sysdeps/nios2/math_private.h: New file.
1370         * sysdeps/nios2/memusage.h: New file.
1371         * sysdeps/nios2/nptl/Makefile: New file.
1372         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
1373         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
1374         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
1375         * sysdeps/nios2/nptl/pthreaddef.h: New file.
1376         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
1377         * sysdeps/nios2/nptl/tls.h: New file.
1378         * sysdeps/nios2/preconfigure: New file.
1379         * sysdeps/nios2/s_fma.c: New file.
1380         * sysdeps/nios2/s_fmaf.c: New file.
1381         * sysdeps/nios2/setjmp.S: New file.
1382         * sysdeps/nios2/sfp-machine.h: New file.
1383         * sysdeps/nios2/sotruss-lib.c: New file.
1384         * sysdeps/nios2/stackguard-macros.h: New file.
1385         * sysdeps/nios2/stackinfo.h: New file.
1386         * sysdeps/nios2/start.S: New file.
1387         * sysdeps/nios2/sysdep.h: New file.
1388         * sysdeps/nios2/tls-macros.h: New file.
1389         * sysdeps/nios2/tst-audit.h: New file.
1390         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
1391         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
1392         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
1393         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
1394         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
1395         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
1396         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
1397         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
1398         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
1399         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
1400         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
1401         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
1402         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
1403         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
1404         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
1405         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
1406         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
1407         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
1408         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
1409         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
1410         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
1411         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
1412         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
1413         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
1414         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
1415         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
1416         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
1417         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
1418         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
1419         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
1420         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
1421         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
1422         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
1423         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
1424         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
1425         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
1426         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
1427         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
1428         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
1429         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
1430         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
1431         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
1432         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
1433         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
1435 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
1437         [BZ #17844]
1438         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
1439         (getutent): Use weak_alias in non SHARED case
1440         and default_symbol_version in SHARED case.
1441         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
1442         (getutent_r, pututline): Likewise.
1443         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
1444         (getutid): Likewise.
1445         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
1446         (getutid_r): Likewise.
1447         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
1448         (getutline): Likewise.
1449         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
1450         (getutline_r): Likewise.
1451         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
1452         (updwtmp): Likewise.
1454 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
1456         [BZ #17848]
1457         * sysdeps/s390/s390-32/memcmp.S
1458         (memcmp_g5): Rename to __memcmp_g5.
1459         * sysdeps/s390/s390-32/memcpy.S
1460         (memcpy_g5): Rename to __memcpy_g5.
1461         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1462         (memcpy_mvcle) Rename to __memcpy_mvcle.
1463         * sysdeps/s390/s390-32/memset.S
1464         (memset_g5): Rename to __memset_g5.
1465         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
1466         (IFUNC_RESOLVE): Prefix ifunc-resolve function
1467         and use prefixed functions.
1468         * sysdeps/s390/s390-32/multiarch/memcmp.S
1469         (memcmp_z196): Rename to __memcmp_z196.
1470         (memcmp_z10): Rename to __memcmp_z10.
1471         (memcmp): Set alias to __memcmp_g5.
1472         (bcmp): Set alias to __memcmp_g5.
1473         * sysdeps/s390/s390-32/multiarch/memcpy.S
1474         (memcpy_z196): Rename to __memcpy_z196.
1475         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1476         (memcpy_z10): Rename to __memcpy_z10.
1477         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1478         (memcpy): Set alias to __memcpy_g5.
1479         * sysdeps/s390/s390-32/multiarch/memset.S
1480         (memset_z196): Rename to __memset_z196.
1481         Jump to __memset_mvcle instead of memset_mvcle.
1482         (memset_z10): Rename to __memset_z10.
1483         Jump to __memset_mvcle instead of memset_mvcle.
1484         (memset_mvcle) Rename to __memset_mvcle.
1485         (memset): Set alias to __memset_g5.
1486         * sysdeps/s390/s390-64/memcmp.S
1487         (memcmp_z900): Rename to __memcmp_z900.
1488         * sysdeps/s390/s390-64/memcpy.S
1489         (memcpy_z900): Rename to __memcpy_z900.
1490         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1491         (memcpy_mvcle) Rename to __memcpy_mvcle.
1492         * sysdeps/s390/s390-64/memset.S
1493         (memset_z900): Rename to __memset_z900.
1494         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
1495         (IFUNC_RESOLVE): Prefix ifunc-resolve function
1496         and use prefixed functions.
1497         * sysdeps/s390/s390-64/multiarch/memcmp.S
1498         (memcmp_z196): Rename to __memcmp_z196.
1499         (memcmp_z10): Rename to __memcmp_z10.
1500         (memcmp): Set alias to __memcmp_z900.
1501         (bcmp): Set alias to __memcmp_z900.
1502         * sysdeps/s390/s390-64/multiarch/memcpy.S
1503         (memcpy_z196): Rename to __memcpy_z196.
1504         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1505         (memcpy_z10): Rename to __memcpy_z10.
1506         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1507         (memcpy): Set alias to __memcpy_z900.
1508         * sysdeps/s390/s390-64/multiarch/memset.S
1509         (memset_z196): Rename to __memset_z196.
1510         Jump to __memset_mvcle instead of memset_mvcle.
1511         (memset_z10): Rename to __memset_z10.
1512         Jump to __memset_mvcle instead of memset_mvcle.
1513         (memset_mvcle) Rename to __memset_mvcle.
1514         (memset): Set alias to __memset_z900.
1516 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
1518         [BZ #17748]
1519         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
1520         __fesetenv instead of fesetenv.
1522 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
1524         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
1525         macro.
1527 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1529         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
1530         regression on LE.
1532         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
1533         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
1534         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1535         strncmp-power8 object.
1536         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1537         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
1538         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
1539         * NEWS: Update.
1541 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1542             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1544         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
1545         trailing byte check.
1547 2015-01-13  David S. Miller  <davem@davemloft.net>
1549         * include/signal.h (__sigreturn): Guard with __USE_MISC.
1551 2015-01-13  Roland McGrath  <roland@hack.frob.com>
1553         * login/logout.c (logout): Use memset rather than bzero.
1554         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
1555         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
1556         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
1557         (_gethtbyaddr): Likewise.
1558         * locale/programs/simple-hash.c (bcopy): Macro removed.
1560 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1562         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1563         Add strcmp-power8 object.
1564         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1565         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
1566         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
1567         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
1568         __strcmp_power8 implementation.
1569         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
1570         * NEWS: Update.
1572         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1573         Add strncpy-power8 and stpncpy-power8 objects.
1574         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1575         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
1576         implementations.
1577         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
1578         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
1579         __stpncpy_power8 implementation.
1580         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
1581         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
1582         __strncpy_power8 implementation.
1583         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
1584         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
1585         * NEWS: Update.
1587         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
1588         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
1589         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
1591         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1592         strncat-power8 object.
1593         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
1594         __strcat_power8 implementation.
1595         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1596         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
1597         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
1598         optimized strcat for power8.
1600         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1601         strcpy-power8 and stpcpy-power8 objects.
1602         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1603         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
1604         implementations.
1605         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
1606         multiarch stpcpy implementation for POWER8.
1607         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
1608         multiarch strcpy implementation for POWER8.
1609         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
1610         __strcpy_power8 function.
1611         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
1612         stpcpy for POWER8.
1613         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
1614         strcpy for POWER8.
1615         * NEWS: Update.
1617 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
1619         [BZ #16009]
1620         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
1621         weights and rules. Use do_xfrm_cached if data fits in cache,
1622         do_xfrm otherwise.  Moved former main loop to...
1623         * (do_xfrm_cached): New function.
1624         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
1625         find_idx, find_position and stack_push.
1626         * (find_idx): New function.
1627         * (find_position): Likewise.
1628         * localedata/sort-test.sh: Added test run for do_xfrm.
1629         * localedata/xfrm-test.c (main): Added command line option
1630         -nocache to run the test with strings that are too large for
1631         the STRXFRM cache.
1633 2015-01-13  Torvald Riegel  <triegel@redhat.com>
1635         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
1636         variable to lll_futex_wake call, not the value itself.
1638 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
1640         [BZ #17803]
1641         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
1642         twom64.  Adjust value to 0x1p-64L.
1643         (__scalblnl): Only return standard underflowing result for K <=
1644         -64 not K <= -63; adjust exponent for underflowing result by 64
1645         not 63.
1646         * math/libm-test.inc (scalbn_test_data): Add more tests.
1647         (scalbln_test_data): Likewise.
1649         [BZ #17834]
1650         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
1651         0x1p63L.
1652         (__scalblnl): Get new exponent of adjusted subnormal value from ES
1653         not HX.
1654         * math/libm-test.inc (scalbn_test_data): Add more tests.
1655         (scalbln_test_data): Likewise.
1657 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1658             Stefani Seibold  <stefani@seibold.net>
1660         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
1661         (sysdep_routines): Add dl-vdso here, ...
1662         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
1663         (sysdep_routines): ... not here.
1664         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
1665         fallback when vDSO is not presented.
1666         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
1667         Define with libc_hidden_proto/libc_hidden_data_def definitions.
1668         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
1669         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
1670         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
1671         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
1672         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
1673         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
1674         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
1675         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
1676         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
1677         fallback configurable symbol when vDSO is not available.
1678         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
1679         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
1680         be able to redefine fallback symbol when vDSO is not available.
1681         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
1682         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
1684 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1686         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
1687         (TLS_INIT_TP): Add tm_capable initialization.
1688         (TLS_DEFINE_INIT_TP): Likewise.
1689         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
1690         TCB.
1691         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
1692         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
1693         calculation.
1694         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
1695         transactoion is lock elision is built and TCB tm_capable is set.
1696         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
1697         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
1698         (INTERNAL_SYSCALL_NCS): Likewise.
1699         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
1700         (INTERNAL_SYSCALL_NCS): Likewise.
1701         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
1703         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
1704         for powerpc.
1705         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
1706         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
1707         and remove it for 32 bits case.
1708         [pthread_rwlock_t] (__rwelision): New field for lock elision.
1709         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
1710         initialization.
1711         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
1712         Disable lock elision with rdlocks if elision is not available.
1714         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
1715         (sysdep_routines): Add lock elision objects.
1716         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
1717         [pthread_mutex_t] (__spins): Rework to add lock elision field.
1718         [pthread_mutex_t] (__elision): Add field.
1719         [__PTHREAD_SPINS]: Adjust to init lock elision field.
1720         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
1721         elision definitions for powerpc.
1722         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
1723         implementation of lock elision for powerpc.
1724         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
1725         implementation of timed lock elision for powerpc.
1726         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
1727         implementation of trylock with lock elision for powerpc.
1728         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
1729         implementaion of unlock for lock elision for powerpc.
1730         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
1731         automatic enable lock elision for mutexes.
1732         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
1733         transaction execution definitions for powerpc.
1734         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
1735         definitions.
1736         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
1737         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
1738         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
1739         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
1740         * NEWS: Update.
1742 2015-01-09  Roland McGrath  <roland@hack.frob.com>
1744         * sysdeps/posix/shm-directory.c: Use <> rather than ""
1745         for #include of <shm-directory.h>.
1747 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
1749         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
1750         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
1752 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
1754         [BZ #17791]
1755         * NEWS: Mention bug fix.
1756         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
1757         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
1758         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
1760 2015-01-09  Torvald Riegel <triegel@redhat.com>
1762         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
1764 2015-01-09  Torvald Riegel <triegel@redhat.com>
1766         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
1768 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
1770         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
1771         pointer and cast to uintptr_t.
1773 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
1775         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
1776         removed.
1777         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
1779 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
1781         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
1782         of 0.
1784 2015-01-08  Roland McGrath  <roland@hack.frob.com>
1786         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
1787         <nptl/pthreadP.h> instead.
1788         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
1790         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
1791         already defined.
1792         [__SIGRTMIN] (init): Function removed.
1793         [__SIGRTMIN] (initialized): Variable removed.
1794         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
1795         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
1796         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
1797         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
1798         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
1799         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
1800         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
1801         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
1802         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
1803         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
1804         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
1805         * sysdeps/nptl/allocrtsig.c: New file.
1806         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
1807         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
1808         * sysdeps/generic/testrtsig.h: File removed.
1810         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
1811         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
1813         * nptl/nptl-init.c (pthread_functions): Conditionalize
1814         .ptr__nptl_setxid initialization on [SIGSETXID].
1816         * sysdeps/nptl/sys/procfs.h: New file.
1817         * nptl_db/Makefile (headers): Add it.
1818         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
1820         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
1821         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
1822         * nptl/pthread_attr_setaffinity.c: Include it.
1823         * nptl/pthread_setattr_default_np.c: Likewise.
1824         * nptl/check-cpuset.h: New file.
1826 2015-01-08  Richard Henderson  <rth@redhat.com>
1828         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
1829         (CFLAGS-tst-execstack-prog.c): Likewise.
1830         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
1832 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
1833             Sandra Loosemore  <sandra@codesourcery.com>
1834             Andrew Jenner  <andrew@codesourcery.com>
1835             Joseph Myers  <joseph@codesourcery.com>
1836             Nathan Sidwell  <nathan@codesourcery.com>
1838         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
1839         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
1840         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
1841         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
1842         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
1843         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
1844         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
1845         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
1846         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
1847         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
1848         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
1849         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
1850         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
1851         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
1852         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
1853         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
1854         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
1856 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1858         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
1859         timespec struct member in syscall macro.
1860         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
1861         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
1862         first timeval struct member in syscall macro.
1863         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
1865 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
1867         [BZ #17748]
1868         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
1869         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
1870         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
1871         __feupdateenv and define as weak alias of __feupdateenv.  Use
1872         libm_hidden_weak.
1873         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
1874         libm_hidden_def.
1875         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
1876         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
1877         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
1878         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
1879         libm_hidden_def.
1880         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
1881         __feupdateenv and define as weak alias of __feupdateenv.  Use
1882         libm_hidden_weak.
1883         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
1884         libm_hidden_def.
1885         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
1886         __feupdateenv and define as weak alias of __feupdateenv.  Use
1887         libm_hidden_weak.
1888         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
1889         libm_hidden_def.
1890         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
1891         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
1892         (__feupdateenv): Likewise.
1893         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
1894         __feupdateenv and define as weak alias of __feupdateenv.  Use
1895         libm_hidden_weak.
1896         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1897         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
1898         libm_hidden_def.
1899         * sysdeps/tile/math_private.h (__feupdateenv): New inline
1900         function.
1901         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
1902         libm_hidden_def.
1903         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
1904         __feupdateenv instead of feupdateenv.
1905         (default_libc_feupdateenv_test): Likewise.
1906         (libc_feresetround_ctx): Likewise.
1908 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1910         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
1911         prototype.
1913 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
1915         * posix/regcomp.c (parse_bracket_exp): Initialize type to
1916         COLL_SYM in a couple of places to avoid uninitialized variable
1917         wanings on tilegx gcc 4.8.2.
1919 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
1921         * sysdeps/aarch64/strcpy.S: New file.
1922         * sysdeps/aarch64/stpcpy.S: New file.
1923         * NEWS: Updated.
1925 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
1927         * sysdeps/aarch64/strrchr.S: New file.
1928         * NEWS: Updated.
1930 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
1932         [BZ #17658]
1933         * stdlib/setenv.c: Fix memory leak when setting large,
1934         duplicate string.
1936 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
1938         [BZ #17273]
1939         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
1940         and tabs from buffer before parsing fstab entry.
1941         * misc/tst-mntent.c (main): Add test for mount entry with
1942         trailing spaces and tabs.
1944 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
1946         [BZ #17748]
1947         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
1948         * math/fesetround.c (fesetround): Rename to __fesetround and
1949         define as weak alias of __fesetround.  Use libm_hidden_weak.
1950         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
1951         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
1952         * sysdeps/arm/fesetround.c (fesetround): Likewise.
1953         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
1954         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
1955         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
1956         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
1957         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
1958         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
1959         __fesetround_inline.
1960         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
1961         __fesetround_inline instead of __fesetround.
1962         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
1963         __fesetround and define as weak alias of __fesetround.  Use
1964         libm_hidden_weak.  Call __fesetround_inline instead of
1965         __fesetround.
1966         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
1967         __fesetround and define as weak alias of __fesetround.  Use
1968         libm_hidden_weak.
1969         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
1970         Likewise.
1971         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
1972         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
1973         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
1974         * sysdeps/tile/math_private.h (__fesetround): New inline function.
1975         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
1976         __fesetround and define as weak alias of __fesetround.  Use
1977         libm_hidden_weak.
1978         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
1979         __fesetround instead of fesetround.
1980         (default_libc_feholdexcept_setround): Likewise.
1981         (libc_feholdsetround_ctx): Likewise.
1982         (libc_feholdsetround_noex_ctx): Likewise.
1984         [BZ #17748]
1985         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
1986         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
1987         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
1988         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
1989         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1990         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
1991         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1992         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
1993         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1994         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1995         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1996         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1997         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1998         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1999         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
2000         libm_hidden_def.
2001         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
2002         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
2003         Likewise.
2004         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2005         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2006         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
2007         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2008         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
2009         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
2010         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
2011         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
2012         __fesetenv instead of fesetenv.
2013         (libc_feresetround_noex_ctx): Likewise.
2014         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
2015         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
2016         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
2017         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
2018         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
2019         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
2020         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
2021         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
2022         (__feupdateenv): Likewise.
2023         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
2024         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2025         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
2026         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
2028 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
2030         [BZ #17806]
2031         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
2032         addresses have been freed.
2034 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
2036         * resolv/res_init.c (__res_vinit): Improve comments about nserv
2037         and nservall.
2039 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
2041         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
2042         Clean up check_pf allocation pattern. addresses
2044 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2046         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
2047         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
2048         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
2049         * nptl/pthread_exit.c (__pthread_exit): Likewise.
2050         * nptl/pthread_join.c (pthread_join): Likewise.
2051         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
2052         * sysdeps/posix/waitid.c (__waitid): Likewise.
2053         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
2054         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
2055         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
2056         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
2057         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
2058         Likewise.
2059         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
2060         (__libc_pread64): Likewise.
2061         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
2062         (__libc_pwrite): Likewise.
2063         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
2064         (__libc_pwrite64): Likewsie.
2065         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
2066         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
2067         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
2068         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
2069         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
2070         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
2071         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
2072         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
2073         Likewise.
2074         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
2075         (__libc_pread64): Likewise.
2076         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
2077         Likewise.
2078         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
2079         (__libc_pwrite64): Likewise.
2080         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
2081         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
2082         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
2083         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
2084         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
2085         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
2086         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
2087         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
2088         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
2089         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
2090         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
2091         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
2092         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
2093         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
2094         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
2095         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
2096         Likewise.
2098 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2100         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
2101         (CFLAGS-test-double.c): Likewise.
2102         (CFLAGS-test-ldouble.c): Likewise.
2103         (CPPFLAGS-test-ifloat.c): Likewise.
2104         (CPPFLAGS-test-idouble.c): Likewise.
2105         (CPPFLAGS-test-ildoubl.c): Likewise.
2106         (CFLAGS-test-test-fenv.c): Remove variable.
2107         (CFLAGS-test-misc.c): Likewise.
2109 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
2111         [BZ #17797]
2112         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
2113         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
2114         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
2115         CLOCKS_PER_SEC == 1000000.
2116         * time/clocktest.c (main): Replace %ld with %jd and cast to
2117         intmax_t.
2119 2015-01-05  Roland McGrath  <roland@hack.frob.com>
2121         * sysdeps/generic/unwind-resume.h: New file.
2122         * sysdeps/gnu/unwind-resume.c: Include it.
2123         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
2124         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
2125         argument list.
2126         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
2127         global rather than static.
2128         (_Unwind_Resume): Update user.
2129         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
2130         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
2131         rather than static.  Add __attribute__ ((cold)).
2132         (_Unwind_Resume, __gcc_personality_v0): Update callers.
2133         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
2134         * sysdeps/arm/arm-unwind-resume.S: New file.
2135         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
2136         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
2137         * sysdeps/arm/Makefile [$(subdir) = csu]
2138         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
2139         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
2140         Add rt-arm-unwind-resume.
2141         [$(subdir) = nptl]
2142         (libpthread-sysdep_routines, libpthread-shared-only-routines):
2143         Add pt-arm-unwind-resume.
2144         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
2145         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
2147 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
2149         [BZ #17748]
2150         * include/fenv.h (__feholdexcept): Declare.  Use
2151         libm_hidden_proto.
2152         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
2153         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
2154         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2155         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
2156         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
2157         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
2158         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
2159         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2160         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
2161         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
2162         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
2163         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
2164         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
2165         (feholdexcept): Likewise.
2166         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
2167         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
2168         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
2169         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2170         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
2171         __feholdexcept instead of feholdexcept.
2172         (default_libc_feholdexcept_setround): Likewise.
2174 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
2176         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
2177         to avoid using stl/str to align destination.
2179 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
2181         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
2183 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
2185         [BZ #17796]
2186         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
2187         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
2188         Define as weak alias not strong alias.
2190 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
2192         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
2193         bltzal with addiupc.
2194         (RTLD_START): Ditto.
2196 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
2198         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
2199         for __vdso_* functions in declarations.
2200         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
2201         definitions.
2202         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
2203         INTERNAL_VSYSCALL): Use struct return types to check for error.
2205         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
2206         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
2207         function with cast from llround().
2208         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
2209         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
2210         Define.
2212 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
2214         [BZ #17793]
2215         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
2216         Define as weak alias not strong alias.
2218         [BZ #17635]
2219         * ctype/ctype-c99.c: New file.  isblank implementation moved from
2220         ...
2221         * ctype/ctype-extn.c: ... here.
2222         (__isblank_l): Move to ...
2223         * ctype/ctype-c99_l.c: ... here.  New file.
2224         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
2225         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
2226         Remove variable.
2227         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2228         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2229         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2230         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2231         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2233         [BZ #17777]
2234         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
2235         (posix_fadvise64): Define as weak alias not strong alias.
2236         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
2237         (posix_fallocate64): Likewise.
2238         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
2239         Remove variable.
2240         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2241         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2242         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2243         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2244         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2246 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
2248         [BZ #16191]
2249         * NEWS: Mention bug fix.
2250         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
2251         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
2252         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
2253         (HOST_STACK_END_ADDR): Likewise.
2255 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
2257         [BZ #17748]
2258         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
2259         * math/fegetround.c (fegetround): Rename to __fegetround and
2260         define as weak alias of __fegetround.  Use libm_hidden_weak.
2261         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
2262         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
2263         * sysdeps/arm/fegetround.c (fegetround): Likewise.
2264         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
2265         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
2266         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
2267         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
2268         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
2269         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
2270         Undefine after rather than before function definition; use
2271         parentheses around function name in definition.
2272         (__fegetround): Also undefine macro after function definition.
2273         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
2274         __fegetround and define as weak alias of __fegetround.  Use
2275         libm_hidden_weak.  Do not undefine as macro.
2276         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
2277         Likewise.
2278         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
2279         __fegetround and define as weak alias of __fegetround.  Use
2280         libm_hidden_weak.
2281         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
2282         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
2283         * sysdeps/tile/math_private.h (__fegetround): New inline function.
2284         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
2285         __fegetround and define as weak alias of __fegetround.  Use
2286         libm_hidden_weak.
2287         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
2288         __fegetround instead of fegetround.
2290         [BZ #17782]
2291         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
2292         Condition macro definition on [__USE_MISC].
2294         [BZ #17781]
2295         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
2296         (struct sigaction): Change type of sa_flags field to int.
2298         [BZ #17780]
2299         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
2300         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
2301         __glibc_reserved0.
2303         * nptl/version.c (banner): Use single year in copyright notice.
2305         * NEWS: Update copyright dates.
2306         * catgets/gencat.c (print_version): Likewise.
2307         * csu/version.c (banner): Likewise.
2308         * debug/catchsegv.sh: Likewise.
2309         * debug/pcprofiledump.c (print_version): Likewise.
2310         * debug/xtrace.sh (do_version): Likewise.
2311         * elf/ldconfig.c (print_version): Likewise.
2312         * elf/ldd.bash.in: Likewise.
2313         * elf/pldd.c (print_version): Likewise.
2314         * elf/sotruss.sh: Likewise.
2315         * elf/sprof.c (print_version): Likewise.
2316         * iconv/iconv_prog.c (print_version): Likewise.
2317         * iconv/iconvconfig.c (print_version): Likewise.
2318         * locale/programs/locale.c (print_version): Likewise.
2319         * locale/programs/localedef.c (print_version): Likewise.
2320         * login/programs/pt_chown.c (print_version): Likewise.
2321         * malloc/memusage.sh (do_version): Likewise.
2322         * malloc/memusagestat.c (print_version): Likewise.
2323         * malloc/mtrace.pl: Likewise.
2324         * manual/libc.texinfo: Likewise.
2325         * nptl/version.c (banner): Likewise.
2326         * nscd/nscd.c (print_version): Likewise.
2327         * nss/getent.c (print_version): Likewise.
2328         * nss/makedb.c (print_version): Likewise.
2329         * posix/getconf.c (main): Likewise.
2330         * scripts/test-installation.pl: Likewise.
2331         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
2333 2015-01-02  Will Newton  <will.newton@linaro.org>
2335         * sysdeps/arm/armv7/configure: Removed.
2336         * sysdeps/arm/armv7/configure.ac: Likewise.
2338 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
2340         * All files with FSF copyright notices: Update copyright dates
2341         using scripts/update-copyrights.
2342         * intl/plural.c: Regenerated.
2343         * locale/programs/charmap-kw.h: Likewise.
2344         * locale/programs/locfile-kw.h: Likewise.
2346 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2348         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
2350 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
2352         [BZ #17748]
2353         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
2354         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
2355         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
2356         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
2357         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2358         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
2359         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2360         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
2361         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2362         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2363         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2364         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2365         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2366         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2367         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
2368         libm_hidden_def.
2369         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
2370         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
2371         Likewise.
2372         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2373         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2374         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
2375         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2376         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
2377         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
2378         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
2379         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
2380         __fegetenv instead of fegetenv.
2381         (libc_feholdsetround_noex_ctx): Likewise.
2383 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2385         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
2386         (Elf_MIPS_ABIFlags_v0): New structure.
2387         (EF_MIPS_FP64): Define.
2388         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
2389         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
2390         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
2391         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
2392         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
2393         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
2394         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
2395         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
2396         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
2397         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
2398         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
2399         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
2400         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
2401         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
2402         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
2403         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
2404         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
2405         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
2406         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
2407         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
2408         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
2409         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
2410         field.
2411         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
2412         EF_MIPS_FP64.
2413         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
2414         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
2415         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
2416         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
2417         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
2418         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
2419         * sysdeps/mips/tst-abi-interlink.c: Likewise.
2420         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
2421         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
2422         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
2423         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
2424         record the current FP ABI extension.
2425         (mips-mode-switch): Define to show if kernel headers support mode
2426         switching.
2427         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
2428         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
2429         supported SYSV ABI version to 3.
2430         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
2431         feature.
2433 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2434             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2436         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
2437         path.
2438         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
2440 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
2442         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
2443         __fegetround and redefine to call __fegetround.  Remove condition
2444         on [!__NO_MATH_INLINES].
2445         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
2446         function.
2447         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
2448         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
2449         Remove macro.
2450         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
2451         instead of <fenv_libc.h>.
2452         (__llrintl): Call fegetround instead of __fegetround.
2453         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
2454         instead of <fenv_libc.h>.
2455         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
2456         (__lrintl): Call fegetround instead of __fegetround.
2457         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
2458         instead of <fenv_libc.h>.
2459         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
2460         (__rintl): Call fegetround instead of __fegetround.
2462 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
2464         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
2465         arrays.
2467 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
2469         [BZ #17775]
2470         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
2471         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
2472         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
2474 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
2476         * sysdeps/i386/tls-macros.h: Include <features.h>.
2477         (TLS_LE): Use non-PIC version for GCC >= 5.0.
2478         (TLS_IE): Likewise.
2479         (TLS_LD): Likewise.
2480         (TLS_GD): Likewise.
2481         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
2482         define for GCC >= 5.0.
2484 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
2486         * math/test-fenv.c (test_single_exception, set_single_exc,
2487         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
2488         feexcp_mask_test, feenable_test, fe_single_test): Add
2489         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
2490         case where they are not used.
2491         * math/libm-test.inc: Likewise.
2492         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
2493         unused in the absence of FP rounding/exception support.
2494         * stdio-common/tst-printf-round.c: Likewise.
2495         * stdlib/tst-strtod-round.c: Likewise.
2496         * stdlib/tst-strtod-underflow.c: Likewise.
2498 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
2500         [BZ #17723]
2501         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
2502         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
2503         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2504         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2505         libm_hidden_weak.
2506         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
2507         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
2508         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
2509         libm_hidden_def.
2510         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2511         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2512         libm_hidden_weak.
2513         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
2514         Likewise.
2515         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
2516         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2517         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2518         libm_hidden_weak.
2519         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
2520         libm_hidden_def.
2521         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
2522         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
2523         (__feraiseexcept): Likewise.
2524         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2525         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2526         libm_hidden_weak.
2527         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
2528         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
2529         libm_hidden_def.
2530         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
2531         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
2532         Use libm_hidden_def.
2533         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
2534         libm_hidden_def.
2535         (feraiseexcept): Define as weak not strong alias.  Use
2536         libm_hidden_weak.
2537         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
2538         New inline function.  Factored out of ...
2539         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
2540         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
2541         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
2542         feraiseexcept.
2543         * math/w_acos.c (__acos): Likewise.
2544         * math/w_asin.c (__asin): Likewise.
2545         * math/w_ilogb.c (__ilogb): Likewise.
2546         * math/w_j0.c (y0): Likewise.
2547         * math/w_j1.c (y1): Likewise.
2548         * math/w_jn.c (yn): Likewise.
2549         * math/w_log.c (__log): Likewise.
2550         * math/w_log10.c (__log10): Likewise.
2551         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
2552         * sysdeps/aarch64/fpu/math_private.h
2553         (libc_feupdateenv_test_aarch64): Likewise.
2554         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
2555         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
2556         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
2557         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
2558         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
2559         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
2560         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
2561         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
2562         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2563         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
2565 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
2567         [BZ #17732]
2568         * io/test-utime.c (main): Replace %ld with %jd and cast to
2569         intmax_t.
2570         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
2571         * nptl/tst-mutex5.c: Include <stdint.h>.
2572         (do_test): Replace %ld with %jd and cast to intmax_t.
2573         * posix/tst-regex.c (run_test): Likewise.
2574         (run_test_backwards): Likewise.
2575         * rt/tst-clock.c: Include <stdint.h>.
2576         (clock_test): Replace %ld with %jd and cast to intmax_t.
2577         * rt/tst-cpuclock1.c: Include <stdint.h>.
2578         (do_test): Replace %lu with %ju and cast to uintmax_t.
2579         * rt/tst-cpuclock2.c: Include <stdint.h>.
2580         (do_test): Replace %lu with %ju and cast to uintmax_t.
2581         * rt/tst-mqueue1.c: Include <stdint.h>.
2582         (check_attrs): Replace %ld with %jd and cast to intmax_t.
2583         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
2584         intmax_t.
2585         * rt/tst-mqueue4.c (do_test): Likewise.
2586         * rt/tst-timer4.c: Include <stdint.h>.
2587         (check_ts): Replace %ld with %jd and cast to intmax_t.
2588         (do_test): Likewise.
2589         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
2590         and cast to intmax_t.
2591         * sysdeps/pthread/tst-timer.c (main): Likewise.
2592         * time/clocktest.c (main): Likewise.
2593         * time/tst-posixtz.c (do_test): Likewise.
2594         * timezone/tst-timezone.c (main): Likewise.
2596 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
2597             H.J. Lu  <hongjiu.lu@intel.com>
2599         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
2600         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
2601         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
2602         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
2603         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
2604         version if bit_Fast_Unaligned_Load is set.
2605         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
2606         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
2607         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
2608         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
2609         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
2610         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
2611         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
2612         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
2613         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
2614         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
2615         to 4.
2616         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
2617         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
2618         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
2619         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
2621 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
2623         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
2624         instead of #if to avoid a Wundef warning.
2625         * stdlib/tst-limits.c (do_test): Likewise.
2627         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
2628         parallel other exception macros.
2629         (fegetenv): Convert from macro to extern inline so that it applies
2630         retroactively to inline functions already seen by the compiler.
2631         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
2633         * posix/Makefile (before-compile): Use $(objpfx) for
2634         posix-conf-vars-def.h.
2636 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
2638         * posix/getconf.c (main): Use size_t for type of I.
2639         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
2640         NSPEC.
2642         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
2643         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
2644         * posix/posix-envs.def: Likewise.
2645         * sysdeps/posix/sysconf.c: Likewise.
2646         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
2647         (specs): Remove array.
2648         * scripts/gen-posix-conf-vars.awk: Support generation of specs
2649         array.
2651         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
2652         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
2653         (__sysconf): Use CONF_IS_* macros.
2655         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
2656         ($(objpfx)posix-conf-vars-def.h): New target.
2657         * posix/posix-conf-vars.list: New file.
2658         * posix/posix-conf-vars.h: New file.
2659         * posix/confstr.c: Include posix-conf-vars.h.
2660         (confstr): Use CONF_IS_* macros.
2661         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
2662         CONF_IS_* macros.
2663         * scripts/gen-posix-conf-vars.awk: New file.
2665 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
2667         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
2668         fegetround): Add no-op macros to avoid linknamespace issues.
2670         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
2671         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
2673         * sysdeps/unix/sysv/linux/tile/sysdep.h
2674         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
2675         assembly-specific section to avoid a redefinition warning.
2677         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
2678         long before casting to pointer to avoid a cast warning.
2680 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
2682         * sysdeps/tile/tilegx/Implies: New file.
2684 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
2686         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
2688 2014-12-23  Florian Weimer  <fweimer@redhat.com>
2690         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
2692 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
2694         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
2695         not define.
2696         * sysdeps/unix/sysv/linux/utimes.c: Do not include
2697         <kernel-features.h>.
2698         (__utimes) [__NR_utimes]: Make code unconditional.
2699         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
2700         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
2701         (__ASSUME_UTIMES): Do not undefine.
2702         * sysdeps/unix/sysv/linux/tile/kernel-features.h
2703         (__ASSUME_UTIMES): Likewise.
2704         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
2705         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
2706         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
2707         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
2709 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
2711         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
2713 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
2715         [BZ #17747]
2716         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
2717         alias to weak alias for j0l, y0l.
2718         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
2719         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
2721         [BZ #17746]
2722         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
2723         conversion.
2725 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
2727         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
2728         to zero if not already defined.
2730 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
2732         [BZ #17724]
2733         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
2734         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
2735         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
2736         (char *) casts added.
2737         * sysdeps/ieee754/k_standardf.c: New file.
2738         * sysdeps/ieee754/k_standardl.c: Likewise.
2739         * math/Makefile (libm-support): Remove k_standard.
2740         (libm-calls): Add k_standard.
2742 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2744         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
2745         Optimize to avoid an unnecessary FPCR read.
2747 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2749         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
2750         Optimize to reduce FPCR/FPSR accesses.
2752 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2754         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
2755         Call libc_fetestexcept_aarch64.
2757 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2759         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
2760         Call libc_fesetround_aarch64.
2762 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
2764         [BZ #17733]
2765         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
2766         (__bind): Do not define as weak alias.
2767         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
2768         define.
2769         (__getsockname): Do not define as weak alias.
2771 2014-12-22  Will Newton  <will.newton@linaro.org>
2773         * manual/install.texi: Document that we require bison 2.7
2774         or above.
2775         * INSTALL: Regenerate.
2776         * configure.ac: Use AC_CHECK_PROG_VER instead of
2777         AC_PATH_PROG when checking for bison and check for
2778         version 2.7 or above.
2779         * configure: Regenerate.
2781 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
2783         [BZ #17745]
2784         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
2785         * sysdeps/tile/ffsll.c (ffsll): To here.
2787         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
2789 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
2791         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
2792         if not defined.
2793         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
2794         definition.
2795         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
2796         hidden ___tls_get_addr.
2797         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
2798         hidden __tls_get_addr.
2799         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
2800         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
2801         Likewise.
2803 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
2805         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
2806         _dl_init call.
2808 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
2810         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
2811         from "call _dl_init@PLT".
2812         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
2814 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
2816         * manual/search.texi: (Array Sort Function): Clarify stable sorting
2817         guarantees.
2819 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
2821         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
2823 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
2825         [BZ #17744]
2826         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
2827         strnlen.
2829 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
2831         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
2832         of multu on MIPSr6.
2833         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
2834         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
2835         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
2836         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
2837         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
2839 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
2841         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
2842         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
2843         (PTR_SUBU): Use subu for mips32r6/mips64r6.
2844         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
2845         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
2846         mips32r6/mips64r6.
2847         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
2849 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
2851         * string/strncat.c (STRNCAT): Simplify implementation.
2853 2014-12-19  David S. Miller  <davem@davemloft.net>
2855         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
2856         access the quad as both a long double and as a series of 4 words.
2858         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
2859         link_map->l_info array access.
2861 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
2863         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
2865         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
2866         * math/atest-exp2.c (TIMEOUT): Likewise.
2867         * math/atest-sincos.c (TIMEOUT): Likewise.
2869 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2871         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
2872         -Wno-error with -fno-builtin-lround.
2874 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2876         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
2877         Contains futex constants and functions moved over from ...
2878         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
2879         <lowlevellock-futex.h>.
2880         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
2881         (lll_timedwait_tid): Add comments and parentheses around macro
2882         arguments.
2884 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2886         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
2887         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
2888         (__lll_private_flag): Remove.
2889         (lll_futex_wait): Likewise.
2890         (lll_futex_timed_wait): Likewise.
2891         (lll_futex_wake): Likewise.
2892         (lll_futex_requeue): Likewise.
2893         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
2894         (__lll_timedwait_tid): Spell out argument names.
2895         (lll_timedwait_tid): Add comments and parentheses around macro
2896         arguments.
2897         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
2898         LLL_SHARED and LLL_PRIVATE usable from assembly code.
2900 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2902         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
2903         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
2904         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
2905         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
2906         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
2907         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
2908         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
2909         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
2910         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
2911         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
2912         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
2913         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
2914         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
2915         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
2916         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
2917         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
2918         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
2919         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
2920         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
2922 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2924         * sysdeps/x86_64/x32/Makefile: New file.
2926 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2928         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
2929         1L with (mp_limb_t) 1.
2931 2014-12-17  Roland McGrath  <roland@hack.frob.com>
2933         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
2934         * nptl/libc_pthread_init.c: ... here.
2935         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
2936         * nptl/register-atfork.c: ... here.
2938         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
2939         Use pthread_sigmask rather than INTERNAL_SYSCALL.
2940         Use assert_perror to check its return value.
2941         (__gai_create_helper_thread): Likewise.
2943         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
2945         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
2947 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
2949         [BZ #17725]
2950         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
2951         __profil_counter.
2952         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
2953         Likewise.
2954         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
2955         Likewise.
2956         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
2957         Likewise.
2958         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
2959         (profil_counter): Likewise.
2960         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
2961         (profil_counter): Likewise.
2962         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
2963         Likewise.
2964         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
2965         Likewise.
2966         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
2967         (profil_counter): Likewise.
2968         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
2969         Likewise.
2970         [!__profil_counter] (profil_counter): Define as weak alias of
2971         __profil_counter.
2972         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
2973         (profil_counter): Rename to __profil_counter.
2974         [!__profil_counter] (profil_counter): Define as weak alias of
2975         __profil_counter.
2976         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
2977         (profil_counter): Rename to __profil_counter.
2978         [!__profil_counter] (profil_counter): Define as weak alias of
2979         __profil_counter.
2980         * sysdeps/posix/profil.c: Update comment referring to
2981         profil_counter.
2982         (__profil): Use __profil_counter instead of profil_counter.
2983         * sysdeps/posix/sprofil.c (profil_counter): Rename to
2984         __profil_counter.  Use __profil_counter_ushort and
2985         __profil_counter_uint in definitions.
2986         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
2987         instead of profil_counter_uint and profil_counter_ushort.
2989         [BZ #17722]
2990         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
2991         define as weak alias of __inet_makeaddr.
2992         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
2993         as weak alias of __inet_addr.
2994         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
2995         as weak alias of __inet_pton.  Use libc_hidden_weak.
2996         * include/arpa/inet.h (__inet_pton): Declare.  Use
2997         libc_hidden_proto.
2998         (inet_makeaddr): Don't use libc_hidden_proto.
2999         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
3000         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
3001         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
3002         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
3003         Remove variable.
3004         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
3005         (test-xfail-POSIX/time.h/linknamespace): Likewise.
3007 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
3009         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
3011 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
3013         * stdio-common/bug-vfprintf-nargs.c (do_test):
3014         Cast value to intptr_t to avoid format warning
3015         for usage with PRIdPTR printing macro.
3017 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
3019         * libio/tst-widetext.c (do_test):
3020         Use format type %td instead of %Zd for ptrdiff_t
3021         in order to avoid format warning.
3023 2014-12-17  Andreas Schwab  <schwab@suse.de>
3025         * nscd/mem.c (gc): Add size_t cast to match printf format.
3027 2014-12-16  Roland McGrath  <roland@hack.frob.com>
3029         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
3030         (init): Apply PTR_MANGLE to pointers before storing them.
3031         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
3032         before using them.
3034 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
3036         [BZ #17719]
3037         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
3038         define as weak alias of __memrchr.
3039         (__memrchr): Do not define as strong alias of memrchr.
3040         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
3041         Remove variable.
3042         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
3043         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
3044         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
3046         [BZ #17717]
3047         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
3048         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
3049         (if_indextoname): Rename to __if_indextoname and define as weak
3050         alias of __if_indextoname.  Use libc_hidden_weak.
3051         (if_freenameindex): Rename to __if_freenameindex and define as
3052         weak alias of __if_freenameindex.
3053         (if_nameindex): Rename to __if_nameindex and define as weak alias
3054         of __if_nameindex.
3055         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
3056         __if_nametoindex and define as weak alias of __if_nametoindex.
3057         Use libc_hidden_weak.
3058         (if_freenameindex): Rename to __if_freenameindex and define as
3059         weak alias of __if_freenameindex.
3060         (if_nameindex): Rename to __if_nameindex and define as weak alias
3061         of __if_nameindex.
3062         (if_indextoname): Rename to __if_indextoname and define as weak
3063         alias of __if_indextoname.  Use libc_hidden_weak.
3064         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
3065         __if_nametoindex and define as weak alias of __if_nametoindex.
3066         Use libc_hidden_weak.
3067         (if_freenameindex): Rename to __if_freenameindex and define as
3068         weak alias of __if_freenameindex.  Use libc_hidden_weak.
3069         (if_nameindex_netlink): Use __if_freenameindex instead of
3070         if_freenameindex.
3071         (if_nameindex): Rename to __if_nameindex and define as weak alias
3072         of __if_nameindex.  Use libc_hidden_weak.
3073         (if_indextoname): Rename to __if_indextoname and define as weak
3074         alias of __if_indextoname.  Use libc_hidden_weak.
3075         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
3076         libc_hidden_proto.
3077         [!_ISOMAC] (__if_freenameindex): Likewise.
3078         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
3079         if_nametoindex.
3080         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
3081         variable.
3082         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
3083         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
3084         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
3085         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
3086         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
3087         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
3088         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
3090         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
3091         Remove variable.
3092         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
3093         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
3095 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3097         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
3098         subscript above bounds'
3100         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
3101         bounds.
3103 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
3105         * libio/tst-fopenloc.c: Use test-skeleton.c.
3107         * stdlib/tst-bsearch.c: Use test-skeleton.c.
3108         (entry): Rename to ITEM.
3109         (do_test, comp): Adjust.
3111         * stdio-common/tst-fseek.c: Use test-skeleton.c.
3113 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3115         * string/tester.c: Include <libc-internal.h>.
3116         (test_memset): Ignore -Wmemset-transposed-args.
3118 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3120         * misc/tst-mntent2.c (do_test): Fix warning.
3122 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3124         * elf/tst-unique4lib.cc(a): Mark as used.
3126 2014-12-16  Florian Weimer  <fweimer@redhat.com>
3128         [BZ #17630]
3129         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
3130         names.
3132 2014-12-16  Allan McRae  <allan@archlinux.org>
3134         * stdio-common/Makefile (tests): Re-add bug26.
3136 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
3138         [BZ #17657]
3139         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
3140         static array.
3142 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
3144         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
3145         (__lll_lock_wait): Likewise.
3146         (__lll_timedlock_wait): Likewise.
3147         (__lll_timedwait_tid): Likewise.
3148         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
3149         (__lll_robust_timedlock_wait): Likewise.
3150         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
3151         (lll_cond_trylock): Likewise.
3152         (__lll_lock): Likewise.
3153         (__lll_robust_lock): Likewise.
3154         (__lll_cond_lock): Likewise.
3155         (lll_robust_cond_lock): Likewise.
3156         (__lll_timedlock): Likewise.
3157         (__lll_robust_timedlock): Likewise.
3158         (__lll_unlock): Likewise.
3159         (__lll_robust_unlock): Likewise.
3160         (lll_wait_tid): Likewise.
3161         (lll_timedwait_tid): Likewise.
3163 2014-12-15  Torvald Riegel  <triegel@redhat.com>
3165         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
3167 2014-12-15  Torvald Riegel  <triegel@redhat.com>
3169         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
3171 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
3173         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
3174         * stdio-common/tst-sprintf.c: Likewise.
3176 2014-12-15  Torvald Riegel  <triegel@redhat.com>
3178         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
3180 2014-12-15  Jeff Law  <law@redhat.com>
3182         [BZ #16617]
3183         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
3184         on the heap.  (CVE-2012-3406)
3185         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
3186         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
3187         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
3189 2014-12-15  Will Newton  <will.newton@linaro.org>
3191         * manual/install.texi: Bump required version of texinfo
3192         to 4.7 from 4.5.
3193         * INSTALL: Regenerated.
3194         * configure.ac: Check for makeinfo version 4.7 and above.
3195         * configure: Regenerated.
3197 2014-12-12  Roland McGrath  <roland@hack.frob.com>
3199         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
3200         PREFIX, string constant to insert between directory and name.
3201         * sysdeps/posix/shm_open.c: Update caller.
3202         * sysdeps/posix/shm_unlink.c: Likewise.
3203         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
3204         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
3205         (SEM_SHM_PREFIX): New macro.
3206         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
3207         [$(have-thread-library) = no].
3208         * nptl/Makefile (libpthread-routines): Add shm-directory.
3209         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
3210         * sysdeps/nptl/shm-directory.h: New file.
3211         * sysdeps/posix/shm-directory.c
3212         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
3213         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
3214         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
3215         INTERNAL_SYSCALL.
3216         (__where_is_shmfs): Function removed.
3217         (mountpoint, defaultmount, defaultdir, __namedsem_once):
3218         Variables removed.
3219         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
3220         Use SHM_GET_NAME.
3221         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
3223         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
3224         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
3225         unconditional for use inside libpthread.
3226         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
3228 2014-12-12  Roland McGrath  <roland@hack.frob.com>
3230         * nptl/pthread_getaffinity.c: New file.
3231         * nptl/pthread_setaffinity.c: New file.
3232         * nptl/pthread_getname.c: New file.
3233         * nptl/pthread_setname.c: New file.
3235         * nptl/pthread_create.c (START_THREAD_DEFN)
3236         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
3238 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
3239             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3241         * resolv/res_send.c (send_vc): Disable warning resplen may
3242         be used uninitialized.
3244 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
3246         * nptl/tst-mutex6.c
3247         (ATTR_NULL): New define checks ATTR against NULL.
3248         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
3249         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
3251 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
3253         [BZ #17581]
3254         * malloc/hooks.c
3255         (mem2mem_check): Revert my previous change.
3256         (malloc_check_get_size): Revert my previous change.
3257         (mem2chunk_check): Revert my previous change.
3259 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3261         * sysdeps/posix/shm-directory.c: New file.
3262         * sysdeps/posix/shm-directory.h: New file.
3263         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
3264         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
3265         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
3266         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
3267         Transmute EPERM to EACCES.
3268         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
3269         from ...
3270         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
3271         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
3273 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3275         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
3276         pointer and cast to uintptr_t.
3277         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
3278         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
3279         Add cast to avoid warning.
3280         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
3282 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
3284         * nptl/semaphore.h: Move to ...
3285         * sysdeps/pthread/semaphore.h: ... here.
3286         * Makefile (installed-headers): Change nptl/semaphore.h to
3287         sysdeps/pthread/semaphore.h.
3289 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3291         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
3292         generated error format strings.
3294         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
3295         -Wformat-extra-args warnings for scanf formats.
3296         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
3297         test of zero-length format (duh).
3298         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
3299         corner-case scanf format test.
3300         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
3301         generated fprintf format string.
3302         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
3303         corner-case sprintf format tests.
3304         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
3305         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
3306         -Wformat-extra-args warnings throughout.
3307         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
3308         (CFLAGS-scanf4.c): Likewise.
3309         (CFLAGS-scanf7.c): Likewise.
3310         (CFLAGS-tst-sprintf.c): Likewise.
3311         (CFLAGS-tst-printf.c): Likewise.
3312         (CFLAGS-tst-printfsz.c): Likewise.
3314 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
3316         * include/cpio.h: New file.
3317         * include/fmtmsg.h: Likewise.
3319         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
3320         corresponding format argument to size_t.
3321         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
3322         arguments.
3323         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
3324         corresponding format argument to size_t.
3325         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
3326         arguments.
3327         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
3328         corresponding format argument to size_t.
3329         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
3330         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
3331         (CFLAGS-tst-mbswcs2.c): Likewise.
3332         (CFLAGS-tst-mbswcs3.c): Likewise.
3333         (CFLAGS-tst-mbswcs4.c): Likewise.
3334         (CFLAGS-tst-mbswcs5.c): Likewise.
3335         (CFLAGS-tst-trans.c): Likewise
3337 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3339         * posix/regexbug1.c (main): Use "%s" format with regerror results,
3340         rather than assuming they won't contain any '%'s.
3342 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
3344         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
3345         inhibit_loop_to_libcall to avoid recursive calls.
3346         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
3347         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
3349 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
3351         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
3352         prototype.
3354 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
3356         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
3357         integer value instead of boolean.
3359 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
3361         * malloc/malloc.c: Fix powerof2 check.
3363 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
3365         * locale/programs/locfile.h (maybe_swap_uint32):
3366         Remove inline and add unused attribute.
3368 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
3370         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
3371         Truncating assembler expression to a .long expression.
3373 2014-12-11  Andreas Schwab  <schwab@suse.de>
3375         * elf/rtld.c (struct map_args): Constify str member.
3376         (do_preload): Constify fname argument.
3378 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3380         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
3381         constants definition.
3383 2014-12-11  Andreas Schwab  <schwab@suse.de>
3385         [BZ #16657]
3386         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
3387         FORCE_ELISION instead of DO_ELISION.
3388         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
3389         Remove.
3390         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
3391         Likewise.
3393         * iconvdata/gconv-modules: Remove duplicate entry.
3395 2014-12-11  Will Newton  <will.newton@linaro.org>
3397         Merge gettext 0.19.3 into intl/.
3399         This involves a number of cosmetic changes to comments
3400         and ANSI function definitions and prototypes throughout
3401         all the files. The gettext copyright header is used but
3402         with the date ranges taken from the glibc copy.
3404         * NEWS: Add gettext merge to 2.21.
3405         * intl/bindtextdom.c: Switch to gettext copyright.
3406         Use ANSI definitions and prototypes.
3407         Use gl_* locking primitives rather than __libc_* ones.
3408         Use __builtin_expect rather than __glibc_likely/unlikely.
3409         * intl/dcgettext.c: Switch to gettext copyright.
3410         Use ANSI definitions and prototypes.
3411         * intl/dcigettext.c: Switch to gettext copyright.
3412         Use ANSI definitions and prototypes.
3413         (INTDIV0_RAISES_SIGFPE): New define.
3414         Use gl_* locking primitives rather than __libc_* ones.
3415         Include eval-plural.h instead of plural-eval.c.
3416         Use __builtin_expect rather than __glibc_likely/unlikely.
3417         * intl/dcngettext.c: Switch to gettext copyright.
3418         Use ANSI definitions and prototypes.
3419         * intl/dgettext.c: Likewise.
3420         * intl/dngettext.c: Likewise.
3421         * intl/plural-eval.c: Renamed to...
3422         * intl/eval-plural.h: ...this.
3423         * intl/explodename.c: Switch to gettext copyright.
3424         Use ANSI definitions and prototypes.
3425         (_nl_explode_name): Use strchr instead of __rawmemchr.
3426         * intl/finddomain.c: Switch to gettext copyright.
3427         Use ANSI definitions and prototypes.
3428         Use gl_* locking primitives rather than __libc_* ones.
3429         (_nl_find_domain): Use malloc rather than alloca for
3430         allocation of temporary locale name.
3431         * intl/gettext.c: Switch to gettext copyright.
3432         Use ANSI definitions and prototypes.
3433         * intl/gettextP.h: Switch to gettext copyright.
3434         Use ANSI definitions and prototypes.
3435         Use gl_* locking primitives rather than __libc_* ones.
3436         * intl/gmo.h: Switch to gettext copyright.
3437         (struct sysdep_string): Move struct segment_pair outside of
3438         struct definition.
3439         * intl/hash-string.c: Use ANSI definitions and prototypes.
3440         * intl/hash-string.h: Switch to gettext copyright.
3441         Use ANSI definitions and prototypes.
3442         * intl/l10nflist.c: Switch to gettext copyright.
3443         Use ANSI definitions and prototypes.
3444         (_nl_normalize_codeset): Avoid integer overflow.
3445         * intl/loadinfo.h: Switch to gettext copyright.
3446         Use ANSI definitions and prototypes.
3447         (LIBINTL_DLL_EXPORTED): New define.
3448         (PATH_SEPARATOR): New define.
3449         * intl/loadmsgcat.c: Switch to gettext copyright.
3450         * intl/localealias.c: Switch to gettext copyright.
3451         Use ANSI definitions and prototypes.
3452         (_nl_expand_alias): Use PATH_SEPARATOR.
3453         * intl/ngettext.c: Switch to gettext copyright.
3454         Use ANSI definitions and prototypes.
3455         * intl/plural-exp.c: Likewise.
3456         * intl/plural-exp.h: Switch to gettext copyright.
3457         Use ANSI definitions and prototypes.
3458         (struct expression): Move definition of enum operator outside
3459         of struct definition.
3460         * intl/plural.c: Regenerate.
3461         * intl/plural.y: Switch to gettext copyright.
3462         Use ANSI definitions and prototypes.
3463         Port to bison 3.0.
3464         * intl/textdomain.c: Switch to gettext copyright.
3465         Use ANSI definitions and prototypes.
3466         Use gl_* locking primitives rather than __libc_* ones.
3468 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
3470         * debug/warning-nop.c: Add used atrribute.
3472 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3474         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
3476         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
3477         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
3478         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
3480 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3481             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3483         [BZ #17634]
3484         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
3485         Undefine after defining function.  Define as weak alias of
3486         __wcschr.  Use libc_hidden_weak.
3487         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
3488         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
3489         (libc_hidden_def): Also define __GI___wcschr alias.
3490         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
3491         __wcschr and define as weak alias of __wcschr.
3492         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
3493         __wcschr.
3494         [!WCSCHR] (DEFAULT_WCSCHR): Define.
3495         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
3496         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
3497         libc_hidden_weak.  Do not use libc_hidden_def.
3498         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
3499         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
3500         __GI___wcschr alias.
3501         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
3502         [IS_IN (libc)] (wcschr): Define as macro expanding to
3503         __redirect_wcschr.
3504         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
3505         [IS_IN (libc)] (__wcschr_power6): Likewise.
3506         [IS_IN (libc)] (__wcschr_power7): Likewise.
3507         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
3508         instead of wcschr.
3509         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
3510         __libc_wcschr.
3511         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
3512         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
3513         __wcschr and define as weak alias of __wcschr.  Use
3514         libc_hidden_builtin_def.
3515         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
3516         as weak alias of __wcschr.  Use libc_hidden_weak.
3517         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
3518         wcschr.
3519         * time/era.c (_nl_init_era_entries): Likewise.
3520         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
3521         variable.
3522         (test-xfail-XPG3/time.h/linknamespace): Likewise.
3523         (test-xfail-XPG4/time.h/linknamespace): Likewise.
3525 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3527         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
3528         format for long int variable.
3530 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
3532         [BZ #10672]
3533         * manual/search.texi: (Array Sort Function): Remove claim how to make
3534         qsort stable.
3536 2014-12-10  Andreas Schwab  <schwab@suse.de>
3538         [BZ #12847]
3539         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
3540         user-controlled locks.
3542 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
3544         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
3545         register.
3547 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3549         * configure.ac (--disable-werror): New configure option.
3550         (enable_werror): New AC_SUBST.
3551         * configure: Regenerated.
3552         * config.make.in (enable-werror): New variable.
3553         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
3554         -Wno-error=undef.
3555         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
3556         * manual/install.texi (Configuring and compiling): Document
3557         --disable-werror.
3558         * INSTALL: Regenerated.
3559         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
3560         (CFLAGS-tst-chk2.c): Likewise.
3561         (CFLAGS-tst-chk3.c): Likewise.
3562         (CFLAGS-tst-chk4.cc): Likewise.
3563         (CFLAGS-tst-chk5.cc): Likewise.
3564         (CFLAGS-tst-chk6.cc): Likewise.
3565         (CFLAGS-tst-lfschk1.c): Likewise.
3566         (CFLAGS-tst-lfschk2.c): Likewise.
3567         (CFLAGS-tst-lfschk3.c): Likewise.
3568         (CFLAGS-tst-lfschk4.cc): Likewise.
3569         (CFLAGS-tst-lfschk5.cc): Likewise.
3570         (CFLAGS-tst-lfschk6.cc): Likewise.
3572         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
3573         (main): Disable -Wdeprecated-declarations around calls to
3574         register_printf_function.
3576         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
3577         (do_test): Disable -Wdiv-by-zero around some calls to
3578         fwrite_unlocked and fread_unlocked.
3580         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
3581         (DIAG_POP_NEEDS_COMMENT): Likewise.
3582         (_DIAG_STR1): Likewise.
3583         (_DIAG_STR): Likewise.
3584         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
3585         * stdio-common/bug21.c: Include <libc-internal.h>.
3586         (do_test): Disable -Wformat around call to sscanf.
3587         * stdio-common/scanf14.c: Include <libc-internal.h>.
3588         (main): Disable -Wformat around some calls to scanf functions.
3590 2014-12-09  Torvald Riegel  <triegel@redhat.com>
3592         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
3594 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3596         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
3597         stack variable alignment.
3599 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
3601         [BZ #17682]
3602         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
3603         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
3604         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
3605         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
3606         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
3607         __getrlimit instead of getrlimit.
3608         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
3609         __gettimeofday instead of gettimeofday.
3610         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
3611         Likewise.
3612         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
3613         Likewise.
3614         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
3615         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
3616         Remove variable.
3617         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
3618         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
3620 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3622         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
3623         for wide-character tests.
3625 2014-12-04  Roland McGrath  <roland@hack.frob.com>
3627         * io/openat64.c: #include <libc-internal.h>
3628         (__openat64): Prototypify.  Use ignore_value on MODE.
3629         * io/openat.c: Likewise.
3630         * misc/reboot.c: #include <libc-internal.h>
3631         (reboot): Prototypify.  Use ignore_value on HOWTO.
3632         * misc/ptrace.c: #include <libc-internal.h>
3633         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
3635 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
3637         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
3638         XPG4, UNIX98 and XOPEN2K.
3639         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
3640         Remove variable.
3641         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
3643 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
3645         * libio/fileops.c: Use ISO C style for function definitions.
3646         * libio/iofopen.c: Likewise.
3647         * libio/wfileops.c: Likewise.
3649         [BZ #17653]
3650         * libio/fileops.c (_IO_new_file_underflow): Unset cached
3651         offset on EOF.
3652         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
3653         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
3654         (fgets_func): Function pointer to fgets and fgetws.
3655         (do_ftell_test): Add test to verify ftell value after read
3656         EOF.
3657         (do_test): Set fgets_func.
3659         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
3660         O_TRUNC flag for w and w+ modes.
3661         (do_rewind_test): Likewise.
3662         (do_ftell_test): Likewise.
3663         (do_write_test): Likewise.
3665         [BZ #17647]
3666         * libio/fileops.c (do_ftell): Seek only when there are
3667         unflushed writes.
3668         * libio/wfileops.c (do_ftell_wide): Likewise.
3669         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
3670         test case.
3671         (do_one_test): Call it.
3673 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
3675         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
3676         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
3677         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
3678         Remove variable.
3679         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
3680         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
3681         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
3683 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
3685         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
3686         Remove variable.
3687         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
3689         [BZ #17668]
3690         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
3691         as weak alias of __getifaddrs.  Use libc_hidden_weak.
3692         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3693         __freeifaddrs.  Use libc_hidden_weak.
3694         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
3695         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
3696         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3697         __freeifaddrs.  Use libc_hidden_weak.
3698         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
3699         __getifaddrs and define as weak alias of __getifaddrs.  Use
3700         libc_hidden_weak.
3701         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3702         __freeifaddrs.  Use libc_hidden_weak.
3703         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
3704         Remove variable.
3705         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
3706         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
3708 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
3710         [BZ #17601]
3711         * sysdeps/mips/start.S (__start): Use indirect jump to call
3712         __libc_start_main.
3714 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
3716         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
3718         * nptl/tst-mutex1.c: Include <stdbool.h>.
3719         [!ATTR] (ATTR_NULL): New macro.
3720         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
3721         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
3722         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
3724         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
3725         to char *.
3727         [BZ #17665]
3728         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
3729         Change conditional to [__USE_MISC].
3731         [BZ #17664]
3732         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
3733         fgets_unlocked.
3734         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
3735         __fgets_unlocked.
3736         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
3737         fgets_unlocked.
3738         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
3739         Remove variable.
3740         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
3741         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
3742         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
3743         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
3744         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
3745         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
3746         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
3747         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
3748         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
3750         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
3752 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3754         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3755         Remove strpbrk objects.
3756         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3757         (__libc_ifunc_impl_list): Remove strpbrk implementation.
3758         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
3759         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
3760         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
3761         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
3763         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3764         Remove strcspn objects.
3765         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3766         (__libc_ifunc_impl_list): Remove strcspn implementation.
3767         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
3768         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
3769         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
3770         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
3772         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3773         Remove strspn objetcs.
3774         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3775         (__libc_ifunc_impl_list): Remove strspn implementation.
3776         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
3777         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
3778         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
3779         * sysdeps/powerpc/powerpc64/strspn.S: New file.
3781 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
3783         [BZ #17581]
3784         * malloc/hooks.c
3785         (mem2mem_check): Add a terminator to the chain of checking blocks.
3786         (malloc_check_get_size): Use it here.
3787         (mem2chunk_check): Ditto.
3789 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
3791         * sysdeps/powerpc/powerpc64/strtok.S: New file.
3792         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
3794 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
3796         * bits/ioctl-types.h: Indent preprocessor directives correctly.
3798         * nptl/nptl-init.c: Include libc-internal.h.
3799         (__pthread_initialize_minimal_internal): Use ROUND_UP.
3801         * elf/ldconfig.c (search_dir): Expand comment.
3803 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
3805         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
3806         variable.
3807         (linknamespace-symlist-stdlibs-tests): Likewise.
3808         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
3809         instead of $(objpfx)symlist-stdlibs.
3810         (linknamespace-libs-isoc): New variable.
3811         (linknamespace-libs): Use $(linknamespace-libs-isoc).
3812         (linknamespace-libs-ISO): New variable.
3813         (linknamespace-libs-ISO99): Likewise.
3814         (linknamespace-libs-ISO11): Likewise.
3815         (linknamespace-libs-XPG3): Likewise.
3816         (linknamespace-libs-XPG4): Likewise.
3817         (linknamespace-libs-POSIX): Likewise.
3818         (linknamespace-libs-UNIX98): Likewise.
3819         (linknamespace-libs-XOPEN2K): Likewise.
3820         (linknamespace-libs-POSIX2008): Likewise.
3821         (linknamespace-libs-XOPEN2K8): Likewise.
3822         ($(objpfx)symlist-stdlibs): Replace by
3823         $(linknamespace-symlist-stdlibs-tests).  Use
3824         $(linknamespace-libs-$*) as set of libraries.
3825         ($(linknamespace-header-tests)): Update dependencies.  Use
3826         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
3827         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
3828         * conform/linknamespace.pl: Remove comment about considering
3829         definitions of symbols from irrelevant libraries.
3831 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
3833         [BZ #13862]
3834         * elf/dl-tls.c: Include <atomic.h>.
3835         (oom): Remove #ifdef SHARED/#endif.
3836         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
3837         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
3838         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
3839         big enough.
3840         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
3841         * nptl/Makefile (tests): Add tst-stack4.
3842         (modules-names): Add tst-stack4mod.
3843         ($(objpfx)tst-stack4): New.
3844         (tst-stack4mod.sos): Likewise.
3845         ($(objpfx)tst-stack4.out): Likewise.
3846         ($(tst-stack4mod.sos)): Likewise.
3847         (clean): Likewise.
3848         * nptl/tst-stack4.c: New file.
3849         * nptl/tst-stack4mod.c: Likewise.
3851 2014-11-27  J. Brown  <jb999@gmx.de>
3853         * sysdeps/x86/bits/string.h: Add recent CPUs.
3855 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
3857         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
3858         sigblock.
3860         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
3861         feof.
3863         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
3864         variable.
3866 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
3868         * nscd/connections.c: Include libc-internal.h because of macro
3869         usage ignore_value.
3871 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
3873         * string/bits/string3.h (__warn_memset_zero_len): Don't
3874         declare for gcc newer than 5.0.
3875         (memset): Don't test for zero-length __LEN for gcc newer than
3876         5.0.
3878 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
3880         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
3881         size_t for %zu format.
3883         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
3884         difference, not %ju.
3886 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
3888         * include/libc-internal.h (ignore_value): New macro.
3889         * nscd/connections.c (restart): Wrap calls to setuid and setgid
3890         with ignore_value.
3892         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
3893         definition.
3895         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
3896         pthread_cleanup_push to void *.
3898         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
3899         Undefine.
3901         [BZ #16619]
3902         [BZ #16740]
3903         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
3904         instead of 1L << 52.
3906         * libio/bug-rewind.c (do_test): Check fwscanf return values.
3907         * libio/bug-rewind2.c (do_test): Likewise.
3909         * debug/test-stpcpy_chk-ifunc.c: Remove file.
3910         * debug/test-strcpy_chk-ifunc.c: Likewise.
3911         * wcsmbs/test-wcschr-ifunc.c: Likewise.
3912         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
3913         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
3914         * wcsmbs/test-wcslen-ifunc.c: Likewise.
3915         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
3916         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
3917         * Rules [$(multi-arch) = no] (tests): Do not filter out
3918         $(tests-ifunc).
3919         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
3920         * debug/Makefile (tests-ifunc): Remove variable.
3921         (tests): Do not add $(tests-ifunc).
3922         * wcsmbs/Makefile (tests-ifunc): Remove variable.
3923         (tests): Do not add $(tests-ifunc).
3924         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
3925         [TEST_IFUNC]: Remove conditionals.
3926         * string/test-string.h (TEST_IFUNC): Remove macro.
3927         [TEST_IFUNC]: Remove conditionals.
3929         * string/test-strchr.c [!WIDE] (L): New macro.
3930         [WIDE] (L): Likewise.
3931         (check1): Use CHAR instead of char.  Use L on string and character
3932         constants.
3934 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
3936         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
3937         tests.
3938         * sysdeps/powerpc/bits/atomic.h
3939         (__arch_atomic_exchange_and_add_32_acq): Add definition.
3940         (__arch_atomic_exchange_and_add_32_rel): Likewise.
3941         (atomic_exchange_and_add_acq): Likewise.
3942         (atomic_exchange_and_add_rel): Likewise.
3943         * sysdeps/powerpc/powerpc32/bits/atomic.h
3944         (__arch_atomic_exchange_and_add_64_acq): Add definition.
3945         (__arch_atomic_exchange_and_add_64_rel): Likewise.
3946         * sysdeps/powerpc/powerpc64/bits/atomic.h
3947         (__arch_atomic_exchange_and_add_64_acq): Add definition.
3948         (__arch_atomic_exchange_and_add_64_rel): Likewise.
3950 2014-11-26  Torvald Riegel  <triegel@redhat.com>
3952         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
3953         Change synchronization of __sched_fifo_min_prio and
3954         __sched_fifo_max_prio.
3955         * nptl/pthread_mutexattr_getprioceiling.c
3956         (pthread_mutexattr_getprioceiling): Likewise.
3957         * nptl/pthread_mutexattr_setprioceiling.c
3958         (pthread_mutexattr_setprioceiling): Likewise.
3959         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
3960         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
3961         Likewise.
3963 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
3965         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
3966         void.
3968 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
3970         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
3971         third argument const.
3973 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3975         fnmatch: work around GCC compiler warning bug with uninit var
3976         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
3977         This works around a bug with x86-64 GCC 4.9.2 and earlier
3978         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
3979         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
3980         used uninitialized in this function [-Wmaybe-uninitialized]".
3982 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
3984         * posix/bug-regex31.c (main): Return RES not 0.
3986 2014-11-25  Anton Blanchard <anton@samba.org>
3988         * sysdeps/powerpc/bits/atomic.h
3989         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
3991 2014-11-24  Sterling Augustine  <saugustine@google.com>
3993         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
3995 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
3997         [BZ #17608]
3998         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
4000 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
4002         [BZ #17633]
4003         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
4004         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
4005         variable.
4006         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
4007         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
4009 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
4011         * string/strncpy.c (strncpy): Improve performance by using memset.
4013 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
4015         * string/strcpy.c (strcpy):
4016         Improve performance by using strlen and memcpy.
4018 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
4020         * string/strcoll_l.c (get_next_seq): __always_inline.
4021         * string/strcoll_l.c (do_compare): __always_inline.
4023 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
4025         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
4026         defined.
4027         * include/mqueue.h: Likewise.
4028         * include/stdlib.h: Likewise.
4030         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
4031         (get_null_defines): Adjust.
4032         * sunrpc/Makefile: Adjust comment.
4033         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
4034         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
4035         (CFLAGS-interp.c): Likewise.
4036         (CFLAGS-ldconfig.c): Likewise.
4037         (CPPFLAGS-.os): Likewise.
4038         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
4039         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
4040         * extra-modules.mk (extra-modules.mk): Likewise.
4041         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
4042         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
4043         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
4044         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
4045         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
4046         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
4047         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
4048         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
4049         * iconvdata/Makefile (CPPFLAGS): Likewise.
4050         (cpp-srcs-left): Add libof for all iconvdata routines.
4051         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
4052         * include/assert.h: Likewise.
4053         * include/ctype.h: Likewise.
4054         * include/errno.h: Likewise.
4055         * include/libc-symbols.h: Likewise.
4056         * include/math.h: Likewise.
4057         * include/netdb.h: Likewise.
4058         * include/resolv.h: Likewise.
4059         * include/stdio.h: Likewise.
4060         * include/stdlib.h: Likewise.
4061         * include/string.h: Likewise.
4062         * include/sys/stat.h: Likewise.
4063         * include/wctype.h: Likewise.
4064         * intl/l10nflist.c: Likewise.
4065         * libidn/idn-stub.c: Likewise.
4066         * libio/libioP.h: Likewise.
4067         * nptl/libc_multiple_threads.c: Likewise.
4068         * nptl/pthreadP.h: Likewise.
4069         * posix/regex_internal.h: Likewise.
4070         * resolv/res_hconf.c: Likewise.
4071         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
4072         * sysdeps/arm/memmove.S: Likewise.
4073         * sysdeps/arm/sysdep.h: Likewise.
4074         * sysdeps/generic/_itoa.h: Likewise.
4075         * sysdeps/generic/symbol-hacks.h: Likewise.
4076         * sysdeps/gnu/errlist.awk: Likewise.
4077         * sysdeps/gnu/errlist.c: Likewise.
4078         * sysdeps/i386/i586/memcpy.S: Likewise.
4079         * sysdeps/i386/i586/memset.S: Likewise.
4080         * sysdeps/i386/i686/memcpy.S: Likewise.
4081         * sysdeps/i386/i686/memmove.S: Likewise.
4082         * sysdeps/i386/i686/mempcpy.S: Likewise.
4083         * sysdeps/i386/i686/memset.S: Likewise.
4084         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
4085         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
4086         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
4087         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
4088         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
4089         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
4090         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
4091         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
4092         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
4093         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
4094         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
4095         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
4096         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
4097         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
4098         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
4099         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
4100         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
4101         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
4102         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
4103         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
4104         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
4105         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
4106         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
4107         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
4108         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
4109         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
4110         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
4111         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
4112         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
4113         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
4114         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
4115         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
4116         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
4117         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
4118         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
4119         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
4120         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
4121         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
4122         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
4123         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
4124         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
4125         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
4126         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
4127         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
4128         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
4129         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
4130         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
4131         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
4132         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
4133         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
4134         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
4135         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
4136         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
4137         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
4138         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
4139         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
4140         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
4141         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
4142         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
4143         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
4144         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
4145         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
4146         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
4147         * sysdeps/nptl/bits/libc-lock.h: Likewise.
4148         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
4149         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
4150         * sysdeps/posix/closedir.c: Likewise.
4151         * sysdeps/posix/opendir.c: Likewise.
4152         * sysdeps/posix/readdir.c: Likewise.
4153         * sysdeps/posix/rewinddir.c: Likewise.
4154         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
4155         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
4156         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
4157         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
4158         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
4159         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
4160         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
4161         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
4162         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
4163         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
4164         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
4165         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
4166         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
4167         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
4168         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
4169         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
4170         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
4171         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
4172         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
4173         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
4174         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
4175         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
4176         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
4177         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
4178         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
4179         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
4180         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
4181         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
4182         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
4183         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
4184         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
4185         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
4186         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
4187         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
4188         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
4189         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
4190         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
4191         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
4192         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
4193         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
4194         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
4195         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
4196         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
4197         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
4198         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
4199         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
4200         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
4201         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
4202         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
4203         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
4204         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
4205         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
4206         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
4207         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
4208         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
4209         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
4210         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
4211         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
4212         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
4213         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
4214         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
4215         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
4216         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
4217         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
4218         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
4219         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
4220         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
4221         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
4222         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
4223         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
4224         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
4225         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
4226         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
4227         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
4228         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
4229         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
4230         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
4231         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
4232         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
4233         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
4234         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
4235         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
4236         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
4237         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
4238         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
4239         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
4240         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
4241         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
4242         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
4243         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
4244         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
4245         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
4246         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
4247         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
4248         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
4249         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
4250         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
4251         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
4252         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
4253         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
4254         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
4255         * sysdeps/unix/alpha/sysdep.S: Likewise.
4256         * sysdeps/unix/alpha/sysdep.h: Likewise.
4257         * sysdeps/unix/make-syscalls.sh: Likewise.
4258         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4259         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4260         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4261         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
4262         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4263         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
4264         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
4265         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4266         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4267         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
4268         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4269         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4270         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4271         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
4272         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4273         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
4274         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4275         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
4276         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
4277         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4278         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
4279         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4280         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4281         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4282         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4283         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4284         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4285         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
4286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
4287         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
4288         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4289         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4290         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
4291         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4292         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
4293         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4294         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
4295         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4296         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
4297         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
4298         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4299         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4300         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4301         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
4302         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4303         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4304         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4305         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
4306         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4307         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4308         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4309         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4310         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4311         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4312         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
4313         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4314         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4315         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4316         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
4317         * sysdeps/x86_64/memcpy.S: Likewise.
4318         * sysdeps/x86_64/memmove.c: Likewise.
4319         * sysdeps/x86_64/memset.S: Likewise.
4320         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
4321         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
4322         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
4323         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
4324         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
4325         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
4326         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
4327         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
4328         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
4329         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
4330         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
4331         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
4332         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
4333         * sysdeps/x86_64/multiarch/memset.S: Likewise.
4334         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4335         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
4336         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
4337         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
4338         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
4339         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
4340         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
4341         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
4342         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
4343         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
4344         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
4345         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
4346         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
4347         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
4348         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
4349         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
4350         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
4351         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
4352         * sysdeps/x86_64/strcmp.S: Likewise.
4354         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
4356         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
4357         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
4358         * elf/rtld-Rules: Likewise.
4359         * elf/setup-vdso.h: Likewise.
4360         * include/assert.h: Likewise.
4361         * include/bits/stdlib-float.h: Likewise.
4362         * include/errno.h: Likewise.
4363         * include/sys/stat.h: Likewise.
4364         * include/unistd.h: Likewise.
4365         * sysdeps/aarch64/setjmp.S: Likewise.
4366         * sysdeps/alpha/setjmp.S: Likewise.
4367         * sysdeps/arm/__longjmp.S: Likewise.
4368         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
4369         * sysdeps/arm/setjmp.S: Likewise.
4370         * sysdeps/arm/sysdep.h: Likewise.
4371         * sysdeps/generic/_itoa.h: Likewise.
4372         * sysdeps/generic/dl-sysdep.h: Likewise.
4373         * sysdeps/generic/ldsodefs.h: Likewise.
4374         * sysdeps/i386/dl-tls.h: Likewise.
4375         * sysdeps/i386/setjmp.S: Likewise.
4376         * sysdeps/m68k/setjmp.c: Likewise.
4377         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
4378         * sysdeps/mach/hurd/opendir.c: Likewise.
4379         * sysdeps/posix/getcwd.c: Likewise.
4380         * sysdeps/posix/opendir.c: Likewise.
4381         * sysdeps/posix/profil.c: Likewise.
4382         * sysdeps/powerpc/dl-procinfo.h: Likewise.
4383         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
4384         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
4385         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
4386         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4387         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
4388         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4389         * sysdeps/s390/dl-tls.h: Likewise.
4390         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4391         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4392         * sysdeps/sh/sh3/setjmp.S: Likewise.
4393         * sysdeps/sh/sh4/setjmp.S: Likewise.
4394         * sysdeps/unix/alpha/sysdep.h: Likewise.
4395         * sysdeps/unix/arm/sysdep.S: Likewise.
4396         * sysdeps/unix/i386/sysdep.S: Likewise.
4397         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4398         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
4399         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4400         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4401         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4402         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
4403         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4404         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4405         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
4406         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
4407         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
4408         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4409         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4410         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4411         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4412         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4413         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4414         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4415         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4416         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4417         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4418         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4419         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4420         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4421         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4422         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4423         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4424         * sysdeps/unix/x86_64/sysdep.S: Likewise.
4425         * sysdeps/x86_64/setjmp.S: Likewise.
4427         * include/math.h: Use IS_IN instead of IS_IN_libm.
4428         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
4429         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
4430         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
4431         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
4432         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
4433         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
4434         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
4435         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
4436         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
4437         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
4438         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
4439         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
4440         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
4441         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
4442         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
4443         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
4444         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
4445         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
4446         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
4447         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
4448         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
4449         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
4450         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
4451         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
4452         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
4453         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
4454         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
4455         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
4456         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
4457         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
4458         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
4459         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
4460         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
4461         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
4462         Likewise.
4463         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
4464         Likewise.
4465         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
4466         Likewise.
4467         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
4468         Likewise.
4469         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
4470         Likewise.
4471         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
4472         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
4473         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
4474         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
4475         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
4476         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
4477         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
4478         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
4479         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
4480         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
4481         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
4482         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
4483         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
4484         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
4485         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
4486         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
4487         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
4488         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
4489         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
4490         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
4491         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
4492         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
4493         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
4494         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
4495         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
4496         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
4497         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
4499         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
4500         * nptl/pthreadP.h: Likewise.
4501         * nptl_db/structs.def: Likewise.
4502         * sysdeps/arm/sysdep.h: Likewise.
4503         * sysdeps/nptl/bits/libc-lock.h: Likewise.
4504         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
4505         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
4506         * sysdeps/unix/alpha/sysdep.h: Likewise.
4507         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4508         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4509         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4510         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4511         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4512         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4513         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4514         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4515         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4516         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4517         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4518         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4519         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4520         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4521         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
4522         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
4523         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4524         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4525         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4526         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4527         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4528         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4529         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4530         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4531         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
4532         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4534         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
4535         * nptl/pthreadP.h: Likewise.
4536         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4537         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4538         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4539         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4540         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4541         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4542         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4543         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4544         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4545         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4546         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4547         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4548         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
4549         Likewise.
4550         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
4551         Likewise.
4552         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4553         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4554         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4555         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4556         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4557         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4558         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4559         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4561         * dlfcn/dladdr.c: Use IS_IN.
4562         * dlfcn/dladdr1.c: Likewise.
4563         * dlfcn/dlclose.c: Likewise.
4564         * dlfcn/dlerror.c: Likewise.
4565         * dlfcn/dlinfo.c: Likewise.
4566         * dlfcn/dlmopen.c: Likewise.
4567         * dlfcn/dlopen.c: Likewise.
4568         * dlfcn/dlsym.c: Likewise.
4569         * dlfcn/dlvsym.c: Likewise.
4571         * include/ifaddrs.h: Use IS_IN.
4572         * inet/check_pf.c: Likewise.
4573         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
4574         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
4576         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
4577         IS_IN_ldconfig.
4578         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
4579         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
4581         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
4582         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
4583         IS_IN (libc).
4585         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
4587         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
4588         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
4589         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
4590         * include/libc-symbols.h (IS_IN_LIB): New macro.
4591         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
4592         * include/netdb.h: Likewise.
4593         * include/stap-probe.h: Remove all uses of IN_LIB.
4595         * Makeconfig (module-cppflags-real): Define MODULE_NAME
4596         instead of IN_MODULE.
4597         * include/libc-symbols.h (IN_MODULE): Define using
4598         MODULE_NAME.
4599         (PASTE_NAME, PASTE_NAME1): New macros.
4600         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
4601         of IN_LIB.
4602         (STAP_PROBE_ASM): Likewise.
4604 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4606         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
4607         __mach_init in dlopened libc.
4609 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
4611         * sysdeps/arm/preconfigure.ac: Delete EABI check.
4612         * sysdeps/arm/preconfigure: Regenerate.
4614 2014-11-21  Roland McGrath  <roland@hack.frob.com>
4616         * nptl/pthread_create.c (__pthread_create_2_1): Set
4617         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
4618         when copying values from IATTR into PD.
4620 2014-11-21  Will Newton  <will.newton@linaro.org>
4621             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
4623         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
4624         Refactor inline-asm.  Also add comment.
4626         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
4627         ElfW macro instead of hardcoded Elf64 types.
4628         (la_aarch64_gnu_pltenter): Likewise.
4629         * sysdeps/aarch64/dl-machine.h
4630         (elf_machine_runtime_setup): Use ElfW(Addr).
4632         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
4633         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
4634         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
4635         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
4636         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
4637         (R_AARCH64_TLS_DTPMOD64): Rename to ..
4638         (R_AARCH64_TLS_DTPMOD): This.
4639         (R_AARCH64_TLS_DTPREL64): Rename to ...
4640         (R_AARCH64_TLS_DTPREL): This.
4641         (R_AARCH64_TLS_TPREL64): Rename to ...
4642         (R_AARCH64_TLS_TPREL): This.
4643         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
4644         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
4645         R_AARCH64_TLS_TPREL64.
4646         (elf_machine_rela): Likewise.
4648 2014-11-21  Torvald Riegel  <triegel@redhat.com>
4650         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
4651         by setting it to 0.  64b atomics are not supported currently.
4653 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4655         [BZ #16469]
4656         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
4657         search domain names.
4659 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4661         [BZ #16469]
4662         * NEWS: Update.
4663         * resolv/res_query.c (__libc_res_nquerydomain): Retain
4664         trailing dot.
4665         * posix/tst-getaddrinfo5.c: New.
4666         * posix/Makefile (tests): Add it.
4668 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4670         [BZ #14498]
4671         * NEWS: Fixed.
4672         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
4673         after parsing line but before break_if_match.
4674         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
4675         if there is a protocol mismatch.
4677 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
4679         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
4680         because the potential race is on the user-supplied stream.
4682 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4684         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
4685         string literal if not passed a buffer.
4686         * manual/job.texi (ctermid): Update reasoning, note deviation
4687         from posix, suggest mtasurace when not passed a buffer, for
4688         future non-preliminary safety notes.
4690 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4692         * manual/users.texi (cuserid): Fix MT-Safety note for the case
4693         of not passing it a buffer.
4694         Reported by Peng Haitao.
4696 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4698         * manual/Makefile ($(objpfx)stamp-summary): Require
4699         check-safety.sh to pass.
4700         * manual/check-safety.sh: Wish for verification that every
4701         @deftypefn and @deftypefun is followed by a @safety remark.
4703 2014-11-20  Roland McGrath  <roland@hack.frob.com>
4705         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
4707         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
4708         PTHREAD_CANCEL_ASYNCHRONOUS.
4709         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
4710         send SIGCANCEL.
4712         * nptl/default-sched.h: New file.
4713         * sysdeps/unix/sysv/linux/default-sched.h: New file.
4714         * nptl/pthread_create.c: Include it.
4715         (__pthread_create_2_1): Use collect_default_sched instead of making
4716         Linux syscalls here directly.
4718 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4720         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
4721         __pthread_once): Use C11 atomics.
4723 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4725         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
4727 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4729         * include/atomic.h (__atomic_link_error, __atomic_check_size,
4730         atomic_thread_fence_acquire, atomic_thread_fence_release,
4731         atomic_thread_fence_seq_cst, atomic_load_relaxed,
4732         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
4733         atomic_compare_exchange_weak_relaxed,
4734         atomic_compare_exchange_weak_acquire,
4735         atomic_compare_exchange_weak_release,
4736         atomic_exchange_acquire, atomic_exchange_release,
4737         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
4738         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
4739         atomic_fetch_and_acquire,
4740         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
4742 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4744         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
4745         USE_ATOMIC_COMPILER_BUILTINS): Define.
4746         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
4747         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4748         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
4749         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4750         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
4751         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4752         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
4753         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4754         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
4755         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4756         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
4757         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4758         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
4759         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4760         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
4761         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4762         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
4763         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4764         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
4765         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4766         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
4767         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4768         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
4769         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4770         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
4771         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4772         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
4773         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4774         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
4775         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4776         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
4777         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4778         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
4779         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4780         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
4781         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4782         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
4783         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4784         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
4785         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4787 2014-11-19  Roland McGrath  <roland@hack.frob.com>
4789         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
4790         the sched_priority value here.  It was already checked when the user
4791         called pthread_attr_setschedparam.
4793         * nptl/tst-bad-schedattr.c: New file.
4794         * nptl/Makefile (tests): Add it.
4796 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
4797             Florian Weimer  <fweimer@redhat.com>
4798             Joseph Myers  <joseph@codesourcery.com>
4799             Adam Conrad  <adconrad@0c3.net>
4800             Andreas Schwab  <schwab@suse.de>
4801             Brooks  <bmoses@google.com>
4803         [BZ #17625]
4804         * wordexp-test.c (__dso_handle): Add prototype.
4805         (__register_atfork): Likewise.
4806         (__app_register_atfork): New function.
4807         (registered_forks): New global.
4808         (register_fork): New function.
4809         (test_case): Add 3 new tests for WRDE_CMDSUB.
4810         (main): Call __app_register_atfork.
4811         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
4812         fork count is non-zero fail the test.
4813         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
4814         is set.
4815         (parse_dollars): Remove check for WRDE_NOCMD.
4816         (parse_dquote): Likewise.
4818 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
4820         * Makeconfig (built-modules): List non-library modules to be
4821         built.
4822         (module-cppflags): Include libc-modules.h for
4823         everything except shlib-versions.v.i.
4824         (CPPFLAGS): Use it.
4825         (before-compile): Add libc-modules.h.
4826         ($(common-objpfx)libc-modules.h,
4827         $(common-objpfx)libc-modules.stmp): New targets.
4828         (common-generated): Add libc-modules.h and libc-modules.stmp.
4829         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
4830         * include/libc-symbols.h: Don't include libc-modules.h.
4831         * include/libc-modules.h: Remove file.
4832         * scripts/gen-libc-modules.awk: New script to generate
4833         libc-modules.h.
4834         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
4835         Depend on libc-modules.stmp.
4837         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
4839         * Makeconfig (in-module): Get value of libof set for the
4840         translation unit.
4841         (CPPFLAGS): Use $(in-module).
4842         * Makerules: Don't suffix routine names for nonlib.
4843         * include/libc-modules.h: New file.
4844         * include/libc-symbols.h: Include libc-modules.h
4845         (IS_IN): New macro to replace IS_IN_* macros.
4846         * elf/Makefile: Set libof-* for each routine.
4847         * elf/rtld-Rules: Likewise.
4848         * extra-modules.mk: Likewise.
4849         * iconv/Makefile: Likewise.
4850         * iconvdata/Makefile: Likewise.
4851         * locale/Makefile: Likewise.
4852         * malloc/Makefile: Likewise.
4853         * nss/Makefile: Likewise.
4854         * sysdeps/gnu/Makefile: Likewise.
4855         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
4856         * sysdeps/unix/sysv/linux/Makefile: Likewise.
4857         * sysdeps/s390/s390-64/Makefile: Likewise.
4858         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
4859         CPPFLAGS for nscd instead of nonlib.
4861 2014-11-18  Roland McGrath  <roland@hack.frob.com>
4863         * nptl/createthread.c: New file.
4865         * nptl/createthread.c: Moved ...
4866         * sysdeps/unix/sysv/linux/createthread.c: ... here.
4868         * nptl/createthread.c: Add proper top-line comment.
4869         (do_clone): Folded into ...
4870         (create_thread): ... here.  Take new arguments STOPPED_START and
4871         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
4872         increment __nptl_threads, do event-reporting logic, do
4873         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
4874         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
4875         resource cleanup if sched_setaffinity or sched_setscheduler fails,
4876         just send SIGCANCEL.
4877         * nptl/pthread_create.c: Forward-declare create_thread before
4878         including createthread.c.
4879         (start_thread): Use new macro START_THREAD_DEFN to replace defining
4880         declaration, and new macro START_THREAD_SELF to replace argument.
4881         Remove return statement.
4882         (report_thread_creation): New function.
4883         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
4884         synchronization logic, and __nptl_nthreads increment here, around
4885         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
4886         PD->parent_cancelhandling here, before create_thread.  When
4887         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
4888         __deallocate_stack, and ENOMEM translation here.
4890 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
4892         [BZ #17616]
4893         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
4894         (mptwo): Rename to __mptwo.
4895         (__inv): Use __mptwo instead of mptwo.
4896         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
4897         (mptwo): Rename to __mptwo.
4898         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
4899         of mpone and __mptwo instead of mptwo.
4900         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
4901         instead of mpone.
4902         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
4903         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
4904         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
4905         of mpone and __mptwo instead of mptwo.
4906         (__mpranred): Use __mpone instead of mpone.
4907         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
4908         variable.
4909         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
4910         (test-xfail-ISO99/math.h/linknamespace): Likewise.
4911         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
4912         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
4913         (test-xfail-ISO11/math.h/linknamespace): Likewise.
4914         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
4915         (test-xfail-XPG3/math.h/linknamespace): Likewise.
4916         (test-xfail-XPG4/math.h/linknamespace): Likewise.
4917         (test-xfail-POSIX/math.h/linknamespace): Likewise.
4918         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
4919         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
4920         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
4921         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
4922         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
4923         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
4924         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
4925         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
4926         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
4927         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
4929 2014-11-18  Tom de Vries  <tom@codesoucery.com>
4931         * manual/signal.texi (Primitives Interrupted by Signals): In section,
4932         replace BSD Handler xref with BSD Signal Handling.
4934 2014-11-17  Richard Henderson  <rth@redhat.com>
4936         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
4937         (_FP_PACK_RAW_2): Remove.
4938         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
4939         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
4940         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
4941         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
4942         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
4943         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
4944         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
4945         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
4946         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
4947         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
4948         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
4949         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
4950         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
4951         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
4952         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
4953         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
4955 2014-11-14  Roland McGrath  <roland@hack.frob.com>
4957         * signal/signal.h [__USE_MISC]
4958         (struct sigvec): Remove type.
4959         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
4960         (sigvec): Remove declaration.
4961         * sysdeps/posix/sigvec.c: Moved ...
4962         * signal/sigvec.c: ... here, replacing old file.
4963         (struct sigvec): New type, copied from old signal.h definition.
4964         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
4965         (__sigvec): Convert definition to prototype.
4966         (sigvec): Replace weak_alias with compat_symbol.
4967         * signal/Versions (libc: GLIBC_2.21): New version set.
4968         * include/signal.h: Remove __sigvec declaration.
4969         * sysdeps/unix/bsd/sigvec.c: Remove file.
4970         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
4971         * manual/signal.texi (BSD Handler): Remove subsection.
4972         Move siginterrupt up to ...
4973         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
4974         (Blocking in BSD): Fold subsection into its parent.
4975         * NEWS: Mention sigvec removal.
4977 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
4979         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
4980         (DLA_FMS): Make definition conditional only on [__FMA4__].
4981         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
4982         definition.
4984         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
4985         Make definition conditional only on [PROF].
4986         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
4987         definition.
4988         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
4989         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
4991         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
4992         !__GNUC__].
4993         * include/signal.h (__sigpause): Move declaration above call to
4994         libc_hidden_proto.
4995         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
4996         variable.
4997         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
4998         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
5000 2014-11-14  David S. Miller  <davem@davemloft.net>
5002         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
5003         Define before including <string/memcpy.c> and <string/mempcpy.c>.
5005 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
5007         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
5008         * configure: Regenerated.
5009         * manual/install.texi (Tools for Compilation): Document a
5010         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
5011         compiler verified to work.
5012         * INSTALL: Regenerated.
5014         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
5015         redeclare with asm name.
5016         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
5017         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
5018         including <string.h>.
5019         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5020         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
5021         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5022         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
5023         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5024         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
5025         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5027 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
5029         * stdlib/strtol.c (__strtol): Use prototype definition.
5031         [BZ #17594]
5032         * stdlib/strtol.c (SYM__): New macro.
5033         (SYM__1): Likewise.
5034         (__strtol): Likewise.
5035         (strtol): Rename to __strtol and define as weak alias of
5036         __strtol.  Use libc_hidden_weak.
5038 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5040         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
5041         Use numbered labels in inline assembly.
5043 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5045         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
5046         Add setjmp LIBC_PROBE.
5047         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
5048         Likewise.
5049         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
5050         Add longjmp, longjmp_target LIBC_PROBE.
5051         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
5052         Likewise.
5054 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5056         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
5057         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
5058         to get rid of unused variable warning.
5060 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5062         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
5063         Check for unwind_backtrace ==  NULL only in SHARED case.
5064         (__backchain_backtrace): Compile only in SHARED case.
5065         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
5066         Likewise.
5067         (__backchain_backtrace): Declare as static.
5069 2014-11-12  Roland McGrath  <roland@hack.frob.com>
5071         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
5072         (__libc_multiple_threads_ptr): Variable moved ...
5073         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
5075 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
5077         * conform/GlibcConform.pm: New file.
5078         * conform/conformtest.pl: Use GlibcConform module.
5079         * conform/linknamespace.pl: New file.
5080         * conform/list-header-symbols.pl: Likewise.
5081         * conform/Makefile (linknamespace-symlists-base): New variable.
5082         (linknamespace-symlists-tests): Likewise.
5083         (linknamespace-header-base): Likewise.
5084         (linknamespace-header-tests): Likewise.
5085         (tests-special): Add new tests.
5086         ($(linknamespace-symlists-tests)): New rule.
5087         (linknamespace-libs): New variable.
5088         ($(objpfx)symlist-stdlibs): New rule.
5089         ($(linknamespace-header-tests)): Likewise.
5090         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
5091         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
5092         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
5093         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
5094         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
5095         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
5096         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
5097         (test-xfail-ISO/math.h/linknamespace): Likewise.
5098         (test-xfail-ISO/signal.h/linknamespace): Likewise.
5099         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
5100         (test-xfail-ISO/time.h/linknamespace): Likewise.
5101         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
5102         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
5103         (test-xfail-ISO99/math.h/linknamespace): Likewise.
5104         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
5105         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
5106         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
5107         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
5108         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
5109         (test-xfail-ISO11/math.h/linknamespace): Likewise.
5110         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
5111         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
5112         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
5113         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
5114         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
5115         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
5116         (test-xfail-XPG3/math.h/linknamespace): Likewise.
5117         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
5118         (test-xfail-XPG3/search.h/linknamespace): Likewise.
5119         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
5120         (test-xfail-XPG3/time.h/linknamespace): Likewise.
5121         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
5122         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
5123         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
5124         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
5125         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
5126         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
5127         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
5128         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
5129         (test-xfail-XPG4/math.h/linknamespace): Likewise.
5130         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
5131         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
5132         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
5133         (test-xfail-XPG4/search.h/linknamespace): Likewise.
5134         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
5135         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
5136         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
5137         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
5138         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
5139         (test-xfail-XPG4/time.h/linknamespace): Likewise.
5140         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
5141         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
5142         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
5143         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
5144         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
5145         (test-xfail-POSIX/math.h/linknamespace): Likewise.
5146         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
5147         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
5148         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
5149         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
5150         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
5151         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
5152         (test-xfail-POSIX/time.h/linknamespace): Likewise.
5153         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
5154         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
5155         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
5156         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
5157         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
5158         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
5159         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
5160         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
5161         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
5162         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
5163         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
5164         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
5165         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
5166         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
5167         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
5168         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
5169         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
5170         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
5171         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
5172         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
5173         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
5174         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
5175         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
5176         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
5177         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
5178         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
5179         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
5180         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
5181         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
5182         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
5183         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
5184         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
5185         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
5186         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
5187         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
5188         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
5189         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
5190         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
5191         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
5192         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
5193         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
5194         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
5195         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
5196         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
5197         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
5198         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
5199         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
5200         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
5201         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
5202         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
5203         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
5204         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
5205         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
5206         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
5207         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
5208         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
5209         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
5210         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
5211         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
5212         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
5213         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
5214         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
5215         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
5216         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
5217         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
5218         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
5219         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
5220         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
5221         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
5222         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
5223         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
5224         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
5225         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
5226         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
5227         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
5228         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
5229         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
5230         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
5231         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
5232         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
5233         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
5234         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
5235         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
5236         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
5237         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
5238         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
5239         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
5240         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
5241         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
5242         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
5243         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
5244         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
5245         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
5246         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
5247         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
5248         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
5249         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
5250         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
5252         [BZ #17589]
5253         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
5254         of fgets_unlocked.
5256         [BZ #17585]
5257         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
5258         (memmem): Rename to __memmem and define as weak alias of
5259         __memmem.  Use libc_hidden_weak.
5260         (__memmem): Use libc_hidden_def.
5261         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
5262         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
5263         memmem.
5265         [BZ #17582]
5266         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
5267         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
5268         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
5269         and define as weak alias of __fgets_unlocked.  Use
5270         libc_hidden_weak.
5271         (__fgets_unlocked): Use libc_hidden_def.
5272         * include/stdio.h (__fgets_unlocked): Declare.  Use
5273         libc_hidden_proto.
5274         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
5275         __fgets_unlocked instead of fgets_unlocked.
5276         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
5277         (GET_NPROCS_CONF_PARSER): Likewise.
5278         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
5279         (GET_NPROCS_CONF_PARSER): Likewise.
5281         [BZ #17574]
5282         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
5283         weak alias of __wmemset.  Use libc_hidden_weak.
5284         (__wmemset): Use libc_hidden_def.
5285         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
5286         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
5287         of wmemset.
5289         [BZ #17573]
5290         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
5291         with asm name __mempcpy.
5292         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
5294         [BZ #17572]
5295         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
5296         and define as weak alias of __rawmemchr.
5297         (__rawmemchr): Do not define as strong alias of rawmemchr.
5299         [BZ #17571]
5300         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
5301         alias of __qsort_r.
5302         (qsort): Call __qsort_r instead of qsort_r.
5303         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
5304         (__qsort_r): Declare.  Call libc_hidden_proto.
5305         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
5306         instead of qsort_r.
5307         * nscd/gai.c (__qsort_r): Define to qsort_r.
5308         * posix/tst-rfc3484.c (__qsort_r): Likewise.
5309         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
5310         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
5312         [BZ #17570]
5313         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
5314         define as weak alias of __malloc_info.
5316         [BZ #17584]
5317         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
5318         as weak alias of __rewinddir.  Don't use libc_hidden_def.
5319         (__rewinddir): Use libc_hidden_def.
5320         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
5321         as weak alias of __rewinddir.  Don't use libc_hidden_def.
5322         (__rewinddir): Use libc_hidden_def.
5323         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
5324         weak alias of __rewinddir.  Don't use libc_hidden_def.
5325         (__rewinddir): Use libc_hidden_def.
5326         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
5327         (__rewinddir): Use libc_hidden_proto.
5328         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
5329         rewinddir.
5330         (__getcwd): Use __rewinddir instead of rewinddir.
5332         [BZ #17583]
5333         * libio/fileno.c (fileno): Rename to __fileno and define as weak
5334         alias of __fileno.  Use libc_hidden_weak.
5335         (__fileno): Use libc_hidden_def.
5336         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
5337         * libio/ftello.c (ftello): Rename to __ftello and define as weak
5338         alias of __ftello.
5339         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
5340         __ftello.
5341         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
5342         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
5343         libc_hidden_def.
5344         (fread_unlocked): Don't use libc_hidden_ver.
5345         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
5346         and define as weak alias of __fread_unlocked.  Don't use
5347         libc_hidden_def.
5348         (__fread_unlocked): Use libc_hidden_def.
5349         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
5350         (ftello): Don't use libc_hidden_proto.
5351         (__ftello): Declare.  Use libc_hidden_proto.
5352         (fread_unlocked): Don't use libc_hidden_proto.
5353         (__fread_unlocked): Declare.  Use libc_hidden_proto.
5354         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
5355         and __ftello instead of fileno, fread_unlocked and ftello.
5357 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
5359         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
5360         GOT12.
5361         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
5362         Likewise.
5363         (_dl_start_user): Likewise.
5364         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
5366 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
5367             Siddhesh Poyarekar  <siddhesh@redhat.com>
5369         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
5370         Move argv and envp down instead of moving argc up.
5371         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
5373 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
5375         [BZ #17506]
5376         * test-skeleton.c (main): Return successful if one of
5377         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
5378         * string/tst-strcoll-overflow.c: Define expected status.
5380 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
5382         [BZ #17475]
5383         * locale/iso-639.def: Define Bhili and Tulu language codes.
5385 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
5387         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
5389 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
5391         [BZ #17555]
5392         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
5394 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
5396         * configure.ac: Updated check of minimal required version to
5397         2.22.
5398         * manual/install.texi (Tools for Compilation): Updated version
5399         number.
5400         * configure: Regenerated.
5401         * INSTALL: Likewise.
5403 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
5405         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
5406         __tls_get_addr.
5408 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
5410         * include/sys/wait.h (__libc_waitpid): Remove declaration.
5411         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
5412         (__waitpid): Don't define as alias.  Use libc_hidden_def not
5413         libc_hidden_weak.
5414         (waitpid): Define as alias of __waitpid.
5415         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
5416         __waitpid.
5417         (__waitpid): Don't define as alias.  Use libc_hidden_def not
5418         libc_hidden_weak.
5419         (waitpid): Define as alias of __waitpid.
5420         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
5421         __libc_waitpid alias.
5422         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
5423         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
5424         Likewise.
5425         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
5426         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
5427         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
5428         alias.
5429         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
5430         __waitpid.
5431         (__waitpid): Don't define as alias.  Use libc_hidden_def not
5432         libc_hidden_weak.
5433         (waitpid): Define as alias of __waitpid.
5435 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
5437         * manual/llio.texi: Add comment that write safety has been
5438         fixed in Linux.
5440         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
5441         (localplt-build-dso): Add elf/ld.so.
5442         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
5443         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
5444         and free for ld.so.
5445         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
5446         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
5447         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
5448         Likewise.
5449         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
5450         Likewise.
5451         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
5452         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
5453         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
5454         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
5455         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
5456         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
5457         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
5458         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
5459         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
5460         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
5461         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
5463 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
5465         [BZ #14132]
5466         * include/libc-symbols.h (INTUSE): Remove macro.
5467         (INTDEF): Likewise.
5468         (INTVARDEF): Likewise.
5469         (_INTVARDEF): Likewise.
5470         (INTDEF2): Likewise.
5471         (INTVARDEF2): Likewise.
5472         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
5473         rtld_hidden_def instead of INTVARDEF.
5474         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
5475         (_dl_starting_up_internal): Remove declaration.
5476         (_dl_starting_up): Use rtld_hidden_proto.
5477         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
5478         declaration.
5479         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
5480         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
5481         _dl_starting_up.
5482         * elf/dl-writev.h (_dl_writev): Likewise.
5483         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
5484         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
5485         _dl_starting_up_internal.
5487 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5489         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
5490         test-skeleton.c.
5492 2014-11-05  Will Newton  <will.newton@linaro.org>
5494         * benchtests/Makefile: (bench-malloc): Add malloc thread
5495         scalability benchmark.
5496         * benchtests/bench-malloc-threads.c: New file.
5498 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
5500         * sysdeps/aarch64/strchrnul.S: New file.
5502 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5504         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
5505         definition.
5506         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
5507         Likwise.
5508         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
5509         Likewise.
5510         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
5511         Likewise.
5512         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
5513         Likewise.
5514         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
5515         Likewise.
5517 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
5519         * catgets/test-gencat.c: Use test-skeleton.c.
5520         * catgets/tst-catgets.c: Likewise.
5521         * csu/tst-empty.c: Likewise.
5522         * elf/tst-audit2.c: Likewise.
5523         * elf/tst-global1.c: Likewise.
5524         * elf/tst-pathopt.c: Likewise.
5525         * elf/tst-piemod1.c: Likewise.
5526         * elf/tst-tls10.c: Likewise.
5527         * elf/tst-tls11.c: Likewise.
5528         * elf/tst-tls12.c: Likewise.
5529         * gnulib/tst-gcc.c: Likewise.
5530         * iconvdata/tst-e2big.c: Likewise.
5531         * iconvdata/tst-loading.c: Likewise.
5532         * iconv/tst-iconv1.c: Likewise.
5533         * iconv/tst-iconv2.c: Likewise.
5534         * inet/test-inet6_opt.c: Likewise.
5535         * inet/tst-gethnm.c: Likewise.
5536         * inet/tst-network.c: Likewise.
5537         * inet/tst-ntoa.c: Likewise.
5538         * intl/tst-codeset.c: Likewise.
5539         * intl/tst-gettext2.c: Likewise.
5540         * intl/tst-gettext3.c: Likewise.
5541         * intl/tst-ngettext.c: Likewise.
5542         * intl/tst-translit.c: Likewise.
5543         * io/test-stat.c: Likewise.
5544         * libio/test-fmemopen.c: Likewise.
5545         * libio/tst-freopen.c: Likewise.
5546         * libio/tst-sscanf.c: Likewise.
5547         * libio/tst-ungetwc1.c: Likewise.
5548         * libio/tst-ungetwc2.c: Likewise.
5549         * libio/tst-widetext.c: Likewise.
5550         * localedata/tst-ctype.c: Likewise.
5551         * localedata/tst-digits.c: Likewise.
5552         * localedata/tst-leaks.c: Likewise.
5553         * localedata/tst-mbswcs1.c: Likewise.
5554         * localedata/tst-mbswcs2.c: Likewise.
5555         * localedata/tst-mbswcs3.c: Likewise.
5556         * localedata/tst-mbswcs4.c: Likewise.
5557         * localedata/tst-mbswcs5.c: Likewise.
5558         * localedata/tst-setlocale.c: Likewise.
5559         * localedata/tst-trans.c: Likewise.
5560         * localedata/tst-wctype.c: Likewise.
5561         * localedata/tst-xlocale1.c: Likewise.
5562         * login/tst-grantpt.c: Likewise.
5563         * malloc/tst-calloc.c: Likewise.
5564         * malloc/tst-malloc.c: Likewise.
5565         * malloc/tst-mallocstate.c: Likewise.
5566         * malloc/tst-mcheck.c: Likewise.
5567         * malloc/tst-mtrace.c: Likewise.
5568         * malloc/tst-obstack.c: Likewise.
5569         * math/atest-exp2.c: Likewise.
5570         * math/atest-exp.c: Likewise.
5571         * math/atest-sincos.c: Likewise.
5572         * math/test-matherr.c: Likewise.
5573         * math/test-misc.c: Likewise.
5574         * math/test-powl.c: Likewise.
5575         * math/tst-definitions.c: Likewise.
5576         * misc/tst-dirname.c: Likewise.
5577         * misc/tst-efgcvt.c: Likewise.
5578         * misc/tst-fdset.c: Likewise.
5579         * misc/tst-hsearch.c: Likewise.
5580         * misc/tst-mntent2.c: Likewise.
5581         * nptl/tst-sem7.c: Likewise.
5582         * nptl/tst-sem8.c: Likewise.
5583         * nptl/tst-sem9.c: Likewise.
5584         * nss/test-netdb.c: Likewise.
5585         * posix/tst-fnmatch.c: Likewise.
5586         * posix/tst-getlogin.c: Likewise.
5587         * posix/tst-gnuglob.c: Likewise.
5588         * posix/tst-mmap.c: Likewise.
5589         * pwd/tst-getpw.c: Likewise.
5590         * resolv/tst-inet_ntop.c: Likewise.
5591         * rt/tst-timer.c: Likewise.
5592         * stdio-common/test-fseek.c: Likewise.
5593         * stdio-common/test-popen.c: Likewise.
5594         * stdio-common/test-vfprintf.c: Likewise.
5595         * stdio-common/tst-cookie.c: Likewise.
5596         * stdio-common/tst-fileno.c: Likewise.
5597         * stdio-common/tst-gets.c: Likewise.
5598         * stdio-common/tst-obprintf.c: Likewise.
5599         * stdio-common/tst-perror.c: Likewise.
5600         * stdio-common/tst-sprintf2.c: Likewise.
5601         * stdio-common/tst-sprintf3.c: Likewise.
5602         * stdio-common/tst-sprintf.c: Likewise.
5603         * stdio-common/tst-swprintf.c: Likewise.
5604         * stdio-common/tst-tmpnam.c: Likewise.
5605         * stdio-common/tst-unbputc.c: Likewise.
5606         * stdio-common/tst-wc-printf.c: Likewise.
5607         * stdlib/tst-environ.c: Likewise.
5608         * stdlib/tst-fmtmsg.c: Likewise.
5609         * stdlib/tst-limits.c: Likewise.
5610         * stdlib/tst-rand48-2.c: Likewise.
5611         * stdlib/tst-rand48.c: Likewise.
5612         * stdlib/tst-random2.c: Likewise.
5613         * stdlib/tst-random.c: Likewise.
5614         * stdlib/tst-strtol.c: Likewise.
5615         * stdlib/tst-strtoll.c: Likewise.
5616         * stdlib/tst-tls-atexit.c: Likewise.
5617         * stdlib/tst-xpg-basename.c: Likewise.
5618         * string/test-ffs.c: Likewise.
5619         * string/tst-bswap.c: Likewise.
5620         * string/tst-inlcall.c: Likewise.
5621         * string/tst-strtok.c: Likewise.
5622         * string/tst-strxfrm.c: Likewise.
5623         * sysdeps/x86_64/tst-audit10.c: Likewise.
5624         * sysdeps/x86_64/tst-audit3.c: Likewise.
5625         * sysdeps/x86_64/tst-audit4.c: Likewise.
5626         * sysdeps/x86_64/tst-audit5.c: Likewise.
5627         * time/tst-ftime_l.c: Likewise.
5628         * time/tst-getdate.c: Likewise.
5629         * time/tst-mktime3.c: Likewise.
5630         * time/tst-mktime.c: Likewise.
5631         * time/tst-posixtz.c: Likewise.
5632         * time/tst-strptime2.c: Likewise.
5633         * time/tst-strptime3.c: Likewise.
5634         * wcsmbs/tst-btowc.c: Likewise.
5635         * wcsmbs/tst-mbrtowc.c: Likewise.
5636         * wcsmbs/tst-mbsrtowcs.c: Likewise.
5637         * wcsmbs/tst-wchar-h.c: Likewise.
5638         * wcsmbs/tst-wcpncpy.c: Likewise.
5639         * wcsmbs/tst-wcrtomb.c: Likewise.
5640         * wcsmbs/tst-wcsnlen.c: Likewise.
5641         * wcsmbs/tst-wcstof.c: Likewise.
5643 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
5645         [BZ #14132]
5646         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
5647         INTDEF.
5648         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
5649         declaration.
5650         (_dl_mcount): Use rtld_hidden_proto.
5651         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
5652         _dl_mcount.
5653         * elf/rtld.c (_rtld_global_ro): Likewise.
5655         [BZ #14132]
5656         * elf/dl-init.c (_dl_init): Don't use INTDEF.
5657         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
5658         of _dl_init_internal.
5659         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
5660         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
5661         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
5662         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
5663         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
5664         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
5665         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
5666         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
5667         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
5668         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
5669         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
5670         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
5671         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
5672         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
5673         * sysdeps/tile/dl-start.S (_start): Likewise.
5674         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
5675         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
5677         [BZ #14132]
5678         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
5679         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
5680         (rtld_progname): Make macro definition unconditional.
5681         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
5682         INTDEF.
5683         (dlmopen_doit): Do not use INTUSE with _dl_argv.
5684         (dl_main): Likewise.
5685         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
5686         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
5687         instead of _dl_argv_internal.
5688         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
5689         __GI__dl_argv instead of INTUSE(_dl_argv).
5690         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
5691         __GI__dl_argv instead of _dl_argv_internal.
5693         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
5694         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
5695         macro.
5696         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
5697         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
5698         New macro.
5699         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
5700         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
5701         macro.
5702         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
5703         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
5705 2014-11-04  Andreas Schwab  <schwab@suse.de>
5707         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
5709 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5711         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
5712         mtvsrd instruction in binary form.
5714 2014-11-03  Andreas Schwab  <schwab@suse.de>
5716         [BZ #17522]
5717         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
5718         for less than MB_LEN_MAX use a local buffer of that size.
5719         * libio/tst-fputws.c: New file.
5720         * libio/Makefile (tests): Add tst-fputws.
5722 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
5724         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
5725         the size of the fpu_fr.fpu_dregs[] array.
5727 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
5729         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
5730         (__nanosleep): Do not define as alias.
5731         (nanosleep): Define as alias of __nanosleep.
5732         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
5733         __libc_nanosleep name.
5735 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
5737         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
5738         install.texi in comment.
5740 2014-10-31  Torvald Riegel  <triegel@redhat.com>
5742         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
5743         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
5744         ... add here and use lwsync or sync ...
5745         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
5746         ... and add here using lwsync.
5748 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
5750         * elf/dl-machine-reject-phdr.h: New file.
5751         * elf/dl-load.c: #include that.
5752         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
5753         if that returned true.
5755 2014-10-31  Roland McGrath  <roland@hack.frob.com>
5757         [BZ #17496]
5758         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
5759         gen-as-const-headers chunk.  Add a big scare comment after the last
5760         safe place to touch before-compile.
5762 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
5764         * manual/install.texi (Tools for Compilation): Update autoconf
5765         version requirements.
5766         * INSTALL: Regenerated.
5768         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
5769         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
5770         (__libc_pselect): Likewise.
5772         [BZ #14138]
5773         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
5774         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
5775         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
5776         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
5778 2014-10-31  Torvald Riegel  <triegel@redhat.com>
5780         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
5781         correct barrier instruction.
5782         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
5783         Likewise.
5784         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
5785         Likewise.
5787 2014-10-30  Roland McGrath  <roland@hack.frob.com>
5789         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
5790         after defining inlines.  Instead, just use parens to defeat macro
5791         expansion of __isctype in its declaration.
5793 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
5795         * include/sys/uio.h (__libc_readv): Remove declaration.
5796         (__libc_writev): Likewise.
5797         * misc/readv.c (__libc_readv): Rename to __readv.
5798         (__readv): Do not define as alias.
5799         (readv): Define as alias of __readv.
5800         * misc/writev.c (__libc_writev): Rename to __writev.
5801         (__writev): Do not define as alias.
5802         (writev): Define as alias of __writev.
5803         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
5804         (__readv): Do not define as alias.
5805         (readv): Define unconditionally as alias of __readv.
5806         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
5807         (__writev): Do not define as alias.
5808         (writev): Define unconditionally as alias of __writev.
5809         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
5810         name.
5811         (writev): Do not define __libc_writev name.
5813 2014-10-30  Roland McGrath  <roland@hack.frob.com>
5815         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
5816         (convert_charseq): New function, broken out of ...
5817         (use_from_charmap): ... here.  Call it.
5818         (use_to_charmap): Use convert_charseq and free instead of duplicating
5819         its code with a variable-length stack struct.
5821 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
5823         * include/fcntl.h (__libc_creat): Remove declaration.
5824         * io/creat.c (__libc_creat): Rename to creat.
5825         (creat): Do not define as alias.
5826         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
5827         of creat instead of __libc_creat.
5828         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
5829         to creat.
5830         (creat): Do not define as alias.
5831         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
5832         __libc_creat.
5833         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
5834         __libc_creat name.
5835         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
5836         Likewise.
5838 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
5840         * manual/llio.texi: Add comments discussing why write() may be
5841         considered MT-unsafe on Linux.
5843 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
5845         * dl-load.c (local_strdup): Remove.
5846         (expand_dynamic_string_token): Use __strdup.
5847         (decompose_rpath): Likewise.
5848         (_dl_map_object): Likewise.
5850 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
5852         [BZ #14132]
5853         * sysdeps/generic/unwind-dw2-fde.c
5854         (__register_frame_info_bases_internal): Do not declare.
5855         (__register_frame_info_table_bases_internal): Likewise.
5856         (__deregister_frame_info_bases_internal): Likewise.
5857         (__register_frame_info_bases): Declare and use hidden_proto before
5858         definition.  Use hidden_def instead of INTDEF.
5859         (__register_frame_info_table_bases): Likewise.
5860         (__deregister_frame_info_bases): Likewise.
5861         (__register_frame_info): Do not use INTUSE.
5862         (__register_frame): Likewise.
5863         (__register_frame_info_table): Likewise.
5864         (__register_frame_table): Likewise.
5865         (__deregister_frame_info): Likewise.
5866         (__deregister_frame): Likewise.
5868 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
5870         * sysdeps/unix/sysv/linux/arm/kernel-features.h
5871         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
5872         not undefine.
5873         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
5874         Likewise.
5875         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
5876         Likewise.
5878 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
5880         [BZ #14138]
5881         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
5882         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
5883         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
5884         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
5885         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
5886         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
5887         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
5888         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
5889         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
5890         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
5891         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
5892         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
5893         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
5894         syscall.
5895         (setfsuid): Likewise.
5896         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
5897         (setfsuid): Likewise.
5898         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
5899         (setfsuid): Likewise.
5900         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
5901         Likewise.
5902         (setfsuid): Likewise.
5903         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
5904         (setfsuid): Likewise.
5905         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
5906         Likewise.
5907         (setfsuid): Likewise.
5909 2014-10-27  Andreas Schwab  <schwab@suse.de>
5911         [BZ #17501]
5912         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
5913         check for Slow_SSE4_2 feature bit.
5914         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
5915         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
5916         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
5917         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
5919 2014-10-24  Roland McGrath  <roland@hack.frob.com>
5921         * configure.ac: Validate compiler version with a empirical test of
5922         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
5923         $CC -v output.
5924         * configure: Regenerated.
5926         * inet/htons.c (htons): Prototypify.
5927         * inet/htonl.c (htonl): Likewise.
5929 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5931         * string/strncat.c (strncat): Improve performance by using strlen.
5933 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5935         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
5937 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5939         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
5940         Call libc_fetestexcept_aarch64.
5942 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5944         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
5945         Call libc_feholdexcept_aarch64.
5947 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5949         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
5950         Call get_rounding_mode.
5952 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5954         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
5955         Simplify logic.
5957 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5959         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
5960         Simplify logic.
5962 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
5964         [BZ #14138]
5965         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
5966         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
5967         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
5968         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
5969         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
5970         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
5971         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
5972         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
5973         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
5974         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
5975         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
5976         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
5977         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
5978         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
5979         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
5980         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
5981         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
5982         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
5983         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
5984         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
5985         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
5986         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
5987         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
5988         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
5989         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
5990         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
5991         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
5992         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
5993         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
5994         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
5995         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
5996         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
5997         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
5998         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
5999         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
6000         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
6001         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
6002         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
6003         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
6004         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
6005         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
6006         syscall.
6007         (geteuid): Likewise.
6008         (getgid): Likewise.
6009         (getuid): Likewise.
6010         (getresgid): Likewise.
6011         (getresuid): Likewise.
6012         (getgroups): Likewise.
6013         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
6014         (geteuid): Likewise.
6015         (getgid): Likewise.
6016         (getuid): Likewise.
6017         (getresgid): Likewise.
6018         (getresuid): Likewise.
6019         (getgroups): Likewise.
6020         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
6021         (geteuid): Likewise.
6022         (getgid): Likewise.
6023         (getuid): Likewise.
6024         (getresgid): Likewise.
6025         (getresuid): Likewise.
6026         (getgroups): Likewise.
6027         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
6028         Likewise.
6029         (geteuid): Likewise.
6030         (getgid): Likewise.
6031         (getuid): Likewise.
6032         (getresgid): Likewise.
6033         (getresuid): Likewise.
6034         (getgroups): Likewise.
6035         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
6036         (geteuid): Likewise.
6037         (getgid): Likewise.
6038         (getuid): Likewise.
6039         (getresgid): Likewise.
6040         (getresuid): Likewise.
6041         (getgroups): Likewise.
6042         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
6043         Likewise.
6044         (geteuid): Likewise.
6045         (getgid): Likewise.
6046         (getuid): Likewise.
6047         (getgroups): Likewise.
6049         [BZ #14138]
6050         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
6051         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
6052         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
6053         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
6054         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
6055         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
6056         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
6057         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
6058         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
6059         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
6060         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
6061         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
6062         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
6063         __chown.
6064         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
6065         (lchown): Likewise.
6066         (fchown): Likewise.
6067         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
6068         Likewise.
6069         (lchown): Likewise.
6070         (fchown): Likewise.
6071         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
6072         (lchown): Likewise.
6073         (fchown): Likewise.
6074         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
6075         Likewise.
6076         (lchown): Likewise.
6077         (fchown): Likewise.
6079 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6081         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
6082         Simplify logic.
6084 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6086         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
6087         Cleanup logic.
6089 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6091         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
6092         Remove unused include.
6094 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6096         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
6097         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
6098         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
6099         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
6101 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
6102             Helge Deller <deller@gmx.de>
6104         [BZ #17508]
6105         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
6106         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
6107         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
6109 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
6111         [BZ #14132]
6112         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
6113         Remove macro definition.
6114         (__ashrdi3_v_glibc20): Likewise.
6115         (__lshrdi3_v_glibc20): Likewise.
6116         (__cmpdi2_v_glibc20): Likewise.
6117         (__ucmpdi2_v_glibc20): Likewise.
6118         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
6119         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
6120         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
6121         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
6122         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
6123         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
6125 2014-10-22  Roland McGrath  <roland@hack.frob.com>
6127         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
6128         old GNU extension [0] syntax.
6129         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
6130         alloca rather than an array member with variable length.
6131         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
6132         * nscd/nscd.c (invalidate_db): New function, broken out of ...
6133         (parse_opt): ... here.  Likewise use alloca there.
6134         Validate the -i argument before checking for rootness.
6135         (send_shutdown): New function, broken out of ...
6136         (parse_opt): ... here.
6138 2014-10-22  Roland McGrath  <roland@hack.frob.com>
6140         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
6141         macro to get at the _rt_local_ro field.
6142         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
6143         ([PIC] case) or _dl_hwcap ([!PIC] case).
6144         * sysdeps/arm/setjmp.S: Likewise.
6146         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
6147         * sysdeps/arm/configure.ac: New check to define it.
6148         * sysdeps/arm/configure: Regenerated.
6149         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
6150         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
6151         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
6152         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
6153         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
6154         Use move/movt pair instead of a load.
6155         (LDST_GLOBAL): Macro removed.
6156         (LDR_GLOBAL): New macro replaces it.
6157         (LDR_HIDDEN): New macro.
6158         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
6159         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
6161         * setjmp/tst-setjmp-static.c: New file.
6162         * setjmp/Makefile (tests): Add it.
6163         (tests-static): New variable.
6165 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
6167         [BZ #17485]
6168         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
6170 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
6172         [BZ #14132]
6173         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
6175 2014-10-21  Roland McGrath  <roland@hack.frob.com>
6177         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
6179 2014-10-20  Roland McGrath  <roland@hack.frob.com>
6181         * io/fts.c (dirent_not_directory): New function.
6182         (fts_build): Call it.
6184 2014-10-20  Roland McGrath  <roland@hack.frob.com>
6186         * nptl/version.c (__nptl_main): Use normal __write rather than
6187         INTERNAL_SYSCALL.
6188         (banner): Update copyright years.
6190         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
6191         gettimeofday.
6192         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
6193         * nptl/pthread_cond_timedwait.c: Likewise.
6194         * nptl/pthread_mutex_timedlock.c: Likewise.
6195         * nptl/sem_timedwait.c: Likewise.
6197         * sysdeps/nptl/bits/libc-lock.h
6198         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
6199         (__libc_lock_init_recursive): Return void, not 0.
6200         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
6201         (__libc_rwlock_init): Likewise.
6202         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
6204 2014-10-20  Torvald Riegel  <triegel@redhat.com>
6206         [BZ #15215]
6207         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
6208         (__pthread_once_slow): ... here.
6209         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
6210         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
6212 2014-10-20  Torvald Riegel  <triegel@redhat.com>
6214         [BZ #15215]
6215         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
6216         __PTHREAD_ONCE_FORK_GEN_INCR): New.
6217         * sysdeps/nptl/fork.c (__libc_fork): Use them.
6218         * nptl/pthread_once.c (__pthread_once): Likewise.
6219         Update comments.
6221 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
6223         [BZ #14138]
6224         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
6225         name.
6226         (writev): Use __libc_writev as strong name.
6227         * sysdeps/unix/sysv/linux/readv.c: Remove file.
6228         * sysdeps/unix/sysv/linux/writev.c: Likewise.
6230 2014-10-17  Roland McGrath  <roland@hack.frob.com>
6232         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
6234         * sysdeps/i386/nptl/tls.h
6235         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
6236         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
6237         New macros.
6238         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
6239         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
6240         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
6241         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
6242         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
6243         Call CHECK_THREAD_SYSINFO instead of doing an assert.
6245         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
6246         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
6247         on [__NR_futex].
6248         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
6249         broken out of ...
6250         (__pthread_mutex_init): ... here.  Call it.
6251         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
6252         Conditionalize PI cases on [__NR_futex].
6253         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
6254         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
6255         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
6257         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
6258         conditional on [SIGSETXID].
6259         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
6260         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
6261         is defined.  Likewise for SIGSETXID.
6262         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
6263         Conditionalize definitions on [SIGSETXID].
6264         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
6265         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
6266         unblocking on [SIGCANCEL].
6268         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
6269         [__NR_set_robust_list].
6271 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
6273         * string/strcoll_l.c (get_next_seq): Fix up formatting.
6274         (do_compare): Likewise.
6276 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
6278         [BZ #15884]
6279         * string/strcoll_l.c: Don't include stdio.h.
6280         (coll_seq): Remove members idxarr and rulearr.
6281         (get_next_seq_cached): Remove function.
6282         (get_next_seq): Likewise.
6283         (get_next_seq_nocache): Rename to get_next_seq.
6284         (do_compare): Remove function.
6285         (do_compare_nocache): Rename to do_compare.
6286         (STRCOLL): Remove weight and rules cache.
6288 2014-10-16  Roland McGrath  <roland@hack.frob.com>
6290         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
6291         * sysdeps/arm/sfp-machine.h: ... to here.
6292         * sysdeps/arm/Implies: Remove arm/soft-fp.
6294 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
6296         * conform/data/sys/utsname.h-data (*_t): Allow.
6297         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
6298         [POSIX] (WEXITED): Do not expect constant.
6299         [POSIX] (WSTOPPED): Likewise.
6300         [POSIX] (WNOHANG): Likewise.
6301         [POSIX] (WNOWAIT): Likewise.
6302         [POSIX] (siginfo_t): Do not expect type or elements.
6303         [POSIX] (pid_t): Do not expect type.
6304         [POSIX] (signal.h): Do not allow header.
6305         [POSIX] (sys/resource.h): Likewise.
6306         [POSIX] (si_*): Do not allow pattern.
6307         [POSIX] (W*): Likewise.
6308         [POSIX] (P_*): Likewise.
6309         [POSIX] (BUS_*): Likewise.
6310         [POSIX] (CLD_*): Likewise.
6311         [POSIX] (FPE_*): Likewise.
6312         [POSIX] (ILL_*): Likewise.
6313         [POSIX] (POLL_*): Likewise.
6314         [POSIX] (SEGV_*): Likewise.
6315         [POSIX] (SI_*): Likewise.
6316         [POSIX] (TRAP_*): Likewise.
6317         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
6318         variable.
6320 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
6322         [BZ #12926]
6323         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
6324         infinite loop when __recvmsg returns 0.
6326 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
6328         * CANCEL-FCT-WAIVE: Remove file.
6329         * CANCEL-FILE-WAIVE: Likewise.
6331         [BZ #14132]
6332         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
6333         instead of INTVARDEF.
6334         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
6335         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
6336         rtld_hidden_data_def instead of INTVARDEF.
6337         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
6338         * elf/dl-deps.c (expand_dst): Likewise.
6339         * elf/dl-load.c (_dl_dst_count): Likewise.
6340         (_dl_dst_substitute): Likewise.
6341         (decompose_rpath): Likewise.
6342         (_dl_init_paths): Likewise.
6343         (open_path): Likewise.
6344         (_dl_map_object): Likewise.
6345         * elf/rtld.c (dl_main): Likewise.
6346         (process_dl_audit): Likewise.
6347         (process_envvars): Likewise.
6348         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
6349         Remove declaration.
6350         (__libc_enable_secure): Use rtld_hidden_proto.
6352 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6354         * elf/dl-load.c
6355         (add_path): New function broken out of _dl_rtld_di_serinfo.
6356         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
6358 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
6360         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
6361         parentheses around macro arguments.
6362         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
6363         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
6364         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
6365         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
6366         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
6367         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
6368         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
6369         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
6370         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
6371         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
6372         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
6373         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
6374         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
6375         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
6376         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
6377         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
6378         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
6379         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
6380         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
6381         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
6382         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
6383         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
6384         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
6385         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
6386         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
6387         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
6388         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
6389         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
6390         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
6391         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
6392         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
6393         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
6394         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
6395         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
6396         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
6397         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
6398         Likewise.
6399         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
6400         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
6401         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
6402         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
6403         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
6404         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
6405         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
6406         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
6407         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
6408         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
6409         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
6410         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
6411         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
6412         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
6413         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
6414         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
6415         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
6416         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
6417         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
6418         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
6419         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
6420         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
6421         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
6422         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
6423         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
6424         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
6425         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
6426         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
6427         (_FP_FRAC_SRS_1): Likewise.
6428         (_FP_FRAC_CLZ_1): Likewise.
6429         (_FP_MUL_MEAT_1_imm): Likewise.
6430         (_FP_MUL_MEAT_1_wide): Likewise.
6431         (_FP_MUL_MEAT_1_hard): Likewise.
6432         (_FP_SQRT_MEAT_1): Likewise.
6433         (_FP_FRAC_ASSEMBLE_1): Likewise.
6434         (_FP_FRAC_DISASSEMBLE_1): Likewise.
6435         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
6436         (__FP_CLZ_2): Likewise.
6437         (_FP_MUL_MEAT_2_wide): Likewise.
6438         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6439         (_FP_MUL_MEAT_2_gmp): Likewise.
6440         (_FP_MUL_MEAT_2_120_240_double): Likewise.
6441         (_FP_SQRT_MEAT_2): Likewise.
6442         (_FP_FRAC_ASSEMBLE_2): Likewise.
6443         (_FP_FRAC_DISASSEMBLE_2): Likewise.
6444         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
6445         (_FP_FRAC_CLZ_4): Likewise.
6446         (_FP_MUL_MEAT_4_wide): Likewise.
6447         (_FP_MUL_MEAT_4_gmp): Likewise.
6448         (_FP_SQRT_MEAT_4): Likewise.
6449         (_FP_FRAC_ASSEMBLE_4): Likewise.
6450         (_FP_FRAC_DISASSEMBLE_4): Likewise.
6451         * soft-fp/op-common.h (_FP_CMP): Likewise.
6452         (_FP_CMP_EQ): Likewise.
6453         (_FP_CMP_UNORD): Likewise.
6454         (_FP_TO_INT): Likewise.
6455         (_FP_FROM_INT): Likewise.
6456         [!__FP_CLZ] (__FP_CLZ): Likewise.
6457         (_FP_DIV_HELP_imm): Likewise.
6458         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
6459         Likewise.
6460         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
6461         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
6462         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
6463         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
6464         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
6465         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
6466         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
6467         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
6468         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
6469         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
6470         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
6471         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
6472         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
6473         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
6474         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
6475         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
6476         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
6477         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
6478         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
6479         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
6480         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
6481         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
6482         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
6483         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
6484         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
6485         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
6486         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
6487         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
6488         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
6489         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
6490         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
6491         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
6492         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
6493         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
6494         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
6495         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
6496         (FP_UNPACK_RAW_SP): Likewise.
6497         (FP_PACK_RAW_S): Likewise.
6498         (FP_PACK_RAW_SP): Likewise.
6499         (FP_UNPACK_S): Likewise.
6500         (FP_UNPACK_SP): Likewise.
6501         (FP_UNPACK_SEMIRAW_S): Likewise.
6502         (FP_UNPACK_SEMIRAW_SP): Likewise.
6503         (FP_PACK_S): Likewise.
6504         (FP_PACK_SP): Likewise.
6505         (FP_PACK_SEMIRAW_S): Likewise.
6506         (FP_PACK_SEMIRAW_SP): Likewise.
6507         (_FP_SQRT_MEAT_S): Likewise.
6508         (FP_CMP_S): Likewise.
6509         (FP_CMP_EQ_S): Likewise.
6510         (FP_CMP_UNORD_S): Likewise.
6511         (FP_TO_INT_S): Likewise.
6512         (FP_FROM_INT_S): Likewise.
6514         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
6516         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
6517         (FP_EX_INVALID_IMZ): Likewise.
6518         (FP_EX_INVALID_IMZ_FMA): Likewise.
6519         (FP_EX_INVALID_ISI): Likewise.
6520         (FP_EX_INVALID_ZDZ): Likewise.
6521         (FP_EX_INVALID_IDI): Likewise.
6522         (FP_EX_INVALID_SQRT): Likewise.
6523         (FP_EX_INVALID_CVI): Likewise.
6524         (FP_EX_INVALID_VC): Likewise.
6525         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
6526         "invalid" exceptions.
6527         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
6528         (_FP_ADD_INTERNAL): Likewise.
6529         (_FP_MUL): Likewise.
6530         (_FP_FMA): Likewise.
6531         (_FP_DIV): Likewise.
6532         (_FP_CMP_CHECK_NAN): Likewise.
6533         (_FP_SQRT): Likewise.
6534         (_FP_TO_INT): Likewise.
6535         (FP_EXTEND): Likewise.
6537 2014-10-09  Allan McRae  <allan@archlinux.org>
6539         * po/fr.po: Update French translation from translation project.
6541 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
6543         [BZ #14132]
6544         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
6545         of INTDEF.
6546         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
6547         (__cxa_atexit): Use libc_hidden_proto.
6548         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
6550         [BZ #14132]
6551         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
6552         declaration.
6553         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
6554         [!_ISOMAC] (__iswspace_l_internal): Likewise.
6555         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
6556         [!_ISOMAC] (__iswctype_internal): Likewise.
6557         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
6558         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
6559         alias.
6560         (fcntl): Remove __fcntl_internal alias.
6561         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
6562         __connect_internal alias.
6563         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
6564         Likewise.
6566         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
6567         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
6568         FP_DENORM_ZERO.
6569         (_FP_CHECK_FLUSH_ZERO): New macro.
6570         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
6571         (_FP_CMP): Likewise.
6572         (_FP_CMP_EQ): Likewise.
6573         (_FP_TO_INT): Do not set inexact for subnormal arguments if
6574         FP_DENORM_ZERO.
6575         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
6576         (FP_TRUNC): Likewise.
6578         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
6579         treated as invalid conversion, not as normal exponent.
6581         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
6582         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
6583         (_FP_CMP_EQ): Likewise.
6584         (_FP_CMP_UNORD): Likewise.
6585         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
6586         (FP_CMP_EQ_D): Likewise.
6587         (FP_CMP_UNORD_D): Likewise.
6588         * soft-fp/extended.h (FP_CMP_E): Likewise.
6589         (FP_CMP_EQ_E): Likewise.
6590         (FP_CMP_UNORD_E): Likewise.
6591         * soft-fp/quad.h (FP_CMP_Q): Likewise.
6592         (FP_CMP_EQ_Q): Likewise.
6593         (FP_CMP_UNORD_Q): Likewise.
6594         * soft-fp/single.h (FP_CMP_S): Likewise.
6595         (FP_CMP_EQ_S): Likewise.
6596         (FP_CMP_UNORD_S): Likewise.
6597         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
6598         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
6599         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
6600         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
6601         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
6602         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
6603         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
6604         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
6605         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
6606         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
6607         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
6608         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
6609         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
6610         to FP_CMP_Q.
6611         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
6612         FP_CMP_Q.
6613         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
6614         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
6615         FP_CMP_EQ_Q.
6616         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
6617         FP_CMP_Q.
6618         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
6619         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
6620         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
6621         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
6622         FP_CMP_EQ_Q.
6623         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
6624         FP_CMP_Q.
6625         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
6626         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
6627         FP_CMP_EQ_Q.
6628         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
6629         FP_CMP_Q.
6630         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
6631         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
6632         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
6633         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
6634         FP_CMP_EQ_Q.
6636         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
6637         a subnormal result, set the underflow exception if trapping on
6638         underflow is enabled.
6639         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
6640         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
6641         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
6642         redefine to 0.
6643         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
6644         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
6645         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
6646         * soft-fp/extendxftf2.c (__extendxftf2): Use
6647         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
6649         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
6650         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
6651         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6652         FP_HANDLE_EXCEPTIONS.
6653         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
6654         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6655         FP_HANDLE_EXCEPTIONS.
6656         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
6657         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6658         FP_HANDLE_EXCEPTIONS.
6659         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
6660         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6661         FP_HANDLE_EXCEPTIONS.
6663 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
6665         [BZ #14132]
6666         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
6667         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
6668         use INTUSE.
6669         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
6670         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
6671         Remove alias.
6672         (__adjtimex): Define using libc_hidden_ver.
6673         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
6674         Remove declaration.
6675         (ntp_gettime): Call __adjtimex directly.
6676         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
6677         Remove declaration.
6678         (ntp_gettimex): Call __adjtimex directly.
6679         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
6680         __adjtimex_internal alias.
6682 2014-10-08  Roland McGrath  <roland@hack.frob.com>
6684         [BZ #17460]
6685         * nscd/nscd.c (more_help): Rewrite list of tables collection
6686         using xstrdup and asprintf.
6688         * nscd/nscd_conf.c: Remove local xstrdup declaration.
6690 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6691             Roland McGrath  <roland@hack.frob.com>
6693         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
6694         (do_lookup_unique): ... local function 'enter' here; update callers.
6696 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
6698         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
6699         compat_symbol calls on [SHARED].
6700         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
6701         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
6702         Remove.
6703         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6704         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
6705         (oldsetrlimit): Remove.
6706         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6707         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
6708         (lchown): New syscall entry.
6709         (oldsetrlimit): Remove.
6710         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6711         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
6712         (oldsetrlimit): Remove.
6713         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6715         [BZ #14138]
6716         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
6717         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
6718         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
6719         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
6720         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6721         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
6722         (fchown): Likewise.
6723         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
6724         (fchown): Likewise.
6725         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
6726         Likewise.
6728 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6730         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
6731         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
6732         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
6733         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
6734         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
6735         Likewise.
6736         (__old_sem_post): Likewise.
6738 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
6740         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
6741         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
6742         HAVE_CLOCK_GETTIME_VSYSCALL macros.
6743         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
6744         Use INLINE_VSYSCALL macro.
6745         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
6746         __vdso_clock_gettime.
6747         * sysdeps/unix/sysv/linux/tile/init-first.c
6748         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
6749         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
6750         __vdso_clock_gettime.
6752         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
6753         to set up frame more cleanly.
6755         * sysdeps/tile/memcmp.c: New file.
6757         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
6759         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
6760         * sysdeps/tile/tilegx/strcasestr.c: New file.
6761         * sysdeps/tile/tilegx/strnlen.c: New file.
6762         * sysdeps/tile/tilegx/strstr.c: New file.
6764         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
6766 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
6768         * nptl/tst-setuid3.c: Write errors to stdout.
6770 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6772         * elf/dl-deps.c
6773         (preload): New functions broken out of _dl_map_object_deps.
6774         (_dl_map_object_deps):  Remove a nested function. Update call sites.
6776 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
6778         [BZ #14138]
6779         * sysdeps/unix/sysv/linux/execve.c: Remove file.
6780         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
6782 2014-10-01  Steve Ellcey  <sellcey@mips.com>
6784         * sysdeps/mips/strcmp.S: New.
6786 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
6788         [BZ #14138]
6789         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
6790         (linkat): Likewise.
6791         (mkdirat): Likewise.
6792         (readlinkat): Likewise.
6793         (renameat): Likewise.
6794         (symlinkat): Likewise.
6795         (unlinkat): Likewise.
6796         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
6797         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
6798         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
6799         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
6800         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
6801         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
6802         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
6804 2014-09-30  Will Newton  <will.newton@linaro.org>
6806         * math/math.h: Define long double math functions if
6807         _LIBC_TEST is defined.
6808         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
6810         * localedata/Makefile: Move assignment to tests-special
6811         into an ifdef testing run-built-tests.
6812         * timezone/Makefile: Likewise.
6814 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
6816         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
6817         with $(BASH) not $(SHELL).
6819 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
6820             Matthew LeGendre  <legendre1@llnl.gov>
6822         [BZ #17411]
6823         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
6824         l_reloc_result.
6826 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6828         * stdio-common/printf_fp.c
6829         (hack_digit): New function, broken out of ...
6830         (__printf_fp): ... local function here.  Update call sites.
6831         hack_digit now takes an additional parameter that is a pointer
6832         to a struct of the referenced locals.  Those locals moved inside
6833         the struct and references updated.
6835 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
6837         * aclocal.m4: Require autoconf 2.69.
6838         * configure: Regenerated.
6839         * sysdeps/aarch64/configure: Likewise.
6840         * sysdeps/alpha/configure: Likewise.
6841         * sysdeps/arm/armv7/configure: Likewise.
6842         * sysdeps/arm/configure: Likewise.
6843         * sysdeps/ia64/configure: Likewise.
6844         * sysdeps/mach/configure: Likewise.
6845         * sysdeps/mips/configure: Likewise.
6846         * sysdeps/s390/configure: Likewise.
6847         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
6848         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
6850         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
6851         file.
6852         * sysdeps/ia64/configure.ac: Likewise.
6854 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
6856         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
6857         specify symbol version for ld.so.  Do not include entry for
6858         libpthread.
6859         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6860         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
6861         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6863         [BZ #14171]
6864         * Makeconfig [$(build-shared) = yes]
6865         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
6866         makefiles.
6867         [$(build-shared) = yes && $(soversions.mk-done) = t]
6868         ($(common-objpfx)gnu/lib-names.h): Remove rule.
6869         [$(build-shared) = yes && $(soversions.mk-done) = t]
6870         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
6871         to Makerules.
6872         [$(build-shared) = yes && $(soversions.mk-done) = t]
6873         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
6874         here.
6875         [$(build-shared) = yes && $(soversions.mk-done) = t]
6876         (common-generated): Don't append gnu/lib-names.h and
6877         gnu/lib-names.stmp here.
6878         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
6879         (lib-names-h-abi): New variable.
6880         [$(build-shared) = yes && $(soversions.mk-done) = t]
6881         (lib-names-stmp-abi): Likewise.
6882         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6883         abi-variants] (before-compile): Append
6884         $(common-objpfx)$(lib-names-h-abi).
6885         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6886         abi-variants] (common-generated): Append gnu/lib-names.h.
6887         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6888         abi-variants] (install-others-nosubdir): Depend on
6889         $(inst_includedir)/$(lib-names-h-abi).
6890         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6891         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
6892         [$(build-shared) = yes && $(soversions.mk-done) = t]
6893         ($(common-objpfx)$(lib-names-h-abi)): New rule.
6894         [$(build-shared) = yes && $(soversions.mk-done) = t]
6895         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
6896         [$(build-shared) = yes && $(soversions.mk-done) = t]
6897         (common-generated): Append $(lib-names-h-abi) and
6898         $(lib-names-stmp-abi).
6899         * scripts/lib-names.awk: Do not handle multi being set.
6900         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
6901         Remove variable.
6902         (abi-lp64_be-ld-soname): Likewise.
6903         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
6904         Likewise.
6905         (abi-hard-ld-soname): Likewise.
6906         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
6907         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
6908         Remove variable.
6909         (abi-o32_hard-ld-soname): Likewise.
6910         (abi-o32_soft_2008-ld-soname): Likewise.
6911         (abi-o32_hard_2008-ld-soname): Likewise.
6912         (abi-n32_soft-ld-soname): Likewise.
6913         (abi-n32_hard-ld-soname): Likewise.
6914         (abi-n32_soft_2008-ld-soname): Likewise.
6915         (abi-n32_hard_2008-ld-soname): Likewise.
6916         (abi-n64_soft-ld-soname): Likewise.
6917         (abi-n64_hard-ld-soname): Likewise.
6918         (abi-n64_soft_2008-ld-soname): Likewise.
6919         (abi-n64_hard_2008-ld-soname): Likewise.
6920         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
6921         Likewise.
6922         (abi-64-v2-ld-soname): Likewise.
6923         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
6924         ld.so entries.
6925         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
6926         variable.
6927         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
6928         entry.
6929         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
6930         variable.
6931         (abi-64-ld-soname): Likewise.
6932         (abi-x32-ld-soname): Likewise.
6933         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
6934         entry.
6935         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6937 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
6939         [BZ #14138]
6940         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
6941         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
6942         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
6943         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
6944         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
6945         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
6946         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
6947         syscall entry for GLIBC_2.2 symbol version.
6948         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
6949         Likewise.
6950         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
6951         (setrlimit): Likewise.
6952         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
6953         Likewise.
6955 2014-09-23  Will Newton  <will.newton@linaro.org>
6957         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
6958         _LINUX_ARM_SYSDEP_H include guard too.
6959         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
6960         define.
6962 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
6964         * sysdeps/unix/sysv/linux/eventfd.c:
6965         Make first argument unsigned.
6966         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
6967         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
6969 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
6971         * socket/recvmmsg.c (recvmmsg): Drop const argument.
6972         * socket/sys/socket.h: Likewise
6973         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
6975 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6977         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
6979 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
6981         * time/tst-ftime.c: New test.
6982         * time/Makefile (tests): Add tst-ftime.
6984 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
6986         * soft-fp/extended.h: Fix comment formatting.
6987         * soft-fp/op-1.h: Likewise.
6988         * soft-fp/op-2.h: Likewise.
6989         * soft-fp/op-4.h: Likewise.
6990         * soft-fp/op-8.h: Likewise.
6991         * soft-fp/op-common.h: Likewise.
6992         * soft-fp/soft-fp.h: Likewise.
6994         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
6996 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
6998         [BZ #6652]
6999         * Makeconfig (soversions-default-setname): Remove variable.
7000         ($(common-objpfx)soversions.i): Don't pass default_setname to
7001         soversions.awk.
7002         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
7003         oldest_abi to abi-versions.awk.
7004         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
7005         * config.make.in (oldest-abi): Remove variable.
7006         * configure.ac (--enable-oldest-abi): Remove configure option.
7007         * configure: Regenerated.
7008         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
7009         text.
7010         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
7011         * scripts/soversions.awk: Do not handle default_setname variable.
7012         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
7013         variable.
7014         * sysdeps/mach/hurd/configure: Regenerated.
7015         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
7016         variable.
7017         * sysdeps/unix/sysv/linux/configure: Regenerated.
7019 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
7021         * elf/Makefile (CFLAGS-interp.c): Remove.
7022         ($(elf-objpfx)runtime-linker.h): Generate header with linker
7023         path string.
7024         * elf/interp.c: Include generated runtime-linker.h
7026         * Makerules (lib%.so): Don't include $(+interp) in
7027         prerequisites.
7028         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
7029         * dlfcn/eval.c: Remove file.
7031         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
7032         macros.
7034         [BZ #17266]
7035         * misc/sys/cdefs.h: Define __extern_always_inline for clang
7036         4.2 and newer.
7038         [BZ #17370]
7039         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
7041 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
7042             Jakub Jelinek  <jakub@redhat.com>
7044         [BZ #17266]
7045         * libio/stdio.h: Check definition of __fortify_function
7046         instead of __extern_always_inline to include bits/stdio2.h.
7047         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
7048         check if __extern_always_inline is defined.
7049         [__USE_MISC || __USE_XOPEN]: Likewise.
7050         [__USE_ISOC99] Likewise.
7051         * misc/sys/cdefs.h (__fortify_function): Define only if
7052         __extern_always_inline is defined.
7053         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
7054         __extern_always_inline and __extern_inline only for g++-4.3
7055         and newer or a compatible gcc.
7057 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
7059         [BZ #17371]
7060         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
7061         last change to handle zero prefix length.
7063 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
7065         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
7066         _SC_REGEX_VERSION.
7068         * posix/getconf.c (vars): Add _POSIX_IPV6 and
7069         _POSIX_RAW_SOCKETS.
7071 2014-09-13  Allan McRae  <allan@archlinux.org>
7073         * po/ru.po: Update Russian translation from translation project.
7075 2014-09-12  Roland McGrath  <roland@hack.frob.com>
7077         * locale/programs/locale.c (show_locale_vars): Inline local function
7078         into its sole call site.  Clean up some style nits.
7079         (print_item): New function, broken out of ...
7080         (show_info): ... local function here.  Clean up style nits.
7082         * locale/programs/ld-ctype.c (set_one_default): New function, broken
7083         out of ...
7084         (set_class_defaults): ... local function set_default here.
7085         Define set_default as a macro locally to pass constant parameters.
7086         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
7087         rather than a shared local.
7089         * stdlib/rpmatch.c (try): New function, broken out of ...
7090         (rpmatch): ... local function here.  Also, prototypify definition.
7092 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
7094         * scripts/soversions.awk: Do not handle configuration names.
7095         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
7096         vendor and os variables to soversions.awk.
7097         * configure.ac: Do not modify gnu-* host_os.
7098         * configure: Regenerated
7099         * shlib-versions: Remove first column with configuration names.
7100         * nptl/shlib-versions: Likewise.
7101         * nptl_db/shlib-versions: Likewise.
7102         * sysdeps/hppa/shlib-versions: Likewise.
7103         * sysdeps/m68k/shlib-versions: Likewise.
7104         * sysdeps/mach/hurd/shlib-versions: Likewise.
7105         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
7106         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
7107         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
7108         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
7109         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
7110         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
7111         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
7112         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
7113         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
7114         Likewise.
7115         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7116         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
7117         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
7118         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
7119         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
7120         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
7121         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
7122         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7124         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
7125         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
7126         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
7127         Regenerated.
7128         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
7129         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
7130         Condition symbol version definitions on [HAVE_ELFV2_ABI].
7132         * shlib-versions: Remove OS-specific entries.  Moved to files in
7133         sysdeps.
7134         * sysdeps/mach/hurd/shlib-versions: New file.
7135         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
7137         * nptl/shlib-versions: Remove architecture-specific entries.
7138         Moved to files in sysdeps.
7139         * shlib-versions: Likewise.
7140         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
7141         file.
7142         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7143         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
7144         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
7145         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
7147         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
7148         (UDP_NO_CHECK6_RX): Likewise.
7150 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7152         * sysdeps/posix/sysconf.c (__sysconf): Spell
7153         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
7155 2014-08-12  Florian Weimer  <fweimer@redhat.com>
7157         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
7158         loading.
7159         * iconv/Versions (__gconv_transliterate): Export for use from
7160         gconv modules.
7161         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
7162         (struct __gconv_trans_data, __gconv_trans_fct,
7163         __gconv_trans_context_fct, __gconv_trans_query_fct,
7164         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
7165         definitions.
7166         (struct __gconv_step_data): Remove __trans member.
7167         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
7168         longer hidden.  Remove unused trans_data argument.
7169         * iconv/gconv_int.h (struct trans_struct): Remove definition.
7170         (__gconv_translit_find): Remove declaration.
7171         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
7172         prototype.
7173         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
7174         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
7175         trans_data argument.  Add hidden definition.
7176         (__gconv_translit_find): Remove.
7177         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
7178         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
7179         * iconv/skeleton.c: Remove transliteration initialization.
7180         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
7181         __gconv_step_data initialization.
7182         * libio/iofwide.c (__libio_translit_): Remove.
7183         (_IO_fwide): Adjust struct __gconv_step_data initialization.
7184         * wcsmbs/btowc.c (__btowc): Likewise.
7185         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
7186         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
7187         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
7188         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
7189         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
7190         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
7191         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
7192         * wcsmbs/wctob.c (wctob): Likewise.
7194 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7196         [BZ #16194]
7197         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
7198         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
7199         register usage.
7200         * sysdeps/x86/Makefile: Adjust.
7202 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7203             Roland McGrath  <roland@hack.frob.com>
7205         * locale/weight.h: Add include guard.
7206         (findidx): Make static rather than auto; take new parameters
7207         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
7208         * locale/weightwc.h: Likewise.
7209         * posix/fnmatch_loop.c
7210         (FCT): Change type of EXTRA from int32_t to wint_t.
7211         Don't include either header inside the function.
7212         Call FINDIDX rather than findidx, and pass new arguments.
7213         #undef FINDIDX at the end of the file.
7214         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
7215         FINDIDX before including fnmatch_loop.c for the non-wide version.
7216         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
7217         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
7218         for the wide version.
7219         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
7220         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
7221         Pass new arguments to findidx.
7222         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
7223         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
7224         Don't #include it inside the function.  Pass new arguments to findidx.
7225         * posix/regex_internal.h
7226         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
7227         (re_string_elem_size_at): Don't #include it inside the function.
7228         Pass new arguments to findidx.
7229         * string/strcoll_l.c: #include WEIGHT_H at top level.
7230         (get_next_seq): Don't #include it inside the function.
7231         Pass new arguments to findidx.
7232         (get_next_seq_nocache): Likewise.
7233         * string/strxfrm_l.c: #include WEIGHT_H at top level.
7234         (STRXFRM): Don't #include it inside the function.
7235         Pass new arguments to findidx.
7237 2014-09-11  Florian Weimer  <fweimer@redhat.com>
7239         [BZ #17344]
7240         * malloc/malloc.c (unlink): Turn asserts into a call to
7241         malloc_printerr.
7243 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
7245         [BZ #17370]
7246         * libio/wfileops (do_ftell_wide): Free OUT.
7248 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
7250         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
7252 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
7254         [BZ #17363]
7255         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
7256         group if the current group is empty.
7258 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7260         * benchtests/bench-memset.c (test_main): Add more test from size
7261         from 32 to 512 bytes.
7262         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
7263         Add POWER8 memset object.
7264         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7265         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
7266         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
7267         implementation.
7268         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
7269         Likewise.
7270         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
7271         multiarch POWER8 memset optimization.
7272         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
7273         POWER8 memset optimization.
7275         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
7276         Remove bzero multiarch objects.
7277         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
7278         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
7279         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
7280         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
7281         Remove define.
7282         [__bzero]: Redefine to specific name.
7283         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
7284         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
7285         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
7286         define.
7287         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
7288         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
7290 2014-09-10  Florian Weimer  <fweimer@redhat.com>
7292         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
7293         warnings into errors.
7295         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
7296         __cxa_thread_atexit_impl prototype.
7298 2014-09-09  Steve Ellcey  <sellcey@mips.com>
7300         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
7301         Fix capitalization of error message.
7303 2014-09-09  Steve Ellcey  <sellcey@mips.com>
7305         * sysdeps/mips/preconfigure: Modify ABI tests.
7307 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
7309         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
7311 2014-09-07  Roland McGrath  <roland@hack.frob.com>
7312             Carlos O'Donell  <carlos@systemhalted.org>
7314         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
7315         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
7316         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
7317         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
7318         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
7319         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
7320         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
7321         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
7322         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
7323         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
7324         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
7325         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
7326         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
7327         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
7328         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
7329         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
7330         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
7331         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
7332         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
7333         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
7334         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
7335         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
7336         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
7337         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
7338         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
7339         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
7340         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
7341         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
7342         Deconditionalize the code that was previously under [RESET_PID].
7343         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
7344         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
7345         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
7346         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
7347         include sysdep.h.
7349 2014-09-08  Allan McRae  <allan@archlinux.org>
7351         * version.h (RELEASE): Set to "development".
7352         (VERSION): Set to "2.20.90"
7354 2014-09-07  Allan McRae  <allan@archlinux.org
7356         * version.h (RELEASE): Set to "stable".
7357         (VERSION): Set to "2.20"
7358         * include/features.h (__GLIBC_MINOR__): Set to 20.
7360         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
7361         Liebler.
7363         * po/ko.po: Update Korean translation from translation project.
7365 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
7367         [BZ #17354]
7368         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
7369         macro for handling signed relocations.
7371 2014-09-03  Florian Weimer  <fweimer@redhat.com>
7373         [BZ #17325]
7374         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
7375         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
7376         assert.
7377         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
7378         * iconvdata/ibm935.c (BODY): Likewise.
7379         * iconvdata/ibm937.c (BODY): Likewise.
7380         * iconvdata/ibm939.c (BODY): Likewise.
7381         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
7382         assert.
7383         * iconvdata/Makefile (iconv-test.out): Pass module list to test
7384         script.
7385         * iconvdata/run-iconv-test.sh: New test loop for checking for
7386         decoder crashers.
7388 2014-09-02  Khem Raj  <raj.khem@gmail.com>
7390         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
7391         libm_hidden_ver.
7393 2014-09-01  Allan McRae  <allan@archlinux.org>
7395         * po/eo.po: Update Esperanto translation from translation project.
7397         * po/ca.po: Update Catalan translation from translation project.
7399 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7401         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
7402         __proc_dostop call.
7404 2014-08-27  Mark Wielaard  <mjw@redhat.com>
7406         [BZ #17319]
7407         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
7408         to call set_thread_area instead of hand written asm.
7409         (__NR_set_thread_area): Removed define.
7410         (TLS_FLAG_WRITABLE): Likewise.
7411         (__ASSUME_SET_THREAD_AREA): Remove check.
7412         (TLS_EBX_ARG): Remove define.
7413         (TLS_LOAD_EBX): Likewise.
7415 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7417         Simplify atomicity of socket creation in bind.
7419         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
7420         looking up the name after linking the file.
7422 2014-08-27  Allan McRae  <allan@archlinux.org>
7424         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
7426 2014-08-26  Florian Weimer  <fweimer@redhat.com>
7428         [BZ #17187]
7429         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
7430         trans_compare, open_translit, __gconv_translit_find):
7431         Remove module loading code.
7433 2014-08-26  Allan McRae  <allan@archlinux.org>
7435         * po/vi.po: Update Vietnamese translation from translation project.
7437         * po/uk.po: Update Ukrainian translation from translation project.
7439         * po/fr.po: Update French translation from translation project.
7441         * po/ru.po: Update Russian translation from translation project.
7443         * po/pl.po: Update Polish translation from translation project.
7445         * po/cs.po: Update Czech translation from translation project.
7447         * po/de.po: Update German translation from translation project.
7449         * po/bg.po: Update Bulgarian translation from translation project.
7451         * po/sv.po: Update Sweedish translation from translation project.
7453         * po/nl.po: Update Dutch translation from translation project.
7455         * po/es.po: Update Spanish translation from translation project.
7457 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
7459         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
7461         * catgets/Makefile (CPPFLAGS-gencat): Remove.
7462         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
7463         (CPPFLAGS-iconvconfig): Likewise.
7464         * timezone/Makefile (CPPFLAGS-zic): Likewise.
7466         * include/libc-symbols.h: Remove unnecessary check for
7467         NOT_IN_libc.
7468         * nptl/pthreadP.h: Likewise.
7469         * sysdeps/aarch64/setjmp.S: Likewise.
7470         * sysdeps/alpha/setjmp.S: Likewise.
7471         * sysdeps/arm/sysdep.h: Likewise.
7472         * sysdeps/i386/setjmp.S: Likewise.
7473         * sysdeps/m68k/setjmp.c: Likewise.
7474         * sysdeps/posix/getcwd.c: Likewise.
7475         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
7476         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
7477         * sysdeps/s390/s390-32/setjmp.S: Likewise.
7478         * sysdeps/s390/s390-64/setjmp.S: Likewise.
7479         * sysdeps/sh/sh3/setjmp.S: Likewise.
7480         * sysdeps/sh/sh4/setjmp.S: Likewise.
7481         * sysdeps/unix/alpha/sysdep.h: Likewise.
7482         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
7483         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
7484         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
7485         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
7486         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
7487         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
7488         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
7489         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
7490         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
7491         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
7492         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
7493         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
7494         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
7495         * sysdeps/x86_64/setjmp.S: Likewise.
7497 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
7499         [BZ #17263]
7500         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
7501         <stdint.h>.
7502         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
7503         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
7505 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
7507         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
7509         [BZ #17262]
7510         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
7511         and __x86_64__ when disabling x87 inline functions.
7513 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
7515         [BZ #17259]
7516         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
7517         asm statement with __cpuid_count.
7519 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
7521         * configure.ac: Change __ehdr_start code to dereference the struct.
7522         Run readelf on the output to look for relocations.
7523         * configure: Regenerated.
7525 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
7527         [BZ #17261]
7528         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
7529         value to 0.
7530         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
7532 2014-08-12  Roland McGrath  <roland@hack.frob.com>
7534         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
7536 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
7538         [BZ #16892]
7539         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
7540         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
7542 2014-08-12  Sean Anderson  <seanga2@gmail.com>
7544         * malloc/malloc.c: Fix typo in comment.
7546 2014-08-09  Allan McRae  <allan@archlinux.org>
7548         * Regenerate libc.po.
7550 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
7552         * intl/tst-gettext2.sh: Check every lang file for creation.
7554 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
7556         * sysdeps/aarch64/fpu/math_private.h
7557         (libc_feholdsetround_noex_aarch64_ctx): New function.
7559 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
7561         * sysdeps/arm/armv6/strcpy.S (strcpy):
7562         Fix performance issue in misaligned cases.
7564 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7566         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
7567         Move definition from termios.h.
7568         (struct termio): Likewise.
7569         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
7570         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
7571         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
7572         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
7573         Likewise.
7574         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
7575         Move definition to ioctl-types.h
7576         (struct termio): Likewise.
7577         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
7578         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
7579         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
7580         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
7581         Likewise.
7583 2014-08-05  Richard Henderson  <rth@redhat.com>
7585         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
7586         exceptions.
7587         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
7588         Add fraiseexcpt.
7589         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
7590         Use __feraiseexcept.
7591         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
7592         Protect libm symbols with IS_IN_libm.
7594         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
7596 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
7598         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
7600 2014-08-04  Will Newton  <will.newton@linaro.org>
7602         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
7603         file.
7605 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
7607         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
7608         variants for each function.
7610 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7612         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
7613         appended ...
7614         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
7615         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
7616         appended ...
7617         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
7618         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
7619         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
7620         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
7621         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
7622         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
7623         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
7624         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
7625         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
7626         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
7627         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
7628         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
7629         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
7630         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
7631         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
7632         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
7633         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
7634         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
7635         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
7636         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
7637         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
7638         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
7639         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
7640         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
7641         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
7642         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
7643         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
7644         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
7645         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
7646         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
7647         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
7648         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
7649         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
7650         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
7651         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
7652         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
7653         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
7654         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
7655         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
7656         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
7657         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
7658         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
7659         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
7660         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
7661         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
7662         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
7663         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
7664         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
7665         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
7666         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
7667         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
7668         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
7669         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
7670         Update #include.
7671         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
7672         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
7674 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7676         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
7677         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
7678         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
7679         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
7680         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
7681         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
7683 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7685         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
7686         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
7687         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7688         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
7690 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7692         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
7693         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
7694         (__libc_vfork): Define function under this name.
7695         (__vfork): Define as an alias.
7696         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
7697         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
7699 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7701         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
7702         that was previously under [RESET_PID].
7703         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
7705 2014-08-04  Andreas Schwab  <schwab@suse.de>
7707         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
7709 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
7711         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
7712         (main): Likewise.
7714 2014-08-01  Roland McGrath  <roland@hack.frob.com>
7716         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
7718 2014-08-01  Richard Henderon  <rth@redhat.com>
7720         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
7721         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
7722         typo in exact zero test.
7723         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
7724         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
7725         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
7727 2014-08-01  Roland McGrath  <roland@hack.frob.com>
7729         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
7730         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
7731         * sysdeps/arm/sysdep.h: ... here.
7732         [!__ASSEMBLER__]: Include <stdint.h>.
7734 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
7736         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
7737         (HAVE_WCTYPE_H): Likewise.
7738         (HAVE_ISWCTYPE): Likewise.
7739         (ENABLE_NLS): Likewise.
7740         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
7741         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
7743         * posix/regex_internal.c: Check if DEBUG is defined and is
7744         set.
7746         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
7747         (HAVE_MBSRTOWCS): Likewise.
7748         * posix/fnmatch.c: Include string.h unconditionally.
7750 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
7752         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
7753         reversal.
7755 2014-07-31  Roland McGrath  <roland@hack.frob.com>
7757         * sysdeps/generic/safe-fatal.h: New file.
7758         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
7759         * nptl/forward.c: Include it.
7760         (__pthread_unwind): Use __safe_fatal as default action, rather
7761         than a bogus use of INTERNAL_SYSCALL that could never work.
7763         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
7764         * configure.ac (libc_cv_builtin_trap): New test.
7765         * configure: Regenerated.
7766         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
7767         (ABORT_INSTRUCTION): Define using __builtin_trap.
7769         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
7770         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
7771         * sysdeps/nptl/nptl-signals.h: New file.
7772         * nptl/pthreadP.h: Include <nptl-signals.h>.
7774 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
7776         * sysdeps/s390/s390-64/utf16-utf32-z9.c
7777         (ONE_DIRECTION): Define.
7778         * sysdeps/s390/s390-64/utf8-utf16-z9.c
7779         (ONE_DIRECTION): Define.
7780         * sysdeps/s390/s390-64/utf8-utf32-z9.c
7781         (ONE_DIRECTION): Define.
7783 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
7785         * sysdeps/s390/Makefile: Delete file.
7786         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
7787         * sysdeps/s390/__longjmp.c: Delete file.
7788         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
7789         Remove fields __flags and __reserved.
7790         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
7791         and add versioning.
7792         * sysdeps/s390/rtld-__longjmp.c: Delete file.
7793         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
7794         * sysdeps/s390/rtld-setjmp.S: Likewise.
7795         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
7796         * sysdeps/s390/s390-32/__longjmp.c: ... here.
7797         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
7798         * sysdeps/s390/s390-32/setjmp.S: ... here.
7799         Add versioning.
7800         (__sigsetjmp): Remove setting __flags field.
7801         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
7802         * sysdeps/s390/s390-64/__longjmp.c: ... here.
7803         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
7804         * sysdeps/s390/s390-64/setjmp.S: ... here.
7805         Add versioning.
7806         (__sigsetjmp): Remove setting __flags field.
7807         * sysdeps/s390/setjmp.S: Delete file.
7808         * sysdeps/s390/sigjmp.c: Likewise.
7809         * sysdeps/s390/v1-longjmp.c: Likewise.
7810         * sysdeps/s390/v1-setjmp.h: Likewise.
7811         * sysdeps/s390/v1-sigjmp.c: Likewise.
7812         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
7813         Remove v1-longjmp_chk.
7814         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
7815         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
7816         Include debug/longjmp_chk.c and add versioning.
7817         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
7818         Include nptl/pt-longjmp.c and add versioning.
7819         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
7820         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
7821         Include __longjmp.c.
7822         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
7823         Move to ...
7824         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
7825         (__getcontext): Remove setting __flags field.
7826         Add versioning.
7827         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
7828         Don't restore upper high grps.
7829         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
7830         Likewise.
7831         (__swapcontext): Remove setting uc_flags field.
7832         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
7833         Delete file.
7834         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
7835         Include __longjmp.c.
7836         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
7837         Move to ...
7838         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
7839         (__getcontext): Remove setting __flags field.
7840         Add versioning.
7841         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
7842         (__swapcontext): Remove setting uc_flags field.
7843         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
7844         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
7845         Remove fields uc_high_gprs and __reserved.
7846         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
7847         New file with reverted content.
7848         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
7849         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
7850         Regenerated.
7851         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
7852         Regenerated.
7854 2014-07-31  Andreas Schwab  <schwab@suse.de>
7856         * config.h.in (HAVE_IFUNC): Define to 0.
7857         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
7858         definedness.
7860 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
7862         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
7863         memmove-avx-unaligned, memcpy-avx-unaligned and
7864         mempcpy-avx-unaligned.
7865         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7866         Add tests for AVX memcpy functions.
7867         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
7868         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
7869         memcpy_chk.
7870         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
7871         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
7872         memmove_chk.
7873         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
7874         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
7875         mempcpy_chk.
7876         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
7877         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
7878         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
7880 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7882         [BZ #17213]
7883         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
7884         powerpc64le.
7886 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
7888         [BZ #16839]
7889         * manual/llio.texi: Add section about open file description locks.
7890         * manual/examples/ofdlocks.c: Example of open file description
7891         lock usage.
7892         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
7893         F_OFD_SETLK, and F_OFD_SETLKW.
7895 2014-07-23  Allan McRae  <allan@archlinux.org>
7897         * po/es.po: Update Spanish translation from translation project.
7899 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
7901         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
7903 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
7905         [BZ #17078]
7906         * sysdeps/arm/dl-machine.h (elf_machine_rela)
7907         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
7908         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
7910 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
7912         [BZ #17088]
7913         * math/fesetenv.c (__fesetenv)
7914         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
7915         * math/feupdateenv.c (__feupdateenv)
7916         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
7918         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
7919         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
7920         (__ASSUME_SOCKETCALL): Do not define.
7922         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
7923         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
7924         (__ASSUME_SOCKETCALL): Do not define.
7925         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
7926         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
7927         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7928         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
7929         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7930         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
7931         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7932         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7934         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
7935         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
7936         (__ASSUME_SOCKETCALL): Do not define.
7937         (__ASSUME_IPC64): Define unconditionally.
7938         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
7939         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7940         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
7941         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7942         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
7943         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7944         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
7945         Likewise.
7947         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
7948         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
7949         (__ASSUME_SOCKETCALL): Do not define.
7950         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
7951         (__ASSUME_FUTEX_LOCK_PI): Likewise.
7952         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7953         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
7954         (__ASSUME_REQUEUE_PI): Define unconditionally.
7955         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
7956         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
7957         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7958         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
7959         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7960         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7962         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
7963         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
7964         (__ASSUME_SOCKETCALL): Do not define.
7965         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
7966         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7967         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7968         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
7969         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7970         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7972         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
7973         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
7974         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7975         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
7976         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7977         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
7978         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7979         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
7980         (__ASSUME_GETCPU_SYSCALL): Likewise.
7982         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
7983         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
7984         cases for individual architectures.
7985         * sysdeps/gnu/configure: Regenerated.
7986         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
7987         LIBC_SLIBDIR_RTLDDIR.
7988         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
7989         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
7990         LIBC_SLIBDIR_RTLDDIR.
7991         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
7992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
7993         LIBC_SLIBDIR_RTLDDIR.
7994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
7995         Regenerated.
7996         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
7997         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
7998         file.
7999         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
8000         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
8001         file.
8002         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
8003         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
8004         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
8005         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
8007         * sysdeps/aarch64/shlib-versions: Move to ...
8008         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
8009         * sysdeps/alpha/shlib-versions: Move to ...
8010         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
8011         * sysdeps/arm/shlib-versions: Move to ...
8012         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
8013         * sysdeps/hppa/shlib-versions: Move all contents except for
8014         libgcc_s entry to ...
8015         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
8016         entry from ...
8017         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
8018         * sysdeps/ia64/shlib-versions: Move to ...
8019         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
8020         entry from ...
8021         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
8022         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
8023         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
8024         * sysdeps/microblaze/shlib-versions: Move to ...
8025         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
8026         * sysdeps/mips/shlib-versions: Move to ...
8027         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
8028         entry from ...
8029         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
8030         * sysdeps/tile/shlib-versions: Move to ...
8031         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
8032         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
8033         from ...
8034         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
8035         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
8036         entry from ...
8037         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
8039 2014-07-17  Will Newton  <will.newton@linaro.org>
8041         * sysdeps/arm/bits/atomic.h
8042         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
8043         (__arch_compare_and_exchange_bool_16_int): Likewise.
8044         (__arch_compare_and_exchange_bool_64_int): Likewise.
8046         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
8047         into an #else block.
8049 2014-07-16  Roland McGrath  <roland@hack.frob.com>
8051         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
8052         just Linux configurations.  Test empirically that the compiler sets
8053         __ARM_EABI__, rather than using the tuple to decide.
8054         * sysdeps/arm/preconfigure: Regenerated.
8055         * sysdeps/unix/sysv/linux/arm/configure: File removed.
8056         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
8057         contents appended ...
8058         * sysdeps/arm/configure.ac: ... here.
8059         * sysdeps/arm/configure: Regenerated.
8061 2014-07-15  Roland McGrath  <roland@hack.frob.com>
8063         * nptl/pthread_kill.c: New file.
8064         * nptl/pthread_sigmask.c: New file.
8065         * nptl/pthread_sigqueue.c: New file.
8067         * sysdeps/nptl/lowlevellock.h: New file.
8068         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
8069         * sysdeps/nptl/lowlevellock-futex.h: New file.
8071         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
8072         Remove dead declarations.
8074 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
8076         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
8077         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
8078         config-cflags-avx2.
8079         * sysdeps/x86_64/configure.ac: Likewise.
8080         * sysdeps/i386/configure: Regenerated.
8081         * sysdeps/x86_64/configure: Likewise.
8082         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
8083         memset-avx2 only if config-cflags-avx2 is yes.
8084         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8085         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
8086         defined.
8087         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
8088         only if HAVE_AVX2_SUPPORT is defined.
8089         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8091 2014-07-14  Alan Modra  <amodra@gmail.com>
8093         [BZ #17153]
8094         * elf/elf.h (DT_PPC64_NUM): Correct value.
8095         * NEWS: Add to fixed bug list.
8097 2014-07-13  Jim Meyering  <meyering@fb.com>
8099         [BZ 17150]
8100         regex: don't deref NULL upon heap allocation failure
8101         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
8102         failure in one more place.
8103         To trigger the segfault, configure grep -with-included-regex,
8104         build it, and run these commands:
8105         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
8107 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
8109         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8111 2014-07-11  Richard Henderson  <rth@redhat.com>
8113         * sysdeps/aarch64/libm-test-ulps: Update.
8115 2014-07-10  Florian Weimer  <fweimer@redhat.com>
8117         [BZ #17135]
8118         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
8119         * nptl/allocatestack.c (__nptl_setxid_error): New function.
8120         (__nptl_setxid): Initialize error member.  Call
8121         __nptl_setxid_error.
8122         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
8123         * nptl/descr.h (struct xid_command): Add error member.
8124         * nptl/tst-setuid3.c: New file.
8125         * nptl/Makefile (tests): Add it.
8127 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8129         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
8130         New define.
8131         (__lll_trylock): Use __lll_base_trylock.
8132         (__lll_cond_trylock): Likewise.
8134 2014-07-10  Roland McGrath  <roland@hack.frob.com>
8136         * nptl/pthread_create.c (start_thread): Use atomic_or and
8137         lll_futex_wake directly rather than lll_robust_dead.
8138         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
8139         (lll_robust_dead): Macro removed.
8140         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
8141         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
8142         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
8143         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
8144         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
8145         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
8146         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
8147         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
8148         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
8149         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
8150         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
8151         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
8152         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
8153         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
8154         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
8156         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
8157         Use atomic_compare_and_exchange_val_acq directly rather than
8158         lll_robust_trylock.
8159         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
8160         (__lll_robust_trylock, lll_robust_trylock): Removed.
8161         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
8162         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
8163         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
8164         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
8165         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
8166         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
8167         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
8168         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
8169         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
8170         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
8171         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
8172         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
8173         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
8174         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
8176 2014-07-02  Florian Weimer  <fweimer@redhat.com>
8178         * manual/locale.texi (Locale Names): New section documenting
8179         locale name syntax.  Adjust menu and node chaining accordingly.
8180         (Choosing Locale): Reference Locale Names, Locale Categories.
8181         Mention setting LC_ALL=C.  Reflect that name syntax is now
8182         documented.
8183         (Locale Categories): New section title.  Reference Locale Names.
8184         LC_ALL is an environment variable, but not a category.
8185         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
8186         description, now in Locale Name.  Reference that section.  Locale
8187         name syntax is now documented.
8189 2014-07-02  Florian Weimer  <fweimer@redhat.com>
8191         [BZ #17137]
8192         * locale/findlocale.c (name_present, valid_locale_name): New
8193         functions.
8194         (_nl_find_locale): Use the loc_name variable to store name
8195         candidates.  Call name_present and valid_locale_name to check and
8196         validate locale names.  Return an error if the locale is invalid.
8198 2014-07-02  Florian Weimer  <fweimer@redhat.com>
8200         * locale/setlocale.c (setlocale): Use strdup for allocating
8201         composite name copy.
8203 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8205         Sync up with gnulib.
8206         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
8207         [!_LIBC && ENABLE_NLS]: Include gettext.h.
8208         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
8209         and _GL_ARG_NONNULL.
8210         [USE_UNLOCKED_IO]: Include unlocked-io.h.
8211         [!_LIBC]: Include code for Windows and Cygwin.
8212         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
8213         Include prototype for int strerror_r.
8214         [!_LIBC] (is_open): New function.
8215         (flush_stdout): New function.
8216         (print_errno_message): Use it.
8217         (error): Likewise.
8218         (error_at_line): Likewise.
8219         (error_tail) Add function attribute macros.  Use
8220         __builtin_expect.
8222         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
8224         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
8226         * io/ftw.c: Include sys/param.h unconditionally.
8228         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
8230         [BZ #17125]
8231         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
8232         libc_freeres_ptr.
8233         (freecache): New function to free CACHE on exit.
8235         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
8236         initialization.
8238 2014-07-09  David S. Miller  <davem@davemloft.net>
8240         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8242         * sysdeps/sparc/nptl/internaltypes.h: Delete.
8243         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
8244         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
8245         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
8246         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
8247         * sysdeps/sparc/nptl/sem_init.c: Likewise.
8248         * sysdeps/sparc/nptl/sem_post.c: Likewise.
8249         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
8250         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
8251         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
8252         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
8253         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
8254         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
8256 2014-07-09  Andreas Schwab  <schwab@suse.de>
8258         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
8259         output.
8260         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
8261         (do_test): Likewise.
8263         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
8265 2014-07-09  Will Newton  <will.newton@linaro.org>
8267         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
8268         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
8269         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
8270         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
8271         * sysdeps/hppa/start.S (_start): Likewise.
8273 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
8275         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
8277         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
8278         defined.
8280 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
8282         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
8283         after checking that it is non-NULL.
8285         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
8287 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8289         * sysdeps/powerpc/memmove.c: Remove file.
8290         * sysdeps/powerpc/powerpc32/power4/memcopy.h
8291         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
8292         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
8293         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
8294         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
8295         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
8296         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
8297         string memmove instead of removed powerpc one.
8299         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
8300         [weak_alias]: Fix compiler warning due trailing data.
8301         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
8302         [weak_alias]: Likewise.
8303         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
8304         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
8306         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
8307         (__libc_ifunc_impl_list): Add memmove functions.
8309 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
8311         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
8312         Remove code.
8313         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
8314         Likewise
8315         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
8316         Likewise
8317         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
8318         Likewise
8319         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
8320         Likewise
8321         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
8322         Likewise
8323         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
8324         Likewise
8325         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
8326         Likewise
8327         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
8328         Likewise
8329         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
8330         Likewise
8331         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
8332         Likewise
8333         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
8334         Likewise
8335         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
8336         Likewise
8337         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
8338         Likewise
8339         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
8340         Likewise
8341         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
8342         Likewise
8343         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
8344         Likewise
8346 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8348         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
8349         to avoid alignment traps in non-cacheable memory.
8350         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
8352         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
8353         multiarch objects.
8354         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
8355         file: multiarch power7 memmove.
8356         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
8357         multiarch default memmove.
8358         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
8359         multiarch memove for powerpc32/power4.
8361         * string/bcopy.c: Use full path to include memmove.c.
8362         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
8363         multiarch objects.
8364         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
8365         bcopy for powerpc64.
8366         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
8367         bcopy for powerpc64.
8368         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
8369         and memmove implementations.
8370         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
8371         optimized multiarch memmove for POWER7/powerpc64.
8372         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
8373         default multiarch memmove for powerpc64.
8374         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
8375         multiarch for powerpc64.
8376         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
8377         for POWER7/powerpc64.
8378         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
8379         memmove for POWER7/powerpc64.
8381         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
8382         glibc default one.
8384         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
8385         __ELF_NATIVE_CLASS equal to 64.
8387 2014-07-07  Roland McGrath  <roland@hack.frob.com>
8389         * sysdeps/nptl/lowlevellock.h: File removed.
8391         * NEWS: NPTL is no longer an add-on!
8392         * nptl/internaltypes.h: Moved ...
8393         * sysdeps/nptl/internaltypes.h: ... here.
8394         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
8395         * sysdeps/nptl/fork.c: Likewise.
8396         * sysdeps/nptl/gai_misc.h: Likewise.
8397         * sysdeps/nptl/librt-cancellation.c: Likewise.
8398         * sysdeps/nptl/jmp-unwind.c: Likewise.
8399         * sysdeps/nptl/setxid.h: Likewise.
8400         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
8401         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
8402         * sysdeps/unix/sysv/linux/arm/Implies: New file.
8403         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
8404         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
8405         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
8406         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
8407         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
8408         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
8409         * sysdeps/unix/sysv/linux/mips/Implies: New file.
8410         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
8411         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
8412         * sysdeps/unix/sysv/linux/sh/Implies: New file.
8413         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
8414         * sysdeps/unix/sysv/linux/tile/Implies: New file.
8415         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
8416         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
8417         * nptl/Makeconfig: Moved ...
8418         * sysdeps/nptl/Makeconfig: ... here.
8419         * nptl/configure: File removed.
8420         * nptl/ANNOUNCE: File removed.
8421         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
8422         * sysdeps/unix/sysv/linux/configure: Regenerated.
8424         * nptl/Makefile (routines): Add libc_pthread_init,
8425         libc_multiple_threads, register-atfork and unregister-atfork.
8426         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
8427         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
8428         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
8429         pthread-pi-defines.sym, structsem.sym.
8430         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
8431         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
8432         [$(subdir) = nptl] (tests): Add tst-setgetname.
8433         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
8434         * sysdeps/unix/sysv/linux/sigaction.c: Just include
8435         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
8436         [!LIBC_SIGACTION]: Remove aliases.
8437         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
8438         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
8439         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8440         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
8441         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
8442         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
8443         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
8444         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
8445         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8446         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
8447         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
8448         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
8449         __libc_allocate_rtsig_private.
8450         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
8451         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
8452         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
8453         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
8454         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
8455         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
8456         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
8457         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
8458         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
8459         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
8460         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
8461         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
8462         * nptl/internaltypes.h: ... here.
8463         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
8464         * sysdeps/nptl/jmp-unwind.c: ... here.
8465         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
8466         * nptl/libc-lowlevellock.c: ... here.
8467         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
8468         * nptl/libc_multiple_threads.c: ... here.
8469         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
8470         * nptl/libc_pthread_init.c: ... here.
8471         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
8472         * nptl/lowlevelbarrier.sym: ... here.
8473         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
8474         * nptl/lowlevelcond.sym: ... here.
8475         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
8476         * nptl/lowlevellock.c: ... here.
8477         * nptl/lowlevellock.h: Moved ...
8478         * sysdeps/nptl/lowlevellock.h: ... here.
8479         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
8480         * nptl/lowlevelrobustlock.c: ... here.
8481         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
8482         * nptl/lowlevelrobustlock.sym: ... here.
8483         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
8484         * nptl/lowlevelrwlock.sym: ... here.
8485         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
8486         * nptl/pt-fork.c: ... here.
8487         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
8488         * nptl/pthread-pi-defines.sym: ... here.
8489         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
8490         * nptl/pthread_attr_getaffinity.c: ... here.
8491         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
8492         * nptl/pthread_attr_setaffinity.c: ... here.
8493         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
8494         * nptl/pthread_mutex_cond_lock.c: ... here.
8495         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
8496         Update #include.
8497         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
8498         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
8499         * nptl/pthread_once.c: ... here, replacing old file.
8500         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
8501         * nptl/pthread_yield.c: ... here.
8502         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
8503         * nptl/register-atfork.c: ... here.
8504         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
8505         * nptl/sem_post.c: ... here.
8506         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
8507         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
8508         * nptl/sem_timedwait.c: ... here.
8509         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
8510         * nptl/sem_trywait.c: ... here.
8511         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
8512         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
8513         * nptl/sem_wait.c: ... here.
8514         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
8515         * nptl/structsem.sym: ... here.
8516         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
8517         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
8518         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
8519         * nptl/unregister-atfork.c: ... here.
8520         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
8521         * nptl/unwindbuf.sym: ... here.
8522         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
8523         * sysdeps/nptl/fork.c: ... here.
8524         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
8525         * sysdeps/nptl/fork.h: ... here.
8526         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
8527         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
8528         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
8529         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
8530         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
8531         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
8532         * sysdeps/unix/sysv/linux/getpid.c: ... here.
8533         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
8534         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
8535         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
8536         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
8537         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
8538         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
8539         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
8540         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
8541         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
8542         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
8543         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
8544         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
8545         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
8546         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
8547         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
8548         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
8549         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
8550         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
8551         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
8552         * sysdeps/unix/sysv/linux/raise.c: ... here.
8553         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
8554         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
8555         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
8556         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
8557         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
8558         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
8559         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
8560         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
8561         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
8562         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
8563         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
8564         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
8565         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
8566         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
8567         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
8569 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
8571         * sysdeps/generic/memcopy.h: Add comment for
8572         MEMCPY_OK_FOR_FWD_MEMMOVE.
8574 2014-07-04  Will Newton  <will.newton@linaro.org>
8576         * string/memchr.c: Merge from gnulib.
8577         [_LIBC]: Remove conditionals.
8578         (__ptr_t): Remove define.
8579         (LONG_MAX_32_BITS): Likewise.
8580         (LONG_MAX): Likewise.
8581         (MEMCHR): Use ANSI prototype and optimize algorithm.
8583         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
8585 2014-07-03  Roland McGrath  <roland@hack.frob.com>
8587         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
8588         (lll_futex_timed_wait_bitset): Fix syscall argument count.
8590         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
8591         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
8592         in a bare environment with no <stdlib.h> installed.
8593         * sysdeps/nptl/configure: Regenerated.
8595         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
8597         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
8598         AC_EGREP_CPP for kernel header checks, so they only succeed if
8599         including <linux/version.h> actually works right.
8600         * sysdeps/unix/sysv/linux/configure: Regenerated.
8602         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
8603         value so it's not diagnosed as unused.
8605         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
8606         thing) with "ifeq ($(subdir),rt)".
8608 2014-07-03  Richard Henderson  <rth@redhat.com>
8610         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
8611         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
8612         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
8614         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
8615         (math_force_eval): New.
8617         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
8618         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
8620         * sysdeps/alpha/fpu/s_round.c: Remove file.
8621         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
8623         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
8624         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
8625         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
8626         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
8627         (_dl_start, print_statistics): Likewise.
8628         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
8629         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
8631         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8632         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8633         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8634         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8635         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8636         (HP_SMALL_TIMING_AVAIL): Define.
8637         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8638         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
8639         (HP_SMALL_TIMING_AVAIL): Define.
8640         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8641         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8643         * sysdeps/aarch64/hp-timing.h: New file.
8645         * sysdeps/generic/hp-timing.h: Remove dead comment.
8646         * sysdeps/generic/hp-timing-common.h: New file.
8647         * sysdeps/alpha/hp-timing.h: Include it.
8648         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
8649         * sysdeps/i386/i686/hp-timing.h: Likewise.
8650         * sysdeps/ia64/hp-timing.h: Likewise.
8651         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
8652         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
8653         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
8654         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
8655         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
8656         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
8657         (hp_timing_t): New.
8659         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
8660         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
8661         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
8662         * elf/rtld.c (_dl_start_final): Likewise.
8663         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
8664         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8665         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8666         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8667         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8668         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8669         (HP_TIMING_DIFF_INIT): Remove.
8670         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8671         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
8672         (HP_TIMING_DIFF_INIT): Remove.
8673         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8674         * sysdeps/i386/i686/hp-timing.c: Remove file.
8675         * sysdeps/x86_64/hp-timing.c: Remove file.
8676         * sysdeps/ia64/hp-timing.c: Remove file.
8677         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
8678         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
8679         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
8680         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
8682         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
8683         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
8684         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
8685         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8686         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8687         (HP_TIMING_ACCUM): Remove.
8688         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8689         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
8690         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8692         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
8693         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
8694         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
8695         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
8696         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
8697         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
8698         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
8699         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
8701         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
8703 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
8705         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
8707 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8709         Sync up with gettext.
8710         * intl/loadmsgcat.c: Define O_BINARY if not defined.
8711         [_MSC_VER]: Include malloc.h
8712         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
8713         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
8714         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
8715         TEMP_FAILURE_RETRY.  Cast return of alloca.
8716         [!_LIBC] Call gl_rwlock_init.
8717         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
8719 2014-07-02  Roland McGrath  <roland@hack.frob.com>
8721         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
8722         before checking its value.
8724 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8726         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
8728         * debug/memcpy_chk.c: Don't include pagecopy.h.
8729         * debug/mempcpy_chk.c: Likewise.
8730         * string/memcpy.c: Likewise.
8731         * string/memmove.c: Likewise.
8732         * sysdeps/powerpc/memmove.c: Likewise.
8733         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
8734         definition of PAGE_COPY_FWD_MAYBE here...
8735         * sysdeps/generic/pagecopy.h: ... from here.
8736         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
8738 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8739             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8741         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
8742         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
8743         optimizations.
8744         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8745         (__libc_ifunc_impl_list): Likewise.
8746         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
8747         multiarch strcat for PPC64.
8748         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
8749         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
8751 2014-07-02  Roland McGrath  <roland@hack.frob.com>
8753         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
8755 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8757         * intl/loadmsgcat.c: Remove declaration of
8758         get_sysdep_segment_value.
8759         (get_sysdep_segment_value): Use ISO C style.
8760         (_nl_load_domain): Use ISO C style.  Get rid of redundant
8761         semicolon.  Fix typo and formatting in comment.
8762         (_nl_unload_domain): Use ISO C style.
8764         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
8766 2014-07-02  Will Newton  <will.newton@linaro.org>
8768         * malloc/obstack.c: Merge from gnulib master.
8769         [HAVE_CONFIG_H]: Remove conditional code.
8770         [!_LIBC]: Include config.h.
8771         [!ELIDE_CODE]: Don't include inttypes.h, include
8772         stdint.h unconditionally.
8773         (print_and_abort): Mark as _Noreturn.
8774         (_obstack_allocated_p): Mark as __attribute_pure__.
8775         (obstack_free): Rename to __obstack_free.
8776         [!__attribute__]: Remove conditional code.
8777         * malloc/obstack.h: Merge from gnulib master.
8778         [__cplusplus]: Move conditional down.
8779         [!__attribute_pure__]: Define __attribute_pure__ here
8780         if it is not already defined.
8781         (_obstack_memory_used): Mark as __attribute_pure__.
8782         [!__obstack_free]: Define as obstack_free.
8783         [__GNUC__]: Remove check for ancient NeXT gcc.
8785 2014-07-02  Will Newton  <will.newton@linaro.org>
8786             Paul Eggert  <eggert@cs.ucla.edu>
8788         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
8790 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8792         * resolv/gethnamaddr.c: Add comment warning that the file is
8793         not maintained.
8795 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
8797         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
8798         entries.
8800         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
8801         entry for aio_cancel and aio_cancel64.
8802         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
8803         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
8804         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
8805         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
8806         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
8807         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
8808         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
8809         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
8810         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
8811         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
8812         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
8813         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
8814         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
8816 2014-07-01  Roland McGrath  <roland@hack.frob.com>
8818         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
8819         * nptl/pthread_mutex_lock.c: Likewise.
8820         * nptl/pthread_mutex_timedlock.c: Likewise.
8821         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
8823 2014-07-01  Richard henderson  <rth@redhat.com>
8825         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
8826         (__isnan, __isnanl): Remove.
8827         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
8829         * sysdeps/alpha/fpu/libm-test-ulps: Update.
8831 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
8833         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8835 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
8837         * resolv/nss_dns/dns-host.c (getanswer_r)
8838         [MULTI_PTRS_ARE_ALIASES]: Remove code.
8840 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
8842         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8843         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
8844         undefine.
8845         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
8846         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
8848 2014-07-01  Roland McGrath <roland@hack.frob.com>
8850         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
8851         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
8853         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
8854         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
8856         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
8857         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
8858         ... here.
8859         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
8860         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
8862         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
8863         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
8864         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
8865         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
8867         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
8868         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
8869         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
8870         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
8871         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
8872         Moved ...
8873         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
8874         ... here.
8875         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
8876         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
8877         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
8878         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
8879         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
8880         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
8881         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
8882         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
8883         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
8884         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
8885         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
8886         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
8887         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
8888         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
8889         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
8890         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
8891         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
8892         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
8893         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
8894         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
8895         ... here.
8896         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
8897         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
8898         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
8899         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
8900         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
8901         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
8902         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
8903         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
8905 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
8907         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
8908         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
8909         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
8910         Add sysdep.
8912 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8914         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8916 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
8918         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
8919         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
8921         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
8923         * sysdeps/arm/libm-test-ulps: Regenerated.
8925 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
8926             Roland McGrath <roland@hack.frob.com>
8928         * test-skeleton.c (signal_handler): Kill the whole process group
8929         before killing the child individually.
8930         (main): Report any failure on `setpgid'.
8932 2014-06-30  Roland McGrath  <roland@hack.frob.com>
8934         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
8935         from _TLS_H to _ARM_NPTL_TLS_H.
8936         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
8937         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
8939 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
8941         [BZ #16539]
8942         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
8943         (__expm1l): Return argument unchanged when small but not
8944         subnormal.
8946         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
8947         include macro name.
8948         (_FP_UNPACK_RAW_1_P): Likewise.
8949         (_FP_PACK_RAW_1): Likewise.
8950         (_FP_PACK_RAW_1_P): Likewise.
8951         (_FP_MUL_MEAT_1_wide): Likewise.
8952         (_FP_MUL_MEAT_DW_1_hard): Likewise.
8953         (_FP_MUL_MEAT_1_hard): Likewise.
8954         (_FP_DIV_MEAT_1_imm): Likewise.
8955         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
8956         (_FP_DIV_MEAT_1_udiv): Likewise.
8957         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
8958         (_FP_UNPACK_RAW_2): Likewise.
8959         (_FP_UNPACK_RAW_2_P): Likewise.
8960         (_FP_PACK_RAW_2): Likewise.
8961         (_FP_PACK_RAW_2_P): Likewise.
8962         (_FP_MUL_MEAT_DW_2_wide): Likewise.
8963         (_FP_MUL_MEAT_2_wide): Likewise.
8964         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
8965         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
8966         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
8967         (_FP_MUL_MEAT_2_gmp): Likewise.
8968         (_FP_DIV_MEAT_2_udiv): Likewise.
8969         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
8970         (_FP_FRAC_SRL_4): Likewise.
8971         (_FP_FRAC_SRST_4): Likewise.
8972         (_FP_FRAC_SRS_4): Likewise.
8973         (_FP_UNPACK_RAW_4): Likewise.
8974         (_FP_UNPACK_RAW_4_P): Likewise.
8975         (_FP_PACK_RAW_4): Likewise.
8976         (_FP_PACK_RAW_4_P): Likewise.
8977         (_FP_MUL_MEAT_DW_4_wide): Likewise.
8978         (_FP_MUL_MEAT_4_wide): Likewise.
8979         (_FP_MUL_MEAT_4_gmp): Likewise.
8980         (umul_ppppmnnn): Likewise.
8981         (_FP_DIV_MEAT_4_udiv): Likewise.
8982         (__FP_FRAC_ADD_4): Likewise.
8983         (__FP_FRAC_SUB_3): Likewise.
8984         (__FP_FRAC_SUB_4): Likewise.
8985         (__FP_FRAC_DEC_3): Likewise.
8986         (__FP_FRAC_DEC_4): Likewise.
8987         (__FP_FRAC_ADDI_4): Likewise.
8988         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
8989         (_FP_FRAC_SRL_8): Likewise.
8990         (_FP_FRAC_SRS_8): Likewise.
8992         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
8993         include macro name.
8994         (FP_UNPACK_RAW_EP): Likewise.
8995         (FP_PACK_RAW_E): Likewise.
8996         (FP_PACK_RAW_EP): Likewise.
8997         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
8998         (_FP_ISSIGNAN): Likewise.
8999         (_FP_ADD_INTERNAL): Likewise.
9000         (_FP_FMA): Likewise.
9001         (_FP_CMP): Likewise.
9002         (_FP_SQRT): Likewise.
9003         (_FP_TO_INT): Likewise.
9004         (_FP_FROM_INT): Likewise.
9005         (FP_EXTEND): Likewise.
9006         (_FP_DIV_MEAT_N_loop): Likewise.
9008 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
9010         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
9011         throughout.
9013 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
9015         [BZ #17097]
9016         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
9017         result with correct sign in case of exponents that produce
9018         overflow except for X very close to 1.
9020 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
9022         mktime: merge #if/#ifdef usage from glibc
9023         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
9024         as that works with both Glibc's and Gnulib's style.
9025         See thread starting at Siddhesh Poyarekar's bug report at:
9026         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
9028 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
9030         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
9031         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
9032         * sysdeps/tile/tilegx/memmove.c: Remove file.
9034 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
9036         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
9037         abi-name definition.
9038         * scripts/soversions.awk: Do not handle or generate ABI lines.
9039         * shlib-versions: Remove ABI entries.
9040         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
9041         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
9043 2014-06-27  Roland McGrath  <roland@hack.frob.com>
9045         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
9046         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
9047         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
9048         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
9049         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
9050         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
9051         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
9052         Moved ...
9053         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
9054         ... here.
9055         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
9056         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
9057         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
9058         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
9059         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
9060         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
9061         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
9062         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
9063         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
9064         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
9065         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
9066         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
9067         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
9068         Moved ...
9069         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
9070         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
9071         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
9072         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
9073         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
9074         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
9075         Moved ...
9076         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
9077         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
9078         Moved ...
9079         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
9080         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
9081         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
9082         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
9083         Moved ...
9084         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
9085         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
9086         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
9087         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
9088         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
9089         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
9090         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
9091         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
9092         Moved ...
9093         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
9094         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
9095         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
9096         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
9097         Moved ...
9098         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
9099         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
9100         Moved ...
9101         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
9102         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
9103         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
9104         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
9105         Moved ...
9106         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
9107         ... here.
9108         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
9109         Identical file removed.
9110         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
9111         Moved ...
9112         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
9113         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
9114         Identical file removed.
9115         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
9116         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
9117         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
9118         Moved ...
9119         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
9120         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
9121         Identical file removed.
9122         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
9123         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
9124         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
9125         Identical file removed.
9126         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
9127         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
9128         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
9129         Identical file removed.
9130         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
9131         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
9132         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
9133         Identical file removed.
9134         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
9135         Moved ...
9136         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
9137         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
9138         Identical file removed.
9139         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
9140         Moved ...
9141         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
9142         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
9143         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
9144         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
9145         Identical file removed.
9146         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
9147         Moved ...
9148         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
9149         ... here.
9150         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
9151         Identical file removed.
9152         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
9153         Moved ...
9154         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
9155         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
9156         Identical file removed.
9157         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
9158         Moved ...
9159         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
9160         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
9161         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
9162         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
9163         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
9164         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
9165         Moved ...
9166         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
9167         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
9168         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
9170         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
9171         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
9172         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
9173         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
9174         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
9176 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
9178         [BZ #17092]
9179         * nscd/nscd.c (monitor_child): Return exit status of child
9180         instead of return value from wait syscall.
9182 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
9184         * configure.ac (libc_commonpagesize): Remove variable.
9185         (libc_relro_required): Likewise.
9186         (libc_cv_z_relro): Remove configure test.
9187         * configure: Regenerated.
9188         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
9189         variable.
9190         (libc_relro_required): Likewise.
9191         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
9192         (libc_relro_required): Likewise.
9193         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
9194         (libc_relro_required): Likewise.
9195         * sysdeps/arm/preconfigure: Regenerated.
9196         * sysdeps/ia64/preconfigure: Remove file.
9197         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
9198         variable.
9199         (libc_relro_required): Likewise.
9201         [BZ #16561]
9202         [BZ #16562]
9203         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
9204         (__ieee754_yn): Set FE_TONEAREST mode internally and then
9205         recompute overflowing results in original rounding mode.
9206         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
9207         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
9208         recompute overflowing results in original rounding mode.
9209         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
9210         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9211         recompute overflowing results in original rounding mode.
9212         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
9213         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9214         recompute overflowing results in original rounding mode.
9215         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
9216         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9217         recompute overflowing results in original rounding mode.
9218         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
9219         (libc_feholdsetround_ctx): New macro.
9220         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
9221         * sysdeps/i386/fpu/libm-test-ulps: Update.
9222         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
9224 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9226         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
9227         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
9228         corresponding .cpsetup call.
9230 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9232         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
9233         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
9234         * sysdeps/arm/Makefile [$(subdir) = csu]
9235         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
9236         (static-only-routines): Add aeabi_read_tp here.
9237         (shared-only-routines): Add libc-aeabi_read_tp here.
9238         (CFLAGS-libc-start.c): Add -fexceptions here.
9239         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
9240         (sysdep_routines, static-only-routines, shared-only-routines):
9241         Don't add to these here.
9242         (CFLAGS-libc-start.c): Likewise.
9244         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
9245         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
9246         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
9247         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
9248         * sysdeps/arm/Makefile [$(subdir) = rt]
9249         (librt-sysdep_routines, librt-shared-only-routines):
9250         Append rt-aeabi_unwind_cpp_pr1 here.
9251         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
9252         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
9253         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
9254         (libpthread-sysdep_routines, libpthread-shared-only-routines):
9255         Append nptl-aeabi_unwind_cpp_pr1 here.
9256         (tests): Filter out tst-cleanupx4 here.
9257         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
9258         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
9259         Don't do those here.
9261 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9263         * scripts/list-sources.sh: Do not handle ports specially.
9265 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9267         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
9268         * sysdeps/arm/feupdateenv.c: Likewise.
9270         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
9272 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9274         * manual/texinfo.tex: Update to version 2014-05-05.10 with
9275         trailing whitespace removed.
9276         * scripts/config.guess: Update to version 2014-03-23.
9277         * scripts/config.sub: Update to version 2014-05-01
9278         * scripts/install-sh: Update to version 2013-12-25.23.
9279         * scripts/move-if-change: Update from gnulib.
9281 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9283         * debug/memmove_chk.c: Remove pagecopy.h include.
9285 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
9287         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
9288         identical to gnulib mktime.
9290 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9292         * configure.ac: Do not test for machine being rs6000.  Do not test
9293         for powerpc*-*soft.
9294         * configure: Regenerated.
9296         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
9297         test.
9298         * configure: Regenerated.
9299         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
9300         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
9301         Remove configure test.
9302         * sysdeps/arm/configure: Regenerated.
9303         * sysdeps/nptl/configure.ac: Do not check
9304         libc_cv_asm_cfi_directives.
9305         * sysdeps/nptl/configure: Regenerated.
9306         * sysdeps/x86_64/nptl/configure.ac: Remove file.
9307         * sysdeps/x86_64/nptl/configure: Remove generated file.
9308         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
9309         unconditional.
9310         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
9312 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9314         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
9315         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
9316         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
9317         it is defined.
9319         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
9320         instead of whether it is defined.
9321         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
9322         * sysdeps/hppa/dl-machine.h: Likewise.
9323         * sysdeps/ia64/dl-machine.h: Likewise.
9324         * sysdeps/m68k/dl-machine.h: Likewise.
9325         * sysdeps/microblaze/dl-machine.h: Likewise.
9326         * sysdeps/mips/dl-machine.: Likewise.
9327         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
9328         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
9329         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9330         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9331         * sysdeps/sh/dl-machine.h: Likewise.
9332         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9333         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9334         * sysdeps/tile/dl-machine.h: Likewise.
9335         * sysdeps/x86_64/dl-machine.h: Likewise.
9337         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
9338         code.
9339         (verify_persistent_db): Likewise.
9341 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9343         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
9344         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
9345         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
9346         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
9347         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
9348         Moved ...
9349         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
9350         ... here.
9351         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
9352         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
9353         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
9354         Identical file removed.
9355         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
9356         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
9357         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
9358         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
9359         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
9360         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
9361         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
9362         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
9363         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
9364         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
9365         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
9366         Moved ...
9367         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
9368         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
9369         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
9370         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
9371         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
9372         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
9373         Moved ...
9374         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
9375         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
9376         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
9377         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
9378         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
9379         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
9380         Identical file removed.
9381         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
9382         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
9383         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
9384         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
9385         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
9386         Moved ...
9387         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
9388         ... here.
9389         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
9390         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
9391         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
9392         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
9393         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
9394         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
9395         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
9396         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
9397         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
9398         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
9399         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
9400         Moved ...
9401         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
9402         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
9403         Moved ...
9404         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
9405         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
9406         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
9407         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
9408         Moved ...
9409         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
9410         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
9411         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
9413         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
9414         folded into ...
9415         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
9416         * sysdeps/unix/sysv/linux/s390/Versions
9417         (libpthread: GLIBC_2.19): New version set.
9418         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
9419         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
9420         (librt: GLIBC_2.3.3): New version set.
9421         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
9422         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
9423         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
9424         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
9425         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
9426         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
9427         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
9428         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
9429         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
9430         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
9431         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
9432         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
9433         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
9434         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
9435         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
9436         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
9437         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
9438         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
9439         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
9440         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
9441         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
9442         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
9443         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
9444         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
9445         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
9446         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
9447         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
9448         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
9449         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
9450         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
9451         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
9452         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
9453         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
9454         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
9455         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
9456         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
9457         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
9458         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
9459         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
9460         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
9461         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
9462         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
9463         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
9464         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
9465         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
9467         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
9468         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
9469         (__libc_vfork): Define the function under this name.
9470         [!NOT_IN_libc] (__vfork): Make this an alias.
9471         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
9472         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
9473         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
9474         (__libc_vfork): Define the function under this name.
9475         [!NOT_IN_libc] (__vfork): Make this an alias.
9476         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
9477         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
9478         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
9479         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
9480         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
9481         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
9483         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
9484         code that was previously under [RESET_PID].
9485         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
9486         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
9487         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
9489         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
9490         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
9491         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
9492         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
9493         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
9494         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
9495         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
9496         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
9497         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
9498         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
9499         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
9500         Moved ...
9501         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
9502         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
9503         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
9504         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
9505         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
9506         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
9507         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
9508         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
9509         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
9510         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
9511         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
9512         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
9513         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
9514         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
9515         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
9516         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
9517         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
9518         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
9519         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
9520         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
9521         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
9522         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
9523         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
9524         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
9525         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
9526         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
9527         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
9528         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
9529         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
9531 2014-06-25  Roland McGrath  <roland@hack.frob.com>
9533         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
9534         that was previously under [RESET_PID].
9535         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
9537 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9539         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
9540         not undefine and redefine.
9541         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
9542         [O_CLOEXEC]: Make code unconditional.
9543         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
9544         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
9545         <kernel-features.h>.
9546         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
9547         conditional variable definition.
9548         (shm_open) [O_CLOEXEC]: Make code unconditional.
9549         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
9550         code.
9552         * configure.ac (USE_REGPARMS): Don't define here.
9553         * configure: Regenerated.
9554         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
9555         * sysdeps/i386/configure: Regenerated.
9557         * nptl/createthread.c: Don't include kernel-features.h.
9558         * nptl/pthread_cancel.c: Likewise.
9559         * nptl/pthread_condattr_setclock.c: Likewise.
9560         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
9561         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
9562         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
9563         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
9564         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
9565         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
9566         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
9567         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
9568         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
9569         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
9570         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
9571         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
9572         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
9573         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
9574         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
9575         * nscd/gai.c: Likewise.
9576         * nss/nss_db/db-open.c: Likewise.
9577         * sysdeps/generic/ldsodefs.h: Likewise.
9578         * sysdeps/sh/nptl/tls.h: Likewise.
9579         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
9580         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
9581         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
9582         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
9583         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
9584         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
9585         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
9586         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
9587         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
9588         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
9589         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
9590         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
9591         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
9592         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
9593         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
9594         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
9595         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
9596         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
9597         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
9598         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
9599         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
9600         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
9601         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
9602         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
9603         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
9604         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
9605         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
9606         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
9607         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
9608         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
9609         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
9610         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
9611         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
9612         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
9613         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
9614         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9615         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
9616         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
9617         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
9618         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
9619         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
9620         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
9621         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
9622         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
9623         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
9624         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
9625         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
9626         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
9627         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
9628         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
9629         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
9630         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
9631         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
9632         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
9633         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
9634         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
9635         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
9636         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
9637         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
9638         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
9639         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
9640         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
9641         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
9642         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
9643         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
9644         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
9645         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
9646         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
9647         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
9648         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
9649         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
9650         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
9651         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
9652         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
9653         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
9654         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
9655         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
9656         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
9657         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
9658         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
9659         * sysdeps/unix/sysv/linux/pread.c: Likewise.
9660         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
9661         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
9662         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
9663         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
9664         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
9665         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
9666         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
9667         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
9668         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
9669         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
9670         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
9671         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
9672         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
9673         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
9674         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
9675         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
9676         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
9677         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
9678         * sysdeps/unix/sysv/linux/system.c: Likewise.
9679         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
9680         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
9681         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
9682         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
9683         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
9684         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9685         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
9687         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
9688         * configure: Regenerated.
9689         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
9691         * configure.ac (base_machine): Do not set specially for particular
9692         machines here.
9693         * configure: Regenerated.
9694         * sysdeps/powerpc/preconfigure: Move machine and base_machine
9695         settings from configure.ac.
9696         * sysdeps/i386/preconfigure: New file.
9697         * sysdeps/s390/preconfigure: Likewise.
9698         * sysdeps/sh/preconfigure: Likewise.
9699         * sysdeps/sparc/preconfigure: Likewise.
9701 2014-06-25  Roland McGrath  <roland@hack.frob.com>
9703         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
9704         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
9705         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
9706         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
9707         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
9708         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
9709         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
9710         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
9711         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
9712         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
9713         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
9714         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
9715         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
9716         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
9717         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
9718         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
9719         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
9720         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
9721         * sysdeps/sparc/sparc64/Makefile: ... appended here.
9723         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
9724         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
9725         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
9726         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
9727         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
9728         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
9729         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
9730         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
9731         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
9732         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
9733         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
9734         * sysdeps/sparc/sparc32/sem_post.c: ... here.
9735         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
9736         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
9737         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
9738         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
9739         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
9740         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
9741         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
9742         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
9743         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
9744         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
9745         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
9746         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
9747         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
9748         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
9749         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
9750         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
9751         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
9752         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
9753         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
9754         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
9755         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
9756         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
9757         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
9758         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
9759         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
9760         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
9762         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
9763         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
9764         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
9765         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
9766         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
9767         Moved ...
9768         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
9769         ... here.
9770         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
9771         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
9772         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
9773         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
9774         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
9775         Moved ...
9776         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
9777         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
9778         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
9779         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
9780         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
9781         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
9782         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
9783         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
9784         Moved ...
9785         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
9786         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
9787         Moved ...
9788         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
9789         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
9790         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
9791         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
9792         Moved ...
9793         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
9794         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
9795         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
9796         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
9797         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
9798         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
9799         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
9800         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
9801         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
9802         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
9803         Moved ...
9804         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
9805         ... here.
9806         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
9807         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
9808         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
9809         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
9810         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
9811         Moved ...
9812         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
9813         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
9814         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
9815         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
9816         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
9817         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
9818         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
9819         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
9820         Moved ...
9821         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
9822         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
9823         Moved ...
9824         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
9825         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
9826         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
9827         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
9828         Moved ...
9829         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
9830         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
9831         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
9832         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
9833         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
9835 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9837         * timezone/checktab.awk: Update from tzcode 2014e.
9838         * timezone/private.h: Likewise.
9839         * timezone/tzfile.h: Likewise.
9840         * timezone/zdump.c: Likewise.
9841         * timezone/zic.c: Likewise.
9843         * sysdeps/unix/sysv/linux/kernel-features.h
9844         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
9845         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
9846         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
9847         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
9848         Remove conditional code.
9850 2014-06-25  Will Newton  <will.newton@linaro.org>
9852         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
9853         (_dl_arm_cap_flags): Add HWCAP2 values.
9854         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
9855         (_DL_HWCAP_COUNT): Increase to 37.
9856         (_DL_HWCAP_LAST): New define.
9857         (_DL_HWCAP2_LAST): New define.
9858         (_dl_procinfo): Add support for printing
9859         AT_HWCAP2 entries.
9860         (_dl_string_hwcap): Use _dl_hwcap_string.
9862 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9864         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9866 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9868         * README: Do not mention ports directory.
9870         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
9871         Remove macro.
9872         * sysdeps/unix/sysv/linux/futimes.c: Do not include
9873         <kernel-features.h>.
9874         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
9875         conditional variable definition.
9876         (__futimes): Update comment.
9877         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
9878         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
9880         [BZ #16560]
9881         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
9882         arguments close to 0.
9883         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
9884         Likewise.
9885         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
9886         Likewise.
9887         * math/auto-libm-test-in: Add more tests of exp10.
9888         * math/auto-libm-test-out: Regenerated.
9889         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
9891         * sysdeps/unix/sysv/linux/kernel-features.h
9892         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
9893         * sysdeps/unix/sysv/linux/readv.c: Do not include
9894         <kernel-features.h>.
9895         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
9896         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
9897         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
9898         unconditional.
9899         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
9900         conditional code.
9901         * sysdeps/unix/sysv/linux/writev.c: Do not include
9902         <kernel-features.h>.
9903         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
9904         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
9905         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
9906         unconditional.
9907         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
9908         conditional code.
9910 2014-06-25  Will Newton  <will.newton@linaro.org>
9912         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
9913         comment changes throughout the file.  Remove checks
9914         for HAVE_*_H definitions that are not required.
9915         (__gen_tempname): Call abort if an unknown kind value is
9916         passed.
9918 2014-06-25  Andreas Schwab  <schwab@suse.de>
9920         [BZ #17086]
9921         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
9922         scalbln, scalblnf, scalblnl in libc.
9924 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
9926         [BZ #17086]
9927         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
9928         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
9929         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
9931 2014-06-24  Roland McGrath  <roland@hack.frob.com>
9933         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
9934         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
9935         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
9936         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
9937         Update #include.
9938         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
9939         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
9940         Update #include.
9941         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
9942         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
9943         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
9944         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
9945         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
9946         * sysdeps/x86/bits/pthreadtypes.h: ... here.
9947         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
9948         * sysdeps/x86/bits/semaphore.h: ... here.
9949         * sysdeps/x86/nptl/elide.h: Moved ...
9950         * sysdeps/x86/elide.h: ... here.
9951         * sysdeps/x86_64/nptl/Implies: File removed.
9952         * sysdeps/i386/nptl/Implies: File removed.
9954 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
9956         [BZ #16539]
9957         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
9958         return the argument for normal arguments with exponent below -64.
9959         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
9960         Likewise.
9961         * math/auto-libm-test-in: Add another test of expm1.
9962         * math/auto-libm-test-out: Regenerated.
9964         [BZ #16287]
9965         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
9966         calling __erfcl for arguments at least 16.
9967         * math/auto-libm-test-in: Add more tests of erf.
9968         * math/auto-libm-test-out: Regenerated.
9970         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
9971         individual architectures.
9972         * sysdeps/unix/sysv/linux/configure: Regenerated.
9973         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
9974         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
9975         * sysdeps/unix/sysv/linux/powerpc/configure.ac
9976         (ldd_rewrite_script): Define variable.
9977         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
9978         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
9979         file.
9980         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
9981         generated file.
9982         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
9983         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
9984         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
9985         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
9986         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
9987         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
9988         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
9989         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
9991 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
9993         [BZ #17084]
9994         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
9995         Rename member __data.d to __data.__elision_data.
9997 2014-06-24  Wilco  <wdijkstr@arm.com>
9999         * NEWS: Add 16918 to fixed bug list.
10001 2014-06-24  Wilco  <wdijkstr@arm.com>
10003         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
10005 2014-06-24  Wilco  <wdijkstr@arm.com>
10007         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
10008         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
10009         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
10010         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
10011         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
10012         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
10013         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
10014         Use _FPU_MASK_RM.
10016 2014-06-24  Wilco  <wdijkstr@arm.com>
10018         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
10020 2014-06-24  Wilco  <wdijkstr@arm.com>
10022         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
10023         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
10024         * sysdeps/arm/fesetround.c (fesetround): Remove space.
10025         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
10027 2014-06-24  Wilco  <wdijkstr@arm.com>
10029         [BZ #16918]
10030         * sysdeps/arm/feupdateenv.c (feupdateenv):
10031         Rewrite to reduce FPSCR accesses and fix return value.
10033 2014-06-24  Wilco  <wdijkstr@arm.com>
10035         * sysdeps/arm/fclrexcpt.c (feclearexcept):
10036         Optimize to avoid unnecessary FPSCR writes.
10037         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
10038         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
10039         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
10040         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
10042 2014-06-24  Wilco  <wdijkstr@arm.com>
10044         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
10045         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
10046         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
10047         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
10048         Call libc_fetestexcept_vfp.
10049         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
10050         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
10051         __SOFTFP__ ifdef so that they can be built for softfp.
10053 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
10055         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
10056         argument type signed char.
10058         * Makerules (check-abi): Dump diff of symlist if the test
10059         fails.
10061 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10063         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
10064         using abort.
10066         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
10067         Remove unused variable ST.
10069 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
10071         [BZ #16354]
10072         [BZ #17061]
10073         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
10074         small arguments before calling __expm1.
10075         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
10076         small arguments before calling __expm1f.
10077         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
10078         small arguments before calling __expm1l.
10079         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
10080         Likewise.
10081         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
10082         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
10083         spurious underflow for some cosh tests.
10084         * math/auto-libm-test-out: Regenerated.
10085         * sysdeps/i386/fpu/libm-test-ulps: Update.
10087         [BZ #17050]
10088         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
10089         (__ieee754_y1): Set errno if return value overflows.
10090         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
10091         (__ieee754_y1f): Set errno if return value overflows.
10092         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
10093         (__ieee754_y1l): Set errno if return value overflows.
10094         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
10095         (__ieee754_y1l): Set errno if return value overflows.
10096         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
10097         * math/auto-libm-test-out: Regenerated.
10099         * math/gen-auto-libm-tests.c: Document use of
10100         ignore-zero-inf-sign.
10101         (input_flag_type): Add value flag_ignore_zero_inf_sign.
10102         (input_flags): Add ignore-zero-inf-sign.
10103         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
10104         * math/gen-libm-test.pl (generate_testfile): Handle
10105         ignore-zero-inf-sign.
10106         * math/auto-libm-test-in: Mark some cpow tests with
10107         ignore-zero-inf-sign and some with xfail-rounding.
10108         * math/auto-libm-test-out: Regenerated.
10109         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
10110         * sysdeps/i386/fpu/libm-test-ulps: Update.
10111         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10113         [BZ #16315]
10114         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
10115         overflowing or underflowing operations take place with sign of
10116         result.
10117         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
10118         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
10119         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
10120         (__ieee754_pow): Recompute overflowing and underflowing results in
10121         original rounding mode.
10122         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
10123         (__powl_helper): Allow negative argument X and scale negated value
10124         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
10125         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
10126         overflowing or underflowing operations take place with sign of
10127         result.
10128         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
10129         Include <math.h>.
10130         * math/auto-libm-test-in: Add more tests of pow.
10131         * math/auto-libm-test-out: Regenerated.
10132         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
10133         (pow_tonearest_test_data): Remove.
10134         (pow_test_tonearest): Likewise.
10135         (pow_towardzero_test_data): Likewise.
10136         (pow_test_towardzero): Likewise.
10137         (pow_downward_test_data): Likewise.
10138         (pow_test_downward): Likewise.
10139         (pow_upward_test_data): Likewise.
10140         (pow_test_upward): Likewise.
10141         (main): Don't call removed functions.
10142         * sysdeps/i386/fpu/libm-test-ulps: Update.
10143         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10145 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10147         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
10148         Moved ...
10149         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
10150         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
10151         Moved ...
10152         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
10153         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
10154         Moved ...
10155         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
10156         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
10157         Moved ...
10158         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
10159         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
10160         File removed.
10161         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
10162         File removed.
10163         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
10164         File removed.
10165         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
10166         File removed.
10167         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
10168         File removed.
10169         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
10170         File removed.
10171         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
10172         File removed.
10173         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
10174         File removed.
10175         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
10176         File removed.
10177         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
10178         File removed.
10179         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
10180         File removed.
10181         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
10182         File removed.
10183         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
10184         Moved ...
10185         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
10186         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
10187         Moved ...
10188         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
10189         ... here.
10190         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
10191         Moved ...
10192         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
10193         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
10194         Moved ...
10195         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
10196         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
10197         Moved ...
10198         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
10199         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
10200         Moved ...
10201         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
10202         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
10203         Moved ...
10204         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
10205         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
10206         Moved ...
10207         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
10208         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
10209         Moved ...
10210         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
10211         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
10212         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
10213         ... here.
10214         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
10215         Moved ...
10216         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
10217         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
10218         Moved ...
10219         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
10220         ... here.
10221         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
10222         Moved ...
10223         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
10224         ... here.
10225         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
10226         Moved ...
10227         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
10228         ... here.
10229         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
10230         Moved ...
10231         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
10232         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
10233         Moved ...
10234         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
10235         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
10236         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
10237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
10238         Moved ...
10239         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
10240         ... here.
10241         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
10242         Moved ...
10243         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
10244         ... here.
10245         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
10246         Moved ...
10247         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
10248         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
10249         Moved ...
10250         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
10251         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
10252         Moved ...
10253         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
10254         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
10255         Moved ...
10256         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
10257         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
10258         Moved ...
10259         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
10260         ... here.
10261         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
10262         Moved ...
10263         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
10264         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
10265         Moved ...
10266         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
10267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
10268         Moved ...
10269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
10270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
10271         Moved ...
10272         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
10273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
10274         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
10275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
10276         Moved ...
10277         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
10278         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
10279         Moved ...
10280         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
10281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
10282         Moved ...
10283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
10284         ... here.
10285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
10286         Moved ...
10287         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
10288         ... here.
10289         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
10290         Moved ...
10291         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
10292         ... here.
10293         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
10294         Moved ...
10295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
10296         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
10297         Moved ...
10298         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
10299         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
10300         Moved ...
10301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
10302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
10303         Moved ...
10304         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
10305         ... here.
10306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
10307         Moved ...
10308         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
10309         ... here.
10310         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
10311         Moved ...
10312         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
10313         ... here.
10314         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
10315         Moved ...
10316         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
10317         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
10318         Moved ...
10319         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
10321 2014-06-23  Will Newton  <will.newton@linaro.org>
10322             Wilco  <wdijkstr@arm.com>
10324         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
10325         implementation.  Include get-rounding-mode.h.
10326         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
10327         [!libc_feholdsetround_noex_ctx]: Define
10328         libc_feholdsetround_noex_ctx.
10329         [!libc_feholdsetround_noexf_ctx]: Define
10330         libc_feholdsetround_noexf_ctx.
10331         [!libc_feholdsetround_noexl_ctx]: Define
10332         libc_feholdsetround_noexl_ctx.
10333         (libc_feholdsetround_ctx): New function.
10334         (libc_feresetround_ctx): New function.
10335         (libc_feholdsetround_noex_ctx): New function.
10336         (libc_feresetround_noex_ctx): New function.
10338 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10340         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
10341         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
10342         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
10343         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
10344         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
10345         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
10347         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
10348         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
10349         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
10350         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
10351         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
10352         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
10353         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
10354         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
10355         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
10356         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
10357         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
10358         Moved ...
10359         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
10360         ... here.
10361         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
10362         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
10363         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
10364         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
10365         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
10366         Moved ...
10367         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
10368         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
10369         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
10370         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
10371         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
10372         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
10373         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
10374         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
10375         Moved ...
10376         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
10377         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
10378         Moved ...
10379         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
10380         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
10381         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
10382         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
10383         Moved ...
10384         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
10385         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
10386         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
10387         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
10388         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
10389         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
10390         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
10391         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
10392         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
10393         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
10394         Moved ...
10395         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
10396         ... here.
10397         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
10398         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
10399         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
10400         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
10401         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
10402         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
10403         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
10404         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
10405         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
10406         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
10407         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
10408         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
10409         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
10410         Moved ...
10411         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
10412         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
10413         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
10414         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
10415         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
10416         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
10417         Moved ...
10418         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
10419         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
10420         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
10421         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
10422         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
10424         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
10425         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
10426         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
10427         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
10428         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
10429         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
10430         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
10431         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
10432         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
10433         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
10434         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
10435         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
10436         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
10437         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
10438         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
10439         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
10440         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
10441         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
10442         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
10443         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
10444         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
10445         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
10446         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
10447         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
10448         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
10449         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
10450         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
10451         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
10453 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
10455         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
10456         (FALLOC_FL_COLLAPSE_RANGE): New macro.
10457         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
10458         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
10459         (IPV6_PMTUDISC_INTERFACE): Likewise.
10460         (IPV6_PMTUDISC_OMIT): Likewise.
10462 2014-06-23  Andreas Schwab  <schwab@suse.de>
10464         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
10465         Remove unused errout label.
10467 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10469         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
10470         macro: hardware supports Vector Crypto instructions.
10472 2014-06-23  Will Newton  <will.newton@linaro.org>
10474         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
10475         rather than __builtin_expect.
10477         * elf/dl-lookup.c (undefined_msg): Remove variable.
10478         (_dl_lookup_symbol_x): Replace undefined_msg with string
10479         literal.
10481         * elf/dl-lookup.c (do_lookup_unique): New function.
10482         (do_lookup_x): Move STB_GNU_UNIQUE handling code
10483         to a separate function.
10485 2014-06-23  Andreas Schwab  <schwab@suse.de>
10487         [BZ #17079]
10488         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
10489         before reading the next line.
10491 2014-06-23  Will Newton  <will.newton@linaro.org>
10493         * test-skeleton.c (signal_handler): Use printf and %m
10494         rather than perror.  Use printf rather than fprintf to
10495         stderr.  Use puts rather than fputs to stderr.
10496         (main): Likewise.
10498 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
10500         * nscd/nscd.c (thread_info_t): Remove typedef.
10501         (thread_info): Remove variable.
10503 2014-06-21  Allan McRae  <allan@archlinux.org>
10505         * NEWS: Mention CVE-2014-4043.
10507 2014-06-20  Roland McGrath  <roland@hack.frob.com>
10509         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
10510         * nptl/smp.h: ... here.
10512         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
10514         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
10515         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
10516         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
10517         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
10519         * nptl/allocatestack.c: Include <stack-aliasing.h>.
10520         * nptl/stack-aliasing.h: New file.
10521         * sysdeps/i386/i686/stack-aliasing.h: New file.
10522         * sysdeps/i386/i686/nptl/Makefile: File removed.
10523         * sysdeps/x86_64/stack-aliasing.h: New file.
10524         * sysdeps/x86_64/nptl/Makefile
10525         (CFLAGS-pthread_create.c): Variable removed.
10527         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
10528         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
10529         old file.
10530         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
10531         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
10532         old file.
10534 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
10536         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10537         (__ASSUME_SIGFRAME_V2): Remove macro.
10538         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
10539         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
10540         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
10541         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
10542         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
10543         Declare as function.  Remove conditional macro definitions.
10544         (__default_rt_sa_restorer): Likewise.
10545         (__default_sa_restorer_v1): Remove declaration.
10546         (__default_sa_restorer_v2): Likewise.
10547         (__default_rt_sa_restorer_v1): Likewise.
10548         (__default_rt_sa_restorer_v2): Likewise.
10549         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
10550         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
10551         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
10553 2014-06-20  Roland McGrath  <roland@hack.frob.com>
10555         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
10556         (libpthread-routines): Add sysdep.
10557         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
10558         * sysdeps/unix/sysv/linux/sparc/Versions
10559         (libpthread: GLIBC_2.3.3): New version set.
10560         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
10561         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
10562         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
10563         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
10564         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
10565         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
10566         Moved ...
10567         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
10568         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
10569         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
10570         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
10571         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
10572         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
10573         * sysdeps/sparc/nptl/sem_init.c: ... here.
10574         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
10575         * sysdeps/sparc/nptl/sem_post.c: ... here.
10576         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
10577         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
10578         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
10579         * sysdeps/sparc/nptl/sem_wait.c: ... here.
10580         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
10581         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
10582         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
10583         (libpthread-routines): Add cpu_relax.
10584         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
10585         File removed.
10586         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
10587         (librt: GLIBC_2.3.3): New version set.
10588         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
10589         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
10590         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
10591         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
10592         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
10593         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
10594         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
10595         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
10596         Moved ...
10597         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
10598         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
10599         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
10600         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
10601         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
10602         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
10603         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
10604         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
10605         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
10606         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
10607         Moved ...
10608         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
10609         Update #include.
10610         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
10611         Moved ...
10612         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
10613         Update #include.
10614         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
10615         Moved ...
10616         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
10617         Update #include.
10618         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
10619         Moved ...
10620         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
10621         Update #include.
10622         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
10623         Moved ...
10624         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
10625         Update #include.
10626         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
10627         Moved ...
10628         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
10629         Update #include.
10630         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
10631         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
10632         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
10633         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
10634         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
10635         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
10636         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
10637         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
10638         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
10639         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
10640         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10641         Moved ...
10642         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
10643         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
10644         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
10645         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
10646         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
10648 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
10650         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
10651         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
10652         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
10653         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
10654         * nscd/nscd.c: Likewise.
10655         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
10656         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
10657         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
10658         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
10660         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
10661         <kernel-features.h>.
10662         (init_mq_netlink): Remove conditional have_sock_cloexec
10663         definitions.  Remove code conditional on have_sock_cloexec < 0.
10664         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
10665         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
10666         * sysdeps/unix/sysv/linux/opensock.c: Do not include
10667         <kernel-features.h>.
10668         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
10669         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
10671 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
10673         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
10674         Add tests for memset_chk and memset.
10676         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
10677         with AVX2_Usable.
10679 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
10681         [BZ #16046]
10682         * elf/tst-dl-iter-static.c: New file.
10683         * elf/Makefile (tests-static): Add tst-dl-iter-static.
10685         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
10686         error.
10688 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
10690         * sysdeps/unix/sysv/linux/kernel-features.h
10691         (__ASSUME_F_GETOWN_EX): Remove macro.
10692         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
10693         <kernel-features.h>.
10694         (miss_F_GETOWN_EX): Remove variable or macro.
10695         (do_fcntl): Do not check miss_F_GETOWN_EX.
10696         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
10698         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
10699         Remove macro.
10700         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
10701         [!__ASSUME_AT_RANDOM]: Remove conditional code.
10702         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
10704         * sysdeps/unix/sysv/linux/kernel-features.h
10705         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
10706         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
10707         [ADJ_OFFSET_SS_READ]: Make code unconditional.
10708         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
10710 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
10712         [BZ #17075]
10713         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
10714         Fix calculation of the symbol's value.
10715         * sysdeps/arm/tst-armtlsdescloc.c: New file.
10716         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
10717         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
10718         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
10719         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
10720         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
10721         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
10722         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
10723         (modules-names): Add `tst-armtlsdescmod',
10724         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
10725         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
10726         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
10727         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
10728         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
10729         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
10730         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
10731         ($(objpfx)tst-armtlsdescloc): New dependency.
10732         ($(objpfx)tst-armtlsdescextnow): Likewise.
10733         ($(objpfx)tst-armtlsdescextlazy): Likewise.
10734         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
10735         TLS scheme support.
10736         * sysdeps/arm/configure: Regenerate.
10738 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
10740         * include/fcntl.h (__atfct_seterrno): Remove prototype.
10741         (__atfct_seterrno_2): Likewise.
10742         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
10743         <kernel-features.h>.
10744         (__ASSUME_ATFCTS): Do not undefine and redefine.
10745         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
10746         (__have_atfcts): Remove conditional definition.
10747         (__fxstatat([__NR_fstatat64]: Make code unconditional.
10748         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
10749         unreachable if [__ASSUME_ATFCTS].
10750         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
10751         not undefine and redefine.
10752         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
10753         <kernel-features.h>.
10754         (faccessat) [__NR_faccessat]: Make code unconditional.
10755         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
10756         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
10757         <kernel-features.h>.
10758         (fchmodat) [__NR_fchmodat]: Make code unconditional.
10759         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
10760         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
10761         <kernel-features.h>.
10762         (fchownat) [__NR_fchownat]: Make code unconditional.
10763         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
10764         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
10765         <kernel-features.h>.
10766         (futimesat) [__NR_futimesat]: Make code unconditional.
10767         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
10768         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
10769         <kernel-features.h>.
10770         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
10771         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10772         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
10773         <kernel-features.h>.
10774         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
10775         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
10776         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
10777         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
10778         <kernel-features.h>.
10779         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
10780         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10781         * sysdeps/unix/sysv/linux/linkat.c: Do not include
10782         <kernel-features.h>.
10783         (linkat) [__NR_linkat]: Make code unconditional.
10784         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10785         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
10786         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
10787         <kernel-features.h>.
10788         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
10789         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
10790         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
10791         <kernel-features.h>.
10792         (mkdirat) [__NR_mkdirat]: Make code unconditional.
10793         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
10794         * sysdeps/unix/sysv/linux/openat.c: Do not include
10795         <kernel-features.h>.
10796         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
10797         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
10798         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
10799         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
10800         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
10801         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
10802         <kernel-features.h>.
10803         (readlinkat) [__NR_readlinkat]: Make code unconditional.
10804         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
10805         result of INLINE_SYSCALL directly, not via int variable.
10806         * sysdeps/unix/sysv/linux/renameat.c: Do not include
10807         <kernel-features.h>.
10808         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
10809         (renameat) [__NR_renameat]: Make code unconditional.
10810         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
10811         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
10812         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
10813         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
10814         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
10815         (__ASSUME_ATFCTS): Do not undefine and redefine.
10816         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
10817         <kernel-features.h>.
10818         (symlinkat) [__NR_symlinkat]: Make code unconditional.
10819         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10820         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
10821         <kernel-features.h>.
10822         (unlinkat) [__NR_unlinkat]: Make code unconditional.
10823         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10824         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
10825         (__ASSUME_ATFCTS): Do not undefine and redefine.
10826         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
10827         <kernel-features.h>.
10828         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
10829         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10830         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
10831         <kernel-features.h>.
10832         (__xmknodat) [__NR_mknodat]: Make code unconditional.
10833         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
10835 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
10837         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
10839 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
10841         [BZ #17069]
10842         * posix/regcomp.c (parse_reg_exp): Deallocate partially
10843         constructed tree before returning error.
10844         * posix/bug-regexp36.c: Expand test case.
10846 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
10848         [BZ #6803]
10849         * math/libm-test.inc (scalbln_test_date):
10850         Add errno expectations.
10851         * math/w_scalblnf.c: New File.
10852         Add wrapper which checks for setting errno to ERANGE.
10853         Add weak_alias for corresponding scalbln function.
10854         * math/w_scalbln.c: Likewise.
10855         * math/w_scalblnl.c: Likewise.
10856         * math/Makefile (libm-calls): Add w_scalbln.
10857         * sysdeps/ieee754/flt-32/s_scalblnf.c:
10858         Remove weak_alias for corresponding scalbln function.
10859         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
10860         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
10861         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
10862         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
10863         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
10864         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
10865         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
10866         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
10867         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
10868         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
10869         Remove long_double_symbol for scalblnl function in libm, libc.
10870         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
10871         Add wrapper which checks for setting errno to ERANGE.
10872         Add long_double_symbol for scalblnl function in libm, libc.
10873         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
10874         Remove long_double_symbol for scalblnl in libm.
10875         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
10876         Add wrapper which checks for setting errno to ERANGE.
10877         Add long_double_symbol for scalblnl function in libm.
10878         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
10879         Do not use wrapper because of own implementation.
10881 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
10883         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
10884         3 bytes for __pad1 for x32.
10885         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
10887 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
10888             H.J. Lu  <hongjiu.lu@intel.com>
10890         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
10891         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
10892         * sysdeps/x86_64/multiarch/memset.S: Likewise.
10893         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
10894         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
10896 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
10898         [BZ #17069]
10899         * posix/regcomp.c (parse_expression): Deallocate partially
10900         constructed tree before returning error.
10901         * posix/Makefile.c (tests): Add bug-regex36.
10902         (generated): Add bug-regex36.mtrace.
10903         (tests-special): Add $(objpfx)bug-regex36-mem.out
10904         (bug-regex36-ENV): New variable.
10905         ($(objpfx)bug-regex36-mem.out): New rule.
10906         * posix/bug-regex36.c: New file.
10908 2014-06-19  Will Newton  <will.newton@linaro.org>
10910         * malloc/malloc.c (systrim): If extra is zero then return
10911         early.
10913 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
10915         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
10917 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
10919         * sysdeps/aarch64/strchr.S: New file.
10921 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
10923         [BZ #17022]
10924         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
10925         from arguments -2 or below.
10926         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
10927         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
10929 2014-06-18  Andreas Schwab  <schwab@suse.de>
10931         [BZ #17062]
10932         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
10933         of a bracket expr not to run off the end of the string.
10934         * posix/Makefile (tests): Add tst-fnmatch3.
10935         * posix/tst-fnmatch3.c: New file.
10937 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
10939         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
10940         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
10941         [$(cross-compiling) = no]: Likewise.
10942         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
10943         [$(cross-compiling) = no]: Likewise.
10945 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
10947         [BZ #17031]
10948         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
10949         double, adjusted for any remainder from the high double.
10950         * math/libm-test.inc (nearbyint): Add tests.
10951         (rint): Likewise.
10953 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10955         * nptl/sysdeps/powerpc/Makefile: Moved ...
10956         * sysdeps/powerpc/nptl/Makefile: ... here.
10957         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
10958         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
10959         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
10960         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
10961         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
10962         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
10963         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
10964         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
10965         * nptl/sysdeps/powerpc/tls.h: Moved ...
10966         * sysdeps/powerpc/nptl/tls.h: ... here.
10968 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
10970         [BZ #16681]
10971         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
10972         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
10973         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
10974         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
10975         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
10976         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
10977         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
10978         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
10979         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
10981 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
10983         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
10985 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
10987         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
10988         defined operator.
10990         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
10991         $TIMEOUTFACTOR.
10993 2014-06-16  Florian Weimer  <fweimer@redhat.com>
10995         [BZ #17058]
10996         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
10997         non-executed part of the test.
10999 2014-06-16  Andreas Schwab  <schwab@suse.de>
11001         * string/bits/string2.h (strdup, strndup): Update feature guard.
11003 2014-06-14  David S. Miller  <davem@davemloft.net>
11005         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11007 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
11009         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
11010         that was previously under [RESET_PID].
11011         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
11013         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
11014         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
11015         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
11016         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11017         (__libc_vfork): New strong alias.
11018         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
11020 2014-06-14 Andi Kleen  <ak@linux.intel.com>
11022         * sysdeps/generic/elide.h: New file.
11024 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
11026         * Makefile (installed-headers): Adjust path of pthread.h header.
11028 2014-06-13  Roland McGrath  <roland@hack.frob.com>
11030         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
11031         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
11032         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
11033         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
11035         * nptl/sysdeps/s390/Makefile: Moved ...
11036         * sysdeps/s390/nptl/Makefile: ... here.
11037         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
11038         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
11039         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
11040         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
11041         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
11042         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
11043         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
11044         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
11045         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
11046         * sysdeps/s390/nptl/pthreaddef.h: ... here.
11047         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
11048         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
11049         * nptl/sysdeps/s390/tls.h: Moved ...
11050         * sysdeps/s390/nptl/tls.h: ... here.
11052         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
11053         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
11055 2014-06-13  David S. Miller  <davem@davemloft.net>
11057         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
11058         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
11059         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
11060         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
11061         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
11062         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
11063         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
11064         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
11065         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
11066         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
11067         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
11068         Remove RESET_PID cpp guards.
11069         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
11070         Remove RESET_PID cpp guards.
11071         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
11073 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
11075         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
11076         __sp to uintptr_t.
11078 2014-06-13  Andi Kleen  <ak@linux.intel.com>
11080         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
11081         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
11082         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
11083         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
11084         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
11085         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
11086         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
11087         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
11088         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
11089         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
11090         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
11091         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
11092         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
11093         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
11094         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
11095         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
11096         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
11097         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
11098         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
11099         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
11101         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
11102         (pthread_rwlock_rdlock): Add elision.
11103         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
11104         (pthread_rwlock_wrlock): Add elision.
11105         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
11106         (pthread_rwlock_trywrlock): Add elision.
11107         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
11108         (pthread_rwlock_tryrdlock): Add elision.
11109         * nptl/pthread_rwlock_unlock.c: Include elide.h.
11110         (pthread_rwlock_tryrdlock): Add elision unlock.
11111         * nptl/sysdeps/pthread/pthread.h:
11112         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
11113         (PTHREAD_RWLOCK_INITIALIZER,
11114         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
11115         Handle new elision field.
11116         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
11117         * sysdeps/arm/nptl/bits/pthreadtypes.h
11118         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11119         * sysdeps/sh/nptl/bits/pthreadtypes.h
11120         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11121         * sysdeps/tile/nptl/bits/pthreadtypes.h
11122         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11123         * sysdeps/a/nptl/bits/pthreadtypes.h
11124         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11125         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11126         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11127         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11128         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11129         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
11130         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11131         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11132         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11133         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11134         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11135         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11136         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11137         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11138         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11139         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
11140         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11141         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
11142         (elision_init): Set try_xbegin to zero when no RTM.
11143         * sysdeps/x86/nptl/bits/pthreadtypes.h
11144         (pthread_rwlock_t): Change __pad1 to __rwelision.
11145         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11147 2014-06-13  Andi Kleen  <ak@linux.intel.com>
11149         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
11150         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
11151         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
11152         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
11154 2014-06-13  Meador Inge  <meadori@codesourcery.com>
11156         [BZ #16996]
11157         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
11158         that the cached result has been set before returning it.
11160 2014-06-12  Roland McGrath  <roland@hack.frob.com>
11162         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
11163         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
11164         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
11165         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
11166         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
11167         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
11169         * nptl/sysdeps/sparc/Makefile: Moved ...
11170         * sysdeps/sparc/nptl/Makefile: ... here.
11171         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
11172         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
11173         * nptl/sysdeps/sparc/tls.h: Moved ...
11174         * sysdeps/sparc/nptl/tls.h: ... here.
11175         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
11176         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
11177         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
11178         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
11179         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
11180         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
11181         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
11182         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
11183         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
11184         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
11185         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
11186         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
11187         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
11188         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
11189         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
11190         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
11191         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
11192         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
11193         Update #include.
11194         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
11195         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
11196         Update #include.
11197         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
11198         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
11199         Update #include.
11200         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
11201         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
11202         Update #include.
11204         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
11206         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
11207         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
11209         * sysdeps/pthread/posix-timer.h: Include <list.h>.
11210         (struct list_links): Type removed.
11211         (struct thread_node, struct timer_node): Replace struct list_links
11212         with struct list_head.
11213         (list_unlink_ip): Likewise.
11214         * sysdeps/pthread/timer_routines.c
11215         (timer_free_list, thread_free_list, thread_active_list): Likewise.
11216         (list_append, list_insbefore): Likewise.
11217         (list_init): Function removed.
11218         (thread_init, init_module): Use INIT_LIST_HEAD instead.
11219         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
11220         * sysdeps/pthread/Makefile: ... here, new file.
11222         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
11223         * sysdeps/nptl/Implies: ... here.
11224         * sysdeps/unix/sysv/linux/Implies: Add nptl.
11225         * nptl/sysdeps/pthread/list.h: Moved ...
11226         * include/list.h: ... here.
11227         * nptl/sysdeps/pthread/createthread.c: Moved ...
11228         * nptl/createthread.c: ... here.
11229         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
11230         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
11231         * nptl/pt-longjmp.c: ... here.
11232         * nptl/sysdeps/pthread/Makefile: Moved ...
11233         * sysdeps/nptl/Makefile: ... here.
11234         * nptl/sysdeps/pthread/Subdirs: Moved ...
11235         * sysdeps/nptl/Subdirs: ... here.
11236         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
11237         * sysdeps/nptl/aio_misc.h: ... here.
11238         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
11239         * sysdeps/nptl/bits/libc-lock.h: ... here.
11240         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
11241         * sysdeps/nptl/bits/libc-lockP.h: ... here.
11242         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
11243         * sysdeps/nptl/bits/stdio-lock.h: ... here.
11244         * nptl/sysdeps/pthread/configure: Moved ...
11245         * sysdeps/nptl/configure: ... here.
11246         * nptl/sysdeps/pthread/configure.ac: Moved ...
11247         * sysdeps/nptl/configure.ac: ... here.
11248         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
11249         * sysdeps/nptl/gai_misc.h: ... here.
11250         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
11251         * sysdeps/nptl/librt-cancellation.c: ... here.
11252         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
11253         * sysdeps/nptl/malloc-machine.h: ... here.
11254         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
11255         * sysdeps/nptl/pthread-functions.h: ... here.
11256         * nptl/sysdeps/pthread/pthread.h: Moved ...
11257         * sysdeps/nptl/pthread.h: ... here.
11258         * nptl/sysdeps/pthread/setxid.h: Moved ...
11259         * sysdeps/nptl/setxid.h: ... here.
11260         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
11261         * sysdeps/nptl/sigfillset.c: ... here.
11262         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
11263         * sysdeps/nptl/tcb-offsets.h: ... here.
11264         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
11265         * sysdeps/nptl/tst-mqueue8x.c: ... here.
11266         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
11267         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
11268         * nptl/sysdeps/pthread/allocalim.h: Moved ...
11269         * sysdeps/pthread/allocalim.h: ... here.
11270         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
11271         * sysdeps/pthread/bits/sigthread.h: ... here.
11272         * nptl/sysdeps/pthread/flockfile.c: Moved ...
11273         * sysdeps/pthread/flockfile.c: ... here.
11274         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
11275         * sysdeps/pthread/ftrylockfile.c: ... here.
11276         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
11277         * sysdeps/pthread/funlockfile.c: ... here.
11278         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
11279         * sysdeps/pthread/posix-timer.h: ... here.
11280         * nptl/sysdeps/pthread/timer_create.c: Moved ...
11281         * sysdeps/pthread/timer_create.c: ... here.
11282         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
11283         * sysdeps/pthread/timer_delete.c: ... here.
11284         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
11285         * sysdeps/pthread/timer_getoverr.c: ... here.
11286         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
11287         * sysdeps/pthread/timer_gettime.c: ... here.
11288         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
11289         * sysdeps/pthread/timer_routines.c: ... here.
11290         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
11291         * sysdeps/pthread/timer_settime.c: ... here.
11292         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
11293         * sysdeps/pthread/tst-timer.c: ... here.
11294         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
11295         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
11297         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
11298         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
11300         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
11301         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
11302         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
11303         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
11304         Update #include target.
11305         * nptl/sysdeps/i386/i686/Makefile: Moved ...
11306         * sysdeps/i386/i686/nptl/Makefile: ... here.
11307         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
11308         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
11309         Update #include target.
11310         * nptl/sysdeps/i386/i686/tls.h: Moved ...
11311         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
11312         * nptl/sysdeps/i386/Makefile: Moved ...
11313         * sysdeps/i386/nptl/Makefile: ... here.
11314         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
11315         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
11316         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
11317         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
11318         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
11319         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
11320         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
11321         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
11322         * sysdeps/i386/nptl/pthreaddef.h: ... here.
11323         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
11324         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
11325         * nptl/sysdeps/i386/tls.h: Moved ...
11326         * sysdeps/i386/nptl/tls.h: ... here.
11328         * sysdeps/sh/Makefile [$(subdir) = csu]
11329         (gen-as-const-headers): Add tcb-offsets.sym.
11330         * nptl/sysdeps/sh/Makefile: File removed.
11331         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
11332         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
11333         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
11334         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
11335         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
11336         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
11337         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
11338         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
11339         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
11340         * sysdeps/sh/nptl/pthreaddef.h: ... here.
11341         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
11342         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
11343         * nptl/sysdeps/sh/tls.h: Moved ...
11344         * sysdeps/sh/nptl/tls.h: ... here.
11345         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
11346         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
11347         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
11348         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
11349         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
11350         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
11351         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
11352         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
11353         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
11354         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
11355         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
11356         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
11357         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
11358         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
11359         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
11360         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
11361         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
11362         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
11363         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
11364         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
11365         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
11366         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
11367         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
11368         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
11369         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
11370         Moved ...
11371         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
11372         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
11373         Moved ...
11374         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
11375         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
11376         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
11377         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
11378         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
11379         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
11380         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
11381         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
11382         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
11383         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
11384         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
11385         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
11386         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
11387         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
11388         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
11389         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
11390         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
11391         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
11392         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
11394 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
11396         * posix/spawn_faction_addopen.c: Include string.h.
11398 2014-06-11  Roland McGrath  <roland@hack.frob.com>
11400         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
11401         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
11402         * nptl/sysdeps/x86_64/Makefile: Moved ...
11403         * sysdeps/x86_64/nptl/Makefile: ... here.
11404         * nptl/sysdeps/x86_64/configure: Moved ...
11405         * sysdeps/x86_64/nptl/configure: ... here.
11406         * nptl/sysdeps/x86_64/configure.ac: Moved ...
11407         * sysdeps/x86_64/nptl/configure.ac: ... here.
11408         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
11409         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
11410         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
11411         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
11412         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
11413         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
11414         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
11415         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
11416         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
11417         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
11418         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
11419         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
11420         * nptl/sysdeps/x86_64/tls.h: Moved ...
11421         * sysdeps/x86_64/nptl/tls.h: ... here.
11422         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
11423         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
11424         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
11425         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
11427         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
11429 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11431         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11433 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
11435         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
11436         type.
11437         [POSIX] (off_t): Likewise.
11438         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
11439         [POSIX] (S_ISBLK): Require macro.
11440         [POSIX] (S_ISCHR): Likewise.
11441         [POSIX] (S_ISDIR): Likewise.
11442         [POSIX] (S_ISFIFO): Likewise.
11443         [POSIX] (S_ISREG): Likewise.
11444         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
11445         optional-macro.
11446         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
11447         type.
11448         [POSIX] (time_t): Likewise.
11449         [POSIX] (timer_t): Likewise.
11451 2014-06-11  Florian Weimer  <fweimer@redhat.com>
11453         [BZ #17048]
11454         * posix/spawn_int.h (struct __spawn_action): Make the path string
11455         non-const to support deallocation.
11456         * posix/spawn_faction_addopen.c
11457         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
11458         * posix/spawn_faction_destroy.c
11459         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
11460         path in all spawn_do_open actions.
11461         * posix/tst-spawn.c (do_test): Exercise the copy operation in
11462         posix_spawn_file_actions_addopen.
11464 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
11466         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
11467         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
11468         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
11469         conditional code always true.
11470         (__libc_vfork): New alias.
11472 2014-06-11  Roland McGrath  <roland@hack.frob.com>
11474         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11475         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
11477         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
11479         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11480         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
11482         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
11483         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
11485         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11486         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
11488 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11490         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
11491         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
11492         multiarch strcmp for PPC64.
11493         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
11494         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
11495         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
11496         multiarch optimizations.
11497         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11498         (__libc_ifunc_impl_list): Likewise.
11500 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
11502         * benchtests/scripts/validate_benchout.py: New script.
11503         * benchtests/Makefile (bench-func): Call it.
11504         * benchtests/scripts/benchout.schema.json: New file.
11506 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
11508         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
11509         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
11510         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
11511         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
11512         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
11513         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
11514         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
11515         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
11516         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
11517         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
11518         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
11519         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
11520         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
11521         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
11522         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
11523         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
11524         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
11525         Moved ...
11526         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
11527         ... here.
11528         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
11529         Moved ...
11530         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
11531         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
11532         Moved ...
11533         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
11534         ... here.
11535         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
11536         Moved ...
11537         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
11538         ... here.
11539         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
11540         Moved ...
11541         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
11542         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
11543         Moved ...
11544         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
11545         ... here.
11546         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
11547         Moved ...
11548         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
11549         ... here.
11550         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
11551         Moved ...
11552         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
11553         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
11554         Moved ...
11555         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
11556         ... here.
11557         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
11558         Moved ...
11559         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
11560         ... here.
11561         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
11562         Moved ...
11563         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
11564         ... here.
11565         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
11566         Moved ...
11567         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
11568         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
11569         Moved ...
11570         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
11571         ... here.
11572         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
11573         Moved ...
11574         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
11575         ... here.
11576         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
11577         Moved ...
11578         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
11579         ... here.
11580         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
11581         Moved ...
11582         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
11583         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
11584         Moved ...
11585         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
11586         ... here.
11587         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
11588         Moved ...
11589         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
11590         ... here.
11591         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
11592         Moved ...
11593         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
11594         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
11595         Moved ...
11596         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
11597         ... here.
11598         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
11599         Moved ...
11600         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
11601         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
11602         Moved ...
11603         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
11604         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
11605         Moved ...
11606         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
11607         ... here.
11608         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
11609         Moved ...
11610         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
11611         ... here.
11612         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
11613         Moved ...
11614         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
11615         ... here.
11616         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
11617         Moved ...
11618         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
11619         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
11620         Moved ...
11621         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
11622         ... here.
11623         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
11624         Moved ...
11625         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
11626         ... here.
11627         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
11628         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
11629         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
11630         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
11631         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
11632         Moved ...
11633         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
11634         ... here.
11635         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
11636         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
11637         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
11638         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
11639         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
11640         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
11641         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
11642         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
11643         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
11644         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
11645         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
11646         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
11647         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
11648         Moved ...
11649         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
11650         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
11651         Moved ...
11652         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
11653         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
11654         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
11655         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
11656         Moved ...
11657         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
11658         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
11659         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
11660         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
11661         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
11662         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
11663         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
11665 2014-06-10  Wilco  <wdijkstr@arm.com>
11667         * math/test-fenv-return.c: New file.
11668         * math/Makefile: Add new test test-fenv-return.
11670 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
11672         [BZ #17042]
11673         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
11674         when x - 1 is zero.
11675         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
11676         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
11677         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
11678         0.0L for an argument of 1.0L.
11679         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
11680         Likewise.
11681         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
11682         value when x - 1 is zero.
11683         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
11684         * sysdeps/i386/fpu/libm-test-ulps: Update.
11685         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11687 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
11689         [BZ #15119]
11690         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
11692 2014-06-09  Roland McGrath  <roland@hack.frob.com>
11694         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
11695         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
11697 2014-06-09  Roland McGrath  <roland@hack.frob.com>
11699         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11700         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
11702         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11703         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
11705         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11706         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
11708         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11709         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
11711         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
11712         if not already defined.
11713         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
11714         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
11715         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
11716         (TLS_INIT_TP): Use it.
11717         (TLS_DEFINE_INIT_TP): New macro.
11718         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
11720 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
11722         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
11723         constant.
11724         [POSIX] (IXANY): Likewise.
11725         [POSIX] (OLCUC): Likewise.
11726         [POSIX || POSIX2008] (CBAUD): Do not allow.
11727         [POSIX || POSIX2008] (DEFECHO): Likewise.
11728         [POSIX || POSIX2008] (ECHOCTL): Likewise.
11729         [POSIX || POSIX2008] (ECHOKE): Likewise.
11730         [POSIX || POSIX2008] (ECHOPRT): Likewise.
11731         [POSIX || POSIX2008] (EXTA): Likewise.
11732         [POSIX || POSIX2008] (EXTB): Likewise.
11733         [POSIX || POSIX2008] (FLUSHO): Likewise.
11734         [POSIX || POSIX2008] (LOBLK): Likewise.
11735         [POSIX || POSIX2008] (PENDIN): Likewise.
11736         [POSIX || POSIX2008] (SWTCH): Likewise.
11737         [POSIX || POSIX2008] (VDISCARD): Likewise.
11738         [POSIX || POSIX2008] (VDSUSP): Likewise.
11739         [POSIX || POSIX2008] (VLNEXT): Likewise.
11740         [POSIX || POSIX2008] (VREPRINT): Likewise.
11741         [POSIX || POSIX2008] (VSTATUS): Likewise.
11742         [POSIX || POSIX2008] (VWERASE): Likewise.
11743         (B*): Change to B[0123456789]*.
11744         * conform/data/time.h-data [POSIX || UNIX98]
11745         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
11746         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
11747         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
11748         [POSIX] (tm_*): Do not allow.
11750 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
11752         * Makefile (install): Don't set LANGUAGE.
11753         * Makefile.in (install): Likewise.
11754         * assert/Makefile (test-assert-ENV): Remove variable.
11755         (test-assert-perr-ENV): Likewise.
11756         * elf/Makefile (neededtest4-ENV): Likewise.
11757         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11758         [$(cross-compiling) = no]: Don't set LANGUAGE.
11759         * io/ftwtest-sh (LANG): Remove variable.
11760         * libio/Makefile (tst-widetext-ENV): Likewise.
11761         * manual/install.texi (Running make install): Don't refer to
11762         environment settings for make install.
11763         * INSTALL: Regenerated.
11764         * nptl/tst-tls6.sh: Don't set LANG.
11765         * posix/globtest.sh (LANG): Remove variable.
11766         * string/Makefile (tester-ENV): Likewise.
11767         (inl-tester-ENV): Likewise.
11768         (noinl-tester-ENV): Likewise.
11769         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11770         [$(cross-compiling) = no]: Don't set LANGUAGE.
11771         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
11772         without explicit environment settings.
11774 2014-06-06  Roland McGrath  <roland@hack.frob.com>
11776         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
11777         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
11778         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
11779         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
11781 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
11783         * crypt/crypt-private.h [DOS]: Add some includes taken from the
11784         other files in the crypt directory.
11785         * crypt/crypt.c: Remove duplicate includes.
11786         * crypt/crypt-entry.c: Likewise.
11787         * crypt/crypt_util.c: Likewise.
11789 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
11791         * Makeconfig (run-program-env): New variable.
11792         (run-program-prefix-before-env): Likewise.
11793         (run-program-prefix-after-env): Likewise.
11794         (run-program-prefix): Define in terms of new variables.
11795         (built-program-cmd-before-env): New variable.
11796         (built-program-cmd-after-env): Likewise.
11797         (built-program-cmd): Define in terms of new variables.
11798         (test-program-prefix-before-env): New variable.
11799         (test-program-prefix-after-env): Likewise.
11800         (test-program-prefix): Define in terms of new variables.
11801         (test-program-cmd-before-env): New variable.
11802         (test-program-cmd-after-env): Likewise.
11803         (test-program-cmd): Define in terms of new variables.
11804         * Rules (make-test-out): Use $(run-program-env).
11805         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
11806         (help): Do not mention environment variables.  Mention
11807         --timeoutfactor option.
11808         (timeoutfactor): New variable.
11809         (blacklist_exports): Remove function.
11810         (exports): Remove variable.
11811         (command): Do not include ${exports}.
11812         * manual/install.texi (Configuring and compiling): Do not mention
11813         test wrappers preserving environment variables.  Mention that last
11814         assignment to a variable must take precedence.
11815         * INSTALL: Regenerated.
11816         * benchtests/Makefile (run-bench): Use $(run-program-env).
11817         * catgets/Makefile ($(objpfx)test1.cat): Use
11818         $(built-program-cmd-before-env), $(run-program-env) and
11819         $(built-program-cmd-after-env).
11820         ($(objpfx)test2.cat): Do not specify environment variables
11821         explicitly.
11822         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
11823         $(run-program-env) and $(built-program-cmd-after-env).
11824         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
11825         $(run-program-env) and $(test-program-cmd-after-env).
11826         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
11827         explicitly.
11828         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
11829         run_program_env and test_program_cmd_after_env arguments.
11830         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
11831         * elf/tst-pathopt.sh: Use run_program_env argument.
11832         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
11833         $(test-wrapper-env) and $(run-program-env).
11834         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
11835         run_program_env arguments.
11836         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
11837         * intl/Makefile ($(objpfx)tst-gettext.out): Use
11838         $(test-program-prefix-before-env), $(run-program-env) and
11839         $(test-program-prefix-after-env).
11840         ($(objpfx)tst-gettext2.out): Likewise.
11841         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
11842         run_program_env and test_program_prefix_after_env arguments.
11843         * intl/tst-gettext2.sh: Likewise.
11844         * intl/tst-gettext4.sh: Do not set environment variables
11845         explicitly.
11846         * intl/tst-gettext6.sh: Likewise.
11847         * intl/tst-translit.sh: Likewise.
11848         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
11849         $(test-program-prefix-before-env), $(run-program-env) and
11850         $(test-program-prefix-after-env).
11851         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
11852         run_program_env and test_program_prefix_after_env arguments.
11853         * math/Makefile (run-regen-ulps): Use $(run-program-env).
11854         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
11855         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
11856         explicitly with each use of ${test_wrapper_env}.
11857         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
11858         $(test-program-prefix-before-env), $(run-program-env) and
11859         $(test-program-prefix-after-env).
11860         * posix/tst-getconf.sh: Do not set environment variables
11861         explicitly.
11862         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
11863         run_program_env and test_program_prefix_after_env arguments.
11864         * stdio-common/tst-printf.sh: Do not set environment variables
11865         explicitly.
11866         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
11867         $(test-program-prefix-before-env), $(run-program-env) and
11868         $(test-program-prefix-after-env).
11869         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
11870         run_program_env and test_program_prefix_after_env arguments.
11871         Split $test calls into $test_pre and $test.
11872         * timezone/Makefile (build-testdata): Use
11873         $(built-program-cmd-before-env), $(run-program-env) and
11874         $(built-program-cmd-after-env).
11876 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11878         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
11879         strlen for non SHARED builds.
11881 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
11883         * nptl/allocatestack.c (check_list): Inlined function...
11884         (__reclaim_stacks): ... here.
11886 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
11888         [BZ #15698]
11889         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
11890         memory overrun.
11892 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
11894         * Rules (make-test-out): Include
11895         LOCPATH=$(common-objpfx)localedata in default environment.
11896         * debug/Makefile (tst-chk1-ENV): Remove variable.
11897         (tst-chk2-ENV): Likewise.
11898         (tst-chk3-ENV): Likewise.
11899         (tst-chk4-ENV): Likewise.
11900         (tst-chk5-ENV): Likewise.
11901         (tst-chk6-ENV): Likewise.
11902         (tst-lfschk1-ENV): Likewise.
11903         (tst-lfschk2-ENV): Likewise.
11904         (tst-lfschk3-ENV): Likewise.
11905         (tst-lfschk4-ENV): Likewise.
11906         (tst-lfschk5-ENV): Likewise.
11907         (tst-lfschk6-ENV): Likewise.
11908         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
11909         (tst-iconv7-ENV): Likewise.
11910         * intl/Makefile (LOCPATH-ENV): Likewise.
11911         (tst-codeset-ENV): Likewise.
11912         (tst-gettext3-ENV): Likewise.
11913         (tst-gettext5-ENV): Likewise.
11914         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
11915         (tst-fopenloc-ENV): Likewise.
11916         (tst-fgetws-ENV): Remove variable.
11917         (tst-ungetwc1-ENV): Likewise.
11918         (tst-ungetwc2-ENV): Likewise.
11919         (bug-ungetwc2-ENV): Likewise.
11920         (tst-swscanf-ENV): Likewise.
11921         (bug-ftell-ENV): Likewise.
11922         (tst-fgetwc-ENV): Likewise.
11923         (tst-fseek-ENV): Likewise.
11924         (tst-ftell-partial-wide-ENV): Likewise.
11925         (tst-ftell-active-handler-ENV): Likewise.
11926         (tst-ftell-append-ENV): Likewise.
11927         * posix/Makefile (tst-fnmatch-ENV): Likewise.
11928         (tst-regexloc-ENV): Likewise.
11929         (bug-regex1-ENV): Likewise.
11930         (tst-regex-ENV): Likewise.
11931         (tst-regex2-ENV): Likewise.
11932         (bug-regex5-ENV): Likewise.
11933         (bug-regex6-ENV): Likewise.
11934         (bug-regex17-ENV): Likewise.
11935         (bug-regex18-ENV): Likewise.
11936         (bug-regex19-ENV): Likewise.
11937         (bug-regex20-ENV): Likewise.
11938         (bug-regex22-ENV): Likewise.
11939         (bug-regex23-ENV): Likewise.
11940         (bug-regex25-ENV): Likewise.
11941         (bug-regex26-ENV): Likewise.
11942         (bug-regex30-ENV): Likewise.
11943         (bug-regex32-ENV): Likewise.
11944         (bug-regex33-ENV): Likewise.
11945         (bug-regex34-ENV): Likewise.
11946         (bug-regex35-ENV): Likewise.
11947         (tst-rxspencer-ENV): Likewise.
11948         (tst-rxspencer-no-utf8-ENV): Likewise.
11949         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
11950         (tst-sscanf-ENV): Likewise.
11951         (tst-swprintf-ENV): Likewise.
11952         (tst-swscanf-ENV): Likewise.
11953         (test-vfprintf-ENV): Likewise.
11954         (scanf13-ENV): Likewise.
11955         (bug14-ENV): Likewise.
11956         (tst-grouping-ENV): Likewise.
11957         * stdlib/Makefile (tst-strtod-ENV): Likewise.
11958         (tst-strtod3-ENV): Likewise.
11959         (tst-strtod4-ENV): Likewise.
11960         (tst-strtod5-ENV): Likewise.
11961         (testmb2-ENV): Likewise./
11962         * string/Makefile (tst-strxfrm-ENV): Likewise.
11963         (tst-strxfrm2-ENV): Likewise.
11964         (bug-strcoll1-ENV): Likewise.
11965         (test-strcasecmp-ENV): Likewise.
11966         (test-strncasecmp-ENV): Likewise.
11967         * time/Makefile (tst-strptime-ENV): Likewise.
11968         (tst-ftime_l-ENV): Likewise.
11969         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
11970         (tst-mbrtowc-ENV): Likewise.
11971         (tst-wcrtomb-ENV): Likewise.
11972         (tst-mbrtowc2-ENV): Likewise.
11973         (tst-c16c32-1-ENV): Likewise.
11974         (tst-mbsnrtowcs-ENV): Likewise.
11976 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
11978         * manual/resource.texi (How to get information about the memory
11979         subsystem?): Fix typo.
11980         Reported by Peon de la Parra Ivan <peon@keba.com>
11982 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
11984         [BZ #16882]
11985         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
11986         (pthread_spin_lock): Branch out of spin loop to proper location.
11987         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
11988         (pthread_spin_lock): Likewise.
11990         * nptl/tst-spin4.c: New test.
11991         * nptl/Makefile (tests): Add tst-spin4.
11993 2014-06-03  Andreas Schwab  <schwab@suse.de>
11995         [BZ #15946]
11996         * resolv/res_send.c (send_dg): Reload file descriptor after
11997         calling reopen.
11999 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
12001         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
12003 2014-06-03  Richard Henderson  <rth@redhat.com>
12005         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
12006         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
12007         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
12008         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
12009         in the SAVE_PID block.
12010         (__libc_vfork): New alias.
12011         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
12013         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
12014         child in registers, not on the stack.  Remove RESET_PID conditionals.
12015         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
12017 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12019         * sysdeps/aarch64/libm-test-ulps: Regenerate.
12021 2014-06-03  Wilco  <wdijkstr@arm.com>
12023         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
12024         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
12025         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
12026         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
12027         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
12028         Likewise.
12030 2014-06-03  Wilco  <wdijkstr@arm.com>
12032         * sysdeps/aarch64/fpu/math_private.h
12033         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
12034         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
12035         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
12036         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
12037         Fix declarations.
12039 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
12041         * crypt/crypt-private.h: Include ufc-crypt.h.
12042         (__b64_from_24bit): Declare extern.
12043         * crypt/crypt_util.c(__b64_from_24bit): New function.
12044         (b64t): New static const variable.
12045         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
12046         (b64t): Remove variable.
12047         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
12048         * crypt/sha256-crypt.c: Include crypt-private.h.
12049         (b64t): Remove variable.
12050         (__sha256_crypt_r): Remove b64_from_24bit and replace
12051         with __b64_from_24bit.
12052         * crypt/sha512-crypt.c: Likewise.
12054 2014-06-02  Roland McGrath  <roland@hack.frob.com>
12056         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
12057         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
12058         Label the code __libc_vfork rather than __vfork.
12059         [!NOT_IN_libc] (vfork): Define as weak alias.
12060         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
12061         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
12062         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
12064 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
12066         * malloc/malloc.c (malloc_info): Fix format specifier for
12067         n_mmaps.
12069 2014-06-02  Wilco  <wdijkstr@arm.com>
12071         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
12072         FPCR write.
12074 2014-06-02  Wilco  <wdijkstr@arm.com>
12076         [BZ #17009]
12077         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
12078         Rewrite to reduce FPCR/FPSR accesses.
12080 2014-06-01  David S. Miller  <davem@davemloft.net>
12082         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12084 2014-05-31  David S. Miller  <davem@davemloft.net>
12086         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
12087         to occur in round to nearest mode when |x| >= 2.0
12089 2014-05-30  Richard Henderson  <rth@twiddle.net>
12091         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
12092         (PSEUDO_RET_NOERRNO): Remove.
12093         (ret): Don't redefine.
12094         (ret_NOERRNO): Define in terms of ret.
12095         (ret_ERRVAL): Likewise.
12097         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
12098         use of PSEUDO_RET; perform the error check directly.
12100 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
12102         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
12103         with __int128_t.
12105 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12107         * malloc/malloc (malloc_info): Fix formatting.
12109 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12110             Roland McGrath  <roland@hack.frob.com>
12112         * malloc/malloc (malloc_info): Also print mmapped statistics.
12114 2014-05-30  Roland McGrath  <roland@hack.frob.com>
12116         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
12117         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
12119 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
12121         * malloc/malloc.c (malloc_info): Inline mi_arena.
12123 2014-05-29  Richard Henderson  <rth@twiddle.net>
12125         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
12126         Remove comma before expanding ASM_ARGS_##nr.
12127         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
12128         Make _x0 a strict output; make _x8 a strict input; adjust expansion
12129         of ASM_ARGS_##nr.
12130         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
12131         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
12132         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
12133         (ASM_ARGS_1): Add leading comma.
12135         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
12136         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
12137         to __errno_location.
12138         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
12139         Remove the expected plt for __errno_location.
12141         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12142         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
12143         call to __read_tp.
12145         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12146         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
12147         it and break it down.
12148         (DOCARGS_0, DOCARGS_1): Do nothing.
12149         (DOCARGS_2): Update to store into the new stack frame.
12150         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
12151         (UNDOCARGS_1): Update to restore from the new stack frame.
12152         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
12153         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
12155         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12156         (SINGLE_THREAD_P): New parameter for result regno.
12157         (PSEUDO): Update to match; use cbz instead of beq.
12159         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12160         Use ENTRY to define the _nocancel entry point.  Share the syscall
12161         and syscall error check paths with the cancel path.
12162         (PSEUDO_END): New.
12164         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
12165         whitespace; tabs before and after asm mnemonics.
12167 2014-05-29  Eric Wong  <normalperson@yhbt.net>
12169         [BZ #15132]
12170         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
12171         Call fstat64 or stat64 internally, depending on arguments passed.
12172         Replace stat buffer argument with file descriptor argument.
12173         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
12174         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
12175         Pass fd to __internal_statvfs instead of calling fstat64.
12176         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
12177         Pass fd to __internal_statvfs64 instead of calling fstat64.
12178         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
12179         Pass -1 to __internal_statvfs instead of calling stat64.
12180         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
12181         Pass -1 to __internal_statvfs64 instead of calling stat64.
12183 2014-05-28  Roland McGrath  <roland@hack.frob.com>
12185         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
12186         that was previously under [RESET_PID].
12187         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
12189         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
12190         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
12192 2014-05-27  Roland McGrath  <roland@hack.frob.com>
12194         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
12196         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
12197         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
12199 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
12201         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
12203 2014-05-27  Andreas Schwab  <schwab@suse.de>
12205         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
12206         TLS_INIT_TP macro.
12207         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
12208         * elf/rtld.c (init_tls, dl_main): Likewise.
12209         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
12210         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
12211         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
12212         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
12213         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
12214         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
12215         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
12216         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
12217         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
12218         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
12219         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
12220         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
12221         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
12222         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
12223         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
12224         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
12225         * sysdeps/generic/tls.h: Update description.
12227 2014-05-27  Will Newton  <will.newton@linaro.org>
12229         [BZ #16990]
12230         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
12231         and restore r2 rather than just restoring.
12233 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12235         [BZ #16724]
12236         * libio/tst-ftell-append.c: New test case.
12237         * libio/Makefile (tests): Add test case.
12238         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
12239         append mode.
12240         * libio/wfileops.c (do_ftell_wide): Likewise.
12242 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12244         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12246         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
12247         ...
12248         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
12249         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
12250         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
12251         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
12252         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
12253         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
12254         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
12255         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
12256         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
12257         Moved ...
12258         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
12259         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
12260         Moved ...
12261         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
12262         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
12263         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
12264         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
12265         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
12266         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
12267         ...
12268         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
12269         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
12270         Moved ...
12271         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
12272         here.
12273         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
12274         ...
12275         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
12276         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
12277         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
12279         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
12280         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
12281         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
12282         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
12284         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
12285         merge into ...
12286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
12287         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
12288         ...
12289         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
12290         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
12291         ...
12292         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
12293         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
12294         Moved ...
12295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
12296         here.
12297         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
12298         Moved ...
12299         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
12300         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
12301         Moved ...
12302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
12304         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
12305         conditional [RESET_PID].
12306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
12307         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
12308         removed.
12309         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
12310         removed.
12312         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
12313         <tcb-offsets.h>.
12314         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12315         (__libc_vfork): New strong alias.
12316         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
12317         removed.
12318         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
12319         Removed.
12321         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
12322         <tcb-offsets.h>.
12323         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
12324         (__libc_vfork): New strong alias.
12325         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
12326         removed.
12327         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
12328         removed.
12330 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
12332         * malloc/malloc.c (mi_arena): New function.
12333         (malloc_info): Remove nested function mi_arena. Call non-nosted
12334         function mi_arena.
12336 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12338         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
12339         by insrwi.
12340         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
12341         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
12342         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
12343         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
12344         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
12345         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
12346         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
12348 2014-05-26  Andreas Schwab  <schwab@suse.de>
12350         [BZ #16984]
12351         * locale/programs/repertoire.c (repertoire_read): Add slash
12352         between I18NPATH element and file name.
12353         * locale/programs/locfile.c (locfile_read): Likewise.
12355 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
12357         * nptl/pthread_mutexattr_settype.c
12358         (__pthread_mutexattr_settype):
12359         Disable lock elision for PTHREAD_MUTEX_NORMAL.
12361 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
12363         * nptl/tst-mutex5 (do_test):
12364         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
12366 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
12368         * benchtests/README: Document 'init' directive.
12369         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
12370         BENCH_INIT.
12371         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
12372         (parse_file): Recognize 'init' directive.
12374 2014-05-26  Kyle McMartin  <kyle@redhat.com>
12376         [BZ #16796]
12377         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
12378         alignment of struct pthread.
12380 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
12382         [BZ #16878]
12383         * nscd/netgroupcache.c (addgetnetgrentX): Look for
12384         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
12385         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
12386         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
12388 2014-05-25  Richard Henderson  <rth@twiddle.net>
12390         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12391         (SINGLE_THREAD_P_PIC): Remove.
12392         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
12393         (SINGLE_THREAD_P_PIC): Remove.
12395         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
12396         branch to syscall error ...
12397         (PSEUDO): ... here.
12398         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
12399         from __local_syscall_error to .Lsyscall_error.
12400         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
12401         (SYSCALL_ERROR): Update label name.
12403         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12404         Do not use DOARGS/UNDOARGS.
12405         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
12406         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
12407         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
12408         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
12409         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
12411         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
12412         block comment.
12414         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
12415         define if !NOT_IN_libc.
12416         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
12417         define with non-default symbol versions.
12419 2014-05-23  Richard Henderson  <rth@twiddle.net>
12421         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
12422         (vfork, __vfork): Define via compat_symbol.
12424         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
12425         [!HAVE_IFUNC] (vfork_compat): Remove.
12426         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
12428 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
12430         [BZ #16978]
12431         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
12432         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
12433         variable.
12435 2014-05-23  Richard Henderson  <rth@twiddle.net>
12437         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
12438         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
12439         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
12440         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
12442         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
12443         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
12444         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
12445         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
12446         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
12447         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
12448         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
12449         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
12450         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
12451         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
12452         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
12453         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
12454         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
12455         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
12456         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
12457         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
12458         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
12459         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
12460         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
12461         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
12462         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
12463         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
12464         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
12465         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
12466         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
12467         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
12468         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
12469         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
12470         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
12471         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
12472         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
12473         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
12474         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
12475         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
12476         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
12477         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
12478         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
12479         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
12480         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
12481         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
12482         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
12483         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
12484         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
12485         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
12486         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
12487         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
12488         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
12489         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
12490         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
12491         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
12492         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
12493         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
12494         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
12495         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
12496         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
12497         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
12499         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
12500         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
12501         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
12502         before exiting on error.
12503         (__libc_vfork): New strong alias.
12504         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
12505         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
12507         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
12508         that was previously under [RESET_PID].
12509         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
12511         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
12513 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
12515         [BZ #16977]
12516         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
12517         value when x - 1 is zero.
12518         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
12519         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
12520         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
12521         0.0L for an argument of 1.0L.
12522         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
12523         Likewise.
12524         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
12525         value when x - 1 is zero.
12526         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
12527         * sysdeps/i386/fpu/libm-test-ulps: Update.
12528         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12530 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
12532         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
12533         alphasort and versionsort.
12535 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12537         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
12538         macro.
12539         [copysignf]: Likewise.
12541 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
12543         * crypt/md5-crypt.c: Fix formatting.
12545 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
12547         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
12548         (b64_from_24bit): New function.
12550 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12552         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
12553         libc_hidden_builtin_def to ifunc.
12554         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
12555         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
12557 2014-05-21  Roland McGrath  <roland@hack.frob.com>
12559         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
12560         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
12562 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
12564         * nscd/Depend (linuxthreads): Remove.
12565         (nptl): Add.
12566         * resolv/Depend (linuxthreads): Remove.
12567         * rt/Depend (linuxthreads): Remove.
12569         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
12570         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
12571         $(common-objpfx)elf/.
12572         (link-libc-before-gnulib): Likewise.
12573         (elfobjdir): Remove variable.
12574         * Makefile (install): Use $(elf-objpfx) instead of
12575         $(common-objpfx)elf/.
12576         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
12577         $(elfobjdir)/.
12578         (link-libc-deps): Likewise.
12579         ($(common-objpfx)libc.so): Likewise.
12580         ($(common-objpfx)linkobj/libc.so): Likewise.
12581         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
12582         instead of $(common-objpfx)elf/.
12583         (symbolic-link-list): Likewise.
12584         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12585         [$(cross-compiling) = no]: Likewise.
12586         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
12587         $(elfobjdir)/.
12588         (static-gnulib-arch): Likewise.
12589         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12590         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
12591         $(common-objpfx)elf/.
12593 2014-05-21  Richard Henderson  <rth@redhat.com>
12595         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12596         (SINGLE_THREAD_P): Use the correct width load.  Fold
12597         into the ldr offset.
12599         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
12600         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
12602 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
12604         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
12605         (libgcc_s_resume): Use __attribute_used__.
12606         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
12607         Likewise.
12609 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12611         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
12612         optimization when used with float constants.
12614         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12616 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
12618         [BZ #16915]
12619         * locale/nl_langinfo_l.c: Make direct reference to every
12620         _nl_current_CATEGORY symbol.
12621         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
12622         (tests-static): Add tst-langinfo-static.
12623         (tests-special): Add tst-langinfo-static.out.
12624         ($(objpfx)tst-langinfo.out): Redirect output.
12625         ($(objpfx)tst-langinfo-static.out): New.
12626         * localedata/tst-langinfo.sh: Send output to stdout.
12627         * localedata/tst-langinfo-static.c: New file.
12629         [BZ #16965]
12630         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
12631         when the shift amount is modulo the limb size.
12633 2014-05-20  Richard Henderson  <rth@redhat.com>
12635         [BZ #16967]
12636         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
12637         Change type of sa_flags from unsigned int to int.
12639         [BZ #16966]
12640         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
12642         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
12644 2014-05-20  Will Newton  <will.newton@linaro.org>
12646         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12647         Test the return value of the system call in the nocancel case.
12649 2014-05-20  Will Newton  <will.newton@linaro.org>
12650             Yvan Roux  <yvan.roux@linaro.org>
12652         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
12653         #include of asm/ptrace.h.
12654         (PTRACE_GET_THREAD_AREA): Remove #undef.
12655         (PTRACE_GETHBPREGS): Likewise.
12656         (PTRACE_SETHBPREGS): Likewise.
12657         (struct user_regs_struct): New structure.
12658         (struct user_fpsimd_struct): New structure.
12659         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
12660         #include of asm/ptrace.h and second #include of sys/user.h.
12661         (PTRACE_GET_THREAD_AREA): Remove #undef.
12662         (PTRACE_GETHBPREGS): Likewise.
12663         (PTRACE_SETHBPREGS): Likewise.
12664         (ELF_NGREG): Use new struct user_regs_struct.
12665         (elf_fpregset_t): Use new struct user_fpsimd_struct.
12667 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12669         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
12670         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
12672 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
12674         [BZ #16958]
12675         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
12676         membar to avoid block loads/stores to overlap previous stores.
12678 2014-05-17  Richard Henderson  <rth@redhat.com>
12680         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
12681         Create the __##syscall_name##_nocancel entry point.
12682         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
12683         Remove; let the sysdep-cancel.h code create it.
12685 2014-05-17  David S. Miller  <davem@davemloft.net>
12687         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
12688         Protect with __USE_GNU.
12689         (TIOCSET_TEMPT): Likewise.
12690         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
12691         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
12692         these are already provided in bits/ioctl-types.h
12694 2014-05-16  Roland McGrath  <roland@hack.frob.com>
12696         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
12697         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
12699         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
12700         Use wait4 regardless of [__NR_waitpid].
12702 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
12704         PR libgcc/60166
12705         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
12706         (_FP_NANSIGN_Q): Set the quiet bit.
12708 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
12710         * benchtests/Makefile
12711         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
12712         not $(common-objpfx)math/libm.so.
12713         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
12714         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
12715         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
12716         $(common-objpfx)dlfcn/libdl.so.
12717         ($(objpfx)tst-audit8): Depend on $(libm), not
12718         $(common-objpfx)math/libm.so.
12719         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
12720         not $(common-objpfx)dlfcn/libdl.so.
12721         * math/Makefile
12722         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
12723         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
12724         [$(build-shared) = yes].
12725         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
12726         $(common-objpfx)nptl/libpthread.so.
12727         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
12728         $(common-objpfx)math/libm.so$(libm.so-version) or
12729         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
12730         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
12731         $(common-objpfx)dlfcn/libdl.so.
12732         * setjmp/Makefile (link-libm): Remove variable.
12733         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
12734         * stdio-common/Makefile (link-libm): Remove variable.
12735         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
12736         * stdlib/Makefile (link-libm): Remove variable.
12737         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
12738         ($(objpfx)tst-strtod-round): Likewise.
12739         ($(objpfx)tst-tininess): Likewise.
12740         ($(objpfx)tst-strtod-underflow): Likewise.
12741         ($(objpfx)tst-strtod6): Likewise.
12742         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
12743         $(libdl), not $(common-objpfx)nptl/libpthread.so and
12744         $(common-objpfx)dlfcn/libdl.so.
12746 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12748         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
12749         BSD terminal modes definitions.
12751 2014-05-16  Roland McGrath  <roland@hack.frob.com>
12753         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
12754         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
12756         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
12757         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
12758         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
12759         Don't do #include_next.
12760         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
12761         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
12762         Don't do #include_next.
12763         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
12764         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
12765         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
12766         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
12768 2014-05-16  Allan McRae  <allan@archlinux.org>
12770         * po/sv.po: Update Swedish translation from translation project.
12772         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
12773         in sed expression.
12775 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
12777         [BZ #16917]
12778         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
12779         errno if the TIOCGPTN ioctl fails with an error different than
12780         EINVAL.
12781         * login/tst-ptsname.c: New file.
12782         * login/Makefile (tests): Add tst-ptsname.
12784         [BZ #16943]
12785         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
12786         and prlimit64.
12788 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
12790         [BZ #16849]
12791         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
12792         herrno to return EAI_AGAIN.
12794 2014-05-14  Roland McGrath  <roland@hack.frob.com>
12796         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
12797         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
12798         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
12799         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
12800         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
12801         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
12802         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
12803         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
12804         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
12805         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
12806         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
12807         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
12808         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
12809         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
12810         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
12811         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
12812         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
12813         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
12814         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
12815         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
12816         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
12817         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
12818         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
12819         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
12820         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
12821         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
12822         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
12823         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
12824         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
12825         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
12826         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
12827         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
12828         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
12829         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
12830         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
12831         Moved ...
12832         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
12833         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
12834         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
12835         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
12836         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
12837         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
12838         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
12839         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
12840         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
12841         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
12842         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
12843         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
12844         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
12845         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
12846         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
12847         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
12848         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
12849         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
12850         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
12851         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
12852         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
12853         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
12854         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
12855         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
12856         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
12857         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
12858         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
12859         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
12860         Moved ...
12861         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
12862         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
12863         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
12864         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
12865         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
12866         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
12867         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
12868         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
12869         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
12870         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
12871         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
12872         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
12873         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
12874         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
12875         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
12876         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
12877         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
12878         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
12879         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
12880         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
12881         Moved ...
12882         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
12883         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
12884         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
12886         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
12887         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
12888         (libpthread-sysdep_routines): Add elision-related stuff here instead.
12889         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
12890         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
12891         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
12892         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
12893         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
12894         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
12895         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
12896         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
12897         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
12898         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
12899         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
12900         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
12901         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
12902         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
12903         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
12904         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
12905         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
12906         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
12907         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
12908         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
12909         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
12910         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
12911         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
12912         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
12913         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
12914         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
12915         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
12916         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
12918         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
12919         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
12921         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
12922         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
12923         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
12924         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
12925         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
12926         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
12927         Moved ...
12928         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
12929         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
12930         Moved ...
12931         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
12932         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
12933         Moved ...
12934         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
12935         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
12936         Moved ...
12937         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
12938         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
12939         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
12940         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
12941         Moved ...
12942         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
12943         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
12944         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
12945         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
12946         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
12947         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
12948         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
12949         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
12950         Moved ...
12951         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
12952         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
12953         Moved ...
12954         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
12955         ... here.
12956         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
12957         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
12958         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
12959         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
12960         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
12961         Moved ...
12962         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
12963         ... here.
12964         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
12965         Moved ...
12966         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
12967         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
12968         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
12969         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
12970         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
12971         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
12972         Moved ...
12973         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
12974         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
12975         Moved ...
12976         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
12977         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
12978         Moved ...
12979         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
12980         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
12981         Moved ...
12982         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
12983         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
12984         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
12985         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
12986         Moved ...
12987         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
12988         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
12989         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
12990         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
12991         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
12992         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
12993         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
12994         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
12995         Moved ...
12996         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
12997         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
12998         Moved ...
12999         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
13000         ... here.
13001         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
13002         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
13003         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
13004         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
13005         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
13006         Moved ...
13007         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
13008         ... here.
13009         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
13010         Moved ...
13011         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
13012         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
13013         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
13014         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
13015         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
13016         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
13017         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
13018         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
13019         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
13020         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
13021         Moved ...
13022         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
13023         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
13024         Moved ...
13025         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
13026         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
13027         Moved ...
13028         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
13029         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
13030         Moved ...
13031         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
13032         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
13033         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
13034         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
13035         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
13036         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
13037         Moved ...
13038         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
13039         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
13040         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
13041         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
13042         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
13043         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
13044         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
13045         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
13046         Moved ...
13047         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
13048         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
13049         Moved ...
13050         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
13051         ... here.
13052         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
13053         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
13054         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
13055         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
13056         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
13057         Moved ...
13058         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
13059         ... here.
13060         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
13061         Moved ...
13062         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
13063         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
13064         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
13065         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
13066         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
13067         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
13068         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
13069         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
13070         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
13071         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
13072         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
13074         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
13075         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
13077         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
13078         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
13080         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
13081         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
13082         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
13083         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
13084         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
13085         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
13086         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
13087         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
13088         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
13089         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
13090         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
13091         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
13092         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
13093         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
13094         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
13095         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
13096         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
13097         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
13098         Moved ...
13099         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
13100         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
13101         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
13102         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
13103         Moved ...
13104         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
13105         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
13106         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
13107         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
13108         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
13109         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
13110         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
13111         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
13112         Moved ...
13113         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
13114         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
13115         Moved ...
13116         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
13117         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
13118         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
13119         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
13120         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
13121         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
13122         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
13123         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
13124         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
13125         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
13126         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
13127         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
13128         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
13129         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
13130         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
13131         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
13132         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
13134         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
13135         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
13136         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
13137         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
13138         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
13140         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
13141         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
13142         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
13143         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
13144         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
13145         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
13146         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
13147         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
13148         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
13149         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
13151         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
13152         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
13154         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
13155         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
13156         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
13157         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
13158         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
13159         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
13160         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
13161         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
13162         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
13163         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
13164         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
13165         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
13166         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
13167         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
13168         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
13169         Update #include.
13170         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
13171         Likewise.
13172         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
13173         Likewise.
13174         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
13175         Likewise.
13176         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
13177         Likewise.
13178         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
13179         Likewise.
13180         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
13181         Likewise.
13182         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
13183         Likewise.
13184         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
13185         Likewise.
13186         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
13187         Likewise.
13188         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
13189         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
13190         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
13191         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
13192         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
13193         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
13194         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
13195         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
13196         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
13197         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
13198         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
13199         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
13200         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
13201         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
13202         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
13204         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
13205         that was previously under [RESET_PID].
13206         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
13207         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
13208         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
13210         * sysdeps/i386/nptl/Implies: New file.
13211         * sysdeps/x86_64/nptl/Implies: New file.
13212         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
13213         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
13214         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
13215         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
13217         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
13218         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13219         (__libc_vfork): New strong alias.
13220         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
13221         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
13223         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
13224         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13225         (__libc_vfork): New strong alias.
13226         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
13227         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
13229         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
13230         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13231         (__libc_vfork): New strong alias.
13232         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
13233         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
13234         * nptl/pt-vfork.c: New file.
13235         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
13236         (libpthread: GLIBC_2.20): New version set (empty).
13238 2014-05-14  Will Newton  <will.newton@linaro.org>
13240         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
13241         rather than #if.
13243 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
13245         [BZ #16564]
13246         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
13247         arguments with exponent 65 or above.
13248         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
13249         arguments 0x1p113L or above.
13250         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
13251         to arguments 0x1p107L or above.
13252         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
13253         positive arguments with exponent 65 or above.
13254         * math/auto-libm-test-in: Add more tests of log1p.
13255         * math/auto-libm-test-out: Regenerated.
13257         [BZ #16928]
13258         * math/s_cacos.c (__cacos): Ensure zero real part of result from
13259         non-finite arguments is +0.
13260         * math/s_cacosf.c (__cacosf): Likewise.
13261         * math/s_cacosl.c (__cacosl): Likewise.
13262         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
13263         * sysdeps/i386/fpu/libm-test-ulps: Update.
13264         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13266         [BZ #16927]
13267         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
13268         value.
13269         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
13270         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
13271         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
13272         for explicit high bit of mantissa when testing for argument equal
13273         to 1.
13274         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
13275         * sysdeps/i386/fpu/libm-test-ulps: Update.
13276         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13278         [BZ #16516]
13279         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
13280         (__erf): Scale by 16 instead of 8 in potentially underflowing
13281         case.  Ensure exception if result actually underflows.
13282         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
13283         (__erff): Scale by 16 instead of 8 in potentially underflowing
13284         case.  Ensure exception if result actually underflows.
13285         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
13286         (efx8): Remove variable.
13287         (__erfl): Scale by 16 instead of 8 in potentially underflowing
13288         case.  Ensure exception if result actually underflows.
13289         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
13290         (efx8): Remove variable.
13291         (__erfl): Scale by 16 instead of 8 in potentially underflowing
13292         case.  Ensure exception if result actually underflows.
13293         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
13294         (efx8): Remove variable.
13295         (__erfl): Scale by 16 instead of 8 in potentially underflowing
13296         case.  Ensure exception if result actually underflows.
13297         * math/auto-libm-test-in: Add more tests of erf.
13298         * math/auto-libm-test-out: Regenerated.
13300 2014-05-14  Andreas Schwab  <schwab@suse.de>
13302         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
13303         Remove code conditionalized on USE___THREAD.
13305         * config.h.in (HAVE_PT_CHOWN): Define as 0.
13306         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
13307         not definedness.
13309 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
13311         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
13312         Define unconditionally.
13313         (__ASSUME_O_CLOEXEC): Likewise.
13314         (__ASSUME_SOCK_CLOEXEC): Likewise.
13315         (__ASSUME_IN_NONBLOCK): Likewise.
13316         (__ASSUME_PIPE2): Likewise.
13317         (__ASSUME_EVENTFD2): Likewise.
13318         (__ASSUME_SIGNALFD4): Likewise.
13319         (__ASSUME_DUP3): Likewise.
13320         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13321         (__ASSUME_DUP3): Do not define.
13322         (__ASSUME_EVENTFD2): Likewise.
13323         (__ASSUME_IN_NONBLOCK): Likewise.
13324         (__ASSUME_O_CLOEXEC): Likewise.
13325         (__ASSUME_PIPE2): Likewise.
13326         (__ASSUME_SIGNALFD4): Likewise.
13327         (__ASSUME_SOCK_CLOEXEC): Likewise.
13328         (__ASSUME_UTIMES): Undefine.
13329         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13330         (__ASSUME_UTIMES): Do not define.
13331         (__ASSUME_O_CLOEXEC): Likewise.
13332         (__ASSUME_SOCK_CLOEXEC): Likewise.
13333         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
13334         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
13335         0x020621].
13336         (__ASSUME_PIPE2): Likewise.
13337         (__ASSUME_EVENTFD2): Likewise.
13338         (__ASSUME_SIGNALFD4): Likewise.
13339         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
13340         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
13341         Do not define.
13342         (__ASSUME_EVENTFD2): Likewise.
13343         (__ASSUME_SIGNALFD4): Likewise.
13344         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
13345         (__ASSUME_32BITUIDS): Likewise.
13346         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
13347         (__ASSUME_IPC64): Likewise.
13348         (__ASSUME_ST_INO_64_BIT): Likewise.
13349         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
13350         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
13351         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13352         (__ASSUME_UTIMES): Do not define.
13353         (__ASSUME_PSELECT): Likewise.
13354         (__ASSUME_PPOLL): Likewise.
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/m68k/kernel-features.h
13363         (__ASSUME_UTIMES): Likewise.
13364         (__ASSUME_O_CLOEXEC): Likewise.
13365         (__ASSUME_SOCK_CLOEXEC): Likewise.
13366         (__ASSUME_IN_NONBLOCK): Likewise.
13367         (__ASSUME_PIPE2): Likewise.
13368         (__ASSUME_EVENTFD2): Likewise.
13369         (__ASSUME_SIGNALFD4): Likewise.
13370         (__ASSUME_DUP3): Likewise.
13371         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13372         (__ASSUME_UTIMES): Likewise.
13373         (__ASSUME_O_CLOEXEC): Likewise.
13374         (__ASSUME_SOCK_CLOEXEC): Likewise.
13375         (__ASSUME_IN_NONBLOCK): Likewise.
13376         (__ASSUME_PIPE2): Likewise.
13377         (__ASSUME_EVENTFD2): Likewise.
13378         (__ASSUME_SIGNALFD4): Likewise.
13379         (__ASSUME_DUP3): Likewise.
13380         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
13381         Likewise.
13382         (__ASSUME_UTIMES): Likewise.
13383         (__ASSUME_EVENTFD2): Likewise.
13384         (__ASSUME_SIGNALFD4): Likewise.
13385         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13386         (__ASSUME_O_CLOEXEC): Likewise.
13387         (__ASSUME_SOCK_CLOEXEC): Likewise.
13388         (__ASSUME_IN_NONBLOCK): Likewise.
13389         (__ASSUME_PIPE2): Likewise.
13390         (__ASSUME_EVENTFD2): Likewise.
13391         (__ASSUME_SIGNALFD4): Likewise.
13392         (__ASSUME_DUP3): Likewise.
13393         (__ASSUME_UTIMES): Undefine.
13395         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
13396         feclearexcept.  Remove symbol versioning code.
13397         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
13398         symbol versioning code.
13399         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
13400         symbol versioning code.
13401         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
13402         feupdateenv.  Remove symbol versioning code.
13403         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
13404         fegetexceptflag.  Remove symbol versioning code.
13405         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
13406         fesetexceptflag.  Remove symbol versioning code.
13407         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
13408         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
13409         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
13410         (__posix_fadvise64_l32): Remove prototype.
13411         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
13412         code.
13414 2014-05-13  Roland McGrath  <roland@hack.frob.com>
13416         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
13417         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
13418         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
13419         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
13421 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
13423         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
13424         current working directory
13426 2014-05-13  Roland McGrath  <roland@hack.frob.com>
13428         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
13429         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
13430         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
13431         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
13432         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
13433         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
13434         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
13435         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
13436         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
13437         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
13438         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
13439         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
13440         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
13441         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
13442         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
13443         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
13444         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
13445         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
13446         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
13447         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
13448         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
13449         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
13450         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
13451         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
13452         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
13453         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
13454         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
13455         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
13456         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
13457         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
13458         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
13459         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
13460         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
13461         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
13462         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
13463         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
13464         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
13465         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
13466         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
13467         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
13468         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
13469         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
13471         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
13472         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
13474         * sysdeps/unix/sysv/linux/arm/Makefile
13475         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
13476         Add rt-aeabi_unwind_cpp_pr1.
13477         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
13478         Add nptl-aeabi_unwind_cpp_pr1.
13479         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
13480         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
13481         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
13482         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
13483         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
13484         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
13486         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
13487         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
13488         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
13489         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
13491         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
13492         Deconditionalize the code that was previously under [RESET_PID].
13493         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
13495         * sysdeps/generic/exit-thread.h: New file.
13496         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
13497         * include/unistd.h (__exit_thread): Remove declaration.
13498         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
13499         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
13500         * csu/libc-start.c: Include <exit-thread.h>.
13501         (LIBC_START_MAIN): Pass no argument to __exit_thread.
13502         * nptl/pthread_create.c: Include <exit-thread.h>.
13503         (start_thread): Call __exit_thread in place of __exit_thread_inline.
13504         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
13505         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
13506         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
13507         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
13508         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
13509         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
13510         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
13511         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
13512         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
13513         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
13514         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
13515         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
13516         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
13517         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
13518         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
13519         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
13521 2014-05-13  Andreas Schwab  <schwab@suse.de>
13523         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
13525 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
13527         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
13528         (__ASSUME_UTIMES): Do not condition on kernel version.
13529         (__ASSUME_PSELECT): Define unconditionally.
13530         (__ASSUME_PPOLL): Likewise.
13531         (__ASSUME_ATFCTS): Likewise.
13532         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
13533         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
13534         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
13535         (__ASSUME_UTIMENSAT): Define unconditionally.
13536         (__ASSUME_PRIVATE_FUTEX): Likewise.
13537         (__ASSUME_FALLOCATE): Likewise.
13538         (__ASSUME_O_CLOEXEC): Likewise.
13539         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
13540         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
13541         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
13542         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
13543         (__ASSUME_IN_NONBLOCK): Likewise.
13544         (__ASSUME_PIPE2): Likewise.
13545         (__ASSUME_EVENTFD2): Likewise.
13546         (__ASSUME_SIGNALFD4): Likewise.
13547         (__ASSUME_DUP3): Likewise.
13548         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
13549         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
13550         (__ASSUME_AT_RANDOM): Likewise.
13551         (__ASSUME_PREADV): Likewise.
13552         (__ASSUME_PWRITEV): Likewise.
13553         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
13554         (__ASSUME_F_GETOWN_EX): Define unconditionally.
13555         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
13556         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
13557         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
13558         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13559         (__ASSUME_O_CLOEXEC): Define unconditionally.
13560         (__ASSUME_PSELECT): Do not undefine conditionally.
13561         (__ASSUME_PPOLL): Likewise.
13562         (__ASSUME_ATFCTS): Likewise.
13563         (__ASSUME_SET_ROBUST_LIST): Likewise.
13564         (__ASSUME_UTIMENSAT): Likewise.
13565         (__ASSUME_FDATASYNC): Define unconditionally.
13566         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13567         (__ASSUME_SIGFRAME_V2): Likewise.
13568         )__ASSUME_EVENTFD2): Likewise.
13569         (__ASSUME_SIGNALFD4): Likewise.
13570         (__ASSUME_PSELECT): Do not undefine conditionally.
13571         (__ASSUME_PPOLL): Likewise.
13572         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13573         (__ASSUME_PSELECT): Define unconditionally.
13574         (__ASSUME_PPOLL): Likewise.
13575         (__ASSUME_O_CLOEXEC): Likewise.
13576         (__ASSUME_SOCK_CLOEXEC): Likewise.
13577         (__ASSUME_IN_NONBLOCK): Likewise.
13578         (__ASSUME_PIPE2): Likewise.
13579         (__ASSUME_EVENTFD2): Likewise.
13580         (__ASSUME_SIGNALFD4): Likewise.
13581         (__ASSUME_DUP3): Likewise.
13582         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13583         (__ASSUME_O_CLOEXEC): Likewise.
13584         (__ASSUME_SOCK_CLOEXEC): Likewise.
13585         (__ASSUME_IN_NONBLOCK): Likewise.
13586         (__ASSUME_PIPE2): Likewise.
13587         (__ASSUME_EVENTFD2): Likewise.
13588         (__ASSUME_SIGNALFD4): Likewise.
13589         (__ASSUME_DUP3): Likewise.
13590         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13591         (__ASSUME_EVENTFD2): Likewise.
13592         (__ASSUME_SIGNALFD4): Likewise.
13593         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
13595 2014-05-12  Andreas Schwab  <schwab@suse.de>
13597         [BZ #16932]
13598         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
13599         (_nss_nis_gethostbyname4_r): Return error if item length is larger
13600         than maximum RPC packet size.
13601         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
13602         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
13603         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
13604         (_nss_nis_getservbyport_r): Likewise.
13606 2014-05-12  Will Newton  <will.newton@linaro.org>
13608         * malloc/Makefile (tests): Add tst-mallopt.
13609         * malloc/tst-mallopt.c: New file.
13611 2014-05-09  Roland McGrath  <roland@hack.frob.com>
13613         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
13614         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
13616 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13618         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
13619         (tst-tlsmod6.so): Likewise.
13621 2014-05-09  Roland McGrath  <roland@hack.frob.com>
13623         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
13625 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
13627         [BZ #16064]
13628         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
13629         and <dl-procinfo.h>.
13630         (__fegetenv): Save SSE state in envp->__eip if supported.
13631         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
13632         envp->__eip if supported.
13633         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
13634         and <dl-procinfo.h>.
13635         (__fesetenv): Always set __eip, __cs_selector, __opcode,
13636         __data_offset and __data_selector in environment to 0.  Set SSE
13637         state if supported.
13638         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
13639         test-fenv-sse.
13640         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
13641         -mfpmath=sse.
13642         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
13644 2014-05-09  Will Newton  <will.newton@linaro.org>
13646         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
13647         and libc_relro_required for ARM.
13648         * sysdeps/arm/preconfigure: Regenerate.
13650 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
13651             Stefan Liebler  <stli@linux.vnet.ibm.com>
13653         * config.make.in (enable-lock-elision): New Makefile variable.
13654         * configure.ac: Likewise.
13655         * configure: Regenerate.
13656         * sysdeps/s390/configure.ac:
13657         Add check for gcc transactions support.
13658         * sysdeps/s390/configure: Regenerate.
13659         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
13660         Build elision files if enabled.
13661         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
13662         Add lock elision support for s390.
13663         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
13664         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
13665         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
13666         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
13667         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
13668         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
13669         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
13670         Likewise.
13671         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
13672         Likewise.
13673         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
13674         Likewise.
13675         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
13676         Likewise.
13677         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
13678         (__lll_timedlock_elision, __lll_lock_elision)
13679         (__lll_unlock_elision, __lll_trylock_elision)
13680         (lll_timedlock_elision, lll_lock_elision)
13681         (lll_unlock_elision, lll_trylock_elision): Add.
13682         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
13683         (pthread_mutex_t): Add lock elision support for s390.
13685 2014-05-14  Wilco  <wdijkstr@arm.com>
13687         * sysdeps/arm/fclrexcpt.c: Cleanup.
13688         * sysdeps/arm/fedisblxcpt.c: Cleanup.
13689         * sysdeps/arm/feenablxcpt.c: Cleanup.
13690         * sysdeps/arm/fegetenv.c: Cleanup.
13691         * sysdeps/arm/fegetexcept.c: Cleanup.
13692         * sysdeps/arm/fegetround.c: Cleanup.
13693         * sysdeps/arm/feholdexcpt.c: Cleanup.
13694         * sysdeps/arm/fesetenv.c: Cleanup.
13695         * sysdeps/arm/fesetround.c: Cleanup.
13696         * sysdeps/arm/feupdateenv.c: Cleanup.
13697         * sysdeps/arm/fgetexcptflg.c: Cleanup.
13698         * sysdeps/arm/fraiseexcpt.c: Cleanup.
13699         * sysdeps/arm/fsetexcptflg.c: Cleanup.
13700         * sysdeps/arm/ftestexcept.c: Cleanup.
13701         * sysdeps/arm/get-rounding-mode.h: Cleanup.
13702         * sysdeps/arm/setfpucw.c: Cleanup.
13704 2014-05-09  Will Newton  <will.newton@linaro.org>
13706         * sysdeps/arm/armv7/strcmp.S: New file.
13707         * NEWS: Mention addition of ARMv7 optimized strcmp.
13709 2014-05-08  Roland McGrath  <roland@hack.frob.com>
13711         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
13712         look for %.ac rather than %.in.
13714         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
13715         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
13716         * sysdeps/mach/hurd/configure: Regenerated.
13717         * sysdeps/unix/sysv/linux/configure: Regenerated.
13719         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
13721 2014-05-07  Steve Ellcey  <sellcey@mips.com>
13723         [BZ# 16922]
13724         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
13725         (LONG_SUB): Ditto.
13726         (PTR_SUB): Ditto.
13728 2014-05-07  Andreas Schwab  <schwab@suse.de>
13730         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
13731         when skipping over non-matching result from nscd.
13733 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
13735         [BZ #16876]
13736         * nptl/sockperf.c (client): Check socket return value.
13738         [BZ #16877]
13739         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
13740         nscd security class.
13742 2014-05-06  Roland McGrath  <roland@hack.frob.com>
13744         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
13745         * sysdeps/arm/unwind.h: ... here.
13747 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
13749         [BZ# 16916]
13750         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
13751         Define.
13753 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
13755         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
13756         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
13757         multiarch strncpy for PPC64.
13758         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
13759         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
13760         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
13761         multiarch optimizations.
13762         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13763         (__libc_ifunc_impl_list): Likewise.
13764         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
13765         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
13766         multiarch stpncpy for PPC64.
13767         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
13768         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
13770 2014-05-06  Andreas Schwab  <schwab@suse.de>
13772         [BZ #16912]
13773         * gmon/mcount.c (_MCOUNT_DECL): Use
13774         atomic_compare_and_exchange_bool_acq instead of
13775         catomic_compare_and_exchange_bool_acq.
13777 2014-05-05  Roland McGrath  <roland@hack.frob.com>
13779         * elf/Makefile (others, install-bin): Remove pldd.
13780         (pldd-modules): Variable removed.
13781         ($(objpfx)pldd): Target removed.
13782         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
13783         (others, install-bin): Append pldd here.
13784         ($(objpfx)pldd): New target.
13786         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
13787         to 0, so the first #if test emitted later doesn't see it undefined.
13788         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
13789         * sysdeps/gnu/errlist.c: Regenerated.
13791 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13793         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
13794         [libc_hidden_builtin_def]: Define to empty value.
13795         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
13796         [libc_hidden_builtin_def]: Likewise.
13797         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
13798         [libc_hidden_builtin_def]: Likewise.
13799         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
13800         [libc_hidden_builtin_def]: Likewise.
13801         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
13802         __redirect_memcpy and define ifunc as default hidden symbol.
13803         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
13804         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
13806 2014-05-04  Adam Conrad  <adconrad@0c3.net>
13808         * locale/iso-4217.def: Reintroduce XDR currency.
13810 2014-05-04  Allan McRae  <allan@archlinux.org>
13812         * po/eo.po: Update Esperanto translation from translation project.
13814 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
13816         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
13817         and FEATURE_INDEX_MAX to 1.
13818         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
13820 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13822         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
13823         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
13824         * iconvdata/big5.c (ONE_DIRECTION): Define.
13825         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
13826         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
13827         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
13828         * iconvdata/cp932.c (ONE_DIRECTION): Define.
13829         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
13830         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
13831         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
13832         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
13833         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
13834         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
13835         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
13836         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
13837         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
13838         * iconvdata/gbk.c (ONE_DIRECTION): Define.
13839         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
13840         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
13841         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
13842         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
13843         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
13844         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
13845         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
13846         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
13847         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
13848         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
13849         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
13850         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
13851         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
13852         * iconvdata/iso646.c (ONE_DIRECTION): Define.
13853         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
13854         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
13855         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
13856         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
13857         * iconvdata/johab.c (ONE_DIRECTION): Define.
13858         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
13859         * iconvdata/sjis.c (ONE_DIRECTION): Define.
13860         * iconvdata/t.61.c (ONE_DIRECTION): Define.
13861         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
13862         * iconvdata/tscii.c (ONE_DIRECTION): Define.
13863         * iconvdata/uhc.c (ONE_DIRECTION): Define.
13864         * iconvdata/unicode.c (ONE_DIRECTION): Define.
13865         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
13866         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
13867         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
13869 2014-05-01  Roland McGrath  <roland@hack.frob.com>
13871         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
13872         (_IO_JUMPS_OFFSET): Define to 0.
13874         * nptl/sysdeps/pthread/bits/libc-lock.h
13875         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
13876         (__libc_lock_define_initialized_recursive): Always define using
13877         initializer.  Modern compilers treat uninitialized (implicit zero) and
13878         explicit zero initializers the same (i.e. put the datum in bss).
13880 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
13882         * nscd/nscd-client.h: Include <string.h>.
13884 2014-05-01  David S. Miller  <davem@davemloft.net>
13886         [BZ #16885]
13887         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
13888         multiple zero bytes exist at the end of a string.
13889         Reported by Aurelien Jarno <aurelien@aurel32.net>
13891         * string/test-strcmp.c (check): Add explicit test for situations where
13892         there are multiple zero bytes after the first.
13894 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
13896         [BZ #16890]
13897         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
13898         when compiling wprintf.
13899         * stdio-common/tstdiomisc.c (t3): New function.
13900         (main): Call it.
13902 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13904         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
13905         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
13906         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
13907         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
13909 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13911         * stdlib/longlong.h: Updated from GCC.
13913 2014-05-01  Will Newton  <will.newton@linaro.org>
13914             Bernard Ogden  <bernie.ogden@linaro.org>
13916         * NEWS: Update fixed bug list.
13918         [BZ #15119]
13919         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
13921 2014-04-30  David S. Miller  <davem@davemloft.net>
13923         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
13924         (libc_feholdexcept_setround_sparc_ctx): New function.
13925         (libc_fesetenv_sparc_ctx): Likewise.
13926         (libc_feupdateenv_sparc_ctx): Likewise.
13927         (libc_feholdsetround_sparc_ctx): Likewise.
13928         (libc_feholdexcept_setround_ctx): Define.
13929         (libc_feholdexcept_setroundf_ctx): Likewise.
13930         (libc_feholdexcept_setroundl_ctx): Likewise.
13931         (libc_fesetenv_ctx): Likewise.
13932         (libc_fesetenvf_ctx): Likewise.
13933         (libc_fesetenvl_ctx): Likewise.
13934         (libc_feupdateenv_ctx): Likewise.
13935         (libc_feupdateenvf_ctx): Likewise.
13936         (libc_feupdateenvl_ctx): Likewise.
13937         (libc_feresetround_ctx): Likewise.
13938         (libc_feresetroundf_ctx): Likewise.
13939         (libc_feresetroundl_ctx): Likewise.
13940         (libc_feholdsetround_ctx): Likewise.
13941         (libc_feholdsetroundf_ctx): Likewise.
13942         (libc_feholdsetroundl_ctx): Likewise.
13944         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
13945         with __USE_GNU instead of XOPEN cpp guards.
13947         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
13948         0.
13950         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
13951         with XOPEN cpp guards.
13953 2014-04-30  Julian Brown  <julian@codesourcery.com>
13955         [BZ #16888]
13956         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
13957         handling.
13959 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
13961         [BZ #9894]
13962         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
13963         Change to 2.6.32.
13964         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
13965         * sysdeps/unix/sysv/linux/configure: Regenerated.
13966         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
13967         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
13968         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
13969         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
13970         * README: Update reference to required Linux kernel version.
13971         * manual/install.texi (Linux): Update reference to required Linux
13972         kernel headers version.
13973         * INSTALL: Regenerated.
13975         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
13976         header inclusion.
13977         [POSIX] (limits.h): Likewise.
13978         [POSIX] (math.h): Likewise.
13979         [POSIX] (sys/wait.h): Likewise.
13980         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
13981         function.
13982         [POSIX] (stddef.h): Do not allow header inclusion.
13984 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13986         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
13988 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
13990         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
13991         Return immediately after lll_futex_wake.
13993 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13995         [BZ #16791]
13996         * nscd/nscd-client.h (datahead_init_common): Initialize entire
13997         structure.
13998         (datahead_init_pos): Call datahead_init_common early.
13999         (datahead_init_neg): Likewise.
14001         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
14002         datahead_init_neg): New functions.
14003         * nscd/aicache.c (addhstaiX): Use them.
14004         * nscd/grpcache.c (cache_addgr): Likewise.
14005         * nscd/hstcache.c (cache_addhst): Likewise.
14006         * nscd/initgrcache.c (addinitgroupsX): Likewise.
14007         * nscd/netgroupcache.c (do_notfound): Likewise.
14008         (addgetnetgrentX): Likewise.
14009         (addinnetgrX): Likewise.
14010         * nscd/pwdcache.c (cache_addpw): Likewise.
14011         * nscd/servicescache.c (cache_addserv): Likewise.
14013 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14014             Atsushi Onoe  <atsushi@onoe.org>
14016         [BZ #14308]
14017         [BZ #12994]
14018         [BZ #13651]
14019         * resolv/res_query.c (__libc_res_nsearch): Return if at least
14020         one response is valid.
14021         * resolv/res_send.c (send_dg): Check for validity of other
14022         response if the current response is a referral.
14024 2014-04-29  Steve Ellcey  <sellcey@mips.com>
14026         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
14028 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
14030         [BZ #16823]
14031         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
14032         Always divide by positive zero when computing -Inf result.
14033         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
14034         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
14036 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14038         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
14039         FPSCR if value do not change.
14040         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
14041         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
14042         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
14043         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
14044         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
14045         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
14046         function.
14048 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
14050         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
14051         * sysdeps/unix/sysv/linux/hppa: Move directory from
14052         ports/systeps/unix/sysv/linux/hppa.
14053         * README: Update listing for hppa-*-linux-gnu.
14055 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
14057         [BZ #16754]
14058         * manual/stdio.texi (Hook functions): Fix types of stream hook
14059         functions.
14060         [BZ #16854]
14061         * socket/sys/socket.h: Fix typo in comment.
14063 2014-04-28  Wilco  <wdijkstr@arm.com>
14065         * sysdeps/arm/fenv_private.h: New file.
14066         * sysdeps/arm/math_private.h: New file.
14067         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
14069 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
14071         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
14072         with __int128_t.
14073         (La_x86_64_retval): Likewise.
14075 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
14077         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
14078         fpsr if value didn't change.
14079         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
14080         to fpcr if value didn't change.
14081         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
14082         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
14083         fpsr or fpcr if value didn't change.
14084         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
14085         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
14086         fpcr if value didn't change.
14087         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
14088         to fpsr if value didn't change.
14090 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
14092         * nptl/tst-sem3.c: Use test-skeleton.c
14093         (main): Rename to do_test.  Use return instead of
14094         exit.
14095         * nptl/tst-sem4.c: Use test-skeleton.c
14096         (main): Rename to do_test.
14098 2014-04-22  David S. Miller  <davem@davemloft.net>
14100         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
14101         (struct sigaction): New struct member __glibc_reserved0, change
14102         type of sa_flags to int.
14104 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
14106         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
14107         (COUNT_LEADING_ZEROS_0): Define for AArch64.
14109 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
14111         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
14112         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
14114 2014-04-22  Will Newton  <will.newton@linaro.org>
14115             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
14117         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
14118         (__longjmp): Add longjmp and longjmp_target SystemTap
14119         probes.
14120         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
14121         (__sigsetjmp): Add setjmp SystemTap probe.
14123 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
14125         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
14126         match manual order.
14128 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14130         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
14132         * sysdeps/powerpc/fpu/fenv_private.h
14133         (libc_feholdexcept_setroundl_ctx): Define to
14134         libc_feholdexcept_setround_ppc_ctx.
14135         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
14136         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
14137         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
14138         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
14140 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
14142         * sysdeps/aarch64/math-tests.h: New file.
14144 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
14146         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
14147         New.
14148         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
14149         Check and set bit_AVX2_Usable.
14150         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
14151         macro.
14152         (bit_AVX2): Likewise.
14153         (index_AVX2_Usable): Likewise.
14154         (CPUID_AVX2): Likewise.
14155         (HAS_AVX2): Likewise.
14157 2014-04-17  Will Newton  <will.newton@linaro.org>
14159         * manual/setjmp.texi (System V contexts): Add note that
14160         calling setcontext on a context created by a call to a
14161         signal handler is undefined.  Update text to note that
14162         setcontext from a signal handler is possible but not
14163         recommended.
14165         [BZ #16629]
14166         * stdlib/tst-setcontext.c: Include signal.h.
14167         (main): Check that the signal stack before and
14168         after swapcontext is the same.
14170         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
14171         Re-implement to restore registers in user code and avoid
14172         rt_sigreturn system call.
14174 2014-04-17  Wilco  <wdijkstr@arm.com>
14176         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
14177         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
14178         * math/test-fenv.c: Skip exception trap tests on targets which only
14179         support non-stop mode.
14181 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
14182             Wilco Dijkstra  <wilco.dijkstra@arm.com>
14184         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
14185         (libc_feholdsetround_aarch64_ctx)
14186         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
14187         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
14188         (libc_feresetround_ctx, libc_feresetroundf_ctx)
14189         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
14190         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
14191         (libc_feresetround_noexl_ctx): Define.
14193 2014-04-16  Richard Henderson  <rth@redhat.com>
14195         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
14197         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
14198         unwind tables.
14200         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
14201         const from the non-libc, non-ldso copy.
14203         * sysdeps/alpha/libm-test-ulps: Regenerate.
14205 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
14206             Wilco Dijkstra  <wilco.dijkstra@arm.com>
14208         * sysdeps/aarch64/fpu/math_private.h: New file.
14210 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14212         * sysdeps/aarch64/libm-test-ulps: Regenerate.
14214 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
14216         [BZ #16275]
14217         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
14218         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
14219         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
14220         Intel MPX bound registers before _dl_profile_fixup.
14221         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
14222         registers after _dl_profile_fixup.  Save and restore bound
14223         registers bnd0/bnd1 when calling _dl_call_pltexit.
14224         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
14225         (LR_BND_OFFSET): Likewise.
14226         (LRV_BND0_OFFSET): Likewise.
14227         (LRV_BND1_OFFSET): Likewise.
14229 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14231         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
14232         to...
14233         * sysdeps/mach/hurd/i386/tls.h: ... here.
14234         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
14235         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
14236         fields.
14238 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14240         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
14242 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
14244         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14246 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
14248         [BZ #14770]
14249         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
14250         * sysdeps/s390/configure: Regenerate.
14252         [BZ #16824]
14253         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
14254         Set round-to-nearest internally to reduce error accumulation.
14256 2014-04-16  Alan Modra  <amodra@gmail.com>
14258         [BZ #16740]
14259         [BZ #16619]
14260         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
14261         * math/libm-test.inc (frexp_test_data): Add tests.
14262         * NEWS: Update fixed bug list.
14264 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
14266         * benchtests/Makefile: Depend on libraries in build directory.
14267         (bench-math): Separate out math tests.
14268         (bench-pthread): Separate out pthread tests.
14269         (bench): Include math and pthread tests.
14271 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
14273         [BZ #16831]
14274         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
14275         _dl_debug_initialize.
14277         * configure.ac: Remove SELinux header check.
14278         * configure: Regenerate.
14279         * nscd/selinux.c (perms): Array of const char* to permission names.
14280         (nscd_request_avc_has_perm): Call security_deny_unknown to find
14281         default policy. Call string_to_security_class and string_to_av_perm to
14282         translate strings. Enforce default policy and call avs_has_perm with
14283         results of translated strings.
14285 2014-04-13  David S. Miller  <davem@davemloft.net>
14287         * sysdeps/sparc/fpu/libm-test-ulps: Update.
14289 2014-04-12  Allan McRae  <allan@archlinux.org>
14291         [BZ #16838]
14292         * manual/string.texi (Collation Functions): Fix qsort argument
14293         order in example.
14294         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
14296 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
14298         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
14299         Make the test a no-op if there are no exceptions defined.
14301 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
14303         * elf/Makefile (tests): make tst-dlopen-aout conditional on
14304         enable-hardcoded-path-in-tests
14306 2014-04-11  Will Newton  <will.newton@linaro.org>
14308         * benchtests/Makefile (extra-objs): Add json-lib.o.
14309         (bench-func): Tidy up JSON output.
14310         * benchtests/bench-skeleton.c: Include json-lib.h.
14311         (main): Use JSON library functions to do output of
14312         benchmark results.
14313         * benchtests/bench-timing-type.c (main): Output the
14314         timing type simply, leaving formatting to the user.
14315         * benchtests/json-lib.c: New file.
14316         * benchtests/json-lib.h: Likewise.
14318 2014-04-11  Torvald Riegel  <triegel@redhat.com>
14320         [BZ #15215]
14321         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
14322         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
14323         memory barriers.  Add comments.
14324         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
14325         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
14326         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
14327         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
14328         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
14329         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
14331 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
14333         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
14334         * sysdeps/s390/s390-64/configure.ac: ... this ...
14335         * sysdeps/s390/configure.ac: ... to here.
14336         * sysdeps/s390/s390-32/configure: Delete file.
14337         * sysdeps/s390/s390-64/configure: Delete file.
14338         * sysdeps/s390/configure: Regenerate.
14340 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
14342         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
14344 2014-04-11  Will Newton  <will.newton@linaro.org>
14346         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
14347         to zero if it is not defined elsewhere.  (mtrim): Test
14348         the value of MALLOC_DEBUG with #if rather than #ifdef.
14350 2014-04-10 Torvald Riegel  <triegel@redhat.com>
14352         * benchtests/pthread_once-inputs: New file.
14353         * benchtests/pthread_once-source.c: New file.
14354         * benchtests/README: Update documentation.
14356 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
14357             H.J. Lu  <hongjiu.lu@intel.com>
14359         [BZ #16275]
14360         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
14361         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
14362         * sysdeps/x86_64/configure: Regenerated.
14363         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
14364         macro.
14365         (REGISTER_SAVE_RAX): Likewise.
14366         (REGISTER_SAVE_RCX): Likewise.
14367         (REGISTER_SAVE_RDX): Likewise.
14368         (REGISTER_SAVE_RSI): Likewise.
14369         (REGISTER_SAVE_RDI): Likewise.
14370         (REGISTER_SAVE_R8): Likewise.
14371         (REGISTER_SAVE_R9): Likewise.
14372         (REGISTER_SAVE_BND0): Likewise.
14373         (REGISTER_SAVE_BND1): Likewise.
14374         (REGISTER_SAVE_BND2): Likewise.
14375         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
14376         bound registers when calling _dl_fixup.
14378 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14380         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
14381         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
14382         of its definition.
14383         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
14384         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
14385         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
14386         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
14387         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
14388         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
14389         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
14391 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
14393         [BZ #15514]
14394         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
14395         pathconf(_PC_NAME_MAX).
14397 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14399         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
14400         Remove macro usage.
14401         (__PTHREAD_SPINS): Move definition to ...
14402         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
14403         (__PTHREAD_SPINS): ... here.
14404         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14405         (__PTHREAD_SPIN): Likewise.
14406         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
14407         (__PTHREAD_SPIN): Likewise.
14408         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
14409         (__PTHREAD_SPIN): Likewise.
14410         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
14411         (__PTHREAD_SPIN): Likewise.
14412         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
14413         (__PTHREAD_SPIN): Likewise.
14414         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
14415         (__PTHREAD_SPIN): Likewise.
14416         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
14417         (__PTHREAD_SPIN): Likewise.
14418         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
14419         (__PTHREAD_SPIN): Likewise.
14420         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
14421         (__PTHREAD_SPIN): Likewise.
14422         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
14423         (__PTHREAD_SPIN): Likewise.
14424         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
14425         (__PTHREAD_SPIN): Likewise.
14426         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
14427         (__PTHREAD_SPIN): Likewise.
14429         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
14430         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
14431         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
14432         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
14433         imply folder.
14434         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
14435         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
14436         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
14437         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
14438         correct imply path.
14439         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
14440         strlen symbol for non multi-arch builds.
14441         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
14442         missing hidden_def and weak_alias.
14444 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
14446         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
14448 2014-04-07  Will Newton  <will.newton@linaro.org>
14450         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
14451         and contents.  [!_LIBC] Remove #ifndef and contents.
14452         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
14453         * string/memccpy.c (__memccpy): Use ANSI prototype.
14454         * string/memfrob.c (memfrob): Likewise.
14455         * string/strcoll.c (STRCOLL): Likewise.
14456         * string/strlen.c (strlen): Likewise.
14457         * string/strtok.c (STRTOK): Likewise.
14458         * string/strcat.c: Remove unused #include of memcopy.h.
14459         (strcat): Use ANSI prototype.
14460         * string/strchr.c: Remove unused #include of memcopy.h.
14461         (strchr): Use ANSI prototype.
14462         * string/strcmp.c: Remove unused #include of memcopy.h.
14463         (strcmp): Use ANSI prototype.
14464         * string/strcpy.c: Remove unused #include of memcopy.h.
14465         (strcpy): Use ANSI prototype.
14467 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14469         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
14470         * config.make.in (config-extra-cppflags): Set it from
14471         libc_extra_cppflags.
14472         * configure.ac (libc_extra_cflags): Make it accumulate over
14473         configure fragments.
14474         (libc_extra_cppflags): New flag.
14475         * configure. Regenerate.
14476         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
14477         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
14478         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
14479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
14481         [BZ #16815]
14482         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
14483         result for FE_DOWNWARD rounding mode.
14484         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
14485         Likewise.
14486         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14488 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
14490         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
14491         in function argument name.
14493 2014-04-03  David Svoboda  <svoboda@cert.org>
14495         [BZ #5666]
14496         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
14497         explicitly.
14499 2014-04-03  Roland McGrath  <roland@hack.frob.com>
14501         * elf/dl-unmap-segments.h: New file.
14502         * sysdeps/generic/ldsodefs.h
14503         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
14504         * elf/dl-close.c: Include <dl-unmap-segments.h>.
14505         * elf/dl-fptr.c: Likewise.
14506         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
14507         * sysdeps/aarch64/tlsdesc.c: Likewise.
14508         * sysdeps/arm/tlsdesc.c: Likewise.
14509         * sysdeps/i386/tlsdesc.c: Likewise.
14510         * sysdeps/tile/dl-runtime.c: Likewise.
14511         * sysdeps/x86_64/tlsdesc.c: Likewise.
14512         * elf/dl-load.h: New file.
14513         * elf/dl-load.c: Include it.
14514         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
14515         Macros moved to dl-load.h.
14516         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
14517         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
14518         Use _dl_unmap_segments in place of __munmap.
14519         Break out segment-mapping loop into ...
14520         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
14522 2014-04-03  Will Newton  <will.newton@linaro.org>
14524         * elf/dl-lookup.c (do_lookup_x): Remove comment
14525         referring to nested function and move variable
14526         declarations down to before first use.
14528 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
14530         [BZ #16799]
14531         [BZ #16800]
14532         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
14533         with 0 numerator.
14534         * math/s_catanf.c (__catanf): Likewise.
14535         * math/s_catanh.c (__catanh): Likewise.
14536         * math/s_catanhf.c (__catanhf): Likewise.
14537         * math/s_catanhl.c (__catanhl): Likewise.
14538         * math/s_catanl.c (__catanl): Likewise.
14539         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
14540         by positive zero when computing -Inf result.
14541         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
14542         (catanh_test): Likewise.
14543         * sysdeps/i386/fpu/libm-test-ulps: Update.
14544         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14546         [BZ #16789]
14547         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
14548         instead of using underflowing value in computing result.
14549         * math/s_clog10.c (__clog10): Likewise.
14550         * math/s_clog10f.c (__clog10f): Likewise.
14551         * math/s_clog10l.c (__clog10l): Likewise.
14552         * math/s_clogf.c (__clogf): Likewise.
14553         * math/s_clogl.c (__clogl): Likewise.
14554         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
14555         (clog10_test): Likewise.
14556         * sysdeps/i386/fpu/libm-test-ulps: Update.
14557         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14559 2014-04-02  Alan Modra  <amodra@gmail.com>
14561         [BZ #16739]
14562         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
14563         output when value is near a power of two.  Use int64_t for lx and
14564         remove casts.  Use decimal rather than hex exponent constants.
14565         Don't use long double multiplication when double will suffice.
14566         * math/libm-test.inc (nextafter_test_data): Add tests.
14567         * NEWS: Add 16739 and 16786 to bug list.
14569         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
14571         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
14573 2014-04-01  Will Newton  <will.newton@linaro.org>
14575         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
14576         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
14578 2014-04-01  Florian Weimer  <fweimer@redhat.com>
14580         [BZ #13347]
14581         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
14582         * nptl/tst-setuid2.c: New file.
14583         * nptl/Makefile (xtests): Add tst-setuid2.
14585 2014-04-01  Alan Modra  <amodra@gmail.com>
14587         [BZ #16786]
14588         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
14590 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
14592         [BZ #6803]
14593         [BZ #6804]
14594         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
14595         set errno as appropriate.
14596         * math/w_scalbf.c (__scalbf): Likewise.
14597         * math/w_scalbl.c (__scalbl): Likewise.
14598         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
14599         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
14600         * math/libm-test.inc (scalb_test_data): Add errno expectations.
14601         Add more NaN tests.
14603         [BZ #16349]
14604         * math/w_atan2.c: Include <errno.h>.
14605         (__atan2): Set errno for result underflowing to zero.
14606         * math/w_atan2f.c: Include <errno.h>.
14607         (__atan2f): Set errno for result underflowing to zero.
14608         * math/w_atan2l.c: Include <errno.h>.
14609         (__atan2l): Set errno for result underflowing to zero.
14610         * math/auto-libm-test-in: Don't allow missing errno for some atan2
14611         tests.
14612         * math/auto-libm-test-out: Regenerated.
14614 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14616         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
14617         Encode instruction correctly in little endian.
14618         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
14619         Likewise.
14620         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
14621         Likewise.
14622         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
14623         Likewise.
14624         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
14625         Likewise.
14627 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
14629         [BZ #9894]
14630         * sysdeps/unix/sysv/linux/kernel-features.h
14631         [__sparc__ && !__arch64__ && !__sparc_v9__]
14632         (__ASSUME_SET_ROBUST_LIST): Do not define.
14633         [__sparc__ && !__arch64__ && !__sparc_v9__]
14634         (__ASSUME_FUTEX_LOCK_PI): Likewise.
14635         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
14636         Likewise.
14637         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14638         (__ASSUME_FUTEX_LOCK_PI): Undefine.
14639         (__ASSUME_REQUEUE_PI): Likewise.
14640         (__ASSUME_SET_ROBUST_LIST): Likewise.
14641         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14642         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
14643         Undefine.
14644         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14645         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
14646         Likewise.
14647         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
14648         Likewise.
14649         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
14650         Likewise.
14651         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14652         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
14653         Undefine.
14654         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
14655         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
14656         Likewise.
14658         [BZ #16648]
14659         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14660         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
14661         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
14663 2014-03-31  Will Newton  <will.newton@linaro.org>
14665         * benchtests/Makefile (bench): Add ffs and ffsll to list
14666         of tests.
14667         * benchtests/ffs-inputs: New file.
14668         * benchtests/ffsll-inputs: Likewise.
14670 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
14672         [BZ #16770]
14673         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
14674         too large before casting to int.
14675         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
14676         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
14677         * math/libm-test.inc (scalb_test_data): Add more tests.
14679 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
14681         * benchtests/Makefile (DETAILED_OPT): New make option.
14682         (bench-func): Run benchmark program with -d if DETAILED_OPT is
14683         set.
14684         * benchtests/bench-skeleton.c: Include stdbool.h.
14685         (main): Store and print timings per input.
14686         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
14687         member to each argument value.
14688         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
14689         (_print_arg_data): Initialize per-input timing to 0.
14691         * benchtests/Makefile (timing-type): New binary.
14692         (bench-clean): Also remove bench-timing-type.
14693         (bench): New target for timing-type.
14694         (bench-func): Print output in JSON format.
14695         * benchtests/bench-skeleton.c (main): Print output in JSON
14696         format.
14697         * benchtests/bench-timing-type.c: New file.
14698         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
14699         (TIMING_PRINT_STATS): Remove.
14700         * benchtests/scripts/bench.py (_print_arg_data): Store variant
14701         name separately.
14703         * benchtests/bench-modf.c: Remove.
14704         * benchtests/modf-inputs: New inputs file.
14706 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
14708         [BZ #16362]
14709         * math/s_clog10.c (M_PI_LOG10E): New macro.
14710         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
14711         imaginary parts are 0.
14712         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
14713         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
14714         imaginary parts are 0.
14715         * math/s_clog10l.c (M_PI_LOG10El): New macro.
14716         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
14717         imaginary parts are 0.
14718         * math/libm-test.inc (clog10_test_data): Update expected results
14719         for when real and imaginary parts are 0.
14721 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
14723         * elf/dl-load.c: Finish conversion of __builtin_expect into
14724         __glibc_{un}likely.
14726 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
14728         [BZ #16348]
14729         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
14730         1+x for argument with exponent below -67.
14731         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
14732         Likewise.
14733         * math/auto-libm-test-in: Add more tests of exp.
14734         * math/auto-libm-test-out: Regenerated.
14736 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14738         [BZ #16759]
14739         * inet/getnetgrent_r.c (get_nonempty_val): New function.
14740         (nscd_getnetgrent): Use it.
14742         [BZ #16760]
14743         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
14744         of stpcpy.
14746 2014-03-27  Andi Kleen  <ak@linux.intel.com>
14748         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
14749         (lll_robust_lock, lll_cond_lock, lll_timedlock)
14750         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
14751         (lll_robust_unlock): Remove out of line section. Use cfi
14752         intrinsics.
14753         (LLL_STUB_UNWIND_INFO*): Remove.
14754         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
14755         (lll_robust_lock, lll_cond_lock, lll_timedlock)
14756         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
14757         (lll_robust_unlock): Remove out of line section. Use cfi
14758         intrinsics.
14759         (LLL_STUB_UNWIND_INFO*): Remove.
14761 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14763         [BZ #16758]
14764         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
14765         blank values.
14767 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
14769         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
14771 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
14773         [BZ #16198]
14774         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
14775         fnstenv.
14776         * math/test-fenv-preserve.c: New file.
14777         * math/Makefile (tests): Add test-fenv-preserve.
14779 2014-03-26  Will Newton <will.newton@linaro.org>
14781         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
14783 2014-03-25  Roland McGrath  <roland@hack.frob.com>
14785         * scripts/versionlist.awk: Partition the version sets and emit all
14786         GLIBC_* (sorted) before all others (sorted).
14788 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
14790         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
14791         GLIBC_2.2.5 version.
14793 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14795         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
14796         calls.
14798         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
14799         previous change.
14801         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14803 2014-03-25  Andreas Schwab  <schwab@suse.de>
14805         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
14806         label to be used after in6ailist is initialized.
14808 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14810         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
14811         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
14813 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
14815         [BZ #16357]
14816         [BZ #16599]
14817         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
14818         min_plus_half.
14819         (fp_formats): Update initializers.
14820         (init_fp_formats): Initialize new field.
14821         (output_for_one_input_case): Allow underflow for results up to
14822         min_plus_half.
14823         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
14824         * math/auto-libm-test-in: Don't mark some underflows from asin and
14825         atanh as spurious.
14826         * math/auto-libm-test-out: Regenerated.
14827         * sysdeps/i386/fpu/libm-test-ulps: Update.
14828         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14830 2014-03-25  Andreas Schwab  <schwab@suse.de>
14832         * libio/Makefile (tst-ftell-partial-wide-ENV)
14833         (tst-ftell-active-handler-ENV): Define.
14835 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
14837         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
14839 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
14841         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
14843 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
14845         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
14846         * sysdeps/x86_64/fpu/multiarch/e_exp.c
14847         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
14849 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
14851         [BZ #16634]
14852         * elf/dl-load.c (open_verify): Add mode parameter.
14853         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
14854         (open_path): Change from boolean 'secure' to complete flag 'mode'
14855         (_dl_map_object): Adjust.
14856         * elf/Makefile (tests): Add tst-dlopen-aout.
14857         * elf/tst-dlopen-aout.c: New test.
14859 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
14861         [BZ #16714]
14862         * sysdeps/unix/sysv/linux/s390/bits/stat.h
14863         (struct stat): Rename member pad0 to __glibc_reserved0.
14865         [BZ #16712]
14866         * sysdeps/s390/s390-32/bits/wordsize.h
14867         (__WORDSIZE32_SIZE_ULONG): New define.
14868         * sysdeps/s390/s390-64/bits/wordsize.h
14869         (__WORDSIZE32_SIZE_ULONG): Likewise.
14870         * sysdeps/generic/stdint.h (SIZE_MAX):
14871         Define as UL if __WORDSIZE32_SIZE_ULONG.
14873         [BZ #16713]
14874         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
14875         (__glibc_reserved0): New variable.
14876         (sa_flags): Change type to int.
14878         * posix/Makefile (before-compile): Use += before-compile instead
14879         of a :=.
14881         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14882         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
14884 2014-03-20  Andreas Schwab  <schwab@suse.de>
14886         [BZ #16743]
14887         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
14888         non-matching result from nscd.
14890 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
14892         * scripts/bench.py: Moved to ...
14893         * benchtests/scripts/bench.py: ... here.
14894         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
14896 2014-03-24  Andreas Schwab  <schwab@suse.de>
14898         [BZ #16002]
14899         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
14900         alloca_account and account alloca use for struct in6ailist.
14902 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
14904         [BZ #16284]
14905         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
14906         rounding mode to recompute results that overflow to infinity or
14907         underflow to zero.
14908         * math/auto-libm-test-in: Don't mark tests as expected to fail for
14909         bug 16284.
14910         * math/auto-libm-test-out: Regenerated.
14911         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
14912         (ccosh_test): Likewise.
14913         (csin_test_data): Use plus_oflow.
14914         (csin_test): Use ALL_RM_TEST.
14915         (csinh_test_data): Use plus_oflow.
14916         (csinh_test): Use ALL_RM_TEST.
14917         * sysdeps/i386/fpu/libm-test-ulps: Update.
14918         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14920 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
14922         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
14923         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
14924         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
14926         [BZ #16731]
14927         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
14928         when x - 1 is zero.
14929         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
14930         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
14931         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
14932         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
14933         argument is 1.
14934         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
14935         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
14936         zero.
14937         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
14938         * sysdeps/i386/fpu/libm-test-ulps: Update.
14939         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14941 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14943         * scripts/bench.pl: Remove file.
14944         * scripts/bench.py: New benchmark script.
14945         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
14946         * benchtests/README: Mention python dependency.
14947         * scripts/pylintrc: New file.
14948         * scripts/pylint: New file.
14950         * bits/mathdef.h: Use #ifdef instead of #if.
14951         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
14952         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14953         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
14954         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14955         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
14956         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14958 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14959             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14961         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
14962         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
14963         and strpbrk-ppc64 objects.
14964         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14965         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
14966         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
14967         multiarch strpbrk for POWER7.
14968         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
14969         multiarch strpbrk for PPC64.
14970         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
14971         ifunc selector.
14972         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
14973         strpbrk for POWER7.
14975 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
14977         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
14978         (atan_test): Likewise.
14979         (atanh_test_data): Use NO_TEST_INLINE for two tests.
14980         (atanh_test): Use ALL_RM_TEST.
14981         (atan2_test_data): Likewise.
14982         (cabs_test): Likewise.
14983         (cacosh_test): Likewise.
14984         (carg_test): Likewise.
14985         (casin_test): Likewise.
14986         (casinh_test): Likewise.
14987         (cbrt_test): Likewise.
14988         (csqrt_test): Likewise.
14989         (erf_test): Likewise.
14990         (erfc_test): Likewise.
14991         (pow10_test): Likewise.
14992         (exp2_test): Likewise.
14993         (hypot_test): Likewise.
14994         (j0_test): Likewise.
14995         (j1_test): Likewise.
14996         (lgamma_test): Likewise.
14997         (gamma_test): Likewise.
14998         (sincos_test): Likewise.
14999         (tanh_test): Likewise.
15000         (y0_test): Likewise.
15001         (y1_test): Likewise.
15002         * sysdeps/i386/fpu/libm-test-ulps: Update.
15003         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15005 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15007         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
15008         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
15009         and strcspn-ppc64 objects.
15010         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15011         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
15012         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
15013         multiarch strcspn for POWER7.
15014         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
15015         multiarch strcspn for PPC64.
15016         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
15017         ifunc selector.
15018         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
15019         strcspn for POWER7.
15021 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
15023         * math/gen-libm-test.pl (generate_testfile): Expect only function
15024         name as argument to AUTO_TESTS_* and pass results for all rounding
15025         modes to parse_args.
15026         (parse_auto_input): Separate inputs of automatic tests from
15027         outputs before storing in %auto_tests.
15028         * math/libm-test.inc (acos_test_data): Update call to
15029         AUTO_TESTS_f_f.
15030         (acos_test): Use ALL_RM_TEST.
15031         (acos_tonearest_test_data): Remove.
15032         (acos_test_tonearest): Likewise.
15033         (acos_towardzero_test_data): Likewise.
15034         (acos_test_towardzero): Likewise.
15035         (acos_downward_test_data): Likewise.
15036         (acos_test_downward): Likewise.
15037         (acos_upward_test_data): Likewise.
15038         (acos_test_upward): Likewise.
15039         (acosh_test_data): Update call to AUTO_TESTS_f_f.
15040         (asin_test_data): Likewise.
15041         (asin_test): Use ALL_RM_TEST.
15042         (asin_tonearest_test_data): Remove.
15043         (asin_test_tonearest): Likewise.
15044         (asin_towardzero_test_data): Likewise.
15045         (asin_test_towardzero): Likewise.
15046         (asin_downward_test_data): Likewise.
15047         (asin_test_downward): Likewise.
15048         (asin_upward_test_data): Likewise.
15049         (asin_test_upward): Likewise.
15050         (asinh_test_data): Update call to AUTO_TESTS_f_f.
15051         (atan_test_data): Likewise.
15052         (atanh_test_data): Likewise.
15053         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
15054         (cabs_test_data): Update call to AUTO_TESTS_c_f.
15055         (carg_test_data): Likewise.
15056         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
15057         (ccos_test_data): Update call to AUTO_TESTS_c_c.
15058         (ccosh_test_data): Likewise.
15059         (cexp_test_data): Likewise.
15060         (clog_test_data): Likewise.
15061         (clog10_test_data): Likewise.
15062         (cos_test_data): Update call to AUTO_TESTS_f_f.
15063         (cos_test): Use ALL_RM_TEST.
15064         (cos_tonearest_test_data): Remove.
15065         (cos_test_tonearest): Likewise.
15066         (cos_towardzero_test_data): Likewise.
15067         (cos_test_towardzero): Likewise.
15068         (cos_downward_test_data): Likewise.
15069         (cos_test_downward): Likewise.
15070         (cos_upward_test_data): Likewise.
15071         (cos_test_upward): Likewise.
15072         (cosh_test_data): Update call to AUTO_TESTS_f_f.
15073         (cosh_test): Use ALL_RM_TEST.
15074         (cosh_tonearest_test_data): Remove.
15075         (cosh_test_tonearest): Likewise.
15076         (cosh_towardzero_test_data): Likewise.
15077         (cosh_test_towardzero): Likewise.
15078         (cosh_downward_test_data): Likewise.
15079         (cosh_test_downward): Likewise.
15080         (cosh_upward_test_data): Likewise.
15081         (cosh_test_upward): Likewise.
15082         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
15083         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
15084         (ctan_test_data): Likewise.
15085         (ctan_test): Use ALL_RM_TEST.
15086         (ctan_tonearest_test_data): Remove.
15087         (ctan_test_tonearest): Likewise.
15088         (ctan_towardzero_test_data): Likewise.
15089         (ctan_test_towardzero): Likewise.
15090         (ctan_downward_test_data): Likewise.
15091         (ctan_test_downward): Likewise.
15092         (ctan_upward_test_data): Likewise.
15093         (ctan_test_upward): Likewise.
15094         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
15095         (ctanh_test): Use ALL_RM_TEST.
15096         (ctanh_tonearest_test_data): Remove.
15097         (ctanh_test_tonearest): Likewise.
15098         (ctanh_towardzero_test_data): Likewise.
15099         (ctanh_test_towardzero): Likewise.
15100         (ctanh_downward_test_data): Likewise.
15101         (ctanh_test_downward): Likewise.
15102         (ctanh_upward_test_data): Likewise.
15103         (ctanh_test_upward): Likewise.
15104         (erf_test_data): Update call to AUTO_TESTS_f_f.
15105         (erfc_test_data): Likewise.
15106         (exp_test_data): Likewise.
15107         (exp_test): Use ALL_RM_TEST.
15108         (exp_tonearest_test_data): Remove.
15109         (exp_test_tonearest): Likewise.
15110         (exp_towardzero_test_data): Likewise.
15111         (exp_test_towardzero): Likewise.
15112         (exp_downward_test_data): Likewise.
15113         (exp_test_downward): Likewise.
15114         (exp_upward_test_data): Likewise.
15115         (exp_test_upward): Likewise.
15116         (exp10_test_data): Update call to AUTO_TESTS_f_f.
15117         (exp10_test): Use ALL_RM_TEST.
15118         (exp10_tonearest_test_data): Remove.
15119         (exp10_test_tonearest): Likewise.
15120         (exp10_towardzero_test_data): Likewise.
15121         (exp10_test_towardzero): Likewise.
15122         (exp10_downward_test_data): Likewise.
15123         (exp10_test_downward): Likewise.
15124         (exp10_upward_test_data): Likewise.
15125         (exp10_test_upward): Likewise.
15126         (exp2_test_data): Update call to AUTO_TESTS_f_f.
15127         (expm1_test_data): Likewise.
15128         (expm1_test): Use ALL_RM_TEST.
15129         (expm1_tonearest_test_data): Remove.
15130         (expm1_test_tonearest): Likewise.
15131         (expm1_towardzero_test_data): Likewise.
15132         (expm1_test_towardzero): Likewise.
15133         (expm1_downward_test_data): Likewise.
15134         (expm1_test_downward): Likewise.
15135         (expm1_upward_test_data): Likewise.
15136         (expm1_test_upward): Likewise.
15137         (fma_test_data): Update call to AUTO_TESTS_fff_f.
15138         (fma_test): Use ALL_RM_TEST.
15139         (fma_towardzero_test_data): Remove.
15140         (fma_test_towardzero): Likewise.
15141         (fma_downward_test_data): Likewise.
15142         (fma_test_downward): Likewise.
15143         (fma_upward_test_data): Likewise.
15144         (fma_test_upward): Likewise.
15145         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
15146         (j0_test_data): Update call to AUTO_TESTS_f_f.
15147         (j1_test_data): Likewise.
15148         (jn_test_data): Update call to AUTO_TESTS_if_f.
15149         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
15150         (log_test_data): Update call to AUTO_TESTS_f_f.
15151         (log10_test_data): Likewise.
15152         (log1p_test_data): Likewise.
15153         (log2_test_data): Likewise.
15154         (pow_test_data): Update call to AUTO_TESTS_ff_f.
15155         (pow_tonearest_test_data): Likewise.
15156         (sin_test_data): Update call to AUTO_TESTS_f_f.
15157         (sin_test): Use ALL_RM_TEST.
15158         (sin_tonearest_test_data): Remove.
15159         (sin_test_tonearest): Likewise.
15160         (sin_towardzero_test_data): Likewise.
15161         (sin_test_towardzero): Likewise.
15162         (sin_downward_test_data): Likewise.
15163         (sin_test_downward): Likewise.
15164         (sin_upward_test_data): Likewise.
15165         (sin_test_upward): Likewise.
15166         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
15167         (sinh_test_data): Update call to AUTO_TESTS_f_f.
15168         (sinh_test): Use ALL_RM_TEST.
15169         (sinh_tonearest_test_data): Remove.
15170         (sinh_test_tonearest): Likewise.
15171         (sinh_towardzero_test_data): Likewise.
15172         (sinh_test_towardzero): Likewise.
15173         (sinh_downward_test_data): Likewise.
15174         (sinh_test_downward): Likewise.
15175         (sinh_upward_test_data): Likewise.
15176         (sinh_test_upward): Likewise.
15177         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
15178         (sqrt_test): Use ALL_RM_TEST.
15179         (sqrt_tonearest_test_data): Remove.
15180         (sqrt_test_tonearest): Likewise.
15181         (sqrt_towardzero_test_data): Likewise.
15182         (sqrt_test_towardzero): Likewise.
15183         (sqrt_downward_test_data): Likewise.
15184         (sqrt_test_downward): Likewise.
15185         (sqrt_upward_test_data): Likewise.
15186         (sqrt_test_upward): Likewise.
15187         (tan_test_data): Update call to AUTO_TESTS_f_f.
15188         (tan_test): Use ALL_RM_TEST.
15189         (tan_tonearest_test_data): Remove.
15190         (tan_test_tonearest): Likewise.
15191         (tan_towardzero_test_data): Likewise.
15192         (tan_test_towardzero): Likewise.
15193         (tan_downward_test_data): Likewise.
15194         (tan_test_downward): Likewise.
15195         (tan_upward_test_data): Likewise.
15196         (tan_test_upward): Likewise.
15197         (tanh_test_data): Update call to AUTO_TESTS_f_f.
15198         (tgamma_test_data): Likewise.
15199         (y0_test_data): Likewise.
15200         (y1_test_data): Likewise.
15201         (yn_test_data): Update call to AUTO_TESTS_if_f.
15202         (main): Do not call removed functions.
15204 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
15206         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
15207         (ldexp_test_data): Remove.
15208         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
15209         scalbn_test_data.
15210         (scalb_test): Use ALL_RM_TEST.
15212 2014-03-19  Andreas Schwab  <schwab@suse.de>
15214         * nscd/nscd.service: Also invalidate netgroup cache on reload.
15216 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
15218         [BZ #16649]
15219         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15220         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
15221         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
15222         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15223         (__ASSUME_PREADV): Undefine.
15224         (__ASSUME_PWRITEV): Likewise.
15226 2014-03-18  Roland McGrath  <roland@hack.frob.com>
15228         * bits/mman-linux.h: Add comment about non-Linux use.
15229         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
15230         bits/mman-linux.h resting place.
15232         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
15233         * bits/mman-linux.h: ... here.
15235 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15237         * conform/conformtest.pl: Add standard definition when calling C
15238         preprocessor on data files.
15239         (checknamespace): Remove unused variable.
15241 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
15243         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
15244         minus_oflow, plus_uflow and minus_uflow in expected results.
15245         * math/libm-test.inc (scalbn_test_data): Add more tests of
15246         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
15247         minus_uflow.
15248         (scalbn_test): Use ALL_RM_TEST.
15249         (scalbln_test_data): Add more tests of negative arguments.  Use
15250         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
15251         (scalbln_test): Use ALL_RM_TEST.
15253 2014-03-18  Roland McGrath  <roland@hack.frob.com>
15255         * scripts/abilist.awk: Ignore symbols marked with .hidden.
15257 2014-03-18  Will Newton  <will.newton@linaro.org>
15259         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
15260         inaccurate comment.
15262 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
15264         * Makerules [!subdir] (check-abi): Exit with error status if a
15265         test failed.
15267 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
15269         * math/libm-test.inc (nearbyint_test_data): Include all tests used
15270         for rint.  Include results for all rounding modes.
15271         (nearbyint_test): Use ALL_RM_TEST.
15272         (rint_test_data): Include all tests used for nearbyint.
15274 2014-03-17  Will Newton  <will.newton@linaro.org>
15276         * nptl/sysdeps/pthread/pthread.h: Revert previous
15277         change.
15279         * sysdeps/generic/ldsodefs.h: Revert previous
15280         change.
15282         * libio/genops.c: Revert previous change.
15283         * libio/libioP.h: Likewise.
15284         * stdio-common/vfprintf.c: Likewise.
15286         * sysdeps/generic/math_private.h: Revert previous
15287         change.
15289         * sysdeps/generic/math_private.h: Check whether
15290         HAVE_RM_CTX is defined with #ifdef rather
15291         than #if.
15293         * argp/argp-fmtstream.h: Check whether
15294         __STRICT_ANSI__ is defined with #ifdef rather
15295         than #if.
15296         * argp/argp.h: Likewise.
15298         * libio/genops.c: Check whether
15299         _IO_JUMPS_OFFSET is defined with #ifdef rather
15300         than #if.
15301         * libio/libioP.h: Likewise.
15302         * stdio-common/vfprintf.c: Likewise.
15304         * sysdeps/generic/ldsodefs.h: Check whether
15305         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
15306         than #if.
15308         * nptl/sysdeps/pthread/pthread.h: Check
15309         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
15310         its value.
15312 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
15314         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
15315         setting O_APPEND.
15316         * libio/tst-ftell-active-handler.c (do_append_test): Add a
15317         test case.
15319         [BZ #16680]
15320         * libio/fileops.c (_IO_file_open): Seek to end of file but
15321         don't cache the offset.
15322         (get_file_offset): Remove function.
15323         (do_ftell): Use cached offset when available.
15324         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
15325         don't cache the offset.
15326         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
15327         case.
15328         (do_one_test): Call it.
15329         (do_ftell_test): Fix up expected old offset for a+ mode.
15330         * libio/wfileops.c (do_ftell_wide): Used cached offset when
15331         available.
15333         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
15334         up test status with function return status.
15335         (do_write_test): Likewise.
15336         (do_append_test): Likewise.
15338         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
15339         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
15340         Remove.
15342 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
15344         * math/gen-libm-test.pl (parse_args): Handle results specified for
15345         each rounding mode separately.
15346         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
15347         tests and results from lrint_tonearest_test_data,
15348         lrint_towardzero_test_data, lrint_downward_test_data and
15349         lrint_upward_test_data.
15350         (lrint_test): Use ALL_RM_TEST.
15351         (lrint_tonearest_test_data): Remove.
15352         (lrint_test_tonearest): Likewise.
15353         (lrint_towardzero_test_data): Likewise.
15354         (lrint_test_towardzero): Likewise.
15355         (lrint_downward_test_data): Likewise.
15356         (lrint_test_downward): Likewise.
15357         (lrint_upward_test_data): Likewise.
15358         (lrint_test_upward): Likewise.
15359         (llrint_test_data): Merge in per-rounding-mode tests and results
15360         from llrint_tonearest_test_data, llrint_towardzero_test_data,
15361         llrint_downward_test_data and llrint_upward_test_data.
15362         (llrint_test): Use ALL_RM_TEST.
15363         (llrint_tonearest_test_data): Remove.
15364         (llrint_test_tonearest): Likewise.
15365         (llrint_towardzero_test_data): Likewise.
15366         (llrint_test_towardzero): Likewise.
15367         (llrint_downward_test_data): Likewise.
15368         (llrint_test_downward): Likewise.
15369         (llrint_upward_test_data): Likewise.
15370         (llrint_test_upward): Likewise.
15371         (rint_test_data): Merge in per-rounding-mode tests and results
15372         from rint_tonearest_test_data, rint_towardzero_test_data,
15373         rint_downward_test_data and rint_upward_test_data.  Add
15374         per-rounding-mode results for tests not in those arrays.
15375         (rint_test): Use ALL_RM_TEST.
15376         (rint_tonearest_test_data): Remove.
15377         (rint_test_tonearest): Likewise.
15378         (rint_towardzero_test_data): Likewise.
15379         (rint_test_towardzero): Likewise.
15380         (rint_downward_test_data): Likewise.
15381         (rint_test_downward): Likewise.
15382         (rint_upward_test_data): Likewise.
15383         (rint_test_upward): Likewise.
15384         (main): Don't call removed functions.
15386 2014-03-14  Roland McGrath  <roland@hack.frob.com>
15388         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
15389         "Compiled on ..." crapola.  It is anti-useful.
15391 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
15393         * scripts/evaluate-test.sh: Handle fourth argument to determine
15394         whether test run should stop on failure.
15395         * Makeconfig (stop-on-test-failure): New variable.
15396         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
15397         $(stop-on-test-failure).
15398         * Makefile (tests): Give a summary of results from testing and
15399         exit with failure status if they include an ERROR or FAIL.
15400         (xtests): Likewise.
15401         * manual/install.texi (Configuring and compiling): Mention
15402         stop-on-test-failure=y.
15403         * INSTALL: Regenerated.
15405 2014-03-14  Roland McGrath  <roland@hack.frob.com>
15407         * scripts/versionlist.awk: New file.
15408         * Makerules [$(build-shared) = yes]
15409         (postclean-generated): Add Versions.def, not Versions.def.v and
15410         Versions.def.v.i.
15411         ($(common-objpfx)Versions.def.v.i): Target removed.
15412         ($(common-objpfx)Versions.def): New target.
15413         ($(common-objpfx)Versions.all): Depend on that rather that
15414         $(common-objpfx)Versions.def.v.
15415         * Versions.def: File removed.
15417         * Makeconfig (+gccwarn): Add -Wundef.
15418         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
15419         a dl-sysdep.h breaking its contract.
15420         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
15421         * include/stackinfo.h: New file.
15422         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
15423         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
15424         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
15425         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
15426         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
15427         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
15428         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15429         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15430         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15431         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15432         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15433         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
15434         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15435         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15436         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15438 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15440         [BZ #16707]
15441         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
15442         implementation.
15443         * math/libm-test.inc (round_test_data): Add more tests.
15445         [BZ #16706]
15446         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
15447         implementation.
15448         * math/libm-test.inc (nearbyint_test_data): Add more tests.
15450         [BZ #16701]
15451         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
15452         implementation.
15453         * math/libm-test.inc (ceil_test_data): Add more tests.
15455         * math/libm-test.inc (trunc_test_data): Add more tests related to
15456         BZ#16414.
15458 2014-03-14  Roland McGrath  <roland@hack.frob.com>
15460         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
15461         with #if rather than #ifdef.
15462         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
15464 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
15466         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
15467         first.  Disable AVX-512 GCC support if assembler doesn't support
15468         it.
15469         * sysdeps/x86_64/configure: Regenerated.
15471 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
15473         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
15474         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
15475         (__old_pthread_attr_setstack): Likewise.
15476         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
15477         [!_STACK_GROWS_DOWN]: Likewise.
15479 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
15481         * config.make.in (have-bash2): Delete.
15482         * configure.ac (libc_cv_have_bash2): Delete.
15483         * configure: Regenerate.
15484         * elf/Makefile (common-ldd-rewrite): Rename to ...
15485         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
15486         (sh-ldd-rewrite): Delete.
15487         (bash-ldd-rewrite): Delete.
15488         (have-bash2): Delete checks.
15489         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
15490         ldd-rewrite.
15492         * config.make.in (have-ksh): Delete.
15493         (KSH): Delete.
15494         * configure.ac (libc_cv_have_ksh): Delete.
15495         * configure: Regenerate.
15497         * elf/Makefile: Delete $(have-ksh) check.
15498         ($(objpfx)sotruss): Change KSH to BASH.
15499         * elf/sotruss.ksh: Rename to ...
15500         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
15501         function style to match POSIX.  Drop ksh vim mode setting.
15503         * manual/time.texi (Specifying the Time Zone with TZ): Change
15504         Tuesday to Thursday.
15506         * debug/tst-longjmp_chk2.c: Update header comment.
15507         (stackoverflow_handler): Add comment.  Call assert on pass value.
15509 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
15511         [BZ #16194]
15512         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
15513         (HAVE_AVX512_ASM_SUPPORT): Likewise.
15514         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
15515         (La_x86_64_vector): Add zmm.
15516         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
15517         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
15518         ($(objpfx)tst-audit10): New target.
15519         ($(objpfx)tst-audit10.out): Likewise.
15520         (tst-audit10-ENV): New.
15521         (AVX512-CFLAGS): Likewise.
15522         (CFLAGS-tst-audit10.c): Likewise.
15523         (CFLAGS-tst-auditmod10a.c): Likewise.
15524         (CFLAGS-tst-auditmod10b.c): Likewise.
15525         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
15526         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
15527         * sysdeps/x86_64/configure: Regenerated.
15528         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
15529         AVX-512 zmm register support.
15530         (_dl_x86_64_save_sse): Likewise.
15531         (_dl_x86_64_restore_sse): Likewise.
15532         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
15533         size vector registers.
15534         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
15535         (ZMM_SIZE): Likewise.
15536         * sysdeps/x86_64/tst-audit10.c: New file.
15537         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
15538         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
15540 2014-03-13  Roland McGrath  <roland@hack.frob.com>
15542         * configure.ac (HAVE_EHDR_START): New check.
15543         * configure: Regenerated.
15544         * config.h.in (HAVE_EHDR_START): New #undef.
15545         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
15546         assuming the lowest-addressed segment maps the start of the file.
15548 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
15550         * INSTALL: Regenerated.
15552 2014-03-13  Will Newton  <will.newton@linaro.org>
15554         * manual/setjmp.texi (System V contexts): Improve
15555         clarity and grammar of documentation.
15557 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
15559         [BZ #16381]
15560         * elf/Makefile (tests): Add tst-pie2.
15561         (tests-pie): Add tst-pie2.
15562         * elf/tst-pie2.c: New file.
15563         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
15564         for ET_EXEC.
15565         * elf/rtld.c (map_doit): Load executable as lt_executable.
15566         (dl_main): Likewise.
15568 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
15570         [BZ #16642]
15571         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15572         (__ASSUME_PSELECT): Undefine.
15574 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15576         [BZ #16689]
15577         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
15578         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
15579         static build.
15580         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
15581         selector for static builds.
15583 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
15585         [BZ #16695]
15586         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
15587         key in the buffer.
15589 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15591         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
15592         IFUNC selector for static builds.
15594 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
15596         * sysdeps/mips/math_private.h [__mips_hard_float]
15597         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
15598         libc_feresetround_mips_ctx.
15599         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
15600         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
15601         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
15603         [BZ #16677]
15604         * math/s_nextafter.c (__nextafter): Do not return value from
15605         overflowing computation.
15606         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
15607         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
15608         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
15609         Likewise.
15610         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
15611         Likewise.
15612         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
15613         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
15615 2014-03-11  Roland McGrath  <roland@hack.frob.com>
15617         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
15618         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
15619         Move sfi_sp use from the load-multiple (that no longer sets sp) to
15620         the new mov targetting sp.
15622 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15624         [BZ #16683]
15625         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
15626         Define it for static builds as well.
15627         (NO_BZERO_IMPL): Likewise.
15629 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15631         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
15632         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
15633         multiarch strspn for PPC64.
15634         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
15635         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
15636         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15637         (__libc_ifunc_impl_list): Likewise.
15638         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
15639         multiarch optimizations
15640         * string/strspn.c (strspn): Using macro to redefine symbol name.
15642 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15643             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15645         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
15646         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
15647         multiarch strncat for PPC64.
15648         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
15649         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
15650         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15651         (__libc_ifunc_impl_list): Likewise.
15652         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
15653         multiarch optimizations
15655 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
15657         [BZ #16639]
15658         * nscd/nscd.service: Make service type forking.
15660 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15662         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
15663         sign in non default rounding modes.
15664         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
15666 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
15668         * math/libm-test.inc (ALL_RM_TEST): New macro.
15669         (ceil_test): Use ALL_RM_TEST.
15670         (cimag_test): Likewise.
15671         (conj_test): Likewise.
15672         (copysign_test): Likewise.
15673         (cproj_test): Likewise.
15674         (creal_test): Likewise.
15675         (fabs_test): Likewise.
15676         (floor_test): Likewise.
15677         (fmax_test): Likewise.
15678         (fmin_test): Likewise.
15679         (fmod_test): Likewise.
15680         (fpclassify_test): Likewise.
15681         (frexp_test): Likewise.
15682         (ilogb_test): Likewise.
15683         (isfinite_test): Likewise.
15684         (finite_test): Likewise.
15685         (isgreater_test): Likewise.
15686         (isgreaterequal_test): Likewise.
15687         (isinf_test): Likewise.
15688         (isless_test): Likewise.
15689         (islessequal_test): Likewise.
15690         (islessgreater_test): Likewise.
15691         (isnan_test): Likewise.
15692         (isnormal_test): Likewise.
15693         (issignaling_test): Likewise.
15694         (isunordered_test): Likewise.
15695         (logb_test): Likewise.
15696         (logb_downward_test_data): Remove.
15697         (logb_test_downward): Likewise.
15698         (lround_test): Use ALL_RM_TEST.
15699         (llround_test): Likewise.
15700         (modf_test): Likewise.
15701         (nexttoward_test): Likewise.
15702         (remainder_test): Likewise.
15703         (drem_test): Likewise.
15704         (remainder_tonearest_test_data): Likewise.
15705         (remainder_test_tonearest): Likewise.
15706         (drem_test_tonearest): Likewise.
15707         (remainder_towardzero_test_data): Likewise.
15708         (remainder_test_towardzero): Likewise.
15709         (drem_test_towardzero): Likewise.
15710         (remainder_downward_test_data): Likewise.
15711         (remainder_test_downward): Likewise.
15712         (drem_test_downward): Likewise.
15713         (remainder_upward_test_data): Likewise.
15714         (remainder_test_upward): Likewise.
15715         (drem_test_upward): Likewise.
15716         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
15717         (round_test): Use ALL_RM_TEST.
15718         (signbit_test): Likewise.
15719         (trunc_test): Likewise.
15720         (significand_test): Likewise.
15721         (main): Don't call removed functions.
15723 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
15725         [BZ #16674]
15726         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
15727         || __USE_XOPEN2K8].
15728         (ILL_ILLOPN): Likewise.
15729         (ILL_ILLADR): Likewise.
15730         (ILL_ILLTRP): Likewise.
15731         (ILL_PRVOPC): Likewise.
15732         (ILL_PRVREG): Likewise.
15733         (ILL_COPROC): Likewise.
15734         (ILL_BADSTK): Likewise.
15735         (FPE_INTDIV): Likewise.
15736         (FPE_INTOVF): Likewise.
15737         (FPE_FLTDIV): Likewise.
15738         (FPE_FLTOVF): Likewise.
15739         (FPE_FLTUND): Likewise.
15740         (FPE_FLTRES): Likewise.
15741         (FPE_FLTINV): Likewise.
15742         (FPE_FLTSUB): Likewise.
15743         (SEGV_MAPERR): Likewise.
15744         (SEGV_ACCERR): Likewise.
15745         (BUS_ADRALN): Likewise.
15746         (BUS_ADRERR): Likewise.
15747         (BUS_OBJERR): Likewise.
15748         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15749         (TRAP_TRACE): Likewise.
15750         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15751         __USE_XOPEN2K8].
15752         (CLD_KILLED): Likewise.
15753         (CLD_DUMPED): Likewise.
15754         (CLD_TRAPPED): Likewise.
15755         (CLD_STOPPED): Likewise.
15756         (CLD_CONTINUED): Likewise.
15757         (POLL_IN): Likewise.
15758         (POLL_OUT): Likewise.
15759         (POLL_MSG): Likewise.
15760         (POLL_ERR): Likewise.
15761         (POLL_PRI): Likewise.
15762         (POLL_HUP): Likewise.
15763         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
15764         Likewise.
15765         (ILL_ILLOPN): Likewise.
15766         (ILL_ILLADR): Likewise.
15767         (ILL_ILLTRP): Likewise.
15768         (ILL_PRVOPC): Likewise.
15769         (ILL_PRVREG): Likewise.
15770         (ILL_COPROC): Likewise.
15771         (ILL_BADSTK): Likewise.
15772         (FPE_INTDIV): Likewise.
15773         (FPE_INTOVF): Likewise.
15774         (FPE_FLTDIV): Likewise.
15775         (FPE_FLTOVF): Likewise.
15776         (FPE_FLTUND): Likewise.
15777         (FPE_FLTRES): Likewise.
15778         (FPE_FLTINV): Likewise.
15779         (FPE_FLTSUB): Likewise.
15780         (SEGV_MAPERR): Likewise.
15781         (SEGV_ACCERR): Likewise.
15782         (BUS_ADRALN): Likewise.
15783         (BUS_ADRERR): Likewise.
15784         (BUS_OBJERR): Likewise.
15785         (BUS_MCEERR_AR): Likewise.
15786         (BUS_MCEERR_AO): Likewise.
15787         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15788         (TRAP_TRACE): Likewise.
15789         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15790         __USE_XOPEN2K8].
15791         (CLD_KILLED): Likewise.
15792         (CLD_DUMPED): Likewise.
15793         (CLD_TRAPPED): Likewise.
15794         (CLD_STOPPED): Likewise.
15795         (CLD_CONTINUED): Likewise.
15796         (POLL_IN): Likewise.
15797         (POLL_OUT): Likewise.
15798         (POLL_MSG): Likewise.
15799         (POLL_ERR): Likewise.
15800         (POLL_PRI): Likewise.
15801         (POLL_HUP): Likewise.
15802         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
15803         (ILL_ILLOPN): Likewise.
15804         (ILL_ILLADR): Likewise.
15805         (ILL_ILLTRP): Likewise.
15806         (ILL_PRVOPC): Likewise.
15807         (ILL_PRVREG): Likewise.
15808         (ILL_COPROC): Likewise.
15809         (ILL_BADSTK): Likewise.
15810         (FPE_INTDIV): Likewise.
15811         (FPE_INTOVF): Likewise.
15812         (FPE_FLTDIV): Likewise.
15813         (FPE_FLTOVF): Likewise.
15814         (FPE_FLTUND): Likewise.
15815         (FPE_FLTRES): Likewise.
15816         (FPE_FLTINV): Likewise.
15817         (FPE_FLTSUB): Likewise.
15818         (SEGV_MAPERR): Likewise.
15819         (SEGV_ACCERR): Likewise.
15820         (BUS_ADRALN): Likewise.
15821         (BUS_ADRERR): Likewise.
15822         (BUS_OBJERR): Likewise.
15823         (BUS_MCEERR_AR): Likewise.
15824         (BUS_MCEERR_AO): Likewise.
15825         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15826         (TRAP_TRACE): Likewise.
15827         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15828         __USE_XOPEN2K8].
15829         (CLD_KILLED): Likewise.
15830         (CLD_DUMPED): Likewise.
15831         (CLD_TRAPPED): Likewise.
15832         (CLD_STOPPED): Likewise.
15833         (CLD_CONTINUED): Likewise.
15834         (POLL_IN): Likewise.
15835         (POLL_OUT): Likewise.
15836         (POLL_MSG): Likewise.
15837         (POLL_ERR): Likewise.
15838         (POLL_PRI): Likewise.
15839         (POLL_HUP): Likewise.
15840         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
15841         Likewise.
15842         (ILL_ILLOPN): Likewise.
15843         (ILL_ILLADR): Likewise.
15844         (ILL_ILLTRP): Likewise.
15845         (ILL_PRVOPC): Likewise.
15846         (ILL_PRVREG): Likewise.
15847         (ILL_COPROC): Likewise.
15848         (ILL_BADSTK): Likewise.
15849         (ILL_BADIADDR): Likewise.
15850         (ILL_BREAK): Likewise.
15851         (FPE_INTDIV): Likewise.
15852         (FPE_INTOVF): Likewise.
15853         (FPE_FLTDIV): Likewise.
15854         (FPE_FLTOVF): Likewise.
15855         (FPE_FLTUND): Likewise.
15856         (FPE_FLTRES): Likewise.
15857         (FPE_FLTINV): Likewise.
15858         (FPE_FLTSUB): Likewise.
15859         (FPE_DECOVF): Likewise.
15860         (FPE_DECDIV): Likewise.
15861         (FPE_DECERR): Likewise.
15862         (FPE_INVASC): Likewise.
15863         (FPE_INVDEC): Likewise.
15864         (SEGV_MAPERR): Likewise.
15865         (SEGV_ACCERR): Likewise.
15866         (SEGV_PSTKOVF): Likewise.
15867         (BUS_ADRALN): Likewise.
15868         (BUS_ADRERR): Likewise.
15869         (BUS_OBJERR): Likewise.
15870         (BUS_MCEERR_AR): Likewise.
15871         (BUS_MCEERR_AO): Likewise.
15872         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15873         (TRAP_TRACE): Likewise.
15874         (TRAP_BRANCH): Likewise.
15875         (TRAP_HWBKPT): Likewise.
15876         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15877         __USE_XOPEN2K8].
15878         (CLD_KILLED): Likewise.
15879         (CLD_DUMPED): Likewise.
15880         (CLD_TRAPPED): Likewise.
15881         (CLD_STOPPED): Likewise.
15882         (CLD_CONTINUED): Likewise.
15883         (POLL_IN): Likewise.
15884         (POLL_OUT): Likewise.
15885         (POLL_MSG): Likewise.
15886         (POLL_ERR): Likewise.
15887         (POLL_PRI): Likewise.
15888         (POLL_HUP): Likewise.
15889         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
15890         (ILL_ILLOPN): Likewise.
15891         (ILL_ILLADR): Likewise.
15892         (ILL_ILLTRP): Likewise.
15893         (ILL_PRVOPC): Likewise.
15894         (ILL_PRVREG): Likewise.
15895         (ILL_COPROC): Likewise.
15896         (ILL_BADSTK): Likewise.
15897         (FPE_INTDIV): Likewise.
15898         (FPE_INTOVF): Likewise.
15899         (FPE_FLTDIV): Likewise.
15900         (FPE_FLTOVF): Likewise.
15901         (FPE_FLTUND): Likewise.
15902         (FPE_FLTRES): Likewise.
15903         (FPE_FLTINV): Likewise.
15904         (FPE_FLTSUB): Likewise.
15905         (SEGV_MAPERR): Likewise.
15906         (SEGV_ACCERR): Likewise.
15907         (BUS_ADRALN): Likewise.
15908         (BUS_ADRERR): Likewise.
15909         (BUS_OBJERR): Likewise.
15910         (BUS_MCEERR_AR): Likewise.
15911         (BUS_MCEERR_AO): Likewise.
15912         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15913         (TRAP_TRACE): Likewise.
15914         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15915         __USE_XOPEN2K8].
15916         (CLD_KILLED): Likewise.
15917         (CLD_DUMPED): Likewise.
15918         (CLD_TRAPPED): Likewise.
15919         (CLD_STOPPED): Likewise.
15920         (CLD_CONTINUED): Likewise.
15921         (POLL_IN): Likewise.
15922         (POLL_OUT): Likewise.
15923         (POLL_MSG): Likewise.
15924         (POLL_ERR): Likewise.
15925         (POLL_PRI): Likewise.
15926         (POLL_HUP): Likewise.
15927         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
15928         (ILL_ILLOPN): Likewise.
15929         (ILL_ILLADR): Likewise.
15930         (ILL_ILLTRP): Likewise.
15931         (ILL_PRVOPC): Likewise.
15932         (ILL_PRVREG): Likewise.
15933         (ILL_COPROC): Likewise.
15934         (ILL_BADSTK): Likewise.
15935         (FPE_INTDIV): Likewise.
15936         (FPE_INTOVF): Likewise.
15937         (FPE_FLTDIV): Likewise.
15938         (FPE_FLTOVF): Likewise.
15939         (FPE_FLTUND): Likewise.
15940         (FPE_FLTRES): Likewise.
15941         (FPE_FLTINV): Likewise.
15942         (FPE_FLTSUB): Likewise.
15943         (SEGV_MAPERR): Likewise.
15944         (SEGV_ACCERR): Likewise.
15945         (BUS_ADRALN): Likewise.
15946         (BUS_ADRERR): Likewise.
15947         (BUS_OBJERR): Likewise.
15948         (BUS_MCEERR_AR): Likewise.
15949         (BUS_MCEERR_AO): Likewise.
15950         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15951         (TRAP_TRACE): Likewise.
15952         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15953         __USE_XOPEN2K8].
15954         (CLD_KILLED): Likewise.
15955         (CLD_DUMPED): Likewise.
15956         (CLD_TRAPPED): Likewise.
15957         (CLD_STOPPED): Likewise.
15958         (CLD_CONTINUED): Likewise.
15959         (POLL_IN): Likewise.
15960         (POLL_OUT): Likewise.
15961         (POLL_MSG): Likewise.
15962         (POLL_ERR): Likewise.
15963         (POLL_PRI): Likewise.
15964         (POLL_HUP): Likewise.
15965         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
15966         (ILL_ILLOPN): Likewise.
15967         (ILL_ILLADR): Likewise.
15968         (ILL_ILLTRP): Likewise.
15969         (ILL_PRVOPC): Likewise.
15970         (ILL_PRVREG): Likewise.
15971         (ILL_COPROC): Likewise.
15972         (ILL_BADSTK): Likewise.
15973         (FPE_INTDIV): Likewise.
15974         (FPE_INTOVF): Likewise.
15975         (FPE_FLTDIV): Likewise.
15976         (FPE_FLTOVF): Likewise.
15977         (FPE_FLTUND): Likewise.
15978         (FPE_FLTRES): Likewise.
15979         (FPE_FLTINV): Likewise.
15980         (FPE_FLTSUB): Likewise.
15981         (SEGV_MAPERR): Likewise.
15982         (SEGV_ACCERR): Likewise.
15983         (BUS_ADRALN): Likewise.
15984         (BUS_ADRERR): Likewise.
15985         (BUS_OBJERR): Likewise.
15986         (BUS_MCEERR_AR): Likewise.
15987         (BUS_MCEERR_AO): Likewise.
15988         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15989         (TRAP_TRACE): Likewise.
15990         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15991         __USE_XOPEN2K8].
15992         (CLD_KILLED): Likewise.
15993         (CLD_DUMPED): Likewise.
15994         (CLD_TRAPPED): Likewise.
15995         (CLD_STOPPED): Likewise.
15996         (CLD_CONTINUED): Likewise.
15997         (POLL_IN): Likewise.
15998         (POLL_OUT): Likewise.
15999         (POLL_MSG): Likewise.
16000         (POLL_ERR): Likewise.
16001         (POLL_PRI): Likewise.
16002         (POLL_HUP): Likewise.
16003         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
16004         (ILL_ILLOPN): Likewise.
16005         (ILL_ILLADR): Likewise.
16006         (ILL_ILLTRP): Likewise.
16007         (ILL_PRVOPC): Likewise.
16008         (ILL_PRVREG): Likewise.
16009         (ILL_COPROC): Likewise.
16010         (ILL_BADSTK): Likewise.
16011         (ILL_DBLFLT): Likewise.
16012         (ILL_HARDWALL): Likewise.
16013         (FPE_INTDIV): Likewise.
16014         (FPE_INTOVF): Likewise.
16015         (FPE_FLTDIV): Likewise.
16016         (FPE_FLTOVF): Likewise.
16017         (FPE_FLTUND): Likewise.
16018         (FPE_FLTRES): Likewise.
16019         (FPE_FLTINV): Likewise.
16020         (FPE_FLTSUB): Likewise.
16021         (SEGV_MAPERR): Likewise.
16022         (SEGV_ACCERR): Likewise.
16023         (BUS_ADRALN): Likewise.
16024         (BUS_ADRERR): Likewise.
16025         (BUS_OBJERR): Likewise.
16026         (BUS_MCEERR_AR): Likewise.
16027         (BUS_MCEERR_AO): Likewise.
16028         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16029         (TRAP_TRACE): Likewise.
16030         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16031         __USE_XOPEN2K8].
16032         (CLD_KILLED): Likewise.
16033         (CLD_DUMPED): Likewise.
16034         (CLD_TRAPPED): Likewise.
16035         (CLD_STOPPED): Likewise.
16036         (CLD_CONTINUED): Likewise.
16037         (POLL_IN): Likewise.
16038         (POLL_OUT): Likewise.
16039         (POLL_MSG): Likewise.
16040         (POLL_ERR): Likewise.
16041         (POLL_PRI): Likewise.
16042         (POLL_HUP): Likewise.
16043         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
16044         (ILL_ILLOPN): Likewise.
16045         (ILL_ILLADR): Likewise.
16046         (ILL_ILLTRP): Likewise.
16047         (ILL_PRVOPC): Likewise.
16048         (ILL_PRVREG): Likewise.
16049         (ILL_COPROC): Likewise.
16050         (ILL_BADSTK): Likewise.
16051         (FPE_INTDIV): Likewise.
16052         (FPE_INTOVF): Likewise.
16053         (FPE_FLTDIV): Likewise.
16054         (FPE_FLTOVF): Likewise.
16055         (FPE_FLTUND): Likewise.
16056         (FPE_FLTRES): Likewise.
16057         (FPE_FLTINV): Likewise.
16058         (FPE_FLTSUB): Likewise.
16059         (SEGV_MAPERR): Likewise.
16060         (SEGV_ACCERR): Likewise.
16061         (BUS_ADRALN): Likewise.
16062         (BUS_ADRERR): Likewise.
16063         (BUS_OBJERR): Likewise.
16064         (BUS_MCEERR_AR): Likewise.
16065         (BUS_MCEERR_AO): Likewise.
16066         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16067         (TRAP_TRACE): Likewise.
16068         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16069         __USE_XOPEN2K8].
16070         (CLD_KILLED): Likewise.
16071         (CLD_DUMPED): Likewise.
16072         (CLD_TRAPPED): Likewise.
16073         (CLD_STOPPED): Likewise.
16074         (CLD_CONTINUED): Likewise.
16075         (POLL_IN): Likewise.
16076         (POLL_OUT): Likewise.
16077         (POLL_MSG): Likewise.
16078         (POLL_ERR): Likewise.
16079         (POLL_PRI): Likewise.
16080         (POLL_HUP): Likewise.
16081         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
16082         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
16084         [BZ #16670]
16085         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
16086         before #include of <time.h>.
16087         [!__USE_XOPEN2K] (__need_timespec): Likewise.
16088         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
16089         (test-xfail-UNIX98/sched.h/conform): Likewise.
16091 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
16093         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
16094         error absence of trapping exception support.
16095         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
16097 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
16099         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
16100         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
16101         * timezone/Makefile (testdata): Move definition above include of
16102         Rules.
16103         (test-zones): New variable.
16104         (tests-special): Add zone files.
16105         (build-testdata): Use $(evaluate-test).
16107         * elf/Makefile (tests-special): Rename tests to end with .out.
16108         ($(objpfx)noload-mem): Likewise.
16109         ($(objpfx)tst-leaks1-mem): Likewise.
16110         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
16111         * iconv/Makefile (xtests-special): Change test-iconvconfig to
16112         $(objpfx)test-iconvconfig.out.
16113         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
16114         set -e inside subshell and redirect output to file.
16115         * iconvdata/Makefile (generated): Rename tests to end with .out.
16116         Correct type.
16117         (tests-special): Rename tests to end with .out.
16118         ($(objpfx)mtrace-tst-loading): Likewise.
16119         * intl/Makefile (generated): Likewise.
16120         (tests-special): Likewise.
16121         ($(objpfx)mtrace-tst-gettext): Likewise.
16122         * misc/Makefile (generated): Likewise.
16123         (tests-special): Likewise.
16124         ($(objpfx)tst-error1-mem): Likewise.
16125         * nptl/Makefile (tests-special): Likewise.
16126         ($(objpfx)tst-stack3-mem): Likewise.
16127         (generated): Likewise.
16128         * posix/Makefile (generated): Likewise.
16129         (tests-special): Likewise.
16130         (xtests-special): Likewise.
16131         ($(objpfx)tst-fnmatch-mem): Likewise.
16132         ($(objpfx)bug-regex2-mem): Likewise.
16133         ($(objpfx)bug-regex14-mem): Likewise.
16134         ($(objpfx)bug-regex21-mem): Likewise.
16135         ($(objpfx)bug-regex31-mem): Likewise.
16136         ($(objpfx)tst-vfork3-mem): Likewise.
16137         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
16138         ($(objpfx)tst-pcre-mem): Likewise.
16139         ($(objpfx)tst-boost-mem): Likewise.
16140         ($(objpfx)bug-ga2-mem): Likewise.
16141         ($(objpfx)bug-glob2-mem): Likewise.
16142         * resolv/Makefile (generate): Likewise.
16143         (tests-special): Likewise.
16144         (xtests-special): Likewise.
16145         (generated): Likewise.
16146         ($(objpfx)mtrace-tst-leaks): Likewise.
16147         ($(objpfx)mtrace-tst-leaks2): Likewise.
16149         * scripts/merge-test-results.sh: New file.
16150         * Makefile (tests-special-notdir): New variable.
16151         (tests): Run merge-test-results.sh.
16152         (xtests): Likewise.
16153         * Rules (tests-special-notdir): New variable.
16154         (xtests-special-notdir): Likewise.
16155         (tests): Run merge-test-results.sh
16156         (xtests): Likewise.
16158         * Makeconfig (test-xfail-name): New variable.
16159         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
16160         compute variable name for expected failures.
16161         * conform/Makefile (conformtest-headers-data): New variable.
16162         (conformtest-standards): Likewise.
16163         (conformtest-headers-ISO): Likewise.
16164         (conformtest-headers-ISO99): Likewise.
16165         (conformtest-headers-ISO11): Likewise.
16166         (conformtest-headers-POSIX): Likewise.
16167         (conformtest-headers-XPG3): Likewise.
16168         (conformtest-headers-XPG4): Likewise.
16169         (conformtest-headers-UNIX98): Likewise.
16170         (conformtest-headers-XOPEN2K): Likewise.
16171         (conformtest-headers-POSIX2008): Likewise.
16172         (conformtest-headers-XOPEN2K8): Likewise.
16173         (conformtest-header-list-base): Likewise.
16174         (conformtest-header-list-tests): Likewise.
16175         (conformtest-header-base): Likewise.
16176         (conformtest-header-tests): Likewise.
16177         (tests-special): Add $(conformtest-header-list-tests).  If
16178         [$(fast-check) && !$(cross-compiling)], add
16179         $(conformtest-header-tests) instead of
16180         $(objpfx)run-conformtest.out.
16181         (generated): Add $(conformtest-header-list-base).  If
16182         [$(fast-check) && !$(cross-compiling)], add
16183         $(conformtest-header-base).  Remove previous setting.
16184         ($(conformtest-header-list-tests)): New target.
16185         (test-xfail-run-conformtest): Remove variable.
16186         ($(objpfx)run-conformtest.out): Remove target.
16187         (test-xfail-ISO11/complex.h/conform): New variable.
16188         (test-xfail-ISO11/stdalign.h/conform): Likewise.
16189         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
16190         (test-xfail-XPG3/varargs.h/conform): Likewise.
16191         (test-xfail-XPG4/varargs.h/conform): Likewise.
16192         (test-xfail-UNIX98/varargs.h/conform): Likewise.
16193         (test-xfail-XPG4/ndbm.h/conform): Likewise.
16194         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
16195         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
16196         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
16197         (test-xfail-XPG3/fcntl.h/conform): Likewise.
16198         (test-xfail-XPG3/ftw.h/conform): Likewise.
16199         (test-xfail-XPG3/grp.h/conform): Likewise.
16200         (test-xfail-XPG3/langinfo.h/conform): Likewise.
16201         (test-xfail-XPG3/limits.h/conform): Likewise.
16202         (test-xfail-XPG3/pwd.h/conform): Likewise.
16203         (test-xfail-XPG3/search.h/conform): Likewise.
16204         (test-xfail-XPG3/signal.h/conform): Likewise.
16205         (test-xfail-XPG3/stdio.h/conform): Likewise.
16206         (test-xfail-XPG3/stdlib.h/conform): Likewise.
16207         (test-xfail-XPG3/string.h/conform): Likewise.
16208         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
16209         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
16210         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
16211         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
16212         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
16213         (test-xfail-XPG3/sys/types.h/conform): Likewise.
16214         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
16215         (test-xfail-XPG3/termios.h/conform): Likewise.
16216         (test-xfail-XPG3/time.h/conform): Likewise.
16217         (test-xfail-XPG3/unistd.h/conform): Likewise.
16218         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
16219         (test-xfail-XPG4/fcntl.h/conform): Likewise.
16220         (test-xfail-XPG4/langinfo.h/conform): Likewise.
16221         (test-xfail-XPG4/netdb.h/conform): Likewise.
16222         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
16223         (test-xfail-XPG4/signal.h/conform): Likewise.
16224         (test-xfail-XPG4/stdio.h/conform): Likewise.
16225         (test-xfail-XPG4/stdlib.h/conform): Likewise.
16226         (test-xfail-XPG4/stropts.h/conform): Likewise.
16227         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
16228         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
16229         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
16230         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
16231         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
16232         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
16233         (test-xfail-XPG4/sys/time.h/conform): Likewise.
16234         (test-xfail-XPG4/sys/types.h/conform): Likewise.
16235         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
16236         (test-xfail-XPG4/termios.h/conform): Likewise.
16237         (test-xfail-XPG4/ucontext.h/conform): Likewise.
16238         (test-xfail-XPG4/unistd.h/conform): Likewise.
16239         (test-xfail-XPG4/utmpx.h/conform): Likewise.
16240         (test-xfail-POSIX/sched.h/conform): Likewise.
16241         (test-xfail-POSIX/signal.h/conform): Likewise.
16242         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
16243         (test-xfail-POSIX/tar.h/conform): Likewise.
16244         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
16245         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
16246         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
16247         (test-xfail-UNIX98/netdb.h/conform): Likewise.
16248         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
16249         (test-xfail-UNIX98/sched.h/conform): Likewise.
16250         (test-xfail-UNIX98/signal.h/conform): Likewise.
16251         (test-xfail-UNIX98/stdio.h/conform): Likewise.
16252         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
16253         (test-xfail-UNIX98/stropts.h/conform): Likewise.
16254         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
16255         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
16256         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
16257         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
16258         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
16259         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
16260         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
16261         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
16262         (test-xfail-UNIX98/unistd.h/conform): Likewise.
16263         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
16264         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
16265         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
16266         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
16267         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
16268         (test-xfail-XOPEN2K/math.h/conform): Likewise.
16269         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
16270         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
16271         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
16272         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
16273         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
16274         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
16275         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
16276         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
16277         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
16278         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
16279         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
16280         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
16281         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
16282         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
16283         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
16284         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
16285         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
16286         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
16287         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
16288         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
16289         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
16290         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
16291         (test-xfail-POSIX2008/signal.h/conform): Likewise.
16292         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
16293         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
16294         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
16295         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
16296         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
16297         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
16298         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
16299         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
16300         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
16301         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
16302         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
16303         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
16304         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
16305         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
16306         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
16307         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
16308         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
16309         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
16310         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
16311         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
16312         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
16313         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
16314         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
16315         (conformtest-cc-flags): Likewise.
16316         ($(conformtest-header-tests): New target.
16317         * conform/check-header-lists.sh: New file.
16318         * conform/run-conformtest.sh: Remove.
16320         * conform/conformtest.pl: Allow ' and \ in values given for
16321         constants.
16322         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
16323         inclusion.
16324         [POSIX] (sys/types.h): Likewise.
16325         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
16326         inclusion.
16327         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
16328         inclusion.
16329         * conform/data/signal.h-data (SIGIO): Remove expectation.
16330         [XPG3] (SIGBUS): Do not expect.
16331         [POSIX || XPG3] (SIGPOLL): Likewise.
16332         [POSIX || XPG3] (SIGPROF): Likewise.
16333         [POSIX || XPG3] (SIGSYS): Likewise.
16334         [XPG3] (SIGTRAP): Likewise.
16335         [POSIX || XPG3] (SIGURG): Likewise.
16336         [POSIX || XPG3] (SIGVTALRM): Likewise.
16337         [POSIX || XPG3] (SIGXCPU): Likewise.
16338         [POSIX || XPG3] (SIGXFSZ): Likewise.
16339         [POSIX] (SA_SIGINFO): Expect.
16340         [XPG3] (siginfo_t): Do not expect type or contents.
16341         [POSIX] (si_pid): Do not expect element.
16342         [POSIX] (si_uid): Likewise.
16343         [POSIX] (si_addr): Likewise.
16344         [POSIX] (si_status): Likewise.
16345         [POSIX] (si_band): Likewise.
16346         [XPG4] (si_value): Likewise.
16347         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
16348         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
16349         [POSIX || XPG3] (ILL_ILLADR): Likewise.
16350         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
16351         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
16352         [POSIX || XPG3] (ILL_PRVREG): Likewise.
16353         [POSIX || XPG3] (ILL_COPROC): Likewise.
16354         [POSIX || XPG3] (ILL_BADSTK): Likewise.
16355         [POSIX || XPG3] (FPE_INTDIV): Likewise.
16356         [POSIX || XPG3] (FPE_INTOVF): Likewise.
16357         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
16358         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
16359         [POSIX || XPG3] (FPE_FLTUND): Likewise.
16360         [POSIX || XPG3] (FPE_FLTRES): Likewise.
16361         [POSIX || XPG3] (FPE_FLTINV): Likewise.
16362         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
16363         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
16364         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
16365         [POSIX || XPG3] (BUS_ADRALN): Likewise.
16366         [POSIX || XPG3] (BUS_ADRERR): Likewise.
16367         [POSIX || XPG3] (BUS_OBJERR): Likewise.
16368         [POSIX || XPG3] (CLD_EXITED): Likewise.
16369         [POSIX || XPG3] (CLD_KILLED): Likewise.
16370         [POSIX || XPG3] (CLD_DUMPED): Likewise.
16371         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
16372         [POSIX || XPG3] (CLD_STOPPED): Likewise.
16373         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
16374         [POSIX || XPG3] (POLL_IN): Likewise.
16375         [POSIX || XPG3] (POLL_OUT): Likewise.
16376         [POSIX || XPG3] (POLL_MSG): Likewise.
16377         [POSIX || XPG3] (POLL_ERR): Likewise.
16378         [POSIX || XPG3] (POLL_PRI): Likewise.
16379         [POSIX || XPG3] (POLL_HUP): Likewise.
16380         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
16381         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
16382         (SIG*): Do not allow.
16383         [XPG3] (si_*): Likewise.
16384         [XPG3] (SI_*): Likewise.
16385         [XPG3 || XPG4] (sigev_*): Likewise.
16386         [XPG3 || XPG4] (SIGEV_*): Likewise.
16387         [XPG3 || XPG4] (sival_*): Likewise.
16388         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
16389         [POSIX || XPG3] (BUS_*): Likewise.
16390         [POSIX || XPG3] (CLD_*): Likewise.
16391         [POSIX || XPG3] (FPE_*): Likewise.
16392         [POSIX || XPG3] (ILL_*): Likewise.
16393         [POSIX || XPG3] (POLL_*): Likewise.
16394         [POSIX || XPG3] (SEGV_*): Likewise.
16395         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
16396         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
16397         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
16398         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
16399         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
16400         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
16401         Specify type and value.
16402         (TVERSLEN): Likewise.
16403         (REGTYPE): Likewise.
16404         (AREGTYPE): Likewise.
16405         (LNKTYPE): Likewise.
16406         (SYMTYPE): Likewise.
16407         (CHRTYPE): Likewise.
16408         (BLKTYPE): Likewise.
16409         (DIRTYPE): Likewise.
16410         (FIFOTYPE): Likewise.
16411         (CONTTYPE): Likewise.
16412         (TSUID): Likewise.
16413         (TSGID): Likewise.
16414         (TSVTX): Likewise.
16415         (TUREAD): Likewise.
16416         (TUWRITE): Likewise.
16417         (TUEXEC): Likewise.
16418         (TGREAD): Likewise.
16419         (TGWRITE): Likewise.
16420         (TGEXEC): Likewise.
16421         (TOREAD): Likewise.
16422         (TOWRITE): Likewise.
16423         (TOEXEC): Likewise.
16424         [POSIX] (TSVTX): Expect constant.
16426 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
16428         * Makefile (tests): Change dependencies to ....
16429         (tests-special): ... additions to this variable.
16430         (tests): Depend on $(tests-special).
16431         * Makerules (check-abi-list): New variable.
16432         (check-abi): Depend on $(check-abi-list).
16433         [$(subdir) = elf] (tests-special): Add
16434         $(objpfx)check-abi-libc.out.
16435         [$(build-shared) = yes && subdir] (tests-special): Add
16436         $(check-abi-list).
16437         [$(build-shared) = yes && subdir] (tests): Do not depend on
16438         check-abi.
16439         * Rules (tests): Depend on $(tests-special).
16440         (xtests): Depend on $(xtests-special).
16441         * catgets/Makefile (tests): Change dependencies to ....
16442         (tests-special): ... additions to this variable.
16443         * conform/Makefile (tests): Change dependencies to ....
16444         (tests-special): ... additions to this variable.
16445         * elf/Makefile (tests): Change dependencies to ....
16446         (tests-special): ... additions to this variable.
16447         * grp/Makefile (tests): Change dependencies to ....
16448         (tests-special): ... additions to this variable.
16449         * iconv/Makefile (xtests): Change dependencies to ....
16450         (xtests-special): ... additions to this variable.
16451         * iconvdata/Makefile (tests): Change dependencies to ....
16452         (tests-special): ... additions to this variable.
16453         * intl/Makefile (tests): Change dependencies to ....
16454         (tests-special): ... additions to this variable.  Also add
16455         $(objpfx)tst-gettext.out.
16456         * io/Makefile (tests): Change dependencies to ....
16457         (tests-special): ... additions to this variable.
16458         * libio/Makefile (tests): Change dependencies to ....
16459         (tests-special): ... additions to this variable.
16460         * malloc/Makefile (tests): Change dependencies to ....
16461         (tests-special): ... additions to this variable.
16462         * misc/Makefile (tests): Change dependencies to ....
16463         (tests-special): ... additions to this variable.
16464         * nptl/Makefile (tests): Change dependencies to ....
16465         (tests-special): ... additions to this variable.
16466         * nptl_db/Makefile (tests): Change dependencies to ....
16467         (tests-special): ... additions to this variable.
16468         * posix/Makefile (tests): Change dependencies to ....
16469         (tests-special): ... additions to this variable.
16470         (xtests): Change dependencies to ....
16471         (xtests-special): ... additions to this variable.
16472         * resolv/Makefile (tests): Change dependencies to ....
16473         (tests-special): ... additions to this variable.
16474         (xtests): Change dependencies to ....
16475         (xtests-special): ... additions to this variable.
16476         * stdio-common/Makefile (tests): Change dependencies to ....
16477         (tests-special): ... additions to this variable.
16478         (do-tst-unbputc): Remove target.
16479         (do-tst-printf): Likewise.
16480         * stdlib/Makefile (tests): Change dependencies to ....
16481         (tests-special): ... additions to this variable.
16482         * string/Makefile (tests): Change dependencies to ....
16483         (tests-special): ... additions to this variable.
16484         * sysdeps/x86/Makefile (tests): Change dependencies to ....
16485         (tests-special): ... additions to this variable.
16487         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
16488         whole file.
16489         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
16490         whole file.
16491         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
16492         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
16494         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
16495         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
16496         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
16497         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
16498         * conform/data/libgen.h-data [XPG3]: Likewise.
16499         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
16500         * conform/data/ndbm.h-data [XPG3]: Likewise.
16501         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
16502         * conform/data/netdb.h-data [XPG3]: Likewise.
16503         * conform/data/netinet/in.h-data [XPG3]: Likewise.
16504         * conform/data/poll.h-data [XPG3]: Likewise.
16505         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
16506         * conform/data/strings.h-data [XPG3]: Likewise.
16507         * conform/data/stropts.h-data [XPG3]: Likewise.
16508         * conform/data/sys/mman.h-data [XPG3]: Likewise.
16509         * conform/data/sys/resource.h-data [XPG3]: Likewise.
16510         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
16511         Likewise.
16512         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
16513         * conform/data/sys/time.h-data [XPG3]: Likewise.
16514         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
16515         * conform/data/sys/uio.h-data [XPG3]: Likewise.
16516         * conform/data/sys/un.h-data [XPG3]: Likewise.
16517         * conform/data/syslog.h-data [XPG3]: Likewise.
16518         * conform/data/ucontext.h-data [XPG3]: Likewise.
16519         * conform/data/utmpx.h-data [XPG3]: Likewise.
16520         * conform/data/varargs.h-data [UNIX98]: Enable file.
16522         * manual/Makefile (INSTALL_INFO): Remove variable setting.
16524         * math/libm-test.inc (struct test_f_f_data): Move expected results
16525         into structure for each rounding mode.
16526         (struct test_ff_f_data): Likewise.
16527         (struct test_ff_f_data_nexttoward): Likewise.
16528         (struct test_fi_f_data): Likewise.
16529         (struct test_fl_f_data): Likewise.
16530         (struct test_if_f_data): Likewise.
16531         (struct test_fff_f_data): Likewise.
16532         (struct test_c_f_data): Likewise.
16533         (struct test_f_f1_data): Likewise.
16534         (struct test_fF_f1_data): Likewise.
16535         (struct test_ffI_f1_data): Likewise.
16536         (struct test_c_c_data): Likewise.
16537         (struct test_cc_c_data): Likewise.
16538         (struct test_f_i_data): Likewise.
16539         (struct test_ff_i_data): Likewise.
16540         (struct test_f_l_data): Likewise.
16541         (struct test_f_L_data): Likewise.
16542         (struct test_fFF_11_data): Likewise.
16543         (RM_): New macro.
16544         (RM_FE_DOWNWARD): Likewise.
16545         (RM_FE_TONEAREST): Likewise.
16546         (RM_FE_TOWARDZERO): Likewise.
16547         (RM_FE_UPWARD): Likewise.
16548         (RUN_TEST_LOOP_f_f): Update references to expected results.
16549         (RUN_TEST_LOOP_2_f): Likewise.
16550         (RUN_TEST_LOOP_fff_f): Likewise.
16551         (RUN_TEST_LOOP_c_f): Likewise.
16552         (RUN_TEST_LOOP_f_f1): Likewise.
16553         (RUN_TEST_LOOP_fF_f1): Likewise.
16554         (RUN_TEST_LOOP_fI_f1): Likewise.
16555         (RUN_TEST_LOOP_ffI_f1): Likewise.
16556         (RUN_TEST_LOOP_c_c): Likewise.
16557         (RUN_TEST_LOOP_cc_c): Likewise.
16558         (RUN_TEST_LOOP_f_i): Likewise.
16559         (RUN_TEST_LOOP_f_i_tg): Likewise.
16560         (RUN_TEST_LOOP_ff_i_tg): Likewise.
16561         (RUN_TEST_LOOP_f_b): Likewise.
16562         (RUN_TEST_LOOP_f_b_tg): Likewise.
16563         (RUN_TEST_LOOP_f_l): Likewise.
16564         (RUN_TEST_LOOP_f_L): Likewise.
16565         (RUN_TEST_LOOP_fFF_11): Likewise.
16566         * math/gen-libm-test.pl (parse_args): Output four copies of
16567         expected results for each test.
16569         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16570         (__ASSUME_UTIMES): Remove.
16571         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16572         (__ASSUME_UTIMES): Likewise.
16574         * math/gen-auto-libm-tests.c: Update comment on output format.
16575         (output_for_one_input_case): Generate before-rounding and
16576         after-rounding information as conditions on output flags not
16577         floating-point format.
16578         * math/auto-libm-test-out: Regenerated.
16579         * math/gen-libm-test.pl (cond_value): New function.
16580         (or_cond_value): Use cond_value.
16581         (generate_testfile): Handle conditional exceptions.
16583 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
16585         * math/libm-test.inc (max_valid_error): New variable.
16586         (init_max_error): Take new argument specifying whether function
16587         results are exactly determined.  Set max_valid_error and bound
16588         other variables for errors based on this argument.
16589         (set_max_error): Do not record results above max_valid_error.
16590         (check_float_internal): Only accept errors of up to 0.5ulps if
16591         also at most max_valid_error.
16592         (START): Take new argument EXACT and pass it to init_max_error.
16593         (acos_test): Update call to START.
16594         (acos_test_tonearest): Likewise.
16595         (acos_test_towardzero): Likewise.
16596         (acos_test_downward): Likewise.
16597         (acos_test_upward): Likewise.
16598         (acosh_test): Likewise.
16599         (asin_test): Likewise.
16600         (asin_test_tonearest): Likewise.
16601         (asin_test_towardzero): Likewise.
16602         (asin_test_downward): Likewise.
16603         (asin_test_upward): Likewise.
16604         (asinh_test): Likewise.
16605         (atan_test): Likewise.
16606         (atanh_test): Likewise.
16607         (atan2_test): Likewise.
16608         (cabs_test): Likewise.
16609         (cacos_test): Likewise.
16610         (cacosh_test): Likewise.
16611         (carg_test): Likewise.
16612         (casin_test): Likewise.
16613         (casinh_test): Likewise.
16614         (catan_test): Likewise.
16615         (catanh_test): Likewise.
16616         (cbrt_test): Likewise.
16617         (ccos_test): Likewise.
16618         (ccosh_test): Likewise.
16619         (ceil_test): Likewise.
16620         (cexp_test): Likewise.
16621         (cimag_test): Likewise.
16622         (clog_test): Likewise.
16623         (clog10_test): Likewise.
16624         (conj_test): Likewise.
16625         (copysign_test): Likewise.
16626         (cos_test): Likewise.
16627         (cos_test_tonearest): Likewise.
16628         (cos_test_towardzero): Likewise.
16629         (cos_test_downward): Likewise.
16630         (cos_test_upward): Likewise.
16631         (cosh_test): Likewise.
16632         (cosh_test_tonearest): Likewise.
16633         (cosh_test_towardzero): Likewise.
16634         (cosh_test_downward): Likewise.
16635         (cosh_test_upward): Likewise.
16636         (cpow_test): Likewise.
16637         (cproj_test): Likewise.
16638         (creal_test): Likewise.
16639         (csin_test): Likewise.
16640         (csinh_test): Likewise.
16641         (csqrt_test): Likewise.
16642         (ctan_test): Likewise.
16643         (ctan_test_tonearest): Likewise.
16644         (ctan_test_towardzero): Likewise.
16645         (ctan_test_downward): Likewise.
16646         (ctan_test_upward): Likewise.
16647         (ctanh_test): Likewise.
16648         (ctanh_test_tonearest): Likewise.
16649         (ctanh_test_towardzero): Likewise.
16650         (ctanh_test_downward): Likewise.
16651         (ctanh_test_upward): Likewise.
16652         (erf_test): Likewise.
16653         (erfc_test): Likewise.
16654         (exp_test): Likewise.
16655         (exp_test_tonearest): Likewise.
16656         (exp_test_towardzero): Likewise.
16657         (exp_test_downward): Likewise.
16658         (exp_test_upward): Likewise.
16659         (exp10_test): Likewise.
16660         (exp10_test_tonearest): Likewise.
16661         (exp10_test_towardzero): Likewise.
16662         (exp10_test_downward): Likewise.
16663         (exp10_test_upward): Likewise.
16664         (pow10_test): Likewise.
16665         (exp2_test): Likewise.
16666         (expm1_test): Likewise.
16667         (expm1_test_tonearest): Likewise.
16668         (expm1_test_towardzero): Likewise.
16669         (expm1_test_downward): Likewise.
16670         (expm1_test_upward): Likewise.
16671         (fabs_test): Likewise.
16672         (fdim_test): Likewise.
16673         (floor_test): Likewise.
16674         (fma_test): Likewise.
16675         (fma_test_towardzero): Likewise.
16676         (fma_test_downward): Likewise.
16677         (fma_test_upward): Likewise.
16678         (fmax_test): Likewise.
16679         (fmin_test): Likewise.
16680         (fmod_test): Likewise.
16681         (fpclassify_test): Likewise.
16682         (frexp_test): Likewise.
16683         (hypot_test): Likewise.
16684         (ilogb_test): Likewise.
16685         (isfinite_test): Likewise.
16686         (finite_test): Likewise.
16687         (isgreater_test): Likewise.
16688         (isgreaterequal_test): Likewise.
16689         (isinf_test): Likewise.
16690         (isless_test): Likewise.
16691         (islessequal_test): Likewise.
16692         (islessgreater_test): Likewise.
16693         (isnan_test): Likewise.
16694         (isnormal_test): Likewise.
16695         (issignaling_test): Likewise.
16696         (isunordered_test): Likewise.
16697         (j0_test): Likewise.
16698         (j1_test): Likewise.
16699         (jn_test): Likewise.
16700         (ldexp_test): Likewise.
16701         (lgamma_test): Likewise.
16702         (gamma_test): Likewise.
16703         (lrint_test): Likewise.
16704         (lrint_test_tonearest): Likewise.
16705         (lrint_test_towardzero): Likewise.
16706         (lrint_test_downward): Likewise.
16707         (lrint_test_upward): Likewise.
16708         (llrint_test): Likewise.
16709         (llrint_test_tonearest): Likewise.
16710         (llrint_test_towardzero): Likewise.
16711         (llrint_test_downward): Likewise.
16712         (llrint_test_upward): Likewise.
16713         (log_test): Likewise.
16714         (log10_test): Likewise.
16715         (log1p_test): Likewise.
16716         (log2_test): Likewise.
16717         (logb_test): Likewise.
16718         (logb_test_downward): Likewise.
16719         (lround_test): Likewise.
16720         (llround_test): Likewise.
16721         (modf_test): Likewise.
16722         (nearbyint_test): Likewise.
16723         (nextafter_test): Likewise.
16724         (nexttoward_test): Likewise.
16725         (pow_test): Likewise.
16726         (pow_test_tonearest): Likewise.
16727         (pow_test_towardzero): Likewise.
16728         (pow_test_downward): Likewise.
16729         (pow_test_upward): Likewise.
16730         (remainder_test): Likewise.
16731         (drem_test): Likewise.
16732         (remainder_test_tonearest): Likewise.
16733         (drem_test_tonearest): Likewise.
16734         (remainder_test_towardzero): Likewise.
16735         (drem_test_towardzero): Likewise.
16736         (remainder_test_downward): Likewise.
16737         (drem_test_downward): Likewise.
16738         (remainder_test_upward): Likewise.
16739         (drem_test_upward): Likewise.
16740         (remquo_test): Likewise.
16741         (rint_test): Likewise.
16742         (rint_test_tonearest): Likewise.
16743         (rint_test_towardzero): Likewise.
16744         (rint_test_downward): Likewise.
16745         (rint_test_upward): Likewise.
16746         (round_test): Likewise.
16747         (scalb_test): Likewise.
16748         (scalbn_test): Likewise.
16749         (scalbln_test): Likewise.
16750         (signbit_test): Likewise.
16751         (sin_test): Likewise.
16752         (sin_test_tonearest): Likewise.
16753         (sin_test_towardzero): Likewise.
16754         (sin_test_downward): Likewise.
16755         (sin_test_upward): Likewise.
16756         (sincos_test): Likewise.
16757         (sinh_test): Likewise.
16758         (sinh_test_tonearest): Likewise.
16759         (sinh_test_towardzero): Likewise.
16760         (sinh_test_downward): Likewise.
16761         (sinh_test_upward): Likewise.
16762         (sqrt_test): Likewise.
16763         (sqrt_test_tonearest): Likewise.
16764         (sqrt_test_towardzero): Likewise.
16765         (sqrt_test_downward): Likewise.
16766         (sqrt_test_upward): Likewise.
16767         (tan_test): Likewise.
16768         (tan_test_tonearest): Likewise.
16769         (tan_test_towardzero): Likewise.
16770         (tan_test_downward): Likewise.
16771         (tan_test_upward): Likewise.
16772         (tanh_test): Likewise.
16773         (tgamma_test): Likewise.
16774         (trunc_test): Likewise.
16775         (y0_test): Likewise.
16776         (y1_test): Likewise.
16777         (yn_test): Likewise.
16778         (significand_test): Likewise.
16780         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
16781         individual tests in comment.
16782         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
16783         (prev_max_error): New variable.
16784         (prev_real_max_error): Likewise.
16785         (prev_imag_max_error): Likewise.
16786         (compare_ulp_data): Don't refer to test names in comment.
16787         (find_test_ulps): Remove function.
16788         (find_function_ulps): Likewise.
16789         (find_complex_function_ulps): Likewise.
16790         (init_max_error): Take function name as argument.  Look up ulps
16791         for that function.
16792         (print_ulps): Remove function.
16793         (print_max_error): Use prev_max_error instead of calling
16794         find_function_ulps.
16795         (print_complex_max_error): Use prev_real_max_error and
16796         prev_imag_max_error instead of calling find_complex_function_ulps.
16797         (check_float_internal): Take max_ulp parameter instead of calling
16798         find_test_ulps.  Don't call print_ulps.
16799         (check_float): Update call to check_float_internal.
16800         (check_complex): Update calls to check_float_internal.
16801         (START): Pass argument to init_max_error.
16802         * math/gen-libm-test.pl (%results): Don't include "kind"
16803         information.
16804         (parse_ulps): Don't handle ulps of individual tests.
16805         (print_ulps_file): Likewise.
16806         (output_ulps): Likewise.
16807         * math/README.libm-test: Update.
16808         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
16809         individual tests.
16810         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
16811         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
16812         * sysdeps/arm/libm-test-ulps: Likewise.
16813         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
16814         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
16815         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
16816         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
16817         * sysdeps/microblaze/libm-test-ulps: Likewise.
16818         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
16819         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
16820         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
16821         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
16822         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
16823         * sysdeps/sh/libm-test-ulps: Likewise.
16824         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
16825         * sysdeps/tile/libm-test-ulps: Likewise.
16826         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16828 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
16830         * math/libm-test.inc (print_complex_max_error): Check separately
16831         whether real and imaginary errors are within allowed range and
16832         pass 0 to print_complex_function_ulps instead of value within
16833         allowed range.
16835 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
16837         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
16838         formatting.
16839         (get_handles_fopen): Likewise.
16840         (do_write_test): Likewise.
16842         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
16844         * libio/fileops.c (do_ftell): Use cached offset when
16845         available.
16846         * libio/iofwide.c (do_ftell_wide): Likewise.
16847         * libio/iofdopen.c (_IO_new_fdopen): Don't use
16848         _IO_file_attach.
16849         * libio/wfileops.c (_IO_fwide): Don't cache offset.
16851         [BZ #16532]
16852         * libio/libioP.h (get_file_offset): New function.
16853         * libio/fileops.c (get_file_offset): Likewise.
16854         (do_ftell): Likewise.
16855         (_IO_new_file_seekoff): Split out ftell logic.
16856         * libio/wfileops.c (do_ftell_wide): Likewise.
16857         (_IO_wfile_seekoff): Split out ftell logic.
16858         * libio/tst-ftell-active-handler.c: New test case.
16859         * libio/Makefile (tests): Add it.
16861 2014-03-03  Roland McGrath  <roland@hack.frob.com>
16863         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
16864         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
16866 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
16868         [BZ #16639]
16869         * nscd/connections.c (nscd_init): Call do_exit.
16870         (start_threads): Call do_exit and notify_parent.
16871         (begin_drop_privileges): Call do_exit.
16872         (finish_drop_privileges): Likewise.
16873         * nscd/selinux.c (preserve_capabilities): Likewise.
16874         (install_real_capabilities): Likewise.
16875         (nscd_selinux_enabled): Likewise.
16876         (avc_create_thread): Likewise.
16877         (avc_alloc_lock): Likewise.
16878         (nscd_avc_init): Likewise.
16879         * nscd/nscd.c (parent_fd): New static variable.
16880         (main): Create a pipe between parent and child processes.
16881         Skip closing parent_fd.
16882         (monitor_child): New function.
16883         (do_exit): Likewise.
16884         (notify_parent): Likewise.
16885         * nscd/nscd.h (notify_parent): Likewise.
16886         (do_exit): Likewise.
16888 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
16890         * malloc/malloc.c (__libc_calloc): Revert last change.
16892 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16894         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16896 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
16898         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
16899         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
16900         implementation.
16901         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16902         (__libc_ifunc_impl_list): Likewise.
16903         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
16904         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
16905         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
16906         * string/strrchr.c: Define STRRCHR.
16908 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
16910         * benchtest/bench-strtok.c (simple_strtok): Delete.
16911         (strtok_string): Use as benchmark.
16912         * string/strtok (STRTOK): New macro.
16914 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
16916         * manual/threads.texi: Add header and standard comments to all
16917         functions.
16919         * elf/dl-lookup.c (check_match): New function.
16920         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
16921         (do_lookup_x): Remove nested function check_match. Use non-nested
16922         function check_match.
16924 2014-02-28  Roland McGrath  <roland@hack.frob.com>
16926         * csu/Makefile (generated, before-compile): Use += rather than =.
16927         * catgets/Makefile (generated, generated-dirs): Likewise.
16928         * debug/Makefile (generated): Likewise.
16929         * dlfcn/Makefile (generated): Likewise.
16930         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
16931         * iconvdata/Makefile (before-compile, generated): Likewise.
16932         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
16933         * libio/Makefile (generated): Likewise.
16934         * malloc/Makefile (generated): Likewise.
16935         * manual/Makefile (generated, generated-dirs): Likewise.
16936         * misc/Makefile (generated): Likewise.
16937         * posix/Makefile (generated): Likewise.
16938         * resolv/Makefile (generated): Likewise.
16939         * sunrpc/Makefile (generated, generated-dirs): Likewise.
16940         * timezone/Makefile (generated, generated-dirs): Likewise.
16942         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
16944 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16946         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
16947         power8 implementation.
16948         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
16949         file: POWER8 llround ifunc implementation.
16950         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
16951         (__lllround): Add POWER8 implementation.
16952         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
16953         POWER8 llround implementation.
16955         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
16956         power8 implementation.
16957         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
16958         file: POWER8 llrint ifunc implementation.
16959         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
16960         Add POWER8 implementation.
16961         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
16962         POWER8 llrint implementation.
16964         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
16965         power8 implementation.
16966         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
16967         file: POWER8 finite ifunc implementation.
16968         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
16969         Add POWER8 implementation.
16970         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
16971         Likewise.
16972         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
16973         POWER8 finite implementation.
16974         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
16976         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
16977         power8 implementation.
16978         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
16979         file: POWER8 isinf ifunc implementation.
16980         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
16981         POWER8 implementation.
16982         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
16983         Likewise.
16984         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
16985         isinf implementation.
16986         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
16988         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
16989         (INIT_ARCH): Add hwcap2 initialization.
16990         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
16991         power8 implementation.
16992         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
16993         file: POWER8 isnan ifunc implementation.
16994         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
16995         POWER8 implementation.
16996         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
16997         Likewise.
16998         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
16999         isnan implementation.
17000         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
17002 2014-02-27  Joey Ye  <joey.ye@arm.com>
17004         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
17005         (_FP_NANFRAC_Q): Set to zero.
17007 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
17009         [BZ #16623]
17010         * math/auto-libm-test-in: New test inputs.
17011         * math/auto-libm-test-out: Regenerate.
17012         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
17013         and DA.
17014         (__cos): Likewise.
17015         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
17017 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
17019         * scripts/evaluate-test.sh: Take new argument indicating whether
17020         failure is expected.
17021         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
17022         indicating whether failure is expected.
17023         * conform/Makefile (test-xfail-run-conformtest): New variable.
17024         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
17025         level.
17026         * posix/Makefile (test-xfail-annexc): New variable.
17027         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
17029 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
17031         * argp/Makefile: Include Makeconfig immediately after defining
17032         subdir.
17033         * assert/Makefile: Likewise.
17034         * benchtests/Makefile: Likewise.
17035         * catgets/Makefile: Likewise.
17036         * conform/Makefile: Likewise.
17037         * crypt/Makefile: Likewise.
17038         * csu/Makefile: Likewise.
17039         (all): Remove target.
17040         * ctype/Makefile: Include Makeconfig immediately after defining
17041         subdir.
17042         * debug/Makefile: Likewise.
17043         * dirent/Makefile: Likewise.
17044         * dlfcn/Makefile: Likewise.
17045         * gmon/Makefile: Likewise.
17046         * gnulib/Makefile: Likewise.
17047         * grp/Makefile: Likewise.
17048         * gshadow/Makefile: Likewise.
17049         * hesiod/Makefile: Likewise.
17050         * hurd/Makefile: Likewise.
17051         (all): Remove target.
17052         * iconvdata/Makefile: Include Makeconfig immediately after
17053         defining subdir.
17054         * inet/Makefile: Likewise.
17055         * intl/Makefile: Likewise.
17056         * io/Makefile: Likewise.
17057         * libio/Makefile: Likewise.
17058         (all): Remove target.
17059         * locale/Makefile: Include Makeconfig immediately after defining
17060         subdir.
17061         * login/Makefile: Likewise.
17062         * mach/Makefile: Likewise.
17063         (all): Remove target.
17064         * malloc/Makefile: Include Makeconfig immediately after defining
17065         subdir.
17066         (all): Remove target.
17067         * manual/Makefile: Include Makeconfig immediately after defining
17068         subdir.
17069         * math/Makefile: Likewise.
17070         * misc/Makefile: Likewise.
17071         * nis/Makefile: Likewise.
17072         * nss/Makefile: Likewise.
17073         * po/Makefile: Likewise.
17074         (all): Remove target.
17075         * posix/Makefile: Include Makeconfig immediately after defining
17076         subdir.
17077         * pwd/Makefile: Likewise.
17078         * resolv/Makefile: Likewise.
17079         * resource/Makefile: Likewise.
17080         * rt/Makefile: Likewise.
17081         * setjmp/Makefile: Likewise.
17082         * shadow/Makefile: Likewise.
17083         * signal/Makefile: Likewise.
17084         * socket/Makefile: Likewise.
17085         * soft-fp/Makefile: Likewise.
17086         * stdio-common/Makefile: Likewise.
17087         * stdlib/Makefile: Likewise.
17088         * streams/Makefile: Likewise.
17089         * string/Makefile: Likewise.
17090         * sunrpc/Makefile: Likewise.
17091         (all): Remove target.
17092         * sysvipc/Makefile: Include Makeconfig immediately after defining
17093         subdir.
17094         * termios/Makefile: Likewise.
17095         * time/Makefile: Likewise.
17096         * timezone/Makefile: Likewise.
17097         (all): Remove target.
17098         * wcsmbs/Makefile: Include Makeconfig immediately after defining
17099         subdir.
17100         * wctype/Makefile: Likewise.
17102 2014-02-26  Steve Ellcey  <sellcey@mips.com>
17104         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
17105         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
17106         (libc_feholdexcept_setround_mips): Ditto.
17107         (libc_feholdsetround): New.
17108         (libc_feholdsetroundf): New.
17109         (libc_feholdsetroundl): New.
17110         (libc_feupdateenv_test_mips): New.
17111         (libc_feupdateenv_test): New.
17112         (libc_feupdateenv_testf): New.
17113         (libc_feupdateenv_testl): New.
17114         (libc_feresetround): New.
17115         (libc_feresetroundf): New.
17116         (libc_feresetroundl): New.
17117         (libc_fetestexcept_mips): New.
17118         (libc_fetestexcept): New.
17119         (libc_fetestexceptf): New.
17120         (libc_fetestexceptl): New.
17121         (HAVE_RM_CTX): New.
17122         (libc_feholdexcept_setround_mips_ctx): New.
17123         (libc_feholdexcept_setround_ctx): New.
17124         (libc_feholdexcept_setroundf_ctx): New.
17125         (libc_feholdexcept_setroundl_ctx): New.
17126         (libc_fesetenv_mips_ctx): New.
17127         (libc_fesetenv_ctx): New.
17128         (libc_fesetenv_ctxf): New.
17129         (libc_fesetenv_ctxl): New.
17130         (libc_feupdateenv_mips_ctx): New.
17131         (libc_feupdateenv_ctx): New.
17132         (libc_feupdateenvf_ctx): New.
17133         (libc_feupdateenvl_ctx): New.
17134         (libc_feholdsetround_mips_ctx): New.
17135         (libc_feholdsetround_ctx): New.
17136         (libc_feholdsetroundf_ctx): New.
17137         (libc_feholdsetroundl_ctx): New.
17138         (libc_feresetround_mips_ctx): New.
17139         (libc_feresetround_ctx): New.
17140         (libc_feresetroundf_ctx): New.
17141         (libc_feresetroundl_ctx): New.
17143 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
17145         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
17147         * manual/ipc.texi: New file.
17148         * manual/Makefile (chapters): Add ipc.
17149         * manual/job.texi: Add "Inter-Process Communication" to next.
17150         * manual/process.texi: Add "Inter-Process Communication" to prev.
17152 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17154         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17156 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
17158         * malloc/malloc.c (__libc_calloc): Simplify implementation.
17160         * manual/arith.texi: Fix spaces after sentences.
17161         * manual/charset.texi: Likewise.
17162         * manual/errno.texi: Likewise.
17163         * manual/install.texi: Likewise.
17164         * manual/llio.texi: Likewise.
17165         * manual/locale.texi: Likewise.
17166         * manual/maint.texi: Likewise.
17167         * manual/math.texi: Likewise.
17168         * manual/memory.texi: Likewise.
17169         * manual/message.texi: Likewise.
17170         * manual/probes.texi: Likewise.
17171         * manual/resource.texi: Likewise.
17172         * manual/signal.texi: Likewise.
17173         * manual/socket.texi: Likewise.
17174         * manual/stdio.texi: Likewise.
17175         * manual/string.texi: Likewise.
17176         * manual/time.texi: Likewise.
17177         * manual/users.texi: Likewise.
17179 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
17181         [BZ #16632]
17182         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
17183         _DEFAULT_SOURCE is defined.
17185 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
17186             Carlos O'Donell  <carlos@redhat.com>
17188         [BZ #16613]
17189         * elf/dl-tls.c (_dl_count_modids): New function.
17190         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
17191         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
17192         audit library and increment generation counter.
17193         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
17194         * elf/tst-audit9.c: New file.
17195         * elf/tst-auditmod9a.c: New file.
17196         * elf/tst-auditmod9b.c: New file.
17197         * elf/Makefile: Add rules to build and run tst-audit9.
17199 2014-02-25  Florian Weimer  <fweimer@redhat.com>
17201         [BZ #15347]
17202         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
17204 2014-02-25  Will Newton  <will.newton@linaro.org>
17206         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
17207         (__longjmp): Restore sp and lr before restoring callee
17208         saved registers.  Add longjmp and longjmp_target
17209         SystemTap probe point.
17210         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
17211         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
17212         Define to zero to match jmpbuf layout.
17213         * sysdeps/arm/setjmp.S: Include stap-probe.h.
17214         (__sigsetjmp): Save sp and lr before saving callee
17215         saved registers.  Add setjmp SystemTap probe point.
17217 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
17219         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
17221 2014-02-24  Andreas Schwab  <schwab@suse.de>
17223         [BZ #15804]
17224         * elf/pldd.c (wait_for_ptrace_stop): New function.
17225         (main): Call it after attaching.
17227 2014-02-22  Roland McGrath  <roland@hack.frob.com>
17229         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
17230         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
17231         Versions files is now verboten.
17232         * hurd/Versions (libc: GLIBC_2.0):
17233         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
17234         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
17235         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
17236         * mach/Versions: Likewise.
17238         * csu/Versions: Remove unused %include.
17239         * resolv/Versions: Likewise.
17241 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
17243         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
17244         ($(objpfx)check-local-headers.out): Likewise.
17245         ($(objpfx)begin-end-check.out): Likewise.
17246         * Makerules (check-abi-%.out): Likewise.
17247         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
17248         ($(objpfx)test2.cat): Likewise.
17249         ($(objpfx)de/libc.cat): Likewise.
17250         ($(objpfx)test-gencat.out): Likewise.
17251         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
17252         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
17253         ($(objpfx)noload-mem): Likewise.
17254         ($(objpfx)tst-pathopt.out): Likewise.
17255         ($(objpfx)tst-rtld-load-self.out): Likewise.
17256         ($(objpfx)tst-array1-cmp.out): Likewise.
17257         ($(objpfx)tst-array1-static-cmp.out): Likewise.
17258         ($(objpfx)tst-array2-cmp.out): Likewise.
17259         ($(objpfx)tst-array3-cmp.out): Likewise.
17260         ($(objpfx)tst-array4-cmp.out): Likewise.
17261         ($(objpfx)tst-array5-cmp.out): Likewise.
17262         ($(objpfx)tst-array5-static-cmp.out): Likewise.
17263         ($(objpfx)check-textrel.out): Likewise.
17264         ($(objpfx)check-execstack.out): Likewise.
17265         ($(objpfx)check-localplt.out): Likewise.
17266         ($(objpfx)order2-cmp.out): Likewise.
17267         ($(objpfx)tst-leaks1-mem): Likewise.
17268         ($(objpfx)tst-leaks1-static-mem): Likewise.
17269         ($(objpfx)tst-initorder-cmp.out): Likewise.
17270         ($(objpfx)tst-initorder2-cmp.out): Likewise.
17271         ($(objpfx)tst-unused-dep.out): Likewise.
17272         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
17273         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
17274         * iconv/Makefile (test-iconvconfig): Likewise.
17275         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
17276         ($(objpfx)iconv-test.out): Likewise.
17277         ($(objpfx)tst-tables.out): Likewise.
17278         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
17279         ($(objpfx)tst-gettext.out): Likewise.
17280         ($(objpfx)tst-translit.out): Likewise.
17281         ($(objpfx)tst-gettext2.out): Likewise.
17282         ($(objpfx)tst-gettext4.out): Likewise.
17283         ($(objpfx)tst-gettext6.out): Likewise.
17284         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
17285         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
17286         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
17287         ($(objpfx)tst-fopenloc-mem.out): Likewise.
17288         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
17289         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
17290         * posix/Makefile ($(objpfx)globtest.out): Likewise.
17291         ($(objpfx)wordexp-tst.out): Likewise.
17292         ($(objpfx)annexc.out): Likewise.
17293         ($(objpfx)tst-fnmatch-mem): Likewise.
17294         ($(objpfx)bug-regex2-mem): Likewise.
17295         ($(objpfx)bug-regex14-mem): Likewise.
17296         ($(objpfx)bug-regex21-mem): Likewise.
17297         ($(objpfx)bug-regex31-mem): Likewise.
17298         ($(objpfx)tst-vfork3-mem): Likewise.
17299         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
17300         ($(objpfx)tst-pcre-mem): Likewise.
17301         ($(objpfx)tst-boost-mem): Likewise.
17302         ($(objpfx)tst-getconf.out): Likewise.
17303         ($(objpfx)bug-ga2-mem): Likewise.
17304         ($(objpfx)bug-glob2-mem): Likewise.
17305         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
17306         ($(objpfx)mtrace-tst-leaks2): Likewise.
17307         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
17308         ($(objpfx)tst-printf.out): Likewise.
17309         ($(objpfx)tst-setvbuf1.out): Likewise.
17310         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
17311         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
17312         ($(objpfx)tst-fmtmsg.out): Likewise.
17313         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
17314         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
17316         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
17317         * bits/sigaction.h [__USE_MISC]: Likewise.
17318         * bits/waitstatus.h: Update #endif comments.
17319         * ctype/ctype.h: Likewise.
17320         * dirent/dirent.h: Likewise.
17321         [__USE_MISC]: Remove redundant conditionals.
17322         * grp/grp.h: Update #endif comments.
17323         [__USE_GNU]: Remove redundant conditionals.
17324         [__USE_MISC]: Likewise.
17325         * inet/netinet/in.h [__USE_GNU]: Likewise.
17326         * io/sys/stat.h [__USE_MISC]: Likewise.
17327         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
17328         * libio/bits/stdio.h: Update #endif comments.
17329         [__USE_MISC]: Remove redundant conditionals.
17330         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
17331         * libio/stdio.h: Update #endif comments.
17332         [__USE_MISC]: Remove redundant conditionals.
17333         * math/bits/math-finite.h [__USE_MISC]: Likewise.
17334         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
17335         * math/math.h: Update #else and #endif comments.
17336         [__USE_MISC]: Remove redundant conditionals.
17337         * misc/sys/uio.h: Update #endif comments.
17338         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
17339         * posix/glob.h [__USE_MISC]: Likewise.
17340         * posix/sys/types.h: Update #endif comments.
17341         [__USE_MISC]: Remove redundant conditionals.
17342         * posix/sys/wait.h: Update #endif comments.
17343         [__USE_MISC]: Remove redundant conditionals.
17344         * posix/unistd.h: Update #endif comments.
17345         [__USE_MISC]: Remove redundant conditionals.
17346         * pwd/pwd.h [__USE_GNU]: Likewise.
17347         [__USE_MISC]: Likewise.
17348         * resolv/netdb.h [__USE_GNU]: Likewise.
17349         * signal/signal.h: Update #endif comments.
17350         [__USE_MISC]: Remove redundant conditionals.
17351         * stdlib/stdlib.h: Update #else and #endif comments.
17352         [__USE_MISC]: Remove redundant conditionals.
17353         [__USE_GNU]: Likewise.
17354         * string/bits/string2.h [__USE_MISC]: Likewise.
17355         * string/string.h: Update #endif comments.
17356         [__USE_MISC]: Remove redundant conditionals.
17357         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
17358         Likewise.
17359         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
17360         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
17361         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
17362         Likewise.
17363         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
17364         Likewise.
17365         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
17366         comments.
17367         [__USE_MISC]: Remove redundant conditionals.
17368         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
17369         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
17370         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
17371         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
17372         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
17373         Likewise.
17374         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
17375         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
17376         Likewise.
17377         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
17378         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
17379         Likewise.
17380         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
17381         Likewise.
17382         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
17383         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
17384         Likewise.
17385         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
17386         Likewise.
17387         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
17388         * sysdeps/x86/bits/string.h: Update #endif comments.
17389         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
17390         conditionals.
17391         * time/sys/time.h: Update #endif comments.
17392         * time/time.h: Likewise.
17393         [__USE_MISC]: Remove redundant conditionals.
17395 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
17397         [BZ #16600]
17398         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
17400 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
17402         * Versions.def (librt): Add GLIBC_2.17.
17404 2014-02-21  Adam Conrad  <adconrad@0c3.net>
17406         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
17407         synonym for _SYS_AUXV_H to allow direct inclusion.
17408         * sysdeps/sparc/bits/hwcap.h: Likewise.
17409         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
17410         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
17411         * sysdeps/sparc/sysdep.h: Likewise.
17413 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
17415         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
17417 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
17419         * benchtests/bench-strrchr.c: Print length instead of position.
17421 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
17423         [BZ #16611]
17424         * sysdeps/unix/sysv/linux/kernel-features.h
17425         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
17426         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
17427         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
17428         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
17429         Likewise.
17430         [__i386__ || __powerpc__ || __sh__ || __sparc__]
17431         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17432         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
17433         (__ASSUME_SENDMMSG): Define instead of using previous
17434         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
17435         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17436         (__ASSUME_SENDMMSG_SYSCALL): Define.
17437         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17438         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
17439         Likewise.
17440         * sysdeps/unix/sysv/linux/arm/kernel-features.h
17441         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17442         Likewise.
17443         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17444         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17445         Likewise.
17446         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
17447         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
17448         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
17449         [__ASSUME_SENDMMSG]: Change conditionals to
17450         [__ASSUME_SENDMMSG_SOCKETCALL].
17451         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17452         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
17453         Define.
17454         * sysdeps/unix/sysv/linux/mips/kernel-features.h
17455         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
17456         Likewise.
17457         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
17458         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
17459         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
17460         [!__ASSUME_SENDMMSG]: Change conditional to
17461         [!__ASSUME_SENDMMSG_SOCKETCALL].
17462         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17463         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17464         Define.
17466         [BZ #16610]
17467         * sysdeps/unix/sysv/linux/kernel-features.h
17468         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
17469         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
17470         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
17471         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
17472         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
17473         [__i386__ || __sparc__]
17474         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17475         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
17476         (__ASSUME_RECVMMSG): Define instead of using previous
17477         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
17478         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17479         (__ASSUME_RECVMMSG_SYSCALL): Define.
17480         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17481         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17482         Likewise.
17483         * sysdeps/unix/sysv/linux/arm/kernel-features.h
17484         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17485         Likewise.
17486         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17487         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17488         Likewise.
17489         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
17490         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
17491         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
17492         [__ASSUME_RECVMMSG]: Change condition to
17493         [__ASSUME_RECVMMSG_SOCKETCALL].
17494         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17495         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17496         Define.
17497         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17498         * sysdeps/unix/sysv/linux/mips/kernel-features.h
17499         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17500         Likewise.
17501         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
17502         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
17503         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
17504         [!__ASSUME_RECVMMSG]: Change condition to
17505         [!__ASSUME_RECVMMSG_SOCKETCALL].
17506         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17507         (__ASSUME_RECVMMSG_SYSCALL): Define.
17509         [BZ #16609]
17510         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
17511         __powerpc__ || __s390__ || __sh__ || __sparc__]
17512         (__ASSUME_SOCKETCALL): Define.
17513         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
17514         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
17515         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
17516         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
17517         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
17518         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
17519         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
17520         (__ASSUME_ACCEPT4): Define instead of using previous
17521         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
17522         __powerpc__ || __sparc__ || __s390__)] condition.
17523         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17524         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
17525         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
17526         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
17527         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
17528         [!__ASSUME_ACCEPT4]: Change condition to
17529         [!__ASSUME_ACCEPT4_SOCKETCALL].
17530         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17531         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
17532         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
17533         * sysdeps/unix/sysv/linux/arm/kernel-features.h
17534         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
17535         __ASSUME_ACCEPT4_SYSCALL.
17536         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
17537         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
17538         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17539         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
17540         __ASSUME_ACCEPT4_SYSCALL.
17541         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
17542         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
17543         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
17544         [__ASSUME_ACCEPT4]: Change condition to
17545         [__ASSUME_ACCEPT4_SOCKETCALL].
17546         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
17547         (__ASSUME_SOCKETCALL): Define.
17548         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
17549         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17550         (__ASSUME_SOCKETCALL): Define.
17551         (__ASSUME_ACCEPT4): Remove.
17552         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
17553         Define.
17554         * sysdeps/unix/sysv/linux/mips/kernel-features.h
17555         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
17556         Likewise.
17557         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17558         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
17560         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
17561         macro.
17562         (HWCAP_ARM_LPAE): Likewise.
17563         (HWCAP_ARM_EVTSTRM): Likewise.
17564         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
17565         Add vpfd32, lpae and evtstrm.
17566         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
17567         Increase to 22.
17569 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
17571         * math/auto-libm-test-in: Add tests of clog10.
17572         * math/auto-libm-test-out: Regenerated.
17573         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
17574         * sysdeps/i386/fpu/libm-test-ulps: Update.
17575         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17577 2014-02-18  Andreas Schwab  <schwab@suse.de>
17579         [BZ #16574]
17580         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
17581         Store non-zero if the second buffer was newly allocated.
17582         (send_dg): Likewise.
17583         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
17584         to send_vc and send_dg.
17585         (res_nsend): Pass NULL for ansp2_malloced.
17586         * resolv/res_query.c (__libc_res_nquery): Add parameter
17587         answerp2_malloced and pass it down to __libc_res_nsend.
17588         (res_nquery): Pass additional NULL to __libc_res_nquery.
17589         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
17590         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
17591         second answer buffer if answerp2_malloced was set.
17592         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
17593         (__libc_res_nquerydomain): Add parameter
17594         answerp2_malloced and pass it down to __libc_res_nquery.
17595         (res_nquerydomain): Pass additional NULL to
17596         __libc_res_nquerydomain.
17597         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
17598         additional NULL to __libc_res_nsend and __libc_res_nquery.
17599         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
17600         additional NULL to __libc_res_nsearch.
17601         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
17602         parameter of __libc_res_nsearch to check for separately allocated
17603         second buffer.
17604         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
17605         __libc_res_nquery.
17606         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
17607         additional NULL to __libc_res_nquery.
17608         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
17609         __libc_res_nsearch.
17610         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
17611         * include/resolv.h: Update prototypes of __libc_res_nquery,
17612         __libc_res_nsearch, __libc_res_nsend.
17614 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
17616         * math/auto-libm-test-in: Add tests of fma.
17617         * math/auto-libm-test-out: Regenerated.
17618         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
17619         (fma_towardzero_test_data): Likewise.
17620         (fma_downward_test_data): Likewise.
17621         (fma_upward_test_data): Likewise.
17622         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
17623         mpc_mode.
17624         (rounding_modes): Add values for new field.
17625         (func_calc_method): Add value mpfr_fff_f.
17626         (func_calc_desc): Add mpfr_fff_f union field.
17627         (test_function): Add field exact_args.
17628         (FUNC): Add macro argument EXACT_ARGS.
17629         (FUNC_mpfr_f_f): Update call to FUNC.
17630         (FUNC_mpfr_f_f): Likewise.
17631         (FUNC_mpfr_ff_f): Likewise.
17632         (FUNC_mpfr_if_f): Likewise.
17633         (FUNC_mpc_c_f): Likewise.
17634         (FUNC_mpc_c_c): Likewise.
17635         (test_functions): Add fma.  Update calls to FUNC.
17636         (handle_input_arg): Add argument exact_args.
17637         (add_test): Update call to handle_input_arg.
17638         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
17639         (output_for_one_input_case): Update call to calc_generic_results.
17640         Recalculate exact zero results in each rounding mode.
17642         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
17643         non-negative before setting low bit.
17644         * math/auto-libm-test-in: Mark one asin test possibly having
17645         spurious underflow.
17646         * math/auto-libm-test-out: Regenerated.
17647         * sysdeps/i386/fpu/libm-test-ulps: Update.
17648         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17650 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
17652         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
17653         * sysdeps/unix/sysv/linux/microblaze: Move directory from
17654         ports/sysdeps/unix/sysv/linux/microblaze.
17655         * README: Add missing listing for microblaze*-*-linux-gnu.
17657 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
17659         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
17660         duplicate code
17662 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
17664         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
17665         * sysdeps/unix/sysv/linux/ia64: Move directory from
17666         ports/sysdeps/unix/sysv/linux/ia64.
17667         * README: Update listing for ia64-*-linux-gnu.
17669 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
17670             Joseph Myers  <joseph@codesourcery.com>
17672         * Makeconfig (test-name): New variable.
17673         (evaluate-test): Likewise.
17674         * Makerules (do-test-clean): Remove .test-result files.
17675         (common-mostlyclean): Likewise.
17676         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
17677         * scripts/evaluate-test.sh: New file.
17679 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
17681         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
17682         separate $(objpfx)tst-fopenloc-cmp.out and
17683         $(objpfx)tst-fopenloc-mem.out targets.
17684         (tests): Update dependencies.
17685         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
17686         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
17687         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
17688         (tst-rxspencer-no-utf8-ARGS): New variable.
17689         (tst-rxspencer-no-utf8-ENV): Likewise.
17690         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
17691         instead of $(objpfx)tst-rxspencer-mem.
17692         ($(objpfx)tst-rxspencer-mem): Change target to
17693         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
17694         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
17695         * posix/tst-rxspencer-no-utf8.c: New file.
17697         * elf/Makefile ($(objpfx)order.out): Remove rule.
17698         [$(run-built-tests) = yes] (tests): Depend on
17699         $(objpfx)order-cmp.out.
17700         ($(objpfx)order-cmp.out): New rule.
17701         [$(run-built-tests) = yes] (tests): Depend on
17702         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
17703         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
17704         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
17705         $(objpfx)tst-array5-static-cmp.out.
17706         ($(objpfx)tst-array1.out): Remove rule.
17707         ($(objpfx)tst-array1-cmp.out): New rule.
17708         ($(objpfx)tst-array1-static.out): Remove rule.
17709         ($(objpfx)tst-array1-static-cmp.out): New rule.
17710         ($(objpfx)tst-array2.out): Remove rule.
17711         ($(objpfx)tst-array2-cmp.out): New rule.
17712         ($(objpfx)tst-array3.out): Remove rule.
17713         ($(objpfx)tst-array3-cmp.out): New rule.
17714         ($(objpfx)tst-array4.out): Remove rule.
17715         ($(objpfx)tst-array4-cmp.out): New rule.
17716         ($(objpfx)tst-array5.out): Remove rule.
17717         ($(objpfx)tst-array5-cmp.out): New rule.
17718         ($(objpfx)tst-array5-static.out): Remove rule.
17719         ($(objpfx)tst-array5-static-cmp.out): New rule.
17720         [$(run-built-tests) = yes] (tests): Depend on
17721         $(objpfx)order2-cmp.out.
17722         ($(objpfx)order2.out): Remove rule.
17723         ($(objpfx)order2-cmp.out): New rule.
17724         ($(objpfx)tst-initorder.out): Remove rule.
17725         [$(run-built-tests) = yes] (tests): Depend on
17726         $(objpfx)tst-initorder-cmp.out.
17727         ($(objpfx)tst-initorder-cmp.out): New rule.
17728         ($(objpfx)tst-initorder2.out): Remove rule.
17729         [$(run-built-tests) = yes] (tests): Depend on
17730         $(objpfx)tst-initorder2-cmp.out.
17731         ($(objpfx)tst-initorder2-cmp.out): New rule.
17732         [$(run-built-tests) = yes] (tests): Depend on
17733         $(objpfx)tst-unused-dep-cmp.out.
17734         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
17735         ($(objpfx)tst-unused-dep-cmp.out): New rule.
17736         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
17737         on $(objpfx)tst-setvbuf1-cmp.out.
17738         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
17739         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
17740         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
17741         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
17742         ($(objpfx)tst-svc.out): Remove rule.
17743         ($(objpfx)tst-svc-cmp.out): New rule.
17745 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
17747         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
17748         * ctype/ctype.h [__USE_MISC]: Likewise.
17749         * dirent/dirent.h [__USE_MISC]: Likewise.
17750         * grp/grp.h [__USE_MISC]: Likewise.
17751         * io/fcntl.h [__USE_MISC]: Likewise.
17752         * io/sys/stat.h [__USE_MISC]: Likewise.
17753         * libio/stdio.h [__USE_MISC]: Likewise.
17754         * posix/unistd.h [__USE_MISC]: Likewise.
17755         * pwd/pwd.h [__USE_MISC]: Likewise.
17756         * stdlib.h [__USE_MISC]: Likewise.
17757         * string/bits/string2.h [__USE_MISC]: Likewise.
17758         * string/string.h [__USE_MISC]: Likewise.
17759         * time/time.h [__USE_MISC]: Likewise.
17761 2014-02-13  Andreas Schwab  <schwab@suse.de>
17763         [BZ #16574]
17764         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
17765         second answer buffer if it was separately allocated.
17767 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
17769         * sysdeps/mips/math-tests.h: Include <features.h>.
17770         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
17771         (ROUNDING_TESTS_long_double): Do not define.
17772         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
17773         (EXCEPTION_TESTS_long_double): Likewise.
17774         * sysdeps/mips/mips64/libm-test-ulps: Update.
17776         * include/features.h (__USE_BSD): Remove macro definitions.
17777         (__USE_SVID): Likewise.
17778         (_BSD_SOURCE): Likewise.
17779         (_SVID_SOURCE): Likewise.
17780         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
17781         from definition of _DEFAULT_SOURCE.
17782         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
17783         [_DEFAULT_SOURCE].
17784         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
17785         * bits/mman.h [__USE_BSD]: Likewise.
17786         * bits/termios.h [__USE_BSD]: Likewise.
17787         * bits/waitstatus.h [__USE_BSD]: Likewise.
17788         * ctype/ctype.h [__USE_SVID]: Likewise.
17789         * dirent/dirent.h [__USE_BSD]: Likewise.
17790         * grp/grp.h [__USE_SVID]: Likewise.
17791         [__USE_BSD]: Likewise.
17792         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
17793         * io/fcntl.h [__USE_BSD]: Likewise.
17794         * io/ftw.h [__USE_BSD]: Likewise.
17795         * io/sys/stat.h [__USE_BSD]: Likewise.
17796         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
17797         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
17798         * libio/stdio.h [__USE_SVID]: Likewise.
17799         [__USE_BSD]: Likewise.
17800         * math/math.h [__USE_SVID]: Likewise.
17801         [__USE_BSD]: Likewise.
17802         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
17803         * misc/bits/syslog.h [__USE_BSD]: Likewise.
17804         * misc/search.h [__USE_SVID]: Likewise.
17805         * misc/sys/mman.h [__USE_BSD]: Likewise.
17806         * misc/sys/syslog.h [__USE_BSD]: Likewise.
17807         * misc/sys/uio.h [__USE_BSD]: Likewise.
17808         * posix/bits/unistd.h [__USE_BSD]: Likewise.
17809         * posix/glob.h [__USE_BSD]: Likewise.
17810         * posix/regex.h [__USE_BSD]: Likewise.
17811         * posix/sys/types.h [__USE_BSD]: Likewise.
17812         [__USE_SVID]: Likewise.
17813         * posix/sys/utsname.h [__USE_SVID]: Likewise.
17814         * posix/sys/wait.h [__USE_BSD]: Likewise.
17815         [__USE_SVID]: Likewise.
17816         * posix/unistd.h [__USE_BSD]: Likewise.
17817         [__USE_SVID]: Likewise.
17818         * pwd/pwd.h [__USE_SVID]: Likewise.
17819         * resolv/netdb.h [__USE_BSD]: Likewise.
17820         * setjmp/setjmp.h [__USE_BSD]: Likewise.
17821         * signal/signal.h [__USE_BSD]: Likewise.
17822         [__USE_SVID]: Likewise.
17823         * socket/sys/socket.h [__USE_BSD]: Likewise.
17824         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
17825         * stdlib/stdlib.h [__USE_BSD]: Likewise.
17826         [__USE_SVID]: Likewise.
17827         * string/bits/string2.h [__USE_BSD]: Likewise.
17828         [__USE_SVID]: Likewise.
17829         * string/bits/string3.h [__USE_BSD]: Likewise.
17830         * string/endian.h [__USE_BSD]: Likewise.
17831         * string/string.h [__USE_SVID]: Likewise.
17832         [__USE_BSD]: Likewise.
17833         * string/strings.h [__USE_BSD]: Likewise.
17834         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
17835         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
17836         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
17837         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
17838         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
17839         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
17840         Likewise.
17841         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
17842         Likewise.
17843         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
17844         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
17845         Likewise.
17846         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
17847         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
17848         Likewise.
17849         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
17850         Likewise.
17851         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
17852         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
17853         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
17854         Likewise.
17855         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
17856         Likewise.
17857         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
17858         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
17859         * termios/termios.h [__USE_BSD]: Likewise.
17860         * time/sys/time.h [__USE_BSD]: Likewise.
17861         * time/time.h [__USE_BSD]: Likewise.
17862         [__USE_SVID]: Likewise.
17864         * Makefile (subdir_targets): Remove subdir_lint.out.
17866         * stdio-common/Makefile (do-tst-unbputc): Remove target.
17867         (do-tst-printf): Likewise.
17868         (tests): Depend directly on $(objpfx)tst-unbputc.out and
17869         $(objpfx)tst-printf.out.
17871         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
17873         * Makerules (check-abi-%): Change target to
17874         $(objpfx)check-abi-%.out.
17875         (check-abi target): Update dependencies.
17876         (check-abi-pattern variable): Redirect output of diff to $@.
17877         (check-abi variable): Likewise.
17878         * elf/Makefile (check-abi): Update dependencies.
17880         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
17881         unused.
17882         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
17883         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
17884         subnormal range.
17885         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
17886         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
17887         value has largest subnormal exponent.
17888         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
17889         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
17890         * sysdeps/aarch64/soft-fp/sfp-machine.h
17891         (_FP_TININESS_AFTER_ROUNDING): New macro.
17892         * sysdeps/alpha/soft-fp/sfp-machine.h
17893         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17894         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17895         Likewise.
17896         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
17897         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17898         * sysdeps/mips/soft-fp/sfp-machine.h
17899         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17900         * sysdeps/powerpc/soft-fp/sfp-machine.h
17901         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17902         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17903         Likewise.
17904         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
17905         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17906         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
17907         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17908         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17909         Likewise.
17911 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
17913         [BZ #16545]
17914         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
17915         model 1.
17917 2014-02-12  Richard Henderson  <rth@redhat.com>
17919         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
17920         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
17921         * sysdeps/unix/sysv/linux/alpha: Move directory from
17922         ports/sysdeps/unix/sysv/linux/alpha.
17923         * README: Update listing for alpha-*-linux-gnu.
17925 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
17927         * include/features.h: Update comment documenting feature test
17928         macros.
17929         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
17930         _DEFAULT_SOURCE.
17931         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
17932         (_SVID_SOURCE): Likewise.
17933         (_DEFAULT_SOURCE): Update description of default features.
17934         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
17935         with _GNU_SOURCE.
17936         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
17937         (S_ISVTX): Likewise.
17938         * manual/math.texi (Mathematical Constants): Likewise.
17939         * manual/signal.texi (Interrupted Primitives): Likewise.
17940         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
17941         * math/test-matherr.c (_SVID_SOURCE): Do not define.
17942         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
17943         Don't refer to _SVID_SOURCE in warning text.
17945         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17947         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
17948         already defined.
17949         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
17950         * sysdeps/mips/dl-lookup.c: Remove.
17951         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
17953 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
17955         [BZ #16447]
17956         * math/auto-libm-test-in: Add testcase for expl.
17957         * math/auto-libm-test-out: Regenerate.
17958         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
17959         calculation of unsafe.
17960         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
17962 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
17964         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
17965         * sysdeps/unix/sysv/linux/aarch64: Move directory from
17966         ports/sysdeps/unix/sysv/linux/aarch64.
17967         * README: Update listing for aarch64*-*-linux-gnu.
17969 2014-02-11  Will Newton  <will.newton@linaro.org>
17971         * manual/probes.texi (Mathematical Function Probes): Use
17972         "triggered" instead of "hit".
17974         * manual/probes.texi (Internal Probes): Add documentation
17975         of setjmp, longjmp and longjmp_target probes.
17977         * include/stap-probe.h: Add comment about probe argument
17978         format.
17980         * malloc/mtrace.c (attribute_hidden): Remove unused macro
17981         definition.  (tr_where, tr_freehook, tr_mallochook,
17982         tr_reallochook, tr_memalignhook): Use ANSI protoype.
17984 2014-02-11  David S. Miller  <davem@davemloft.net>
17986         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
17987         processing int_tests.
17989 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
17991         * sysdeps/mips: Move directory from ports/sysdeps/mips.
17992         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
17993         * sysdeps/unix/sysv/linux/mips: Move directory from
17994         ports/sysdeps/unix/sysv/linux/mips.
17995         * README: Update listing for mips-*-linux-gnu and
17996         mips64-*-linux-gnu.
17998 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
18000         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
18001         * sysdeps/unix/sysv/linux/m68k: Move directory from
18002         ports/sysdeps/unix/sysv/linux/m68k.
18003         * README: Update listing for m68k-*-linux-gnu.
18005 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
18007         * sysdeps/tile: Move directory from ports/sysdeps/tile.
18008         * sysdeps/unix/sysv/linux/generic: Move directory from
18009         ports/sysdeps/unix/sysv/linux/generic.
18010         * sysdeps/unix/sysv/linux/tile: Move directory from
18011         ports/sysdeps/unix/sysv/linux/tile.
18012         * README: Update listing for tile*-*-linux-gnu.
18014 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
18016         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
18017         __builtin_expect.
18018         * benchtests/bench-memmem.c (simple_memmem): Likewise.
18019         * catgets/open_catalog.c (__open_catalog): Likewise.
18020         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
18021         * debug/confstr_chk.c: Likewise.
18022         * debug/fread_chk.c (__fread_chk): Likewise.
18023         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
18024         * debug/getgroups_chk.c: Likewise.
18025         * debug/mbsnrtowcs_chk.c: Likewise.
18026         * debug/mbsrtowcs_chk.c: Likewise.
18027         * debug/mbstowcs_chk.c: Likewise.
18028         * debug/memcpy_chk.c: Likewise.
18029         * debug/memmove_chk.c: Likewise.
18030         * debug/mempcpy_chk.c: Likewise.
18031         * debug/memset_chk.c: Likewise.
18032         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
18033         * debug/strcat_chk.c (__strcat_chk): Likewise.
18034         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
18035         * debug/strncat_chk.c (__strncat_chk): Likewise.
18036         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
18037         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
18038         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
18039         * debug/wcpncpy_chk.c: Likewise.
18040         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
18041         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
18042         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
18043         * debug/wcsncpy_chk.c: Likewise.
18044         * debug/wcsnrtombs_chk.c: Likewise.
18045         * debug/wcsrtombs_chk.c: Likewise.
18046         * debug/wcstombs_chk.c: Likewise.
18047         * debug/wmemcpy_chk.c: Likewise.
18048         * debug/wmemmove_chk.c: Likewise.
18049         * debug/wmempcpy_chk.c: Likewise.
18050         * debug/wmemset_chk.c: Likewise.
18051         * dirent/scandirat.c (SCANDIRAT): Likewise.
18052         * dlfcn/dladdr1.c (dladdr1): Likewise.
18053         * dlfcn/dladdr.c (dladdr): Likewise.
18054         * dlfcn/dlclose.c (dlclose_doit): Likewise.
18055         * dlfcn/dlerror.c (__dlerror): Likewise.
18056         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
18057         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
18058         * dlfcn/dlopen.c (dlopen_doit): Likewise.
18059         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
18060         * dlfcn/dlsym.c (dlsym_doit): Likewise.
18061         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
18062         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
18063         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
18064         Likewise.
18065         * elf/dl-conflict.c: Likewise.
18066         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
18067         * elf/dl-dst.h: Likewise.
18068         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
18069         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
18070         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
18071         * elf/dl-init.c (call_init, _dl_init): Likewise.
18072         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
18073         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
18074         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
18075         Likewise.
18076         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
18077         Likewise.
18078         * elf/dl-minimal.c (__libc_memalign): Likewise.
18079         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
18080         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
18081         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
18082         * elf/dl-sym.c (do_sym): Likewise.
18083         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
18084         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
18085         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
18086         * elf/dl-writev.h (_dl_writev): Likewise.
18087         * elf/ldconfig.c (search_dir): Likewise.
18088         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
18089         (dl_main): Likewise.
18090         * elf/setup-vdso.h (setup_vdso): Likewise.
18091         * grp/compat-initgroups.c (compat_call): Likewise.
18092         * grp/fgetgrent.c (fgetgrent): Likewise.
18093         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
18094         * grp/putgrent.c (putgrent): Likewise.
18095         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
18096         Likewise.
18097         * hurd/hurdinit.c: Likewise.
18098         * iconvdata/8bit-gap.c (struct): Likewise.
18099         * iconvdata/ansi_x3.110.c : Likewise.
18100         * iconvdata/big5.c : Likewise.
18101         * iconvdata/big5hkscs.c : Likewise.
18102         * iconvdata/cp1255.c: Likewise.
18103         * iconvdata/cp1258.c : Likewise.
18104         * iconvdata/cp932.c : Likewise.
18105         * iconvdata/euc-cn.c: Likewise.
18106         * iconvdata/euc-jisx0213.c : Likewise.
18107         * iconvdata/euc-jp.c: Likewise.
18108         * iconvdata/euc-jp-ms.c : Likewise.
18109         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
18110         * iconvdata/gb18030.c : Likewise.
18111         * iconvdata/gbbig5.c (const): Likewise.
18112         * iconvdata/gbgbk.c: Likewise.
18113         * iconvdata/gbk.c : Likewise.
18114         * iconvdata/ibm1364.c : Likewise.
18115         * iconvdata/ibm930.c : Likewise.
18116         * iconvdata/ibm932.c: Likewise.
18117         * iconvdata/ibm933.c : Likewise.
18118         * iconvdata/ibm935.c : Likewise.
18119         * iconvdata/ibm937.c : Likewise.
18120         * iconvdata/ibm939.c : Likewise.
18121         * iconvdata/ibm943.c: Likewise.
18122         * iconvdata/iso_11548-1.c: Likewise.
18123         * iconvdata/iso-2022-cn.c : Likewise.
18124         * iconvdata/iso-2022-cn-ext.c : Likewise.
18125         * iconvdata/iso-2022-jp-3.c: Likewise.
18126         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
18127         * iconvdata/iso-2022-kr.c : Likewise.
18128         * iconvdata/iso646.c (gconv_end): Likewise.
18129         * iconvdata/iso_6937-2.c : Likewise.
18130         * iconvdata/iso_6937.c : Likewise.
18131         * iconvdata/iso8859-1.c: Likewise.
18132         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
18133         * iconvdata/shift_jisx0213.c : Likewise.
18134         * iconvdata/sjis.c : Likewise.
18135         * iconvdata/t.61.c : Likewise.
18136         * iconvdata/tcvn5712-1.c : Likewise.
18137         * iconvdata/tscii.c: Likewise.
18138         * iconvdata/uhc.c : Likewise.
18139         * iconvdata/unicode.c (gconv_end): Likewise.
18140         * iconvdata/utf-16.c (gconv_end): Likewise.
18141         * iconvdata/utf-32.c (gconv_end): Likewise.
18142         * iconvdata/utf-7.c (base64): Likewise.
18143         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
18144         * iconv/gconv_close.c (__gconv_close): Likewise.
18145         * iconv/gconv_open.c (__gconv_open): Likewise.
18146         * iconv/gconv_simple.c (internal_ucs4_loop_single)
18147         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
18148         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
18149         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
18150         (ucs4le_internal_loop_single): Likewise.
18151         * iconv/iconv.c (iconv): Likewise.
18152         * iconv/iconv_close.c: Likewise.
18153         * iconv/loop.c (SINGLE): Likewise.
18154         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
18155         * include/atomic.h: Likewise.
18156         * inet/inet6_option.c (option_alloc): Likewise.
18157         * intl/bindtextdom.c (set_binding_values): Likewise.
18158         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
18159         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
18160         * intl/localealias.c (read_alias_file): Likewise.
18161         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
18162         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
18163         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
18164         * libio/fmemopen.c (fmemopen): Likewise.
18165         * libio/iofgets.c (_IO_fgets): Likewise.
18166         * libio/iofgets_u.c (fgets_unlocked): Likewise.
18167         * libio/iofgetws.c (fgetws): Likewise.
18168         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
18169         * libio/iogetdelim.c (_IO_getdelim): Likewise.
18170         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
18171         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
18172         * locale/findlocale.c (_nl_find_locale): Likewise.
18173         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
18174         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
18175         Likewise.
18176         * locale/setlocale.c (setlocale): Likewise.
18177         * login/programs/pt_chown.c (main): Likewise.
18178         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
18179         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
18180         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
18181         (mmap, mmap64, mremap, munmap): Likewise.
18182         * math/e_exp2l.c: Likewise.
18183         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
18184         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
18185         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
18186         * math/s_catan.c (__catan): Likewise.
18187         * math/s_catanf.c (__catanf): Likewise.
18188         * math/s_catanh.c (__catanh): Likewise.
18189         * math/s_catanhf.c (__catanhf): Likewise.
18190         * math/s_catanhl.c (__catanhl): Likewise.
18191         * math/s_catanl.c (__catanl): Likewise.
18192         * math/s_ccosh.c (__ccosh): Likewise.
18193         * math/s_ccoshf.c (__ccoshf): Likewise.
18194         * math/s_ccoshl.c (__ccoshl): Likewise.
18195         * math/s_cexp.c (__cexp): Likewise.
18196         * math/s_cexpf.c (__cexpf): Likewise.
18197         * math/s_cexpl.c (__cexpl): Likewise.
18198         * math/s_clog10.c (__clog10): Likewise.
18199         * math/s_clog10f.c (__clog10f): Likewise.
18200         * math/s_clog10l.c (__clog10l): Likewise.
18201         * math/s_clog.c (__clog): Likewise.
18202         * math/s_clogf.c (__clogf): Likewise.
18203         * math/s_clogl.c (__clogl): Likewise.
18204         * math/s_csin.c (__csin): Likewise.
18205         * math/s_csinf.c (__csinf): Likewise.
18206         * math/s_csinh.c (__csinh): Likewise.
18207         * math/s_csinhf.c (__csinhf): Likewise.
18208         * math/s_csinhl.c (__csinhl): Likewise.
18209         * math/s_csinl.c (__csinl): Likewise.
18210         * math/s_csqrt.c (__csqrt): Likewise.
18211         * math/s_csqrtf.c (__csqrtf): Likewise.
18212         * math/s_csqrtl.c (__csqrtl): Likewise.
18213         * math/s_ctan.c (__ctan): Likewise.
18214         * math/s_ctanf.c (__ctanf): Likewise.
18215         * math/s_ctanh.c (__ctanh): Likewise.
18216         * math/s_ctanhf.c (__ctanhf): Likewise.
18217         * math/s_ctanhl.c (__ctanhl): Likewise.
18218         * math/s_ctanl.c (__ctanl): Likewise.
18219         * math/w_pow.c: Likewise.
18220         * math/w_powf.c: Likewise.
18221         * math/w_powl.c: Likewise.
18222         * math/w_scalb.c (sysv_scalb): Likewise.
18223         * math/w_scalbf.c (sysv_scalbf): Likewise.
18224         * math/w_scalbl.c (sysv_scalbl): Likewise.
18225         * misc/error.c (error_tail): Likewise.
18226         * misc/pselect.c (__pselect): Likewise.
18227         * nis/nis_callback.c (__nis_create_callback): Likewise.
18228         * nis/nis_call.c (__nisfind_server): Likewise.
18229         * nis/nis_creategroup.c (nis_creategroup): Likewise.
18230         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
18231         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
18232         * nis/nis_getservlist.c (nis_getservlist): Likewise.
18233         * nis/nis_lookup.c (nis_lookup): Likewise.
18234         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
18235         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
18236         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
18237         * nis/nis_xdr.c (xdr_endpoint): Likewise.
18238         * nis/nss_compat/compat-grp.c (getgrent_next_file)
18239         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
18240         * nis/nss_compat/compat-initgroups.c (add_group)
18241         (internal_getgrent_r): Likewise.
18242         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
18243         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
18244         * nis/nss_compat/compat-spwd.c (getspent_next_file)
18245         (internal_getspnam_r): Likewise.
18246         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
18247         (_nss_nis_getaliasbyname_r): Likewise.
18248         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
18249         (_nss_nis_getntohost_r): Likewise.
18250         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
18251         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
18252         (_nss_nis_getgrgid_r): Likewise.
18253         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
18254         (internal_nis_gethostent_r, internal_gethostbyname2_r)
18255         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
18256         (_nss_nis_gethostbyname4_r): Likewise.
18257         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
18258         (initgroups_netid): Likewise.
18259         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
18260         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
18261         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
18262         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
18263         (_nss_nis_getprotobynumber_r): Likewise.
18264         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
18265         (_nss_nis_getsecretkey): Likewise.
18266         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
18267         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
18268         (_nss_nis_getpwuid_r): Likewise.
18269         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
18270         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
18271         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
18272         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
18273         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
18274         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
18275         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
18276         Likewise.
18277         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
18278         (_nss_nisplus_getntohost_r): Likewise.
18279         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
18280         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
18281         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
18282         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
18283         Likewise.
18284         * nis/nss_nisplus/nisplus-initgroups.c
18285         (_nss_nisplus_initgroups_dyn): Likewise.
18286         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
18287         (_nss_nisplus_getnetbyaddr_r): Likewise.
18288         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
18289         (_nss_nisplus_getprotobynumber_r): Likewise.
18290         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
18291         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
18292         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
18293         Likewise.
18294         * nis/nss_nisplus/nisplus-service.c
18295         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
18296         (_nss_nisplus_getservbyport_r): Likewise.
18297         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
18298         (_nss_nisplus_getspnam_r): Likewise.
18299         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
18300         Likewise.
18301         * nscd/aicache.c (addhstaiX): Likewise.
18302         * nscd/cache.c (cache_search, prune_cache): Likewise.
18303         * nscd/connections.c (register_traced_file, send_ro_fd)
18304         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
18305         (main_loop_epoll): Likewise.
18306         * nscd/grpcache.c (addgrbyX): Likewise.
18307         * nscd/hstcache.c (addhstbyX): Likewise.
18308         * nscd/initgrcache.c (addinitgroupsX): Likewise.
18309         * nscd/mem.c (gc, mempool_alloc): Likewise.
18310         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
18311         (addinnetgrX): Likewise.
18312         * nscd/nscd-client.h (__nscd_acquire_maplock)
18313         (__nscd_drop_map_ref): Likewise.
18314         * nscd/nscd_getai.c (__nscd_getai): Likewise.
18315         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
18316         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
18317         Likewise.
18318         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
18319         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
18320         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
18321         (__nscd_get_map_ref): Likewise.
18322         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
18323         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
18324         Likewise.
18325         * nscd/pwdcache.c (addpwbyX): Likewise.
18326         * nscd/selinux.c (preserve_capabilities): Likewise.
18327         * nscd/servicescache.c (addservbyX): Likewise.
18328         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
18329         * posix/fnmatch.c (fnmatch): Likewise.
18330         * posix/getopt.c (_getopt_internal_r): Likewise.
18331         * posix/glob.c (glob, glob_in_dir): Likewise.
18332         * posix/wordexp.c (exec_comm_child): Likewise.
18333         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
18334         (getanswer_r, gaih_getanswer_slice): Likewise.
18335         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
18336         * resolv/res_init.c: Likewise.
18337         * resolv/res_mkquery.c (res_nmkquery): Likewise.
18338         * resolv/res_query.c (__libc_res_nquery): Likewise.
18339         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
18340         Likewise.
18341         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
18342         * stdio-common/perror.c (perror): Likewise.
18343         * stdio-common/printf_fp.c (___printf_fp): Likewise.
18344         * stdio-common/tmpnam.c (tmpnam): Likewise.
18345         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
18346         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
18347         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
18348         Likewise.
18349         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
18350         * stdlib/putenv.c (putenv): Likewise.
18351         * stdlib/setenv.c (__add_to_environ): Likewise.
18352         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
18353         * stdlib/strtol_l.c (INTERNAL): Likewise.
18354         * string/memmem.c (memmem): Likewise.
18355         * string/strerror.c (strerror): Likewise.
18356         * string/strnlen.c (__strnlen): Likewise.
18357         * string/test-memmem.c (simple_memmem): Likewise.
18358         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
18359         * sunrpc/pm_getport.c (__get_socket): Likewise.
18360         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
18361         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
18362         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
18363         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
18364         Likewise.
18365         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
18366         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
18367         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
18368         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
18369         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
18370         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
18371         Likewise.
18372         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
18373         Likewise.
18374         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
18375         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
18376         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
18377         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
18378         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
18379         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
18380         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
18381         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
18382         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
18383         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
18384         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
18385         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
18386         Likewise.
18387         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
18388         Likewise.
18389         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
18390         Likewise.
18391         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
18392         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
18393         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
18394         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
18395         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
18396         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
18397         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
18398         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
18399         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
18400         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
18401         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
18402         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
18403         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18404         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
18405         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
18406         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
18407         Likewise.
18408         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
18409         Likewise.
18410         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
18411         Likewise.
18412         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
18413         Likewise.
18414         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
18415         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
18416         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
18417         Likewise.
18418         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
18419         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
18420         * sysdeps/posix/opendir.c (__opendirat): Likewise.
18421         * sysdeps/posix/sleep.c: Likewise.
18422         * sysdeps/posix/tempname.c: Likewise.
18423         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
18424         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
18425         Likewise.
18426         * sysdeps/powerpc/powerpc32/dl-machine.h
18427         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
18428         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18429         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
18430         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
18431         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
18432         Likewise.
18433         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
18434         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
18435         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
18436         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
18437         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
18438         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
18439         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
18440         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
18441         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
18442         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
18443         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
18444         (elf_machine_lazy_rel): Likewise.
18445         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
18446         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
18447         (elf_machine_lazy_rel): Likewise.
18448         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
18449         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
18450         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
18451         * sysdeps/unix/grantpt.c (grantpt): Likewise.
18452         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
18453         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
18454         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
18455         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
18456         Likewise.
18457         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
18458         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
18459         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
18460         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
18461         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
18462         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
18463         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
18464         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
18465         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
18466         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
18467         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
18468         Likewise.
18469         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
18470         (__posix_fallocate64_l64): Likewise.
18471         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
18472         (posix_fallocate): Likewise.
18473         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
18474         Likewise.
18475         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
18476         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
18477         (getifaddrs_internal): Likewise.
18478         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
18479         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
18480         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
18481         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
18482         * sysdeps/unix/sysv/linux/posix_fallocate64.c
18483         (__posix_fallocate64_l64): Likewise.
18484         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
18485         Likewise.
18486         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
18487         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
18488         (__get_clockfreq): Likewise.
18489         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
18490         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
18491         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
18492         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
18493         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
18494         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
18495         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
18496         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
18497         Likewise.
18498         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
18499         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
18500         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
18501         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
18502         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
18503         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
18504         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
18505         Likewise.
18506         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
18507         (posix_fallocate): Likewise.
18508         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
18509         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
18510         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
18511         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
18512         (elf_machine_rela, elf_machine_rela_relative)
18513         (elf_machine_lazy_rel): Likewise.
18514         * time/asctime.c (asctime_internal): Likewise.
18515         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
18516         * time/tzset.c (__tzset_parse_tz): Likewise.
18517         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
18518         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
18519         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
18520         * wcsmbs/wcsmbsload.h: Likewise.
18522         [BZ #15894]
18523         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
18525         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
18526         (arena_get2): Remove THREAD_STATS conditionals.
18527         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
18528         (__malloc_stats, int): Likewise.
18530 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
18532         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
18533         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
18535         * manual/setjmp.texi: Fix typos/grammar errors.
18537         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
18538         Only return early when n is <= 0.  Delete unused return statement.
18540         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
18541         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
18542         * debug/tst-longjmp_chk3.c: New file.
18544         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
18545         (test_main): Replace code with set_fortify_handler call.
18546         * debug/test-strcpy_chk.c: Likewise.
18547         * debug/tst-chk1.c: Likewise.
18548         * debug/tst-longjmp_chk.c: Likewise.
18549         * test-skeleton.c: Include fcntl.h & paths.h
18550         (set_fortify_handler): Define.
18552         * debug/tst-longjmp_chk.c: Add header comment and include
18553         ../test-skeleton.c.
18554         (do_test): Mark static.
18555         (TEST_FUNCTION): Define.
18557         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
18558         (IP_PMTUDISC_INTERFACE): Likewise.
18559         (IP_MULTICAST_IF): Likewise.
18560         (IP_MULTICAST_TTL): Likewise.
18561         (IP_MULTICAST_LOOP): Likewise.
18562         (IP_ADD_MEMBERSHIP): Likewise.
18563         (IP_DROP_MEMBERSHIP): Likewise.
18564         (IP_UNBLOCK_SOURCE): Likewise.
18565         (IP_BLOCK_SOURCE): Likewise.
18566         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
18567         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
18568         (IP_MSFILTER): Likewise.
18569         (MCAST_JOIN_GROUP): Likewise.
18570         (MCAST_BLOCK_SOURCE): Likewise.
18571         (MCAST_UNBLOCK_SOURCE): Likewise.
18572         (MCAST_LEAVE_GROUP): Likewise.
18573         (MCAST_JOIN_SOURCE_GROUP): Likewise.
18574         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
18575         (MCAST_MSFILTER): Likewise.
18576         (IP_MULTICAST_ALL): Likewise.
18577         (IP_UNICAST_IF): Likewise.
18579         * timezone/Makefile: Delete $(have-ksh) check.
18580         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
18581         * timezone/tzselect.ksh: Add +x mode bits.
18583         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
18584         (ANON_INODE_FS_MAGIC): Likewise.
18585         (BDEVFS_MAGIC): Likewise.
18586         (BINFMTFS_MAGIC): Likewise.
18587         (BTRFS_TEST_MAGIC): Likewise.
18588         (CRAMFS_MAGIC_WEND): Likewise.
18589         (DEBUGFS_MAGIC): Likewise.
18590         (ECRYPTFS_SUPER_MAGIC): Likewise.
18591         (EXT3_SUPER_MAGIC): Likewise.
18592         (EXT4_SUPER_MAGIC): Likewise.
18593         (FUTEXFS_SUPER_MAGIC): Likewise.
18594         (HOSTFS_SUPER_MAGIC): Likewise.
18595         (HUGETLBFS_MAGIC): Likewise.
18596         (MINIX3_SUPER_MAGIC): Likewise.
18597         (MTD_INODE_FS_MAGIC): Likewise.
18598         (NILFS_SUPER_MAGIC): Likewise.
18599         (OPENPROM_SUPER_MAGIC): Likewise.
18600         (PIPEFS_MAGIC): Likewise.
18601         (PSTOREFS_MAGIC): Likewise.
18602         (QNX6_SUPER_MAGIC): Likewise.
18603         (RAMFS_MAGIC): Likewise.
18604         (REISERFS_SUPER_MAGIC_STRING): Likewise.
18605         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
18606         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
18607         (SECURITYFS_MAGIC): Likewise.
18608         (SELINUX_MAGIC): Likewise.
18609         (SMACK_MAGIC): Likewise.
18610         (SOCKFS_MAGIC): Likewise.
18611         (SQUASHFS_MAGIC): Likewise.
18612         (STACK_END_MAGIC): Likewise.
18613         (TMPFS_MAGIC): Likewise.
18614         (USBDEVICE_SUPER_MAGIC): Likewise.
18615         (V9FS_MAGIC): Likewise.
18616         (XENFS_SUPER_MAGIC): Likewise.
18617         (CRAMFS_MAGIC): Fix typo in comment.
18618         (EXT2_SUPER_MAGIC): Update comment.
18619         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
18621 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
18623         * sysdeps/arm: Move directory from ports/sysdeps/arm.
18624         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
18625         * sysdeps/unix/sysv/linux/arm: Move directory from
18626         ports/sysdeps/unix/sysv/linux/arm.
18627         * README: Update listing for arm-*-linux-gnueabi.
18629         * README: Remove mention of am33.
18631 2014-02-07  Roland McGrath  <roland@hack.frob.com>
18633         * bits/sigset.h (__sigemptyset): Use a statement expression rather
18634         than the comma operator, to avoid "rhs of comma has no effect"
18635         compiler warnings.
18636         (__sigfillset, __sigandset, __sigorset): Likewise.
18637         * include/signal.h (__sigemptyset): Likewise.
18638         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
18640 2014-02-07  Allan McRae  <allan@archlinux.org>
18642         * version.h (RELEASE): Set to "development".
18643         (VERSION): Set to "2.19.90"
18644         * NEWS: Add 2.20 section.
18646 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
18648         [BZ #16529]
18649         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
18651 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18653         * manual/contrib.texi: Update entry for Carlos O'Donell,
18654         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
18656 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
18658         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
18660         * sysdeps/unix/sysv/linux/kernel-features.h
18661         [__LINUX_KERNEL_VERSION >= 0x020621]
18662         (__ASSUME_PROC_PID_TASK_COMM): Define.
18664 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18666         [BZ #16398]
18667         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
18668         conversion when destination buffer does not have enough space.
18669         * libio/tst-ftell-partial-wide.c: New test case.
18670         * libio/Makefile (tests): Add tst-ftell-partial-wide.
18672         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
18673         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
18674         Leonard and Allan McRae.
18676 2014-02-04  David S. Miller  <davem@davemloft.net>
18678         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
18679         32-bit.
18681 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18683         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
18684         New file
18685         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
18686         New file
18687         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
18688         New file.
18689         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
18690         New file.
18691         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
18692         New file.
18693         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
18694         New file.
18695         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
18696         New file.
18697         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
18698         New file.
18699         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
18700         New file.
18701         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
18702         New file.
18703         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
18704         New file.
18705         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
18706         New file.
18707         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
18708         New file.
18710 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18712         * nptl/shlib-versions: Change powerpc*le start to 2.17.
18713         * shlib-versions: Likewise.
18715 2014-02-04  Roland McGrath  <roland@hack.frob.com>
18716             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18718         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
18719         (abilist-pattern): New variable, set to %-le.abilist.
18721         * Makerules (abilist-pattern): New variable.
18722         (vpath): Use $(abilist-pattern) in place of %.abilist.
18723         (check-abi-% pattern rule): Likewise.
18724         (check-abi, update-abi): Likewise.
18726 2014-02-04  Eric Wong  <normalperson@yhbt.net>
18728         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18730 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
18732         * manual/startup.texi: Add next, previous, and top entries for
18733         the `Program Arguments' and `Environment Variables' nodes.
18735 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
18737         * manual/macros.texi: Add comments before MTASC-safety macros.
18739         * manual/users.texi: Document MTASC-safety properties.
18741         * manual/threads.texi (pthread_key_create, pthread_key_delete)
18742         (pthread_getspecific, pthread_setspecific): Format with
18743         @deftypefun, and add @safety note.
18744         * manual/signal.texi: Move comments that analyze the above
18745         functions to their home place.
18747 2014-02-03  Allan McRae  <allan@archlinux.org>
18749         * po/sl.po: Update Slovenian translation from translation project.
18751 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
18753         * manual/time.texi (timegm): Add missing blank after @c.
18754         Reported by Joseph Myers <joseph@codesourcery.com>.
18756 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
18758         * manual/check-safety.sh: New.
18759         * manual/Makefile ($(objpfx)stamp-summary): Run it.
18761         * manual/terminal.texi: Document MTASC-safety properties.
18763         * manual/filesys.texi: Document MTASC-safety properties.
18765         * manual/errno.texi: Document MTASC-safety properties.
18767         * manual/intro.texi: Document safety identifiers and
18768         conditionals.
18770         * manual/string.texi (wcstok): Fix prototype.
18771         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
18773         * manual/time.texi: Document MTASC-safety properties.
18775         * manual/string.texi: Document MTASC-safety properties.
18777         * manual/threads.texi: Document MTASC-safety properties.
18779         * manual/stdio.texi: Document MTASC-safety properties.
18781         * manual/syslog.texi: Document MTASC-safety properties.
18783         * manual/sysinfo.texi: Document MTASC-safety properties.
18785         * manual/startup.texi: Document MTASC-safety properties.
18787         * manual/socket.texi: Document MTASC-safety properties.
18789         * manual/signal.texi: Document MTASC-safety properties.
18791 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
18793         * manual/setjmp.texi: Document MTASC-safety properties.
18795         * manual/search.texi: Document MTASC-safety properties.
18797         * manual/resource.texi: Document MTASC-safety properties.
18799         * manual/process.texi: Document MTASC-safety properties.
18801         * manual/platform.texi: Document MTASC-safety properties.
18803         * manual/pipe.texi: Document MTASC-safety properties.
18805         * manual/pattern.texi: Document MTASC-safety properties.
18807         * manual/message.texi: Document MTASC-safety properties.
18809         [BZ #12751]
18810         * manual/memory.texi: Document MTASC-safety properties.
18812         * manual/math.texi: Document MTASC-safety properties.
18814         * manual/locale.texi: Document MTASC-safety properties.
18816         * manual/llio.texi: Document MTASC-safety properties.
18818         * manual/libdl.texi: New.
18820         * manual/lang.texi: Document MTASC-safety properties.
18822         * manual/job.texi: Document MTASC-safety properties.
18824         * manual/getopt.texi: Document MTASC-safety properties.
18826         * manual/ctype.texi: Document MTASC-safety properties.
18828 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
18830         [BZ #16046]
18831         * csu/libc-tls.c (static_map): Remove variable.
18832         (__libc_setup_tls): Use main executable's link map for TLS data.
18833         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
18834         casing for LM_ID_BASE and GL(dl_nns).
18835         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
18836         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
18837         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
18838         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
18839         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
18840         member.
18841         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
18842         l_phnum members.
18844 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
18846         * manual/debug.texi: Document MTASC-safety properties.
18848 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
18850         [BZ #16510]
18851         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
18852         of __x86_64__ when disabling x87 inline functions.
18854 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
18856         * manual/charset.texi: Document MTASC-safety properties.
18858         * manual/crypt.texi: Document MTASC-safety properties.
18860         * manual/conf.texi: Document MTASC-safety properties.
18862         * manual/arith.texi: Document MTASC-safety properties.
18864         * manual/argp.texi: Document MTASC-safety properties.
18866         * manual/macros.texi: Introduce macros to document multi
18867         thread, asynchronous signal and asynchronous cancellation
18868         safety properties.
18869         * manual/intro.texi: Introduce the properties themselves.
18871 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18873         * sysdeps/sh/sh4/Makefile: New file.
18875 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
18877         * math/gen-libm-test.pl ($srcdir): New variable.
18878         ($auto_input): Use it.
18880 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
18882         [BZ #16506]
18883         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
18884         access beyond array bounds when parsing netgroups file.
18886         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
18887         the old buffer before realloc.
18889 2014-01-27  Allan McRae  <allan@archlinux.org>
18891         * po/fr.po: Update French translation from translation project.
18893 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18895         * sysdeps/sh/libm-test-ulps: Regenerate.
18897 2014-01-24  David S. Miller  <davem@davemloft.net>
18899         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
18901 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18903         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
18904         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
18906 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
18908         [BZ #16474]
18909         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
18910         string pointers after reallocation.
18912 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18914         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
18915         __SH4A__ instead of __SH_FPU_ANY__.
18917 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18919         * sysdeps/sh/fpu_control.h: New file.
18920         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
18921         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
18922         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
18923         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
18924         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
18925         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
18926         * sysdeps/sh/sys/ucontext.h: Remove.
18927         * sysdeps/sh/sys: Remove directory.
18929 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18931         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
18932         s390/sys/ucontext.h.
18933         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
18934         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
18936 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
18938         [BZ #15605]
18939         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
18941 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18943         [BZ#16431]
18944         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
18945         Adjust the vDSO correctly for internal calls.
18946         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
18948 2014-01-20  Allan McRae  <allan@archlinux.org>
18950         * po/ca.po: Update Catalan translation from translation project.
18952 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
18954         * sysdeps/s390/sotruss-lib.c: New file.
18956 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18958         [BZ#16430]
18959         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
18960         (__GI___gettimeofday): Alias for a different internal symbol to avoid
18961         local calls issues by not having a PLT stub required for IFUNC calls.
18962         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
18964 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
18966         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
18967         * math/test-fpucw-static.c: Likewise.
18969 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
18971         [BZ #16453]
18972         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
18974 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18976         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
18977         implementation for powerpc.
18979 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
18981         [BZ #14782]
18982         * sysdeps/posix/system.c (__libc_system): Do not enable
18983         asynchronous cancellation.
18985 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18987         [BZ #16427]
18988         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
18989         handling only for numbers special also in the IEEE case.
18991 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18993         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
18995 2014-01-11  Allan McRae  <allan@archlinux.org>
18997         * po/bg.po: Update Bulgarian translation from translation project.
18999         * po/de.po: Update German translation from translation project.
19001 2014-01-10  Roland McGrath  <roland@hack.frob.com>
19003         * sysdeps/generic/gcc-compat.h: New file.
19005 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
19007         * benchtests/asin-inputs: Correct slow inputs.
19008         * benchtests/acos-inputs: Likewise.
19010 2014-01-10  Allan McRae  <allan@archlinux.org>
19012         * po:sv.po: Update Swedish translation from translation project.
19014         * po/vi.po: Update Vietnamese translation from translation project.
19016         * po/eo.po: Update Esperanto translation from translation project.
19018         * po/cs.po: Update Czech translation from translation project.
19020         * po/nl.po: Update Dutch translation from translation project.
19022         * po/pl.po: Update Polish translation from translation project.
19024         * po/ru.po: Update Russian translation from translation project.
19026         * po/uk.po: Update Ukrainian translation from translation project.
19028 2014-01-08  Brooks Moses  <bmoses@google.com>
19030         * elf/dl-load.c: Fix comment typo.
19032 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
19034         * po/header.pot: Rename to...
19035         * po/pot.header: ... this.
19036         * po/Makefile: Use pot.header.
19038 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
19039             Maxim Kuvyrkov  <maxim@kugelworks.com>
19041         [BZ #16394]
19042         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
19043         SRC and DEST against LEN.
19045 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19047         [BZ #16414]
19048         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
19049         implementation.
19050         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
19052 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19054         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19056 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
19058         [BZ #16408]
19059         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
19060         for large positive arguments.
19062 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
19064         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
19066         * math/auto-libm-test-in: Mark various tests with
19067         xfail-rounding:ldbl-128ibm.
19068         * math/auto-libm-test-out: Regenerated.
19070         [BZ #16407]
19071         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
19072         Increase overflow threshold.
19074 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
19076         [BZ #14286]
19077         * stdio-common/vfprintf.c: Check for integer overflow.
19079 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19081         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
19082         the first argument and return value of __tls_get_addr_internal.
19084 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19086         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
19087         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
19089 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19091         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
19092         * sysdeps/s390/rtld-global-offsets.sym: New file.
19093         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
19094         GLIBC_2.19 symbol.
19095         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
19096         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
19097         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
19098         ... this.
19099         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
19100         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
19101         ... this.
19102         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
19103         Regenerate.
19104         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
19105         Regenerate.
19106         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
19107         halfs of GPRs for high_gprs contexts.
19108         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
19109         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
19110         field.
19111         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
19112         uc_flags field.
19113         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
19114         64 bit versions:
19115         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
19116         for high GPRs (uc_high_gprs) and for future extensions
19117         (__reserved).
19118         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
19119         for future extensions (__reserved).
19120         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
19121         64 bit versions:
19122         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
19123         SC_HIGHGPRS offset definition.
19124         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
19125         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
19127         * Versions.def: Add GLIBC_2.19 for libpthread.
19128         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
19129         siglongjmp for libpthread with GLIBC_2.19 symver.
19130         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
19131         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
19132         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
19133         * sysdeps/s390/__longjmp.c: New file.
19134         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
19135         * sysdeps/s390/longjmp.c: New file.
19136         * sysdeps/s390/setjmp.S: New file.
19137         * sysdeps/s390/sigjmp.S: New file.
19138         * sysdeps/s390/v1-longjmp.c: New file.
19139         * sysdeps/s390/v1-setjmp.h: New file.
19140         * sysdeps/s390/v1-sigjmp.c: New file.
19141         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
19142         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
19143         GLIBC_2.19 version.
19144         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
19145         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
19146         versioned symbols for ____longjmp_chk.
19147         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
19148         Likewise.
19149         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
19150         Regenerate.
19151         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
19152         Regenerate.
19153         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
19154         Regenerate.
19155         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
19156         Regenerate.
19157         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
19158         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
19159         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
19160         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
19161         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
19162         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
19163         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
19164         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
19165         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
19166         * sysdeps/s390/rtld-__longjmp.c: New file.
19167         * sysdeps/s390/rtld-setjmp.S: New file.
19169 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
19171         [BZ #16400]
19172         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
19173         Return -__logl (x) for small positive arguments without evaluating
19174         a polynomial.
19176 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
19178         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
19179         Rename to ...
19180         (__ptrace_peeksiginfo_args): ... this.
19181         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
19182         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
19183         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
19185 2014-01-06  Allan McRae  <allan@archlinux.org>
19187         * inet/netinet/in.h: Fix typo in comment.
19189 2014-01-05  Andreas Jaeger  <aj@suse.de>
19191         * sysdeps/i386/fpu/libm-test-ulps: Update.
19193 2014-01-05  Allan McRae  <allan@archlinux.org>
19195         * po/libc.pot: Regenerated.
19197         * malloc/memusagestat.c: Fix gettext call formatting.
19199 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
19201         * nscd/nscd.c: Improve usage() output.
19203 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
19205         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
19206         * sysdeps/unix/sysv/linux/configure: Regenerated.
19207         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
19208         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
19210 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
19212         [BZ #16390]
19213         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
19214         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
19216 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19218         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
19219         extra tokens at end of #undef directive.
19220         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
19221         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
19222         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
19224 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
19226         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
19228         * math/auto-libm-test-in: Mark various tests with
19229         xfail-rounding:ldbl-128ibm.
19230         * math/auto-libm-test-out: Regenerated.
19232 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
19234         [BZ #16386]
19235         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
19236         numbers with subnormal high part when calculating exponent.
19238         [BZ #16385]
19239         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
19240         fabs.
19242         [BZ #16384]
19243         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
19244         M_LN2l.
19245         (__ieee754_acoshl): Use __log1pl not __log1p.
19247 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
19249         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
19250         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
19251         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
19252         (grow_heap, heap_trim, _int_new_arena, get_free_list)
19253         (reused_arena, arena_get2): Convert to GNU style.
19254         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
19255         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
19256         (memalign_check, __malloc_set_state): Likewise.
19257         * malloc/mallocbug.c (main): Likewise.
19258         * malloc/malloc.c (__malloc_assert, malloc_init_state)
19259         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
19260         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
19261         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
19262         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
19263         (__posix_memalign, malloc_info): Likewise.
19264         * malloc/malloc.h: Likewise.
19265         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
19266         (mallochook, memalignhook, reallochook, mabort): Likewise.
19267         * malloc/mcheck.h: Likewise.
19268         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
19269         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
19270         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
19271         * malloc/morecore.c (__default_morecore): Likewise.
19272         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
19273         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
19274         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
19275         (print_and_abort): Likewise.
19276         * malloc/obstack.h: Likewise.
19277         * malloc/set-freeres.c (__libc_freeres): Likewise.
19278         * malloc/tst-mallocstate.c (main): Likewise.
19279         * malloc/tst-mtrace.c (main): Likewise.
19280         * malloc/tst-realloc.c (do_test): Likewise.
19282 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
19284         [BZ #16366]
19285         * nscd/netgroupcache.c (do_notfound): New function.
19286         (addgetnetgrentX): Use it.
19288         [BZ # 16365]
19289         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
19290         NSS_STATUS_NOTFOUND.
19292 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
19294         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
19295         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19297 2014-01-01  Allan McRae  <allan@archlinux.org>
19299         * scripts/update-copyrights: Update configure input file suffix.
19301         * NEWS: Update copyright year.
19302         * catgets/gencat.c: Likewise.
19303         * csu/version.c: Likewise.
19304         * debug/catchsegv.sh: Likewise.
19305         * debug/pcprofiledump.c: Likewise.
19306         * debug/xtrace.sh: Likewise.
19307         * elf/ldconfig.c: Likewise.
19308         * elf/ldd.bash.in: Likewise.
19309         * elf/pldd.c: Likewise.
19310         * elf/sotruss.ksh: Likewise.
19311         * elf/sprof.c: Likewise.
19312         * iconv/iconv_prog.c: Likewise.
19313         * iconv/iconvconfig.c: Likewise.
19314         * locale/programs/locale.c: Likewise.
19315         * locale/programs/localedef.c: Likewise.
19316         * login/programs/pt_chown.c: Likewise.
19317         * malloc/memusage.sh: Likewise.
19318         * malloc/memusagestat.c: Likewise.
19319         * malloc/mtrace.pl: Likewise.
19320         * manual/libc.texinfo: Likewise.
19321         * nscd/nscd.c: Likewise.
19322         * nss/getent.c: Likewise.
19323         * nss/makedb.c: Likewise.
19324         * posix/getconf.c: Likewise.
19325         * scripts/test-installation.pl: Likewise.
19327         * All files with FSF copyright notices: Update copyright dates
19328         using scripts/update-copyrights.
19329         * intl/plural.c: Regenerated.
19330         * locale/programs/charmap-kw.h: Likewise.
19331         * locale/programs/locfile-kw.h: Likewise.
19333 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
19335         * sysdeps/unix/sysv/linux/configure: Regenerated.
19336         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
19337         the linux/fanotify.h header.
19338         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
19339         HAVE_LINUX_FANOTIFY_H is defined.
19341 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
19343         * benchtests/cos-inputs: New inputs.
19344         * benchtests/sin-inputs: Likewise.
19346         * benchtests/atan-inputs: New inputs. Fix name of multiple
19347         precision fallback inputs.
19349         * benchtests/atanh-inputs: New inputs.
19350         * benchtests/tanh-inputs: Likewise.
19352         * benchtests/acosh-inputs: New inputs.
19353         * benchtests/asinh-inputs: Likewise.
19355         * benchtests/cosh-inputs: New inputs.
19356         * benchtests/sinh-inputs: Likewise.
19358         * benchtests/acos-inputs: Add more inputs.
19359         * benchtests/asin-inputs: Likewise.
19361 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
19363         [BZ #16375]
19364         * manual/arith.texi: Fix spelling.
19365         * manual/charset.texi: Likewise.
19366         * manual/errno.texi: Likewise.
19367         * manual/filesys.texi: Likewise.
19368         * manual/lang.texi: Likewise.
19369         * manual/llio.texi: Likewise.
19370         * manual/locale.texi: Likewise.
19371         * manual/message.texi: Likewise.
19372         * manual/resource.texi: Likewise.
19373         * manual/search.texi: Likewise.
19374         * manual/setjmp.texi: Likewise.
19375         * manual/stdio.texi: Likewise.
19376         * manual/string.texi: Likewise.
19377         * manual/sysinfo.texi: Likewise.
19378         * manual/time.texi: Likewise.
19380 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
19382         * po/sl.po: New file.
19384 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
19386         * .gitignore: Add core/.gdbinit/.gdb_history.
19388 2013-12-27  Allan McRae  <allan@archlinux.org>
19390         [BZ #16369]
19391         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
19392         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
19394 2013-12-24  Brooks Moses  <bmoses@google.com>
19396         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
19397         all compilers that claim C++98 compliance, not just GCC.
19398         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
19399         Likewise.
19401 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
19403         * NEWS: Restore accidentally deleted bug-fix entries.
19405 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
19406             Ondřej Bílka  <neleai@seznam.cz>
19408         [BZ #15073]
19409         * malloc/malloc.c (_int_free): Perform sanity check only if we
19410         have_lock.
19412 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
19414         [BZ #12986]
19415         * manual/stdio.texi (String Input Conversions): Clarify that character
19416         classes are not supported.
19418 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19420         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19422 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
19424         [BZ #16337]
19425         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
19426         Calculate results for small negative arguments directly rather
19427         than using reflection formula with special underflow handling.
19429         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
19430         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
19431         sysdeps/unix/bsd/bsd4.4/syscalls.list.
19432         (fchflags): Likewise.
19433         (revoke): Likewise.
19434         (setlogin): Likewise.
19435         (sigaltstack): Likewise.
19436         (wait4): Likewise.
19437         (sigblock): Remove.
19438         (sigsetmask): Likewise.
19439         (wait3): Likewise.
19440         (waitpid): Likewise.
19441         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
19442         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
19443         file.
19444         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
19445         * sysdeps/unix/bsd/Makefile: ... here.
19446         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
19447         * sysdeps/unix/bsd/Versions: ... here.
19448         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
19449         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
19450         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
19451         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
19452         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
19453         * sysdeps/unix/bsd/sigblock.c: ... here.
19454         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
19455         * sysdeps/unix/bsd/sigsetmask.c: ... here.
19456         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
19457         * sysdeps/unix/bsd/sigvec.c: ... here.
19458         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
19459         * sysdeps/unix/bsd/tcdrain.c: ... here.
19460         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
19461         * sysdeps/unix/bsd/tcgetattr.c: ... here.
19462         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
19463         * sysdeps/unix/bsd/tcsetattr.c: ... here.
19464         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
19465         * sysdeps/unix/bsd/wait.c: ... here.
19466         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
19467         * sysdeps/unix/bsd/wait3.c: ... here.
19468         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
19469         * sysdeps/unix/bsd/waitpid.c: ... here.
19471 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
19473         [BZ #16356]
19474         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
19475         round-to-nearest for [!USE_AS_EXPM1L].
19476         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
19477         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
19478         more tests of exp and exp10.  Expect some exp10 tests to miss
19479         exceptions or fail in directed rounding modes.
19480         * math/auto-libm-test-out: Regenerated.
19481         * math/libm-test.inc (exp10_tonearest_test_data): New array.
19482         (exp10_test_tonearest): New function.
19483         (exp10_towardzero_test_data): New array.
19484         (exp10_test_towardzero): New function.
19485         (exp10_downward_test_data): New array.
19486         (exp10_test_downward): New function.
19487         (exp10_upward_test_data): New array.
19488         (exp10_test_upward): New function.
19489         (main): Call the new functions.
19490         * sysdeps/i386/fpu/libm-test-ulps: Update.
19491         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19493 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
19495         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
19496         asinh, atan, atan2, atanh, cbrt, cos and cosh.
19497         * math/auto-libm-test-out: Regenerated.
19498         * math/libm-test.inc (acosh_test_data): Add more tests.
19499         (atanh_test_data): Likewise.
19500         (ceil_test_data): Likewise.
19501         (copysign_test_data): Likewise.
19502         * sysdeps/i386/fpu/libm-test-ulps: Update.
19503         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19505         * timezone/checktab.awk: Update from tzcode 2013i.
19506         * timezone/private.h: Likewise.
19507         * timezone/scheck.c: Likewise.
19508         * timezone/tzfile.h: Likewise.
19509         * timezone/tzselect.ksh: Likewise.
19510         * timezone/zdump.c: Likewise.
19511         * timezone/zic.c: Likewise.
19513         * math/auto-libm-test-in: Add tests of cpow.
19514         * math/auto-libm-test-out: Regenerated.
19515         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
19516         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19517         mpc_cc_c.
19518         (func_calc_desc): Add mpc_cc_c union field.
19519         (test_functions): Add cpow.
19520         (special_fill_2pi): New function.
19521         (special_real_inputs): Add 2pi.
19522         (calc_generic_results): Handle mpc_cc_c.
19523         * sysdeps/i386/fpu/libm-test-ulps: Update.
19524         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19526         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
19527         csqrt, ctan and ctanh.
19528         * math/auto-libm-test-out: Regenerated.
19529         * math/libm-test.inc (TEST_COND_x86_64): New macro.
19530         (TEST_COND_x86): Likewise.
19531         (ccos_test_data): Use AUTO_TESTS_c_c.
19532         (ccosh_test_data): Likewise.
19533         (cexp_test_data): Likewise.
19534         (clog_test_data): Likewise.
19535         (csqrt_test_data): Likewise.
19536         (ctan_test_data): Likewise.
19537         (ctan_tonearest_test_data): Likewise.
19538         (ctan_towardzero_test_data): Likewise.
19539         (ctan_downward_test_data): Likewise.
19540         (ctan_upward_test_data): Likewise.
19541         (ctanh_test_data): Likewise.
19542         (ctanh_tonearest_test_data): Likewise.
19543         (ctanh_towardzero_test_data): Likewise.
19544         (ctanh_downward_test_data): Likewise.
19545         (ctanh_upward_test_data): Likewise.
19546         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19547         mpc_c_c.
19548         (func_calc_desc): Add mpc_c_c union field.
19549         (FUNC_mpc_c_c): New macro.
19550         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
19551         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
19552         ctanh.
19553         (special_fill_min_subnorm_p120): New function.
19554         (special_real_inputs): Add min_subnorm_p120.
19555         (calc_generic_results): Handle mpc_c_c.
19556         * sysdeps/i386/fpu/libm-test-ulps: Update.
19557         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19559 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19561         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
19562         (do_sin_slow): New functions.
19563         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
19564         (cslow2, csloww1, csloww2): Use the new functions.
19566         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
19567         Use M to change sign of result instead of X.  Assume X is
19568         positive.
19569         (csloww1): Likewise.
19570         (__sin): Adjust.
19571         (__cos): Adjust.
19573         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
19574         arguments A and DA.
19575         (__sin): Adjust.
19576         (__cos): Likewise.
19578         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
19579         (__cos): Likewise.
19580         (sloww1): Don't adjust sign of DX.
19581         (csloww1): Likewise.
19582         (sloww2): Use X directly and don't adjust sign of DX.
19583         (csloww2): Likewise.
19585 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
19587         * math/auto-libm-test-in: Add tests of cabs and carg.
19588         * math/auto-libm-test-out: Regenerated.
19589         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
19590         (carg_test_data): Likewise.
19591         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19592         mpc_c_f.
19593         (func_calc_desc): Add mpc_c_f union field.
19594         (test_functions): Add cabs and carg.
19595         (calc_generic_results): Handle mpc_c_f.
19597         * sysdeps/powerpc/powerpc32/libgcc-compat.S
19598         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
19599         as a macro and a compat symbol.
19600         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
19601         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
19602         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
19603         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
19604         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
19605         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
19606         not use .hidden.
19607         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
19608         Likewise.
19609         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
19610         Likewise.
19611         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
19612         Likewise.
19613         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
19614         Likewise.
19615         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
19616         Likewise.
19617         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
19618         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
19619         from GLIBC_2.3.2.
19621 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19623         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19625 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
19627         * manual/texinfo.tex: Update to version 2013-11-26.10 with
19628         trailing whitespace removed.
19629         * scripts/config.guess: Update to version 2013-11-29.
19630         * scripts/config.sub: Update to version 2013-10-01.
19632         * math/auto-libm-test-in: Add tests of sincos.
19633         * math/auto-libm-test-out: Regenerated.
19634         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
19635         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19636         mpfr_f_11.
19637         (func_calc_desc): Add mpfr_f_11 union field.
19638         (test_functions): Add sincos.
19639         (calc_generic_results): Handle mpfr_f_11.
19640         * sysdeps/i386/fpu/libm-test-ulps: Update.
19641         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19643 2013-12-19  Andreas Schwab  <schwab@suse.de>
19645         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
19646         CALL_MCOUNT.
19647         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
19648         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
19649         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
19651 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
19653         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
19654         * sysdeps/i386/fpu/libm-test-ulps: Update.
19655         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19657         [BZ #16293]
19658         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
19659         round-to-nearest mode when using frndint.
19660         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
19661         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
19662         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
19663         Likewise.
19664         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
19665         sinh test to fail.
19666         * math/auto-libm-test-out: Regenerated.
19667         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
19668         (TEST_COND_x86): Likewise.
19669         (expm1_tonearest_test_data): New array.
19670         (expm1_test_tonearest): New function.
19671         (expm1_towardzero_test_data): New array.
19672         (expm1_test_towardzero): New function.
19673         (expm1_downward_test_data): New array.
19674         (expm1_test_downward): New function.
19675         (expm1_upward_test_data): New array.
19676         (expm1_test_upward): New function.
19677         (main): Run the new test functions.
19678         * sysdeps/i386/fpu/libm-test-ulps: Update.
19679         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19681         * include/features.h: Update comment documenting feature test
19682         macros.  Mention _DEFAULT_SOURCE in comment.
19683         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
19684         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
19685         _BSD_SOURCE and _SVID_SOURCE.
19686         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
19687         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
19688         !_SVID_SOURCE]: Likewise.
19689         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19690         (__USE_POSIX_IMPLICITLY): Define.
19691         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19692         (_POSIX_SOURCE): Undefine and redefine.
19693         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19694         (_POSIX_C_SOURCE): Likewise.
19695         * manual/creature.texi (_DEFAULT_SOURCE): Document.
19696         (Feature Test Macros): Update documentation of default features.
19698 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19700         * benchtests/Makefile: Add bench-strtok.
19701         * benchtests/bench-strtok.c: New file: strtok benchtest.
19703 2013-12-19  Allan McRae  <allan@archlinux.org>
19705         * manual/install.texi: Suppress menu for plain text output.
19706         * INSTALL: Regenerated.
19708 2013-12-18  Brooks Moses  <bmoses@google.com>
19710         [BZ #15846]
19711         * misc/getauxval.c: Include errno.h.
19712         (__getauxval): Set errno to ENOENT if the requested type is not
19713         found.
19714         * misc/sys/auxv.h (getauxval): Document that it may set errno;
19715         don't declare with __attribute_const__.
19716         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
19717         * manual/startup.texi: Document that getauxval sets errno.
19719 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
19721         * math/auto-libm-test-in: Add tests of jn and yn.
19722         * math/auto-libm-test-out: Regenerated.
19723         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
19724         (yn_test_data): Likewise.
19725         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19726         mpfr_if_f.
19727         (func_calc_desc): Add mpfr_if_f union field.
19728         (FUNC_mpfr_if_f): New macro.
19729         (test_functions): Add jn and yn.
19730         (calc_generic_results): Assert type of second input for
19731         mpfr_ff_f.  Handle mpfr_if_f.
19732         (output_for_one_input_case): Disable all checking for arguments
19733         fitting floating-point types in case of an integer argument.
19734         * sysdeps/i386/fpu/libm-test-ulps: Update.
19735         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19737         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19738         Don't expect fegetround reference in libm.so.
19740 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19742         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
19743         $(config-cflags-nofma).
19745 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
19747         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
19748         * math/auto-libm-test-out: Regenerated.
19750         [BZ #16338]
19751         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
19752         to determine exponent and adjust argument to have exponent of -1.
19753         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
19754         log2.
19755         * math/auto-libm-test-out: Regenerated.
19756         * sysdeps/i386/fpu/libm-test-ulps: Update.
19757         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19759 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
19761         * manual/probes.texi: Remove cases when per-thread arenas are
19762         disabled.
19764 2013-12-18  Andreas Schwab  <schwab@suse.de>
19766         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
19767         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
19768         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
19769         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
19770         * sysdeps/i386/i686/multiarch/Makefile: Update.
19771         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
19773 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19775         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
19776         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
19778 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
19780         [BZ #15968]
19781         Support TZ transition times < 00:00:00.
19782         This is needed for version-3 tz-format files; it supports time
19783         stamps past 2037 for America/Godthab (the only entry in the tz
19784         database for which this change is relevant).
19785         * manual/time.texi (TZ Variable): Document transition times
19786         from -167:59:59 through -00:00:01.
19787         * time/tzset.c (tz_rule): Time of day is now signed.
19788         (__tzset_parse_tz): Parse negative time of day.
19790         Document TZ transition times >= 25:00:00.
19791         * manual/time.texi (TZ Variable): Document transition times from
19792         25:00:00 through 167:59:59.  These are already supported, and this
19793         support will help with version-3 tz-format files.
19795         * manual/time.texi (TZ Variable): Modernize North America example
19796         to reflect current (i.e., 2007-and-later) daylight saving rules.
19798         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
19800 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19802         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
19803         * sysdeps/unix/bsd/bits/stat.h: Likewise.
19804         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
19805         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
19806         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
19807         * sysdeps/unix/bsd/bsdstat.h: Likewise.
19808         * sysdeps/unix/bsd/clock.c: Likewise.
19809         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
19810         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
19811         * sysdeps/unix/bsd/init-posix.c: Likewise.
19812         * sysdeps/unix/bsd/poll.c: Likewise.
19813         * sysdeps/unix/bsd/ptsname.c: Likewise.
19814         * sysdeps/unix/bsd/seekdir.c: Likewise.
19815         * sysdeps/unix/bsd/setegid.c: Likewise.
19816         * sysdeps/unix/bsd/seteuid.c: Likewise.
19817         * sysdeps/unix/bsd/setgid.c: Likewise.
19818         * sysdeps/unix/bsd/setrgid.c: Likewise.
19819         * sysdeps/unix/bsd/setruid.c: Likewise.
19820         * sysdeps/unix/bsd/setsid.c: Likewise.
19821         * sysdeps/unix/bsd/setuid.c: Likewise.
19822         * sysdeps/unix/bsd/sigaction.c: Likewise.
19823         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
19824         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
19825         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
19826         * sysdeps/unix/bsd/telldir.c: Likewise.
19827         * sysdeps/unix/bsd/times.c: Likewise.
19828         * sysdeps/unix/bsd/usleep.c: Likewise.
19830         * misc/Makefile (install-lib): Remove libbsd-compat.a.
19831         ($(objpfx)libbsd-compat.a): Remove rule.
19833         * include/features.h (__FAVOR_BSD): Do not define.
19834         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
19835         features conflicting with POSIX.
19836         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
19837         (_BSD_SOURCE): Remove description of not being a subset of other
19838         feature test macros.
19839         * manual/job.texi (getpgrp): Do not document BSD version.
19840         (getpgid): Do not document by reference to BSD getpgrp.
19841         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
19842         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
19843         * signal/signal.h [__FAVOR_BSD]: Likewise.
19844         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
19845         instead of making contents conditional on [__FAVOR_BSD].
19846         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
19848 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19850         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19852 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19854         [BZ #16314]
19855         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
19856         values below 2**-450, not 2**-500.
19857         * math/auto-libm-test-in: Don't allow spurious underflow from
19858         hypot.
19859         * math/auto-libm-test-out: Regenerated.
19861         [BZ #16316]
19862         [BZ #16330]
19863         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
19864         values of ha and hb and sort them after adjusting subnormal
19865         arguments.
19866         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
19867         Likewise.
19868         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
19869         values of ea and eb and sort them after adjusting subnormal
19870         arguments.
19871         * math/auto-libm-test-in: Do not expect some hypot tests of
19872         subnormals to fail.  Add more hypot tests.
19873         * math/auto-libm-test-out: Regenerated.
19875 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19877         [BZ #13304]
19878         * sysdeps/sh/s_fma.c: New file.
19879         * sysdeps/sh/s_fmaf.c: New file.
19880         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
19881         version.
19882         * sysdeps/sh/Implies: Add sh/soft-fp.
19884 2013-12-16  Roland McGrath  <roland@hack.frob.com>
19886         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
19887         level of indirection to members `objname', `errstring', `malloced'.
19888         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
19889         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
19890         it as the __longjmp argument (just pass 1 instead).
19891         (_dl_catch_error): Initialize C with argument pointers and address of
19892         volatile local ERRCODE rather than copying values out of C at return.
19894 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
19896         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
19897         * math/auto-libm-test-out: Regenerated.
19898         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
19899         (hypot_test_data): Likewise.
19900         (pow_test_data): Likewise.
19901         (pow_tonearest_test_data): Likewise.
19902         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19903         mpfr_ff_f.
19904         (func_calc_desc): Add mpfr_ff_f union field.
19905         (FUNC_mpfr_ff_f): New macro.
19906         (test_functions): Add atan2, hypot and pow.
19907         (special_fill_min): New function.
19908         (special_fill_minus_min): Likewise.
19909         (special_fill_min_subnorm): Likewise.
19910         (special_fill_minus_min_subnorm): Likewise.
19911         (special_real_inputs): Add min, -min, min_subnorm and
19912         -min_subnorm.
19913         (calc_generic_results): Handle mpfr_ff_f.
19914         * sysdeps/i386/fpu/libm-test-ulps: Update.
19915         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19917 2013-12-16  Will Newton  <will.newton@linaro.org>
19919         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
19920         (Aligned Memory Blocks): Add documentation for aligned_alloc
19921         and suggest it as an alternative to posix_memalign.
19922         (Hooks for Malloc): Document __memalign_hook is also called
19923         for aligned_alloc.  (Summary of Malloc): Add summary for
19924         aligned alloc.  Document __memalign_hook is also called
19925         for aligned_alloc.
19927 2013-12-16  Will Newton  <will.newton@linaro.org>
19929         * manual/memory.texi (Malloc Examples): Clarify default
19930         alignment documentation.  Suggest posix_memalign rather
19931         than memalign or valloc.
19932         (Aligned Memory Blocks): Remove suggestion to use memalign
19933         or valloc.  Remove obsolete comment about BSD.
19934         Document memalign errno values and mark the function obsolete.
19935         Document posix_memalign returned error codes.  Mark valloc
19936         as obsolete.  (Hooks for Malloc): __memalign_hook is also
19937         called for posix_memalign and valloc.
19938         (Summary of Malloc): Add posix_memalign to function summary.
19939         __memalign_hook is also called for posix_memalign and valloc.
19941 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
19943         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
19944         TAYLOR_SIN.
19945         (__sin): Adjust.
19946         (__cos): Likewise.
19947         (sloww): Use mynumber union.  Expand ternary operator into
19948         if-else statements.
19949         (cslow): use mynumber union.
19951 2013-12-16  Allan McRae  <allan@archlinux.org>
19953         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
19954         * configure: Regenerated.
19956         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
19958         [BZ #14120]
19959         * configure.ac: Added --enable-maintainer-mode. Check for
19960         autoconf when enabled.
19961         * configure: Regenerated.
19963         * nscd/nscd.service: New file.
19964         * nscd/nscd.tmpfiles: New file.
19966 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
19968         [BZ #12100]
19969         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
19970         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
19971         * sysdeps/x86_64/multiarch/strstr.c: ... here.
19972         (strstr): Add __strstr_sse2_unaligned ifunc.
19973         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
19974         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
19975         (strcasestr): Remove __strcasestr_sse42 ifunc.
19976         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
19977         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
19978         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
19980 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19982         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
19983         * sysdeps/sh/bits/fenv.h: ... here.
19984         * sysdeps/sh/sh4/fpu/bits: Remove directory.
19986 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19988         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
19990         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
19991         hypotf multiarch implementations.
19992         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
19993         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
19994         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
19995         multiarch hypot for PPC64.
19996         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
19997         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
19998         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
19999         multiarch hypotf for PPC64.
20001         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
20002         modff multiarch implementations.
20003         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
20004         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
20005         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
20006         multiarch modf for PPC64.
20007         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
20008         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
20009         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
20010         multiarch modff for PPC64.
20012         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
20013         and logl multiarch implementations.
20014         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
20015         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
20016         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
20017         multiarch logb for PPC64.
20018         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
20019         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
20020         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
20021         multiarch logb for PPC64.
20022         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
20023         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
20024         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
20025         multiarch logb for PPC64.
20027         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
20028         isinff multiarch implementation.
20029         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
20030         file.
20031         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
20032         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
20033         multiarch isinf for PPC64.
20034         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
20035         file.
20036         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
20037         multiarch isinff for PPC64.
20039         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
20040         finitef multiarch implementation.
20041         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
20042         file.
20043         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
20044         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
20045         multiarch finite for PPC64.
20046         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
20047         file.
20048         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
20049         multiarch finitef for PPC64.
20051         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
20052         lrint multiarch implementation.
20053         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
20054         file.
20055         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
20056         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
20057         multiarch llrint for PPC64.
20058         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
20059         multiarch lrint for PPC64.
20061         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
20062         copysignf multiarch implementation.
20063         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
20064         file.
20065         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
20066         file.
20067         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
20068         multiarch copysign for PPC64.
20069         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
20070         multiarch copysignf for PPC64.
20072         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
20073         multiarch implementation.
20074         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
20075         file.
20076         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
20077         file.
20078         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
20079         file.
20080         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
20081         file.
20082         multiarch llround for PPC64.
20083         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
20084         multiarch trunc for PPC64.
20085         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
20086         multiarch truncf for PPC64.
20088         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
20089         multiarch implementation.
20090         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
20091         file.
20092         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
20093         file.
20094         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
20095         file.
20096         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
20097         file.
20098         multiarch llround for PPC64.
20099         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
20100         multiarch round for PPC64.
20101         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
20102         multiarch roundf for PPC64.
20104         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
20105         multiarch implementation.
20106         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
20107         file.
20108         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
20109         file.
20110         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
20111         file.
20112         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
20113         file.
20114         multiarch llround for PPC64.
20115         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
20116         multiarch floor for PPC64.
20117         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
20118         multiarch floorf for PPC64.
20120         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
20121         multiarch implementation.
20122         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
20123         file.
20124         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
20125         file.
20126         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
20127         file.
20128         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
20129         file.
20130         multiarch llround for PPC64.
20131         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
20132         multiarch ceil for PPC64.
20133         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
20134         multiarch ceilf for PPC64.
20136         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
20137         multiarch implementation.
20138         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
20139         file.
20140         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
20141         file.
20142         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
20143         file.
20144         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
20145         multiarch llround for PPC64.
20146         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
20147         multiarch lround for PPC64.
20149         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
20150         multiarch implementation.
20151         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
20152         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
20153         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
20154         file.
20155         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
20156         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
20157         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
20158         multiarch isnan for PPC64.
20159         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
20160         multiarch isnanf for PPC64.
20162         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
20163         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
20164         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
20165         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
20166         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
20167         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
20169         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
20170         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
20171         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
20172         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
20174         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
20175         multiarch implementations.
20176         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20177         (__libc_ifunc_impl_list): Likewise.
20178         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
20179         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
20180         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
20181         multiarch stpcpy for PPC64.
20183         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
20184         multiarch implementations.
20185         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20186         (__libc_ifunc_impl_list): Likewise.
20187         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
20188         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
20189         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
20190         multiarch strcpy for PPC64.
20192         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
20193         redefine function name.
20194         (_wordcopy_fwd_dest_aligned): Likewise.
20195         (_wordcopy_bwd_aligned): Likewise.
20196         (_wordcopy_bwd_dest_aligned): Likewise.
20197         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
20198         multiarch implementations.
20199         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20200         (__libc_ifunc_impl_list): Likewise.
20201         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
20202         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
20203         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
20204         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
20205         multiarch wcscpy for PPC64.
20207         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
20208         multiarch implementations.
20209         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20210         (__libc_ifunc_impl_list): Likewise.
20211         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
20212         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
20213         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
20214         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
20215         multiarch wcscpy for PPC64.
20217         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
20218         multiarch implementations.
20219         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20220         (__libc_ifunc_impl_list): Likewise.
20221         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
20222         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
20223         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
20224         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
20225         multiarch wcsrchr for PPC64.
20227         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
20228         multiarch implementations.
20229         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20230         (__libc_ifunc_impl_list): Likewise.
20231         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
20232         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
20233         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
20234         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
20235         multiarch wcschr for PPC64.
20237         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
20238         multiarch implementations.
20239         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20240         (__libc_ifunc_impl_list): Likewise.
20241         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
20242         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
20243         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
20244         multiarch strchrnul for PPC64.
20246         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
20247         implementations.
20248         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20249         (__libc_ifunc_impl_list): Likewise.
20250         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
20251         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
20252         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
20253         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
20254         strchr for PPC64.
20256         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
20257         implementations.
20258         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20259         (__libc_ifunc_impl_list): Likewise.
20260         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
20261         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
20262         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
20263         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
20264         strncmp for PPC64.
20266         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
20267         multiarch implementations.
20268         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20269         (__libc_ifunc_impl_list): Likewise.
20270         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
20271         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
20272         strncasecmp for PPC64.
20273         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
20274         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
20275         multiarch strncasecmp_l for PPC64.
20277         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
20278         multiarch implementations.
20279         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
20280         (__libc_ifunc_impl_list): Likewise.
20281         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
20282         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
20283         multiarch strcasecmp for PPC64.
20284         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
20285         file.
20286         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
20287         multiarch strcasecmp_l for PPC64.
20289         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
20290         implementations.
20291         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20292         (__libc_ifunc_impl_list): Likewise.
20293         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
20294         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
20295         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
20296         strnlen for PPC64.
20298         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
20299         implementations.
20300         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20301         (__libc_ifunc_impl_list): Likewise.
20302         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
20303         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
20304         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
20305         strlen for PPC64.
20307         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
20308         implementations.
20309         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20310         (__libc_ifunc_impl_list): Likewise.
20311         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
20312         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
20313         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
20314         rawmemrchr for PPC64.
20316         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
20317         implementation.
20318         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20319         (__libc_ifunc_impl_list): Likewise.
20320         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
20321         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
20322         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
20323         memrchr for PPC64.
20325         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
20326         implementation.
20327         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20328         (__libc_ifunc_impl_list): Likewise.
20329         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
20330         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
20331         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
20332         memchr for PPC64.
20334         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
20335         implementation.
20336         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20337         (__libc_ifunc_impl_list): Likewise.
20338         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
20339         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
20340         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
20341         mempcpy for PPC64.
20343         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
20344         avoid cretion of __bzero symbol.
20345         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
20346         Likewise.
20347         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
20348         Likewise.
20349         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
20350         Likewise.
20351         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
20352         multiarch implementations.
20353         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20354         (__libc_ifunc_impl_list): Likewise.
20355         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
20356         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
20357         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
20358         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
20359         bzero for PPC32.
20360         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
20361         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
20362         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
20363         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
20364         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
20365         memset for PPC64.
20366         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
20368         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
20369         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
20370         implementations.
20371         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20372         (__libc_ifunc_impl_list): Likewise.
20373         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
20374         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
20375         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
20376         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
20377         memcmp for PPC64.
20379         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
20380         multiarch for POWER/PPC64.
20381         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
20382         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
20383         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
20384         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
20385         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
20386         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
20387         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
20388         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
20389         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
20390         memcpy for PPC64.
20392         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
20393         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
20394         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
20395         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
20396         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
20397         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
20398         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
20399         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
20400         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
20401         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
20402         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
20403         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
20404         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
20405         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
20406         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
20407         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
20408         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
20409         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
20410         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
20411         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
20412         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
20413         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
20415 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20417         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
20419 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
20421         * benchtests/Makefile (bench): Add exp2 and log2.
20422         (LDLIBS-bench-exp2): Add -lm.
20423         (LDLIBS-bench-log2): Likewise.
20424         * benchtests/exp2-inputs: New inputs file.
20425         * benchtests/log2-inputs: New inputs file.
20426         * benchtests/log-inputs: Add new inputs.
20427         * benchtests/tan-inputs: Likewise.
20429 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20431         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
20432         definition...
20433         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
20434         (csloww2): ... from here.
20436         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
20437         instead of structures.
20438         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
20439         (POLYNOMIAL): Likewise.
20440         (TAYLOR_SLOW): Likewise.
20441         (__sin): Likewise.
20442         (__cos): Likewise.
20443         (slow1): Likewise.
20444         (slow2): Likewise.
20445         (sloww): Likewise.
20446         (sloww1); Likewise.
20447         (sloww2): Likewise.
20448         (bsloww1): Likewise.
20449         (bsloww2): Likewise.
20450         (cslow2): Likewise.
20451         (csloww): Likewise.
20452         (csloww1): Likewise.
20453         (csloww2): Likewise.
20455 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
20457         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
20458         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
20459         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
20460         * malloc/hooks.c (realloc_check): Likewise.
20462         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
20463         * malloc/arena.c: Remove PER_THREAD conditional.
20464         [!PER_THREAD]: Remove code.
20465         (ptmalloc_unlock_all2): Likewise.
20466         (ptmalloc_init): Likewise.
20467         (_int_new_arena): Likewise.
20468         (arena_get2): Likewise.
20469         * malloc/hooks.c (__malloc_get_state): Likewise.
20470         (__malloc_set_state): Likewise.
20471         * malloc/malloc.c: Likewise.
20472         (struct malloc_state): Likewise.
20473         (struct malloc_par): Likewise.
20474         (__libc_realloc): Likewise.
20475         (__libc_mallopt): Likewise.
20477 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20479         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
20481 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
20483         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
20484         macro to a function.  Check for zero perturb_byte.
20485         (_int_malloc, _int_free): Remove zero perturb_byte checks.
20487         * malloc/malloc.c: (force_reg): Remove.
20488         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
20489         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
20490         force_reg by atomic_forced_read.
20491         * malloc/arena.c (ptmalloc_init): Likewise.
20492         * malloc/hooks.c (top_check): Likewise.
20494 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20496         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20498 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
20500         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
20502 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
20504         * math/auto-libm-test-in: Add tests of lgamma.
20505         * math/auto-libm-test-out: Regenerated.
20506         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
20507         (M_LOG_2_SQRT_PIl): Likewise.
20508         (lgamma_test_data): Use AUTO_TESTS_f_f1.
20509         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20510         mpfr_f_f1.
20511         (func_calc_desc): Add mpfr_f_f1 union field.
20512         (ARGS1): New macro.
20513         (ARGS2): Likewise.
20514         (ARGS3): Likewise.
20515         (ARGS4): Likewise.
20516         (RET1): Likewise.
20517         (RET2): Likewise.
20518         (CALC): Likewise.
20519         (FUNC): Likewise.
20520         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
20521         (test_functions): Add lgamma.
20522         (calc_generic_results): Handle mpfr_f_f1.
20523         * sysdeps/i386/fpu/libm-test-ulps: Update.
20524         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20526 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20528         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
20529         __mpn_add_n for PowerPC64/POWER7.
20530         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
20531         __mpn_sub_n for PowerPC64/POWER7.
20533         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
20534         __mpn_addmul_1 for PowerPC64.
20535         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
20536         __mpn_submul_1 for PowerPC64.
20537         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
20538         for PowerPC64.
20539         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
20540         for PowerPC64.
20542 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
20544         [BZ #15089]
20545         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
20547 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20549         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
20551         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
20552         add multiarch folders.
20553         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
20554         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
20555         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
20556         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
20557         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
20558         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
20559         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
20560         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
20561         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
20562         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
20563         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
20564         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
20565         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
20566         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
20567         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
20568         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
20569         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
20571         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
20572         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
20573         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
20574         New file.
20575         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
20576         New file.
20577         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
20578         multiarch __ieee754_hypot for PowerPC32.
20579         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
20580         New file.
20581         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
20582         New file.
20583         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
20584         multiarch __ieee754_hypotf for PowerPC32.
20586         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
20587         long_double_symbol only if __logbl is defined.
20588         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
20589         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
20590         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
20591         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
20592         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
20593         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
20594         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
20595         path for implementation.
20596         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
20597         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
20598         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
20599         logb, and logbl multiarch implementations for PowerPC32.
20600         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
20601         file.
20602         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
20603         file.
20604         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
20605         multiarch logb for PowerPC32.
20606         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
20607         file.
20608         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
20609         file.
20610         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
20611         multiarch logbf for PowerPC32.
20612         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
20613         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
20614         file.
20615         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
20616         multiarch logbl implementation for PowerPC32.
20618         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
20619         and modff multiarch implementations.
20620         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
20621         New file.
20622         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
20623         New file.
20624         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
20625         multiarch modf for PowerPC32.
20626         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
20627         New file.
20628         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
20629         New file.
20630         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
20631         multiarch modff for PowerPC32.
20633         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
20634         and lrintf multiarch implementations.
20635         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
20636         New file.
20637         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
20638         New file.
20639         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
20640         multiarch lrint for PowerPC32.
20641         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
20642         file: multiarch lrintf for PowerPC32.
20644         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
20645         and lroundf multiarch implementations.
20646         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
20647         New file.
20648         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
20649         New file.
20650         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
20651         New file.
20652         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
20653         multiarch lround for PowerPC32.
20654         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
20655         file: multiarch lroundf for PowerPC32.
20657         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
20658         copysign and copysignf multiarch implementations.
20659         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
20660         New file.
20661         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
20662         New file.
20663         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
20664         file: multiarch copysign for PowerPC32.
20665         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
20666         file: multiarch copysignf for PowerPC32.
20668         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
20669         and truncf multiarch implementations.
20670         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
20671         New file.
20672         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
20673         file.
20674         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
20675         multiarch trunc for PowerPC32.
20676         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
20677         New file.
20678         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
20679         New file.
20680         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
20681         multiarch truncf for PowerPC32.
20683         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
20684         and roundf multiarch implementations.
20685         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
20686         New file.
20687         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
20688         file.
20689         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
20690         multiarch round for PowerPC32.
20691         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
20692         New file.
20693         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
20694         New file.
20695         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
20696         multiarch roundf for PowerPC32.
20698         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
20699         and floorf multiarch implementations.
20700         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
20701         New file.
20702         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
20703         file.
20704         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
20705         multiarch floor for PowerPC32.
20706         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
20707         New file.
20708         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
20709         New file.
20710         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
20711         multiarch floorf for PowerPC32.
20713         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
20714         and ceilf multiarch implementations.
20715         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
20716         New file.
20717         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
20718         file.
20719         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
20720         multiarch ceil for PowerPC32.
20721         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
20722         New file.
20723         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
20724         file.
20725         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
20726         multiarch ceilf for PowerPC32.
20728         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
20729         is defined.
20730         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
20731         FINITEF is defined.
20732         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
20733         and finitef multiarch implementations.
20734         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
20735         New file.
20736         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
20737         file.
20738         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
20739         multiarch finite for PowerPC32.
20740         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
20741         New file.
20742         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
20743         file: multiarch finitef for PowerPC32.
20745         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
20746         and isinff multiarch implementations.
20747         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
20748         file.
20749         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
20750         file.
20751         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
20752         multiarch isinf for PowerPC32.
20753         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
20754         New file.
20755         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
20756         multiarch isinff for PowerPC32.
20758         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
20759         alias when __isnan is defined.
20760         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
20761         and isnanf multiarch implementations.
20762         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
20763         file.
20764         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
20765         file.
20766         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
20767         file.
20768         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
20769         file.
20770         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
20771         multiarch isnan for PowerPC32.
20772         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
20773         New file.
20774         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
20775         New file.
20776         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
20777         multiarch isnanf for PowerPC32.
20779         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
20780         and sqrtf multiarch implementations.
20781         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
20782         file.
20783         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
20784         file.
20785         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
20786         multiarch sqrt for PowerPC32.
20787         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
20788         file.
20789         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
20790         file.
20791         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
20792         multiarch sqrtf for PowerPC32.
20794         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
20795         and llroundf multiarch implementations.
20796         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
20797         New file.
20798         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
20799         New file.
20800         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
20801         New file.
20802         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
20803         file: multiarch llround for PowerPC32.
20804         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
20805         file: multiarch llroundf for PowerPC32.
20807         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
20808         multiarch PowerPC32 fpu implementations.
20809         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
20810         New file.
20811         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
20812         New file.
20813         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
20814         multiarch llrint for PowerPC32.
20815         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
20816         New file.
20817         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
20818         New file.
20819         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
20820         file.
20822         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
20824         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
20825         file.
20826         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
20827         file.
20828         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
20829         file.
20830         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
20831         multiarch wordcopy for PPC32.
20832         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
20833         wordcopy objects.
20834         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20835         (__libc_ifunc_impl_list): Likewise.
20836         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
20837         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
20838         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
20839         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
20840         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
20841         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
20843         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
20844         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
20845         file.
20846         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
20847         file.
20848         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
20849         file.
20850         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
20851         multiarch wcscpy for PPC32.
20852         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
20853         multiarch objects.
20854         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20855         (__libc_ifunc_impl_list): Likewise.
20856         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
20857         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
20858         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
20859         sysdeps/powerpc/power6/wcscpy.c.
20861         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
20862         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
20863         file.
20864         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
20865         file.
20866         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
20867         file.
20868         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
20869         multiarch wcsrchr for PPC32.
20870         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
20871         multiarch objects.
20872         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20873         (__libc_ifunc_impl_list): Likewise.
20874         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
20875         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
20876         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
20877         sysdeps/powerpc/power6/wcsrchr.c.
20879         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
20880         file.
20881         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
20882         file.
20883         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
20884         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
20885         multiarch wcschr for PPc32.
20886         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
20887         multiarch objects.
20888         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20889         (__libc_ifunc_impl_list): Likewise.
20890         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
20891         * sysdeps/powerpc/power6/wcschr.c: ... to here.
20892         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
20893         sysdeps/powerpc/power6/wcschr.c.
20895         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
20896         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
20897         file.
20898         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
20899         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
20900         file: multiarch strchr for PPC32.
20901         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
20902         multiarch objects.
20903         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20904         (__libc_ifunc_impl_list): Likewise.
20906         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
20907         name.
20908         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
20909         file.
20910         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
20911         file.
20912         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
20913         multiarch strchrnul for PPC32.
20914         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
20915         multiarch objects.
20916         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20917         (__libc_ifunc_impl_list): Likewise.
20919         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
20920         file.
20921         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
20922         multiarch strncasecmp for PPC32.
20923         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
20924         file.
20925         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
20926         multiarch strncasecmp_l for PPC32.
20927         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
20928         strncasecmp multiarch objects.
20929         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20930         (__libc_ifunc_impl_list): Likewise.
20932         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
20933         file.
20934         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
20935         multiarch strncasecmp for PPC32.
20936         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
20937         New file.
20938         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
20939         multiarch strcasecmp_l for PPC32.
20940         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
20941         multiarch objects.
20942         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20943         (__libc_ifunc_impl_list): Likewise.
20945         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
20946         file.
20947         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
20948         file.
20949         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
20950         multiarch strncmp for PPC32.
20951         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
20952         multiarch objects.
20953         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20954         (__libc_ifunc_impl_list): Likewise.
20956         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
20957         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
20958         file.
20959         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
20960         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
20961         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
20962         multiarch objects.
20963         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20964         (__libc_ifunc_impl_list): Likewise.
20966         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
20967         file.
20968         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
20969         file.
20970         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
20971         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
20972         multiarch objects.
20973         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20974         (__libc_ifunc_impl_list): Likewise.
20976         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
20977         file.
20978         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
20979         file.
20980         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
20981         multiarch rawmemchr for PPC32.
20982         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
20983         multiarch objects.
20984         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20985         (__libc_ifunc_impl_list): Likewise.
20987         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
20988         file.
20989         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
20990         file.
20991         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
20992         file: memrchr multiarch for PPC32.
20993         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
20994         multiarch objects.
20995         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20996         (__libc_ifunc_impl_list): Likewise.
20998         * string/memchr.c (__memchr): Using macro to redefine symbol name.
20999         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
21000         file.
21001         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
21002         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
21003         multiarch memchr for PPC32.
21004         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
21005         multiarch objects.
21006         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21007         (__libc_ifunc_impl_list): Likewise.
21009         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
21010         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
21011         file.
21012         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
21013         file.
21014         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
21015         file: multiarch mempcpy for PPC32.
21016         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
21017         multiarch objects.
21018         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21019         (__libc_ifunc_impl_list): Likewise.
21021         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
21022         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
21023         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
21024         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
21025         multiarch bzero for PPC32.
21026         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
21027         file.
21028         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
21029         file.
21030         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
21031         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
21032         file: multiarch memset for PPC32.
21033         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
21034         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
21035         memset multiarch objects.
21036         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21037         (__libc_ifunc_impl_list): Likewise.
21039         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
21040         file.
21041         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
21042         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
21043         memcmp for PPC32.
21044         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
21045         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
21046         multiarch objects.
21047         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21048         (__libc_ifunc_impl_list): Likewise.
21050         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
21051         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
21052         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
21053         file.
21054         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
21055         file.
21056         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
21057         file.
21058         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
21059         multiarch memcpy for PPC32.
21060         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
21061         multiarch objects.
21062         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21063         (__libc_ifunc_impl_list): Likewise.
21065         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
21066         support multiarch for POWER/PPC32.
21067         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
21068         Likewise.
21069         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
21070         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
21071         Implies file to make multiarch folder appers before the fpu and
21072         default folder for power4 configuration.
21074 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
21076         * scripts/bench.pl: Append volatile keyword to type.
21078 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21080         * sysdeps/sh/sotruss-lib.c: New file.
21081         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
21083 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21085         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21087 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
21089         [BZ #6810]
21090         * math/w_tgamma.c: Include <errno.h>.
21091         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
21092         * math/w_tgammaf.c: Include <errno.h>.
21093         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
21094         * math/w_tgammal.c: Include <errno.h>.
21095         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
21096         * math/auto-libm-test-in: Do not allow missing errno on tgamma
21097         underflow.  Add more tgamma tests.
21098         * math/auto-libm-test-out: Regenerated.
21099         * sysdeps/i386/fpu/libm-test-ulps: Update.
21100         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21102         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
21103         sin, sinh, tan, tanh, tgamma, y0 and y1.
21104         * math/auto-libm-test-out: Regenerated.
21105         * math/libm-test.inc (TEST_COND_x86_64): New macro.
21106         (TEST_COND_x86): Likewise.
21107         (M_E2l): Remove macro.
21108         (M_E3l): Likewise.
21109         (M_2_SQRT_PIl): Likewise.
21110         (M_SQRT_PIl): Likewise.
21111         (M_1_DIV_El): Likewise.
21112         (log_test_data): Use AUTO_TESTS_f_f.
21113         (log10_test_data): Likewise.
21114         (log1p_test_data): Likewise.
21115         (log2_test_data): Likewise.
21116         (sin_test_data): Likewise.
21117         (sin_tonearest_test_data): Likewise.
21118         (sin_towardzero_test_data): Likewise.
21119         (sin_downward_test_data): Likewise.
21120         (sin_upward_test_data): Likewise.
21121         (sinh_test_data): Likewise.
21122         (sinh_tonearest_test_data): Likewise.
21123         (sinh_towardzero_test_data): Likewise.
21124         (sinh_downward_test_data): Likewise.
21125         (sinh_upward_test_data): Likewise.
21126         (tan_test_data): Likewise.
21127         (tan_tonearest_test_data): Likewise.
21128         (tan_towardzero_test_data): Likewise.
21129         (tan_downward_test_data): Likewise.
21130         (tan_upward_test_data): Likewise.
21131         (tanh_test_data): Likewise.
21132         (tgamma_test_data): Likewise.
21133         (y0_test_data): Likewise.
21134         (y1_test_data): Likewise.
21135         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
21136         (special_real_inputs): Add pi/4.
21137         * sysdeps/i386/fpu/libm-test-ulps: Update.
21138         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21140 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21142         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
21143         "longjmp_target" static probes.
21144         (__longjmp): Rename to __longjmp_symbol.
21145         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
21146         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
21147         on which longjmp to generate.
21148         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
21149         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
21150         probe.
21151         (__sigsetjmp): Rename to __sigsetjmp_symbol.
21152         (__sigjmp_save): Rename to __sigjmp_save_symbol.
21153         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
21154         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
21155         and __sigjmp_save_symbol based on which sigsetjmp to generated.
21156         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
21157         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
21158         __longjmp_symbol based on which __longjmp to generate.
21159         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
21160         probe.
21161         (setjmp): Rename to setjmp_symbol.
21162         (__sigsetjmp): Rename to __sigsetjmp_symbol.
21163         (_setjmp): Rename to _setjmp_symbol.
21164         (__sigsetjmp): Rename to __sigsetjmp_symbol.
21165         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
21166         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
21167         which setjmp to generate.
21168         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
21169         "longjmp_target" static probes.
21171 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
21173         * benchtests/README: Add note about output arguments.
21174         * benchtests/bench-sincos.c: Remove file.
21175         * benchtests/sincos-inputs: New file.
21176         * scripts/bench.pl: Identify output arguments and define
21177         static variables for them.
21179         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
21181         [BZ #15941]
21182         * Makefile (INSTALL): Add install-plain.texi as the primary
21183         dependency.
21184         * manual/install-plain.texi: New file.
21185         * manual/install.texi: Include node directive only for
21186         non-plaintext output.
21188 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
21190         * stdlib/longlong.h: Update from GCC.
21192         [BZ #6807]
21193         [BZ #15901]
21194         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
21195         * math/w_j0f.c (y0f): Likewise.
21196         * math/w_j0l.c (__y0l): Likewise.
21197         * math/w_j1.c (y1): Likewise.
21198         * math/w_j1f.c (y1f): Likewise.
21199         * math/w_j1l.c (__y1l): Likewise
21200         * math/w_jn.c (yn): Likewise.
21201         * math/w_jnf.c (ynf): Likewise.
21202         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
21203         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
21204         value for Bessel function domain errors outside _SVID_ mode.
21205         Adjust sign of return value for yn (negative integer, 0).
21206         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
21207         by zero in return for negative x and set sign appropriately for
21208         negative n.
21209         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
21210         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
21211         * math/libm-test.inc (y0_test_data): Add more tests and adjust
21212         expectations in error cases.
21213         (y1_test_data): Likewise.
21214         (yn_test_data): Likewise.
21215         * sysdeps/i386/fpu/libm-test-ulps: Update.
21216         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21218 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21220         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
21221         "64" to "64-v1".  Add "64-v2".
21222         (abi-64-options): Rename to ...
21223         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
21224         (abi-64-condition): Rename to ...
21225         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
21226         (abi-64-ld-soname): Rename to ...
21227         (abi-64-v1-ld-soname): ... this.
21228         (abi-64-v2-options): Define.
21229         (abi-64-v2-condition): Likewise.
21230         (abi-64-v2-ld-soname): Likewise.
21231         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
21232         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
21233         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
21234         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
21235         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
21237 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21238             Alan Modra  <amodra@gmail.com>
21240         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
21241         New versions for use with the ELFv2 ABI.
21242         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
21243         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
21244         declaration.
21245         (struct La_ppc64v2_retval): Likewise.
21246         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
21247         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
21248         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
21249         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
21250         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
21251         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
21252         Do not save or restore CR.
21253         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
21254         (_dl_profile_resolve): Do no save or restore CR.  Support extended
21255         return values for ELFv2 ABI.  Fix location of FPR return registers.
21256         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
21257         updated values for _CALL_ELF == 2.
21258         (La_regs, La_retval, int_retval): Likewise.
21260 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21262         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
21263         (FRAME_MIN_SIZE_PARM): Likewise.
21264         (FRAME_BACKCHAIN): Likewise.
21265         (FRAME_CR_SAVE): Likewise.
21266         (FRAME_LR_SAVE): Likewise.
21267         (FRAME_TOC_SAVE): Likewise.
21268         (FRAME_PARM_SAVE): Likewise.
21269         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
21270         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
21271         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
21272         (call_mcount_parm_offset): New macro.
21273         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
21274         (PROF): Use symbolic stack frame offsets.
21275         (TAIL_CALL_SYSCALL_ERROR): Likewise.
21276         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
21277         Redefine in terms of FRAME_MIN_SIZE.
21278         (_dl_runtime_resolve): Use symbolic stack frame offsets.
21279         (_dl_profile_resolve): Likewise.  Update comment.
21280         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
21281         symbols stack frame offsets.
21282         (__sigsetjmp): Likewise.
21283         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
21284         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
21285         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
21286         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
21288         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
21289         (FRAME_BACKCHAIN): Remove.
21290         (FRAME_CR_SAVE): Likewise.
21291         (FRAME_LR_SAVE): Likewise.
21292         (FRAME_COMPILER_DW): Likewise.
21293         (FRAME_LINKER_DW): Likewise.
21294         (FRAME_TOC_SAVE): Likewise.
21295         (FRAME_PARM_SAVE): Likewise.
21296         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
21297         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
21298         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
21299         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
21300         (CHECK_SP): Use symbolic stack frame offsets.
21301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
21302         zone" instead of caller's parameter save area for temp storage.
21303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
21304         Likewise.  Also, use symbolic stack frame offsets.
21305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
21306         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
21307         our own stack frame instead of the caller's.
21308         (__socket): Use symbolic stack frame offsets.
21310 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21311             Alan Modra  <amodra@gmail.com>
21313         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
21314         Define.
21315         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
21316         (PPC64_LOCAL_ENTRY_OFFSET): Define.
21317         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
21318         New function.
21319         (elf_machine_fixup_plt): Call it.
21320         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
21321         reloc arguments.
21322         (elf_machine_rela): Update call to elf_machine_plt_conflict.
21323         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
21324         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
21325         r2 before calling target.
21327 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21328             Alan Modra  <amodra@gmail.com>
21330         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
21331         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
21332         versions of macros to support ELFv2 ABI.
21333         (LOCALENTRY): New macro.
21334         (ENTRY, EALIGN): Use it.
21335         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
21336         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
21337         fall through into ENTRY entry point.
21338         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
21339         Only define if _CALL_ELF != 2.
21341         (elf_machine_matches_host): Verify ABI version matches.
21342         (RTLD_START): Use LOCALENTRY.
21343         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
21344         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
21345         (PLT_ENTRY_WORDS): New macro.
21346         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
21347         (elf_machine_runtime_setup): Support ELFv2 ABI.
21348         (elf_machine_fixup_plt): Likewise.
21349         (elf_machine_plt_conflict): Likewise.
21350         (resolve_ifunc): Likewise.
21351         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
21352         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
21353         Likewise.
21354         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
21355         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
21356         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
21357         (makecontext): Support ELFv2 ABI.
21358         * elf/elf.h (EF_PPC64_ABI): Define.
21360 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21362         * sysdeps/powerpc/powerpc64/sysdep.h
21363         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
21364         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
21365         (ENTRY) [ASSEMBLER]: ... but instead here ...
21366         (EALIGN) [ASSEMBLER]: ... and here.
21367         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
21368         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
21369         (ENTRY_2) [!ASSEMBLER]: Use it.
21370         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
21371         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
21372         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
21373         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
21374         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
21375         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
21376         Use PPC64_LOAD_FUNCPTR.
21378         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
21380 2013-12-04  Alan Modra  <amodra@gmail.com>
21382         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
21383         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
21384         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
21385         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
21387         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
21388         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
21389         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
21390         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
21391         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
21392         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
21394 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21396         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
21397         (__makecontext): Fix incorrect CFI when backtracing out of
21398         context created via makecontext.
21399         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
21400         (__setcontext): Fix incorrect CFI during switch to new context.
21401         (__novec_setcontext): Likewise.
21403 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
21405         [BZ #4772]
21406         * time/strptime_l.c (__strptime_internal): Allow modifiers
21407         in strptime.
21408         * time/tst-strptime.c (day_tests): Add testcase.
21410 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
21412         * scripts/bench.pl: Skip over blank lines.
21414 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21416         [BZ #926]
21417         * manual/time.texi (Calendar Time): Clarify what timezone functions
21418         use.
21420 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21422         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21424 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
21426         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
21427         implementation.
21428         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
21429         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
21430         * debug/memset_chk.c (__memset_chk): Likewise.
21431         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
21432         * debug/strncpy_chk.c: Likewise.
21434 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
21436         [BZ #15268]
21437         [BZ #15425]
21438         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
21439         (__ieee754_exp): For possibly underflowing results, check size of
21440         result and force underflow exception if required.
21441         * math/auto-libm-test-in: Add more tests of exp.
21442         * math/auto-libm-test-out: Regenerated.
21443         * sysdeps/i386/fpu/libm-test-ulps: Update.
21444         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21446         [BZ #16283]
21447         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
21448         * math/w_exp2f.c (__exp2f): Likewise.
21449         * math/w_exp2l.c (__exp2l): Likewise.
21450         * math/auto-libm-test-in: Do not allow missing errno on exp2
21451         underflow.
21452         * math/auto-libm-test-out: Regenerated.
21454 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
21456         [BZ #16274]
21457         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
21458         handle filename validation.
21459         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
21460         (do_open): Delete.
21462 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
21464         [BZ #6786]
21465         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
21466         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
21467         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
21468         <float.h>.
21469         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
21470         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
21471         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21472         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
21473         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21474         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
21475         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21476         * math/auto-libm-test-in: Don't allow missing errno from erfc.
21477         Add more erfc tests.
21478         * math/auto-libm-test-out: Regenerated.
21479         * sysdeps/i386/fpu/libm-test-ulps: Update.
21480         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21482         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
21483         exp2, expm1, j0 and j1.
21484         * math/auto-libm-test-out: Regenerated.
21485         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
21486         (erfc_test_data): Likewise.
21487         (exp_test_data): Likewise.
21488         (exp_tonearest_test_data): Likewise.
21489         (exp_towardzero_test_data): Likewise.
21490         (exp_downward_test_data): Likewise.
21491         (exp_upward_test_data): Likewise.
21492         (exp10_test_data): Likewise.
21493         (exp2_test_data): Likewise.
21494         (expm1_test_data): Likewise.
21495         (j0_test_data): Likewise.
21496         (j1_test_data): Likewise.
21497         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
21498         (input_flag_type): Add flag_xfail_rounding.
21499         (input_flags): Add xfail-rounding.
21500         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
21501         (output_for_one_input_case): Handle flag_xfail_rounding.
21502         * sysdeps/i386/fpu/libm-test-ulps: Update.
21503         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21505 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
21507         [BZ #16289]
21508         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
21509         division by 0.
21511 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
21513         [BZ #16195]
21514         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
21515         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
21516         (STAP_PROBE0): New macro.
21517         (STAP_PROBE1): Likewise.
21518         (STAP_PROBE2): Likewise.
21519         (STAP_PROBE3): Likewise.
21520         (STAP_PROBE4): Likewise.
21522 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
21524         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
21526 2013-12-02  Steve Ellcey  <sellcey@mips.com>
21528         * benchtests/Makefile (bench): Add sqrt.
21529         (LDLIBS-bench-sqrt): New.
21530         * benchtests/sqrt-input: New.
21532 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
21534         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
21535         (GAIH_EAI): Likewise.
21536         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
21537         (gaih_inet): Likewise.
21538         (getaddrinfo): Don't use GAIH_EAI.
21540         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
21541         (struct gaih): Remove definition.
21543 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
21545         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
21546         Use HERRNOP directly.
21548 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21550         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21552 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
21554         * math/gen-auto-libm-tests.c (test_functions): Add more
21555         single-argument functions.
21556         (special_fill_pi_2): New function.
21557         (special_fill_minus_pi_2): Likewise.
21558         (special_fill_pi_6): Likewise.
21559         (special_fill_minus_pi_6): Likewise.
21560         (special_fill_pi_3): Likewise.
21561         (special_fill_2pi_3): Likewise.
21562         (special_fill_e): Likewise.
21563         (special_fill_1_e): Likewise.
21564         (special_fill_e_minus_1): Likewise.
21565         (special_real_inputs): Add more special inputs.
21566         (output_for_one_input_case): Do not require ERANGE on underflow to
21567         zero if round-to-nearest result does not underflow to zero, unless
21568         exact results required.
21569         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
21570         atan, atanh, cbrt, cos and cosh.
21571         * math/auto-libm-test-out: Regenerated.
21572         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
21573         (acos_tonearest_test_data): Likewise.
21574         (acos_towardzero_test_data): Likewise.
21575         (acos_downward_test_data): Likewise.
21576         (acos_upward_test_data): Likewise.
21577         (acosh_test_data): Likewise.
21578         (asin_test_data): Likewise.
21579         (asin_tonearest_test_data): Likewise.
21580         (asin_towardzero_test_data): Likewise.
21581         (asin_upward_test_data): Likewise.
21582         (asinh_test_data): Likewise.
21583         (atan_test_data): Likewise.
21584         (atanh_test_data): Likewise.
21585         (cbrt_test_data): Likewise.
21586         (cos_test_data): Likewise.
21587         (cos_tonearest_test_data): Likewise.
21588         (cos_towardzero_test_data): Likewise.
21589         (cos_downward_test_data): Likewise.
21590         (cos_upward_test_data): Likewise.
21591         (cosh_test_data): Likewise.
21592         (cosh_tonearest_test_data): Likewise.
21593         (cosh_towardzero_test_data): Likewise.
21594         (cosh_downward_test_data): Likewise.
21595         (cosh_upward_test_data): Likewise.
21596         * sysdeps/i386/fpu/libm-test-ulps: Update.
21597         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21599 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
21601         [BZ #6787]
21602         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
21603         * math/w_exp10f.c (__exp10f): Likewise.
21604         * math/w_exp10l.c (__exp10l): Likewise.
21605         * math/libm-test.inc (exp10_test_data): Add more tests and expect
21606         errno settings in existing tests.
21608         [BZ #14032]
21609         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
21610         precision control set to double precision.
21611         * sysdeps/i386/fpu/w_sqrt.c: New file.
21612         * math/auto-libm-test-in: Add more tests.
21613         * math/auto-libm-test-out: Update.
21615         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
21616         (sqrt_test_tonearest): New function.
21617         (sqrt_towardzero_test_data): New variable.
21618         (sqrt_test_towardzero): New function.
21619         (sqrt_downward_test_data): New variable.
21620         (sqrt_test_downward): New function.
21621         (sqrt_upward_test_data): New variable.
21622         (sqrt_test_upward): New function.
21623         (main): Call the new functions.
21625         * math/gen-auto-libm-tests.c: New file.
21626         * math/auto-libm-test-in: Likewise.
21627         * math/auto-libm-test-out: New generated file.
21628         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
21629         variables.
21630         (%beautify): Add generated representations of zero.
21631         (top level): Set $auto_input and call parse_auto_input.
21632         (beautify): Remove trailing "f" from hex float constants.
21633         (parse_args): Handle XFAIL_TEST.
21634         (convert_condition): New function.
21635         (or_value): Likewise.
21636         (or_cond_value): Likewise.
21637         (generate_testfile): Handle AUTO_TESTS_* lines.
21638         (parse_auto_input): New function.
21639         * math/libm-test.inc (XFAIL_TEST): New macro.
21640         (ERRNO_UNCHANGED): Update value.
21641         (ERRNO_EDOM): Likewise.
21642         (ERRNO_ERANGE): Likewise.
21643         (IGNORE_RESULT): Likewise.
21644         (TEST_COND_flt_32): New macro.
21645         (TEST_COND_dbl_64): Likewise.
21646         (TEST_COND_ldbl_96_intel): Likewise.
21647         (TEST_COND_ldbl_96_m68k): Likewise.
21648         (TEST_COND_ldbl_128): Likewise.
21649         (TEST_COND_ldbl_128ibm): Likewise.
21650         (TEST_COND_long32): Likewise.
21651         (TEST_COND_long64): Likewise.
21652         (TEST_COND_before_rounding): Likewise.
21653         (TEST_COND_after_rounding): Likewise.
21654         (enable_test): Handle XFAIL_TEST flag.
21655         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
21656         with finite results.
21657         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
21658         auto-libm-test-out.
21660 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
21661             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21663         [BZ #16214]
21664         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
21665         __tls_get_addr_internal instead of __tls_get_offset in order to
21666         avoid GOT pointer dependency.  Make rtld export
21667         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
21668         __tls_get_addr since we are a __tls_get_offset platform.
21669         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
21670         GOT pointer being set up before.
21671         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
21673 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
21675         * manual/math.texi (Errors in Math Functions): Document accuracy
21676         goals.
21678         [BZ #15004]
21679         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
21680         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
21681         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
21682         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
21683         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
21684         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
21685         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
21686         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
21687         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
21688         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
21689         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
21690         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
21691         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
21692         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
21693         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
21694         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
21696         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
21697         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
21698         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
21699         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
21700         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
21701         Likewise.
21702         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
21703         Likewise.
21704         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
21705         Likewise.
21706         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
21707         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
21708         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
21709         atomic-feupdateenv and flt-rounds.
21710         * sysdeps/powerpc/nofpu/Versions (libc): Add
21711         __atomic_feholdexcept, __atomic_feclearexcept,
21712         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
21713         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
21714         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
21715         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
21716         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
21717         here.
21718         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
21719         Update.
21721         * manual/arith.texi (FP Exceptions): Document that exceptions may
21722         not be raised when matherr is used.
21723         (Math Error Reporting): Document overflow in directed rounding
21724         modes.  Document that errno may not be set when finite values are
21725         returned on overflow.  Document intent to set errno on underflow
21726         only for underflow to zero.
21728         [BZ #16271]
21729         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
21730         round-to-nearest then adjust result for other rounding modes.
21731         * include/fenv.h (fegetround): Use libm_hidden_proto.
21732         * math/fegetround.c (fegetround): Use libm_hidden_def.
21733         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
21734         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
21735         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
21736         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
21737         Likewise.
21738         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
21739         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
21740         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
21741         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
21743 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21745         [BZ #16077]
21746         * nss/Versions (libnss_files): Add
21747         _nss_files_gethostbyname3_r.
21748         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
21749         New function.
21750         (HOST_DB_LOOKUP): Remove macro.
21751         (_nss_files_gethostbyname_r): Implement function without the
21752         HOST_DB_LOOKUP macro.
21753         (_nss_files_gethostbyname2_r): Likewise.
21755 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
21757         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
21759 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
21761         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
21762         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
21763         warning.
21765 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21767         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
21768         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
21769         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
21770         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
21771         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
21772         __fe_nomask_env_priv and attribute_hidden.
21773         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
21774         (libc_feupdateenv_test_ppc): Likewise.
21775         (libc_feresetround_ppc): Likewise.
21776         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21777         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
21778         compat_symbol macro.
21779         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21780         (__fe_nomask_env): Likewise.
21781         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
21783 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21785         * string/Makefile: Remove ifunc tests.
21786         * string/test-string.h: Define TEST_IFUNC.
21787         * string/test-bcopy-ifunc.c: Remove.
21788         * string/test-bzero-ifunc.c: Likewise.
21789         * string/test-memccpy-ifunc.c: Likewise.
21790         * string/test-memchr-ifunc.c: Likewise.
21791         * string/test-memcmp-ifunc.c: Likewise.
21792         * string/test-memcpy-ifunc.c: Likewise.
21793         * string/test-memmem-ifunc.c: Likewise.
21794         * string/test-memmove-ifunc.c: Likewise.
21795         * string/test-mempcpy-ifunc.c: Likewise.
21796         * string/test-memrchr-ifunc.c: Likewise.
21797         * string/test-memset-ifunc.c: Likewise.
21798         * string/test-rawmemchr-ifunc.c: Likewise.
21799         * string/test-stpcpy-ifunc.c: Likewise.
21800         * string/test-stpncpy-ifunc.c: Likewise.
21801         * string/test-strcasecmp-ifunc.c: Likewise.
21802         * string/test-strcasestr-ifunc.c: Likewise.
21803         * string/test-strcat-ifunc.c: Likewise.
21804         * string/test-strchr-ifunc.c: Likewise.
21805         * string/test-strchrnul-ifunc.c: Likewise.
21806         * string/test-strcmp-ifunc.c: Likewise.
21807         * string/test-strcpy-ifunc.c: Likewise.
21808         * string/test-strcspn-ifunc.c: Likewise.
21809         * string/test-strlen-ifunc.c: Likewise.
21810         * string/test-strncasecmp-ifunc.c: Likewise.
21811         * string/test-strncat-ifunc.c: Likewise.
21812         * string/test-strncmp-ifunc.c: Likewise.
21813         * string/test-strncpy-ifunc.c: Likewise.
21814         * string/test-strnlen-ifunc.c: Likewise.
21815         * string/test-strpbrk-ifunc.c: Likewise.
21816         * string/test-strrchr-ifunc.c: Likewise.
21817         * string/test-strspn-ifunc.c: Likewise.
21818         * string/test-strstr-ifunc.c: Likewise.
21820 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21822         * benchtests/Makefile: Remove ifunc tests.
21823         * benchtests/bench-string.h: Define TEST_IFUNC.
21824         * benchtests/bench-bcopy-ifunc.c: Remove.
21825         * benchtests/bench-bzero-ifunc.c: Likewise.
21826         * benchtests/bench-memccpy-ifunc.c: Likewise.
21827         * benchtests/bench-memchr-ifunc.c: Likewise.
21828         * benchtests/bench-memcmp-ifunc.c: Likewise.
21829         * benchtests/bench-memcpy-ifunc.c: Likewise.
21830         * benchtests/bench-memmem-ifunc.c: Likewise.
21831         * benchtests/bench-memmove-ifunc.c: Likewise.
21832         * benchtests/bench-mempcpy-ifunc.c: Likewise.
21833         * benchtests/bench-memrchr-ifunc.c: Likewise.
21834         * benchtests/bench-memset-ifunc.c: Likewise.
21835         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
21836         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
21837         * benchtests/bench-stpcpy-ifunc.c: Likewise.
21838         * benchtests/bench-stpncpy-ifunc.c: Likewise.
21839         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
21840         * benchtests/bench-strcasestr-ifunc.c: Likewise.
21841         * benchtests/bench-strcat-ifunc.c: Likewise.
21842         * benchtests/bench-strchr-ifunc.c: Likewise.
21843         * benchtests/bench-strchrnul-ifunc.c: Likewise.
21844         * benchtests/bench-strcmp-ifunc.c: Likewise.
21845         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
21846         * benchtests/bench-strcpy-ifunc.c: Likewise.
21847         * benchtests/bench-strcspn-ifunc.c: Likewise.
21848         * benchtests/bench-strlen-ifunc.c: Likewise.
21849         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
21850         * benchtests/bench-strncat-ifunc.c: Likewise.
21851         * benchtests/bench-strncmp-ifunc.c: Likewise.
21852         * benchtests/bench-strncpy-ifunc.c: Likewise.
21853         * benchtests/bench-strnlen-ifunc.c: Likewise.
21854         * benchtests/bench-strpbrk-ifunc.c: Likewise.
21855         * benchtests/bench-strrchr-ifunc.c: Likewise.
21856         * benchtests/bench-strsep-ifunc.c: Likewise.
21857         * benchtests/bench-strspn-ifunc.c: Likewise.
21858         * benchtests/bench-strstr-ifunc.c: Likewise.
21860 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21862         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
21864 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21866         * resolv/netdb.h: Use __glibc_reserved instead __unused.
21867         * rt/aio.h: Likewise.
21868         * sysdeps/gnu/bits/utmp.h: Likewise.
21869         * sysdeps/gnu/bits/utmpx.h: Likewise.
21870         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
21871         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
21872         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
21873         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
21874         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
21875         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
21876         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
21877         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
21878         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
21879         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
21880         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
21881         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
21882         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
21883         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
21884         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
21885         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
21886         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
21887         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
21888         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
21889         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
21890         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
21891         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
21892         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
21893         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
21894         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
21895         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
21896         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
21897         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
21898         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
21899         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
21900         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
21901         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
21902         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
21903         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
21904         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
21905         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
21906         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
21907         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
21908         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
21909         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
21910         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
21911         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
21913 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
21915         [BZ #16245]
21916         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
21917         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
21919 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
21921         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
21922         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
21923         Likewise.
21925 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21927         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
21928         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
21929         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
21930         (__fesetround): Remove define.
21931         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
21932         rounding and exceptions handling.
21933         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
21934         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
21935         (__fe_nomask_env): Likewise.
21936         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
21937         __fegetround instead of fegetround.
21938         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
21939         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
21941 2013-11-21  Roland McGrath  <roland@hack.frob.com>
21943         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
21944         it's there.
21946         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
21948 2013-11-21  Meador Inge  <meadori@codesourcery.com>
21950         [BZ #11157]
21951         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
21952         (encrypt_r): Likewise.
21953         * malloc/obstack.h (obstack_free): Likewise.
21954         * posix/unistd.h (encrypt): Likewise.
21956 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
21958         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
21959         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
21960         DL_CALL_DT_FINI() that call the functions directly.
21961         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
21962         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
21963         * elf/dl-fini.c: Likewise.
21965 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
21967         * malloc/hooks.c (memalign_check): Add alignment rounding.
21968         * malloc/malloc.c (_mid_memalign): New function.
21969         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
21970         Implement by calling _mid_memalign.
21971         * manual/probes.texi (Memory Allocation Probes): Remove
21972         memory_valloc_retry and memory_pvalloc_retry.
21974 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
21976         * locale/programs/locarchive.c (open_archive): Add const
21977         qualifier to ARCHIVEFNAME and copy default fname to
21978         DEFAULT_FNAME.
21980         [BZ #15601]
21981         * libio/tst-widetext.input: Rename Oriya to Odia.
21982         * locale/iso-639.def: Likewise.
21984         * manual/probes.texi (Mathematical Function Probes): Add
21985         documentation for sin, cos, asin and acos probes.
21986         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
21987         (__sin32): Add slowasin probe.
21988         (__cos32): Add slowacos probe.
21989         (__mpsin): Add slowsin probe.
21990         (__mpcos): Add slowcos probe.
21992 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
21994         [BZ #15483]
21995         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
21996         thread-local __sim_exceptions_thread and global
21997         __sim_exceptions_global.
21998         (__sim_disabled_exceptions): Change to thread-local
21999         __sim_disabled_exceptions_thread and global
22000         __sim_disabled_exceptions_global.
22001         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
22002         and global __sim_round_mode_global.
22003         (__simulate_exceptions): Use thread-local floating-point state and
22004         set global state from it as needed.
22005         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
22006         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
22007         __sim_round_mode_thread.
22008         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
22009         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
22010         and global __sim_exceptions_global.
22011         (__sim_disabled_exceptions): Change to thread-local
22012         __sim_disabled_exceptions_thread and global
22013         __sim_disabled_exceptions_global.
22014         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
22015         and global __sim_round_mode_global.
22016         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
22017         (SIM_SET_GLOBAL): Likewise.
22018         * sysdeps/powerpc/soft-fp/sfp-machine.h
22019         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
22020         __sim_round_mode_thread.
22021         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
22022         __sim_disabled_exceptions_thread.
22023         (__sim_exceptions): Change to __sim_exceptions_thread.
22024         (__sim_disabled_exceptions): Change to
22025         __sim_disabled_exceptions_thread.
22026         (__sim_round_mode): Change to __sim_round_mode_thread.
22027         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
22028         thread-local floating-point state and set global state from it as
22029         needed.
22030         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
22031         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
22032         (__sim_disabled_exceptions): Remove extern declaration.
22033         (feenableexcept): Use thread-local floating-point state and set
22034         global state from it as needed.
22035         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
22036         extern declaration.
22037         (__sim_disabled_exceptions): Likewise.
22038         (__sim_round_mode): Likewise.
22039         (__fegetenv): Use thread-local floating-point state.
22040         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
22041         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
22042         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
22043         floating-point state and set global state from it as needed.
22044         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
22045         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
22046         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
22047         Likewise.
22048         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
22049         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
22050         Likewise.
22051         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
22052         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
22053         Use __sim_round_mode_thread.
22054         * math/test-fenv-tls.c: New file.
22055         * math/Makefile (tests): Add test-fenv-tls.
22056         ($(objpfx)test-fenv-tls): Depend on
22057         $(common-objpfx)nptl/libpthread.so.
22059 2013-11-19  Andreas Schwab  <schwab@suse.de>
22061         * locale/programs/locale.c (show_info): Decode wordarray elements.
22062         * locale/categories.def (LC_MONETARY): Add element for
22063         _NL_MONETARY_CRNCYSTR.
22064         * locale/C-monetary.c (conversion_rate): New variable.
22065         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
22066         element.
22068 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
22070         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
22071         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
22073 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
22075         * elf/Makefile (tst-auxv): New test.
22076         * elf/tst-auxv.c: New
22077         * elf/rtld.c (dl_main): Adjust AT_EXECFN
22079 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
22081         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
22082         (hidden_proto): Caller changed.
22083         (hidden_tls_proto): New macro.
22084         (libc_hidden_tls_proto): Likewise.
22085         (rtld_hidden_tls_proto): Likewise.
22086         (libm_hidden_tls_proto): Likewise.
22087         (libresolv_hidden_tls_proto): Likewise.
22088         (librt_hidden_tls_proto): Likewise.
22089         (libdl_hidden_tls_proto): Likewise.
22090         (libnss_files_hidden_tls_proto): Likewise.
22091         (libnsl_hidden_tls_proto): Likewise.
22092         (libnss_nisplus_hidden_tls_proto): Likewise.
22093         (libutil_hidden_tls_proto): Likewise.
22095 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
22097         [BZ #10253]
22098         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
22099         (decompose_rpath): Defer expansion to fillin_rpath.
22100         (_dl_init_paths): Pass linkmap to fillin_rpath.
22102 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
22104         * benchtests/Makefile: Add strsep.
22105         * benchtests/bench-strsep.c: New file: strsep benchtest.
22106         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
22108 2013-11-18  Andreas Schwab  <schwab@suse.de>
22110         * locale/programs/locale.c (show_info) [case byte]: Check for
22111         '\377' instead of '\177'.
22112         * locale/C-monetary.c (not_available): Always use "\377".
22113         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
22114         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
22115         detect unavailable sign_posn locale elements.
22116         * locale/localeconv.c (__localeconv): For grouping and
22117         mon_grouping handle "\177" and "\377" like no grouping.
22118         (INT_ELEM): New macro.  Use it to set all numeric members.
22119         * locale/programs/ld-monetary.c (monetary_read)
22120         <tok_mon_grouping>: Normalize single -1 to the empty string.
22121         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
22122         Likewise.
22124 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
22126         [BZ #16055]
22127         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
22128         when we match (nil).
22129         * stdio-common/tst-sscanf.c (struct test): Add testcase.
22131 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
22133         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
22134         (NO_TEST_INLINE): Update value.
22135         (ERRNO_UNCHANGED): Likewise.
22136         (ERRNO_EDOM): Likewise.
22137         (ERRNO_ERANGE): Likewise.
22138         (IGNORE_RESULT): Likewise.
22139         (check_float_internal): Check signs of NaN results if
22140         TEST_NAN_SIGN used.
22141         (check_complex): Pass TEST_NAN_SIGN flag through to second
22142         check_float_internal call.
22143         (copysign_test_data): Add tests with quiet NaNs as second
22144         argument.  Use TEST_NAN_SIGN.
22145         (fabs_test_data): Add test of negative quiet NaN argument.  Use
22146         TEST_NAN_SIGN.
22147         (signbit_test_data): Add tests of quiet NaN argument.
22148         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
22150         * math/gen-libm-test.pl (show_exceptions): Take extra argument
22151         $ignore_result.
22152         (parse_args): Handle function results specified as IGNORE.
22153         * math/libm-test.inc (IGNORE_RESULT): New macro.
22154         (check_float_internal): Do not check numerical result if flag
22155         IGNORE_RESULT set.
22156         (check_complex): Pass through IGNORE_RESULT to second
22157         check_float_internal call.
22158         (check_int): Do not check numerical result if flag IGNORE_RESULT
22159         set.
22160         (check_long): Likewise.
22161         (check_bool): Likewise.
22162         (check_longlong): Likewise.
22163         (lrint_test_data): Add tests of infinite and NaN arguments.
22164         (lrint_tonearest_test_data): Likewise.
22165         (lrint_towardzero_test_data): Likewise.
22166         (lrint_downward_test_data): Likewise.
22167         (lrint_upward_test_data): Likewise.
22168         (llrint_test_data): Likewise.
22169         (llrint_tonearest_test_data): Likewise.
22170         (llrint_towardzero_test_data): Likewise.
22171         (llrint_downward_test_data): Likewise.
22172         (llrint_upward_test_data): Likewise.
22173         (lround_test_data): Likewise.
22174         (llround_test_data): Likewise.
22176         * math/libm-test.inc (NO_TEST_INLINE): New macro.
22177         (ERRNO_UNCHANGED): Update value.
22178         (ERRNO_EDOM): Likewise.
22179         (ERRNO_ERANGE): Likewise.
22180         (NO_TEST_INLINE_FLOAT): New macro.
22181         (NO_TEST_INLINE_DOUBLE): Likewise.
22182         (enable_test): New function.
22183         (RUN_TEST_f_f): Check enable_test before running test.
22184         (RUN_TEST_2_f): Likewise.
22185         (RUN_TEST_fff_f): Likewise.
22186         (RUN_TEST_c_f): Likewise.
22187         (RUN_TEST_f_f1): Likewise.
22188         (RUN_TEST_fF_f1): Likewise.
22189         (RUN_TEST_fI_f1): Likewise.
22190         (RUN_TEST_ffI_f1): Likewise.
22191         (RUN_TEST_c_c): Likewise.
22192         (RUN_TEST_cc_c): Likewise.
22193         (RUN_TEST_f_i): Likewise.
22194         (RUN_TEST_f_i_tg): Likewise.
22195         (RUN_TEST_ff_i_tg): Likewise.
22196         (RUN_TEST_f_b): Likewise.
22197         (RUN_TEST_f_b_tg): Likewise.
22198         (RUN_TEST_f_l): Likewise.
22199         (RUN_TEST_f_L): Likewise.
22200         (RUN_TEST_fFF_11): Likewise.
22201         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
22202         conditionals.
22203         (cosh_test_data): Likewise.
22204         (exp_test_data): Likewise.
22205         (expm1_test_data): Likewise.
22206         (hypot_test_data): Likewise.
22207         (pow_test_data): Likewise.
22208         (sinh_test_data): Likewise.
22209         (tanh_test_data): Likewise.
22210         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
22211         flags argument.
22213         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
22214         tests with quiet NaN input and output.
22215         (acosh_test_data): Likewise.
22216         (asin_test_data): Likewise.
22217         (asinh_test_data): Likewise.
22218         (atan_test_data): Likewise.
22219         (atanh_test_data): Likewise.
22220         (atan2_test_data): Likewise.
22221         (cbrt_test_data): Likewise.
22222         (cos_test_data): Likewise.
22223         (cosh_test_data): Likewise.
22224         (erf_test_data): Likewise.
22225         (erfc_test_data): Likewise.
22226         (exp_test_data): Likewise.
22227         (exp10_test_data): Likewise.
22228         (exp2_test_data): Likewise.
22229         (expm1_test_data): Likewise.
22230         (hypot_test_data): Likewise.
22231         (j0_test_data): Likewise.
22232         (j1_test_data): Likewise.
22233         (jn_test_data): Likewise.
22234         (lgamma_test_data): Likewise.
22235         (log_test_data): Likewise.
22236         (log10_test_data): Likewise.
22237         (log1p_test_data): Likewise.
22238         (log2_test_data): Likewise.
22239         (pow_test_data): Likewise.
22240         (scalb_test_data): Likewise.
22241         (sin_test_data): Likewise.
22242         (sincos_test_data): Likewise.
22243         (sinh_test_data): Likewise.
22244         (tan_test_data): Likewise.
22245         (tanh_test_data): Likewise.
22246         (tgamma_test_data): Likewise.
22247         (y0_test_data): Likewise.
22248         (y1_test_data): Likewise.
22249         (yn_test_data): Likewise.
22251         [BZ #16167]
22252         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
22253         argument being NaN and avoid computations with second argument in
22254         that case.
22255         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
22256         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
22257         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
22259 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
22261         * locale/iso-639.def: Add Chitwani Tharu (the).
22263 2013-11-14  Andreas Schwab  <schwab@suse.de>
22265         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
22266         word instead of empty string.
22268 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22270         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22271         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
22272         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22273         (__fe_nomask_env): Likewise.
22275 2013-11-13  Steve Ellcey  <sellcey@mips.com>
22277         * benchtests/bench-timing.h: Include time.h.
22279 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
22281         [BZ #15997]
22282         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
22283         to 3.4.0 for x32.
22284         * sysdeps/unix/sysv/linux/configure: Regenerated.
22286 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
22288         [BZ #16151]
22289         * stdlib/strtod_l.c (round_and_return): Do not consider
22290         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
22291         exponent one less than half the least subnormal exponent.
22292         * stdlib/test-strtod-round-data: Add more tests.
22293         * stdlib/tst-strtod-round.c (tests): Regenerated.
22295 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22297         [BZ #14143]
22298         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
22299         (__fe_mask_env): Likewise.
22300         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
22301         libm_hidden_proto and add function prototype.
22302         (__fe_mask_env): Add function prototype.
22303         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22304         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
22305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
22306         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
22307         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22308         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
22310 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22312         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
22313         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
22315 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22317         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
22318         of htab_find_slot().
22320 2013-11-11  David S. Miller  <davem@davemloft.net>
22322         [BZ #16150]
22323         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
22324         symbol in the non-vis3 case in static builds.
22325         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
22326         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
22327         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
22328         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
22330 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
22332         [BZ #387]
22333         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
22334         it is empty.
22336 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22338         * benchtests/Makefile: Add bench-strtod.
22339         * benchtests/bench-strtod.c: New file: strtod benchtest
22341 2013-11-11  Andreas Schwab  <schwab@suse.de>
22343         [BZ #16153]
22344         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
22345         terminating NUL in key length.
22347 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22349         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
22350         Add artificial ODP entry for vDSO symbol for PPC64.
22351         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
22352         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
22354 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
22356         [BZ #15374]
22357         * nss/getent.c (services_keys): Recognize services starting with digit.
22359 2013-11-06  David S. Miller  <davem@davemloft.net>
22361         [BZ #15985]
22362         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
22363         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
22365 2013-11-06  Will Newton  <will.newton@linaro.org>
22367         * manual/memory.texi (Malloc Examples): Remove register
22368         keyword from examples.
22370 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
22372         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
22374 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
22376         [BZ #6981]
22377         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
22378         depending on [__GCC_IEC_559 > 0].
22379         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
22380         depending on [__GCC_IEC_559_COMPLEX > 0].
22382 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
22384         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
22385         to iso-639.def.
22387 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
22389         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
22391 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
22393         [BZ #16112]
22394         * malloc/malloc (malloc_info): Do not handle first bin as
22395         special case.
22397 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
22399         * locale/iso-639.def: Add Central Nahuatl (nhn).
22401 2013-11-01  Bruno Haible  <bruno@clisp.org>
22403         [BZ #7003]
22404         * manual/math.texi (BSD Random): Specify range upper bound as
22405         in POSIX.
22407 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
22409         * locale/iso-639.def: Add Meadow Mari (mhr).
22411 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
22413         [BZ #14752], [BZ #15763]
22414         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
22415         Validate name.
22416         * rt/tst_shm.c: Add test for escaping directory.
22418 2013-10-31  Andreas Schwab  <schwab@suse.de>
22420         [BZ #15917]
22421         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
22422         followed by 'x' as part of digit sequence.
22423         * stdio-common/tst-sscanf.c (double_tests2): New tests.
22425 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
22427         [BZ #16037]
22428         * configure.ac: allow GNU Make 4.0 and greater.
22429         * configure: Regenerated.
22431 2013-10-30  Will Newton  <will.newton@linaro.org>
22433         [BZ #16038]
22434         * malloc/hooks.c (memalign_check): Limit alignment to the
22435         maximum representable power of two.
22436         * malloc/malloc.c (__libc_memalign): Likewise.
22437         * malloc/tst-memalign.c (do_test): Add test for very
22438         large alignment values.
22439         * malloc/tst-posix_memalign.c (do_test): Likewise.
22441 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
22443         [BZ #11087]
22444         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
22445         (munmap_chunk): Likewise.
22446         (mremap_chunk): Likewise.
22448 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
22450         [BZ #15799]
22451         * stdlib/div.c (div): Remove obsolete code.
22452         * stdlib/ldiv.c (ldiv): Likewise.
22453         * stdlib/lldiv.c (lldiv): Likewise.
22455 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
22457         [BZ #16071]
22458         * nss/nss_files/files-XXX.c (get_contents_ret): New
22459         enumerator.
22460         (get_contents): New function.
22461         (internal_getent): Use it.  Expand size of LINEBUFLEN.
22463 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
22465         * configure.in: Moved to ...
22466         * configure.ac: ... here. Change reference to configure.in
22467         to configure.ac.
22468         * sysdeps/arm/preconfigure.ac: ... here.
22469         configure.in to configure.ac.
22470         * sysdeps/gnu/configure.in: Moved to ...
22471         * sysdeps/gnu/configure.ac: ... here.
22472         * sysdeps/i386/configure.in: Moved to ...
22473         * sysdeps/i386/configure.ac: ... here.
22474         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
22475         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
22476         * sysdeps/mach/configure.in: Moved to ...
22477         * sysdeps/mach/configure.ac: ... here.
22478         * sysdeps/mach/hurd/configure.in: Moved to ...
22479         * sysdeps/mach/hurd/configure.ac: ... here.
22480         * sysdeps/powerpc/configure.in: Moved to ...
22481         * sysdeps/powerpc/configure.ac: ... here.
22482         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
22483         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
22484         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
22485         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
22486         * sysdeps/s390/s390-32/configure.in: Moved to ...
22487         * sysdeps/s390/s390-32/configure.ac: ... here.
22488         * sysdeps/s390/s390-64/configure.in: Moved to ...
22489         * sysdeps/s390/s390-64/configure.ac: ... here.
22490         * sysdeps/sh/configure.in: Moved to ...
22491         * sysdeps/sh/configure.ac: ... here.
22492         * sysdeps/sparc/configure.in: Moved to ...
22493         * sysdeps/sparc/configure.ac: ... here.
22494         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
22495         * sysdeps/unix/sysv/linux/configure.ac: ... here.
22496         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
22497         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
22498         * sysdeps/x86_64/configure.in: Moved to ...
22499         * sysdeps/x86_64/configure.ac: ... here.
22500         * sysdeps/x86_64/preconfigure.in: Moved to ...
22501         * sysdeps/x86_64/preconfigure.ac: ... here.
22502         * aclocal.m4: Change reference to configure.in to configure.ac.
22503         * config.h.in: Likewise.
22504         * manual/install.texi: Likewise.
22505         * manual/maint.texi: Likewise.
22506         * Makefile: Likewise.
22507         * malloc/Makefile: Likewise.
22508         * nscd/Makefile: Likewise.
22509         * Makeconfig: Change reference to configure.in and
22510         preconfigure.in to configure.ac and preconfigure.ac
22511         respectively.
22512         * INSTALL: Regenerated.
22513         * configure: Likewise.
22514         * sysdeps/gnu/configure: Likewise.
22515         * sysdeps/i386/configure: Likewise.
22516         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
22517         * sysdeps/mach/configure: Likewise.
22518         * sysdeps/mach/hurd/configure: Likewise.
22519         * sysdeps/powerpc/configure: Likewise.
22520         * sysdeps/powerpc/powerpc32/configure: Likewise.
22521         * sysdeps/powerpc/powerpc64/configure: Likewise.
22522         * sysdeps/s390/s390-32/configure: Likewise.
22523         * sysdeps/s390/s390-64/configure: Likewise.
22524         * sysdeps/sh/configure: Likewise.
22525         * sysdeps/sparc/configure: Likewise.
22526         * sysdeps/unix/sysv/linux/configure: Likewise.
22527         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
22528         * sysdeps/x86_64/configure: Likewise.
22529         * sysdeps/x86_64/preconfigure: Likewise.
22531 2013-10-29  Andreas Schwab  <schwab@suse.de>
22533         * stdio-common/Makefile (tst-swscanf-ENV): Define.
22535 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22537         * benchtests/pow-inputs: Add new inputs.
22539         * benchtests/exp-inputs: Add new inputs.
22541         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
22542         conditional check for return value.
22543         (__cos32): Likewise.
22545 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22547         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
22548         to provide a boost for large inputs with word alignment.
22549         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
22550         implementation based on optimized PPC64 strcpy.
22551         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
22552         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
22553         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
22554         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
22556 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
22558         [BZ #2801]
22559         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
22561 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
22563         [BZ #14876]
22564         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
22565         * time/tst-strptime.c (day_tests): Add testcase.
22567 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
22569         [BZ #14029]
22570         * manual/pattern.texi: Acknowledge that fnmatch can fail.
22572 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
22574         [BZ #16074]
22575         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
22576         MAP_FAILED on error.
22578 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
22580         [BZ #16072]
22581         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
22582         heap for large requests.
22584 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
22586         [BZ #9954]
22587         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
22588         result if the result has no associated interface.
22589         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
22590         interface for all 127.X.Y.Z addresses.
22592 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
22594         * locale/iso-639.def: Add Ligurian (lij)
22596 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
22598         [BZ #15825]
22599         * sunrpc/rpc_main.c: Document rpcgen -5.
22601 2013-10-19  Michael Stahl  <mstahl@redhat.com>
22603         * elf/rtld.c (do_preload): Print the reason why preloading failed.
22605 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
22607         [BZ #10278]
22608         * posix/glob.c: Match only directories when trailing slash is present.
22609         * posix/tst-gnuglob.c (my_opendir): Do not open files.
22610         (main): Add testcase.
22612 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
22614         [BZ #15670]
22615         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
22617 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
22619         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
22620         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
22621         AUTH_DES and cindex for FIPS 140-2.
22622         (DES Encryption): Add cindex FIPS 46-3.
22624         * locale/locarchive.h (struct locarhandle): Add fname.
22625         * locale/programs/localedef.c (main): Pass ARGV[remaining]
22626         if an optional argument was specified to --list-archive,
22627         otherwise NULL.
22628         * locale/programs/locarchive.c (show_archive_content): Take new
22629         argument fname and pass it via ah.fname to open_archive.
22630         * locale/programs/localedef.h: Update decl.
22631         (open_archive): If AH->fname is non-null, open that file
22632         rather than the default file name, and don't ignore ENOENT.
22633         (create_archive): Set AH.fname to NULL.
22634         (delete_locales_from_archive): Likewise.
22635         (add_locales_to_archive): Likewise.
22636         * locale/programs/locfile.c (write_all_categories): Likewise.
22638 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
22639             Aldy Hernandez  <aldyh@redhat.com>
22641         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
22642         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
22643         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
22644         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
22645         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
22646         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
22647         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
22648         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
22649         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
22650         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
22651         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
22652         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
22653         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
22654         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
22655         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
22656         Likewise.
22657         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
22658         Likewise.
22659         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
22660         Likewise.
22661         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
22662         Likewise.
22663         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
22664         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
22665         Likewise.
22666         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
22667         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
22668         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
22669         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
22670         Likewise.
22671         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
22672         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
22673         * sysdeps/powerpc/preconfigure: Likewise.
22674         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
22675         Likewise.
22676         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
22677         Replace contents of file by #include of <fenv_libc.h>.
22678         * sysdeps/powerpc/soft-fp/sfp-machine.h
22679         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
22680         and <sys/prctl.h>.
22681         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
22682         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
22683         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
22684         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
22685         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
22686         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
22687         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
22688         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
22689         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
22690         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
22691         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
22692         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
22693         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
22694         Allow copysignl PLT reference to be missing.
22696 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
22697             Joseph Myers  <joseph@codesourcery.com
22699         [BZ #15948]
22700         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
22701         single character.
22702         (add_to_tablewc): Assert sequence of wide characters is nonempty.
22704 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
22706         * elf/tst-tls-dlinfo.c: Don't include tls.h.
22707         * elf/tst-tls1.c: Likewise.
22708         * elf/tst-tls10.h: Likewise.
22709         * elf/tst-tls14.c: Likewise.
22710         * elf/tst-tls2.c: Likewise.
22711         * elf/tst-tls3.c: Likewise.
22712         * elf/tst-tls4.c: Likewise.
22713         * elf/tst-tls5.c: Likewise.
22714         * elf/tst-tls6.c: Likewise.
22715         * elf/tst-tls7.c: Likewise.
22716         * elf/tst-tls8.c: Likewise.
22717         * elf/tst-tls9.c: Likewise.
22718         * elf/tst-tlsmod1.c: Likewise.
22719         * elf/tst-tlsmod13.c: Likewise.
22720         * elf/tst-tlsmod13a.c: Likewise.
22721         * elf/tst-tlsmod14a.c: Likewise.
22722         * elf/tst-tlsmod16a.c: Likewise.
22723         * elf/tst-tlsmod16b.c: Likewise.
22724         * elf/tst-tlsmod2.c: Likewise.
22725         * elf/tst-tlsmod3.c: Likewise.
22726         * elf/tst-tlsmod4.c: Likewise.
22727         * elf/tst-tlsmod5.c: Likewise.
22728         * elf/tst-tlsmod6.c: Likewise.
22730 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
22732         [BZ #12486]
22733         * malloc/malloc.c: remove checks for statistics.
22735 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
22737         [BZ #15277]
22738         * inet/inet_net.c (inet_network): Detect additional invalid strings.
22739         * inet/tst-network.c: Add testcase.
22741 2013-10-17  Andreas Schwab  <schwab@suse.de>
22743         [BZ #15218]
22744         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
22745         to determine canonical name.
22747 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
22749         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
22750         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
22751         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
22752         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
22753         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
22754         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
22755         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
22756         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
22757         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
22758         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
22759         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
22760         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
22761         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
22762         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
22763         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
22764         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
22765         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
22766         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
22767         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
22768         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
22769         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
22770         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
22771         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
22772         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
22773         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
22774         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
22775         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
22776         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
22777         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
22778         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
22779         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
22780         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
22781         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
22782         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
22783         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
22784         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
22785         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
22786         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
22787         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
22788         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
22789         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
22790         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
22791         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
22792         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
22793         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
22794         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
22795         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
22796         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
22797         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
22798         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
22799         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
22800         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
22801         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
22802         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
22803         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
22804         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
22805         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
22806         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
22808 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
22810         [BZ #16041]
22811         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
22812         make result into a quiet NaN.
22814 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
22816         * soft-fp/adddf3.c: Fix horizontal whitespace.
22817         * soft-fp/addsf3.c: Likewise.
22818         * soft-fp/addtf3.c: Likewise.
22819         * soft-fp/divdf3.c: Likewise.
22820         * soft-fp/divsf3.c: Likewise.
22821         * soft-fp/divtf3.c: Likewise.
22822         * soft-fp/double.h: Likewise.
22823         * soft-fp/eqdf2.c: Likewise.
22824         * soft-fp/eqsf2.c: Likewise.
22825         * soft-fp/eqtf2.c: Likewise.
22826         * soft-fp/extenddftf2.c: Likewise.
22827         * soft-fp/extended.h: Likewise.
22828         * soft-fp/extendsfdf2.c: Likewise.
22829         * soft-fp/extendsftf2.c: Likewise.
22830         * soft-fp/extendxftf2.c: Likewise.
22831         * soft-fp/fixdfdi.c: Likewise.
22832         * soft-fp/fixdfsi.c: Likewise.
22833         * soft-fp/fixdfti.c: Likewise.
22834         * soft-fp/fixsfdi.c: Likewise.
22835         * soft-fp/fixsfsi.c: Likewise.
22836         * soft-fp/fixsfti.c: Likewise.
22837         * soft-fp/fixtfdi.c: Likewise.
22838         * soft-fp/fixtfsi.c: Likewise.
22839         * soft-fp/fixtfti.c: Likewise.
22840         * soft-fp/fixunsdfdi.c: Likewise.
22841         * soft-fp/fixunsdfsi.c: Likewise.
22842         * soft-fp/fixunsdfti.c: Likewise.
22843         * soft-fp/fixunssfdi.c: Likewise.
22844         * soft-fp/fixunssfsi.c: Likewise.
22845         * soft-fp/fixunssfti.c: Likewise.
22846         * soft-fp/fixunstfdi.c: Likewise.
22847         * soft-fp/fixunstfsi.c: Likewise.
22848         * soft-fp/fixunstfti.c: Likewise.
22849         * soft-fp/floatdidf.c: Likewise.
22850         * soft-fp/floatdisf.c: Likewise.
22851         * soft-fp/floatditf.c: Likewise.
22852         * soft-fp/floatsidf.c: Likewise.
22853         * soft-fp/floatsisf.c: Likewise.
22854         * soft-fp/floatsitf.c: Likewise.
22855         * soft-fp/floattidf.c: Likewise.
22856         * soft-fp/floattisf.c: Likewise.
22857         * soft-fp/floattitf.c: Likewise.
22858         * soft-fp/floatundidf.c: Likewise.
22859         * soft-fp/floatundisf.c: Likewise.
22860         * soft-fp/floatunditf.c: Likewise.
22861         * soft-fp/floatunsidf.c: Likewise.
22862         * soft-fp/floatunsisf.c: Likewise.
22863         * soft-fp/floatunsitf.c: Likewise.
22864         * soft-fp/floatuntidf.c: Likewise.
22865         * soft-fp/floatuntisf.c: Likewise.
22866         * soft-fp/floatuntitf.c: Likewise.
22867         * soft-fp/fmadf4.c: Likewise.
22868         * soft-fp/fmasf4.c: Likewise.
22869         * soft-fp/fmatf4.c: Likewise.
22870         * soft-fp/gedf2.c: Likewise.
22871         * soft-fp/gesf2.c: Likewise.
22872         * soft-fp/getf2.c: Likewise.
22873         * soft-fp/ledf2.c: Likewise.
22874         * soft-fp/lesf2.c: Likewise.
22875         * soft-fp/letf2.c: Likewise.
22876         * soft-fp/muldf3.c: Likewise.
22877         * soft-fp/mulsf3.c: Likewise.
22878         * soft-fp/multf3.c: Likewise.
22879         * soft-fp/negdf2.c: Likewise.
22880         * soft-fp/negsf2.c: Likewise.
22881         * soft-fp/negtf2.c: Likewise.
22882         * soft-fp/op-1.h: Likewise.
22883         * soft-fp/op-2.h: Likewise.
22884         * soft-fp/op-4.h: Likewise.
22885         * soft-fp/op-8.h: Likewise.
22886         * soft-fp/op-common.h: Likewise.
22887         * soft-fp/quad.h: Likewise.
22888         * soft-fp/single.h: Likewise.
22889         * soft-fp/soft-fp.h: Likewise.
22890         * soft-fp/sqrtdf2.c: Likewise.
22891         * soft-fp/sqrtsf2.c: Likewise.
22892         * soft-fp/sqrttf2.c: Likewise.
22893         * soft-fp/subdf3.c: Likewise.
22894         * soft-fp/subsf3.c: Likewise.
22895         * soft-fp/subtf3.c: Likewise.
22896         * soft-fp/truncdfsf2.c: Likewise.
22897         * soft-fp/trunctfdf2.c: Likewise.
22898         * soft-fp/trunctfsf2.c: Likewise.
22899         * soft-fp/trunctfxf2.c: Likewise.
22900         * soft-fp/unorddf2.c: Likewise.
22901         * soft-fp/unordsf2.c: Likewise.
22902         * soft-fp/unordtf2.c: Likewise.
22904 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
22906         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
22907         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
22909 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
22911         * elf/dl-libc.c: Clear initfini list after freeing.
22913 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
22915         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
22916         * soft-fp/addsf3.c: Likewise.
22917         * soft-fp/addtf3.c: Likewise.
22918         * soft-fp/divdf3.c: Likewise.
22919         * soft-fp/divsf3.c: Likewise.
22920         * soft-fp/divtf3.c: Likewise.
22921         * soft-fp/double.h: Likewise.
22922         * soft-fp/eqdf2.c: Likewise.
22923         * soft-fp/eqsf2.c: Likewise.
22924         * soft-fp/eqtf2.c: Likewise.
22925         * soft-fp/extenddftf2.c: Likewise.
22926         * soft-fp/extended.h: Likewise.
22927         * soft-fp/extendsfdf2.c: Likewise.
22928         * soft-fp/extendsftf2.c: Likewise.
22929         * soft-fp/extendxftf2.c: Likewise.
22930         * soft-fp/fixdfdi.c: Likewise.
22931         * soft-fp/fixdfsi.c: Likewise.
22932         * soft-fp/fixdfti.c: Likewise.
22933         * soft-fp/fixsfdi.c: Likewise.
22934         * soft-fp/fixsfsi.c: Likewise.
22935         * soft-fp/fixsfti.c: Likewise.
22936         * soft-fp/fixtfdi.c: Likewise.
22937         * soft-fp/fixtfsi.c: Likewise.
22938         * soft-fp/fixtfti.c: Likewise.
22939         * soft-fp/fixunsdfdi.c: Likewise.
22940         * soft-fp/fixunsdfsi.c: Likewise.
22941         * soft-fp/fixunsdfti.c: Likewise.
22942         * soft-fp/fixunssfdi.c: Likewise.
22943         * soft-fp/fixunssfsi.c: Likewise.
22944         * soft-fp/fixunssfti.c: Likewise.
22945         * soft-fp/fixunstfdi.c: Likewise.
22946         * soft-fp/fixunstfsi.c: Likewise.
22947         * soft-fp/fixunstfti.c: Likewise.
22948         * soft-fp/floatdidf.c: Likewise.
22949         * soft-fp/floatdisf.c: Likewise.
22950         * soft-fp/floatditf.c: Likewise.
22951         * soft-fp/floatsidf.c: Likewise.
22952         * soft-fp/floatsisf.c: Likewise.
22953         * soft-fp/floatsitf.c: Likewise.
22954         * soft-fp/floattidf.c: Likewise.
22955         * soft-fp/floattisf.c: Likewise.
22956         * soft-fp/floattitf.c: Likewise.
22957         * soft-fp/floatundidf.c: Likewise.
22958         * soft-fp/floatundisf.c: Likewise.
22959         * soft-fp/floatunsidf.c: Likewise.
22960         * soft-fp/floatunsisf.c: Likewise.
22961         * soft-fp/floatuntidf.c: Likewise.
22962         * soft-fp/floatuntisf.c: Likewise.
22963         * soft-fp/floatuntitf.c: Likewise.
22964         * soft-fp/fmadf4.c: Likewise.
22965         * soft-fp/fmasf4.c: Likewise.
22966         * soft-fp/fmatf4.c: Likewise.
22967         * soft-fp/gedf2.c: Likewise.
22968         * soft-fp/gesf2.c: Likewise.
22969         * soft-fp/getf2.c: Likewise.
22970         * soft-fp/ledf2.c: Likewise.
22971         * soft-fp/lesf2.c: Likewise.
22972         * soft-fp/letf2.c: Likewise.
22973         * soft-fp/muldf3.c: Likewise.
22974         * soft-fp/mulsf3.c: Likewise.
22975         * soft-fp/multf3.c: Likewise.
22976         * soft-fp/negdf2.c: Likewise.
22977         * soft-fp/negsf2.c: Likewise.
22978         * soft-fp/negtf2.c: Likewise.
22979         * soft-fp/op-1.h: Likewise.
22980         * soft-fp/op-2.h: Likewise.
22981         * soft-fp/op-4.h: Likewise.
22982         * soft-fp/op-8.h: Likewise.
22983         * soft-fp/op-common.h: Likewise.
22984         * soft-fp/quad.h: Likewise.
22985         * soft-fp/single.h: Likewise.
22986         * soft-fp/soft-fp.h: Likewise.
22987         * soft-fp/sqrtdf2.c: Likewise.
22988         * soft-fp/sqrtsf2.c: Likewise.
22989         * soft-fp/sqrttf2.c: Likewise.
22990         * soft-fp/subdf3.c: Likewise.
22991         * soft-fp/subsf3.c: Likewise.
22992         * soft-fp/subtf3.c: Likewise.
22993         * soft-fp/truncdfsf2.c: Likewise.
22994         * soft-fp/trunctfdf2.c: Likewise.
22995         * soft-fp/trunctfsf2.c: Likewise.
22996         * soft-fp/trunctfxf2.c: Likewise.
22997         * soft-fp/unorddf2.c: Likewise.
22998         * soft-fp/unordsf2.c: Likewise.
22999         * soft-fp/unordtf2.c: Likewise.
23001 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
23003         [BZ #15672]
23004         * misc/error.c (error_tail): Fix possible buffer overflow.
23006 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
23008         [BZ #13028]
23009         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
23010         address.
23012 2013-10-14  P. J. McDermott  <pj@pehjota.net>
23014         [BZ #832]
23015         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
23016         testing pipefail option.
23018 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
23020         * soft-fp/double.h: Indent preprocessor directives inside #if.
23021         * soft-fp/extended.h: Likewise.
23022         * soft-fp/op-2.h: Likewise.
23023         * soft-fp/op-4.h: Likewise.
23024         * soft-fp/op-common.h: Likewise.
23025         * soft-fp/quad.h: Likewise.
23026         * soft-fp/single.h: Likewise.
23027         * soft-fp/soft-fp.h: Likewise.
23029 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
23031         * iconv/iconv_prog.c: Fix typos.
23032         * stdio-common/psiginfo-data.h: Likewise.
23034 2013-10-12   Reuben Thomas <rrt@sc3d.org>
23036         [BZ #15764]
23037         * locale/setlocale.c: Fix typo.
23039 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
23041         [BZ #16036]
23042         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
23043         signaling NaN arguments.
23044         * soft-fp/unordsf2.c (__unordsf2): Likewise.
23045         * soft-fp/unordtf2.c (__unordtf2): Likewise.
23047         [BZ #14910]
23048         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
23049         unordered operands.
23050         * soft-fp/gesf2.c (__gesf2): Likewise.
23051         * soft-fp/getf2.c (__getf2): Likewise.
23052         * soft-fp/ledf2.c (__ledf2): Likewise.
23053         * soft-fp/lesf2.c (__lesf2): Likewise.
23054         * soft-fp/letf2.c (__letf2): Likewise.
23056         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
23057         * soft-fp/eqsf2.c (__eqsf2): Likewise.
23058         * soft-fp/eqtf2.c (__eqtf2): Likewise.
23059         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
23060         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
23061         * soft-fp/fixdfti.c (__fixdfti): Likewise.
23062         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
23063         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
23064         * soft-fp/fixsfti.c (__fixsfti): Likewise.
23065         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
23066         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
23067         * soft-fp/fixtfti.c (__fixtfti): Likewise.
23068         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
23069         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
23070         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
23071         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
23072         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
23073         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
23074         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
23075         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
23076         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
23077         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
23078         * soft-fp/floatdisf.c (__floatdisf): Likewise.
23079         * soft-fp/floatsisf.c (__floatsisf): Likewise.
23080         * soft-fp/floattidf.c (__floattidf): Likewise.
23081         * soft-fp/floattisf.c (__floattisf): Likewise.
23082         * soft-fp/floattitf.c (__floattitf): Likewise.
23083         * soft-fp/floatundidf.c (__floatundidf): Likewise.
23084         * soft-fp/floatundisf.c (__floatundisf): Likewise.
23085         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
23086         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
23087         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
23088         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
23089         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
23090         * soft-fp/gesf2.c (__gesf2): Likewise.
23091         * soft-fp/getf2.c (__getf2): Likewise.
23092         * soft-fp/ledf2.c (__ledf2): Likewise.
23093         * soft-fp/lesf2.c (__lesf2): Likewise.
23094         * soft-fp/letf2.c (__letf2): Likewise.
23096         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
23097         Undefine and redefine.
23098         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
23099         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
23100         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
23101         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
23102         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23103         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
23104         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23105         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
23106         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23107         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
23108         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23109         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
23110         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23111         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
23112         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23114         [BZ #16032]
23115         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
23116         without decrementing exponent if mantissa >= that for the
23117         denominator, not >.
23118         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
23119         denominator, not >.  Decrement exponent in < case instead of
23120         incrementing in >= case.
23121         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
23122         without decrementing exponent if mantissa >= that for the
23123         denominator, not >.
23125         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
23126         computing saturated result for unsigned overflow.
23128 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23129             Jeff Law  <law@redhat.com>
23131         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
23132         (atan2Mp): Add systemtap probe marker.
23133         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
23134         (__ieee754_log): Add systemtap probe marker.
23135         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
23136         (atanMp): Add systemtap probe marker.
23137         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
23138         (tanMp): Add systemtap probe marker.
23139         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
23140         (__slowexp): Add systemtap probe marker.
23141         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
23142         (__slowpow): Add systemtap probe marker.
23143         * manual/probes.texi: Document probes.
23145 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
23147         [BZ #15362]
23148         * libio/fileops.c (_IO_new_file_write): Return count of bytes
23149         written.
23150         (_IO_new_file_xsputn): Don't return EOF if nothing has been
23151         written.
23152         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
23153         written to buffer but not flushed.
23154         * libio/iofwrite_u.c:  Likewise.
23155         * libio/iopadn.c:  Return bytes returned even if EOF was
23156         encountered.
23157         * libio/iowpadn.c:  Likewise.
23158         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
23159         if _IO_padn does not write the whole buffer.
23160         [!COMPILE_WPRINTF] (PAD): Likewise.
23162 2013-10-10  David S. Miller  <davem@davemloft.net>
23164         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
23165         directory block.
23167 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
23169         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
23170         instead of FSF address.
23171         * soft-fp/fixdfti.c: Likewise.
23172         * soft-fp/fixsfti.c: Likewise.
23173         * soft-fp/fixtfti.c: Likewise.
23174         * soft-fp/fixunsdfti.c: Likewise.
23175         * soft-fp/fixunssfti.c: Likewise.
23176         * soft-fp/fixunstfti.c: Likewise.
23177         * soft-fp/floattidf.c: Likewise.
23178         * soft-fp/floattisf.c: Likewise.
23179         * soft-fp/floattitf.c: Likewise.
23180         * soft-fp/floatuntidf.c: Likewise.
23181         * soft-fp/floatuntisf.c: Likewise.
23182         * soft-fp/floatuntitf.c: Likewise.
23183         * soft-fp/trunctfxf2.c: Likewise.
23185         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
23186         * soft-fp/fixdfti.c: Likewise.
23187         * soft-fp/fixsfti.c: Likewise.
23188         * soft-fp/fixtfti.c: Likewise.
23189         * soft-fp/fixunsdfti.c: Likewise.
23190         * soft-fp/fixunssfti.c: Likewise.
23191         * soft-fp/fixunstfti.c: Likewise.
23192         * soft-fp/floattidf.c: Likewise.
23193         * soft-fp/floattisf.c: Likewise.
23194         * soft-fp/floattitf.c: Likewise.
23195         * soft-fp/floatuntidf.c: Likewise.
23196         * soft-fp/floatuntisf.c: Likewise.
23197         * soft-fp/floatuntitf.c: Likewise.
23198         * soft-fp/trunctfxf2.c: Likewise.
23200 2013-10-10  David S. Miller  <davem@davemloft.net>
23202         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23204 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
23206         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
23207         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
23208         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
23209         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
23210         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
23211         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
23212         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
23214         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
23215         for NaNs before doing comparisons on argument.
23216         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
23217         Likewise.
23219 2013-10-10  Will Newton  <will.newton@linaro.org>
23221         * malloc/hooks.c (memalign_check): Ensure the value of bytes
23222         passed to _int_memalign does not overflow.
23224 2013-10-10  Torvald Riegel  <triegel@redhat.com>
23226         * scripts/bench.pl: Add include-sources directive.
23227         * benchtests/README: Update documentation.
23229 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
23231         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
23232         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
23233         instead of FP_INIT_ROUNDMODE.
23234         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
23235         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
23237         [BZ #16034]
23238         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
23239         copy class of input value.
23240         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
23241         not handle exceptions.
23242         * soft-fp/negsf2.c (__negsf2): Likewise.
23243         * soft-fp/negtf2.c (__negtf2): Likewise.
23244         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
23246 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
23248         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
23249         semicolon.  From Linux kernel.
23251 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
23253         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
23255 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
23257         [BZ #156]
23258         * manual/socket.texi: Added statement about buffer
23259         for gethostbyname2_r.
23261 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
23263         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
23264         Use .p2align directive instead, throughout.
23265         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
23266         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
23267         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
23268         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
23269         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
23270         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
23271         * sysdeps/x86_64/strchr.S: Likewise.
23272         * sysdeps/x86_64/strrchr.S: Likewise.
23274 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
23276         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
23278         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
23280         * sysdeps/generic/math_private.h (__mpsin1): Remove
23281         declaration.
23282         (__mpcos1): Likewise.
23283         (__mpsin): New argument __range_reduce.
23284         (__mpcos): Likewise.
23285         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
23286         (slow): Use __mpsin and __mpcos.
23287         (slow1): Likewise.
23288         (slow2): Likewise.
23289         (sloww): Likewise.
23290         (sloww1): Likewise.
23291         (sloww2): Likewise.
23292         (bsloww): Likewise.
23293         (bsloww1): Likewise.
23294         (bsloww2): Likewise.
23295         (cslow2): Likewise.
23296         (csloww): Likewise.
23297         (csloww1): Likewise.
23298         (csloww2): Likewise.
23299         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
23300         range_reduce.  Merge in __mpsin1.
23301         (__mpcos): Likewise.
23302         (__mpsin1): Remove.
23303         (__mpcos1): Likewise.
23305 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
23307         * locale/loadlocale.c (_nl_intern_locale_data): Use
23308         LOCFILE_ALIGNED_P.
23309         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
23310         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
23311         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
23312         obstack data is appropriately aligned.
23313         (obstack_int32_grow_fast): Likewise.
23314         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
23315         * locale/programs/locfile.c (add_locale_uint32): Likewise.
23316         (add_locale_uint32_array): Likewise.
23318 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
23320         * benchtests/Makefile: Remove ARGLIST and RET variables.
23321         ($(objpfx)bench-%.c): Pass only function name to the script.
23322         * benchtests/README: Update documentation.
23323         * benchtests/acos-inputs: Add new directives.
23324         * benchtests/acosh-inputs: Likewise.
23325         * benchtests/asin-inputs: Likewise.
23326         * benchtests/asinh-inputs: Likewise.
23327         * benchtests/atan-inputs: Likewise.
23328         * benchtests/atanh-inputs: Likewise.
23329         * benchtests/cos-inputs: Likewise.
23330         * benchtests/cosh-inputs: Likewise.
23331         * benchtests/exp-inputs: Likewise.
23332         * benchtests/log-inputs: Likewise.
23333         * benchtests/pow-inputs: Likewise.
23334         * benchtests/rint-inputs: Likewise.
23335         * benchtests/sin-inputs: Likewise.
23336         * benchtests/sinh-inputs: Likewise.
23337         * benchtests/tan-inputs: Likewise.
23338         * benchtests/tanh-inputs: Likewise.
23339         * scripts/bench.pl: Add support for new directives.
23341 2013-10-07  Alan Modra  <amodra@gmail.com>
23343         * README: Fix careless merge.
23345 2013-10-05  Alan Modra  <amodra@gmail.com>
23347         * NEWS: Mention powerpc64le support and bugs fixed.
23348         * README: Both big-endian and little-endian powerpc64 supported.
23350 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
23352         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
23353         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
23354         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
23355         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
23357 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
23359         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
23360         match prototype.
23362 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
23364         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
23365         Move -mhard-float appending from
23366         ports/sysdeps/powerpc/powerpc32/Makefile.
23367         [$(with-fp) = yes] (ASFLAGS): Likewise.
23368         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
23369         * sysdeps/powerpc/nofpu: Move directory from
23370         ports/sysdeps/powerpc/nofpu.
23371         * sysdeps/powerpc/soft-fp: Move directory from
23372         ports/sysdeps/powerpc/soft-fp.
23373         * sysdeps/powerpc/powerpc32/405: Move directory from
23374         ports/sysdeps/powerpc/powerpc32/405.
23375         * sysdeps/powerpc/powerpc32/440: Move directory from
23376         ports/sysdeps/powerpc/powerpc32/440.
23377         * sysdeps/powerpc/powerpc32/464: Move directory from
23378         ports/sysdeps/powerpc/powerpc32/464.
23379         * sysdeps/powerpc/powerpc32/476: Move directory from
23380         ports/sysdeps/powerpc/powerpc32/476.
23381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
23382         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
23383         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
23384         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
23385         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
23386         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
23387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
23388         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
23389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
23390         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
23391         * README: Update for powerpc-*-linux-gnu software floating point
23392         support in libc.
23394         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
23395         case to powerpc/powerpc32*.
23396         * sysdeps/unix/sysv/linux/configure: Regenerated.
23398         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
23399         (_FPU_MASK_OM): Define as 0x04.
23400         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
23401         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
23402         0x00c10080.
23403         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
23404         0x0000003c.
23405         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
23407         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
23408         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
23409         getcontext_e500.
23410         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
23411         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
23412         setcontext_e500.
23413         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
23414         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
23415         and setcontext_e500.
23417 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
23419         * locale/iso-3166.def: Update iso-1366.def and related occurrences
23421 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
23423         * manual/threads.texi (Default Thread Attributes): Fix typo.
23425 2013-10-04  Will Newton  <will.newton@linaro.org>
23427         * malloc/Makefile: Add tst-memalign.
23428         * malloc/tst-memalign.c: New file.
23430         * malloc/tst-posix_memalign.c: Add comments.
23431         (do_test): Add comments and call free on all potentially
23432         allocated pointers. Add space after cast.
23434         * malloc/tst-pvalloc.c: Add comments.
23435         (do_test): Add comments and call free on all potentially
23436         allocated pointers. Remove duplicate check for NULL pointer.
23437         Add space after cast.
23439         * malloc/tst-valloc.c: Add comments.
23440         (do_test): Add comments and call free on all potentially
23441         allocated pointers. Remove duplicate check for NULL pointer.
23442         Add space after cast.
23444 2013-10-04  Alan Modra  <amodra@gmail.com>
23446         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
23447         Use stdint types in rather than __attribute__((mode())).
23448         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
23450 2013-10-04  Alan Modra  <amodra@gmail.com>
23452         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
23453         Correct handling of unaligned relocs for little-endian.
23454         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
23456 2013-10-04  Alan Modra  <amodra@gmail.com>
23458         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
23459         * configure: Regenerate.
23460         * nptl/shlib-versions: Powerpc*le starts at 2.18.
23461         * shlib-versions: Likewise.
23463 2013-10-04  Alan Modra  <amodra@gmail.com>
23465         * string/tester.c (test_memrchr): Increment reported test cycle.
23467 2013-10-04  Alan Modra  <amodra@gmail.com>
23469         * string/test-memcpy.c (do_one_test): When reporting errors, print
23470         string address and don't overrun end of string.
23472 2013-10-04  Alan Modra  <amodra@gmail.com>
23474         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
23475         insrdi.  Make better use of reg selection to speed exit slightly.
23476         Schedule entry path a little better.  Remove useless "are we done"
23477         checks on entry to main loop.  Handle wrapping around zero address.
23478         Correct main loop count.  Handle single left-over word from main
23479         loop inline rather than by using loop_small.  Remove extra word
23480         case in loop_small caused by wrong loop count.  Add little-endian
23481         support.
23482         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
23483         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
23484         cache hint.
23485         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
23486         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
23487         support.  Avoid rlwimi.
23488         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
23490 2013-10-04  Alan Modra  <amodra@gmail.com>
23492         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
23493         insrdi.  Formatting.
23494         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
23495         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
23496         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
23497         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23498         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
23499         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
23501 2013-10-04  Alan Modra  <amodra@gmail.com>
23503         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
23504         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23505         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
23506         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
23507         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
23508         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23509         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23510         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
23511         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
23512         use of regs.  Use power7 mtocrf.  Tidy function tails.
23514 2013-10-04  Alan Modra  <amodra@gmail.com>
23516         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
23517         Formatting.  Consistently use rXXX register defines or rN defines.
23518         Use early exit labels that avoid restoring unused non-volatile regs.
23519         Make cr field use more consistent with rWORDn compares.  Rename
23520         regs used as shift registers for unaligned loop, using rN defines
23521         for short lifetime/multiple use regs.
23522         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23523         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
23524         addi 1,1,64 to pop stack frame.  Simplify return value code.
23525         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23527 2013-10-04  Alan Modra  <amodra@gmail.com>
23529         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
23530         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
23531         rather than rlwimi.
23532         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
23533         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
23534         little-endian support.  Correct typos.
23535         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
23536         rather than rlwimi.
23537         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
23538         in loop and entry code to keep "and." results.
23539         (strchr): Add little-endian support.  Comment.  Move cntlzd
23540         earlier in tail.
23541         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
23543 2013-10-04  Alan Modra  <amodra@gmail.com>
23545         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
23546         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
23547         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
23548         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
23550 2013-10-04  Alan Modra  <amodra@gmail.com>
23552         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
23553         (rTMP): Define as r11.
23554         (strcmp): Add little-endian support.  Optimise tail.
23555         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
23556         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23557         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
23558         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
23559         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
23560         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
23561         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
23563 2013-10-04  Alan Modra  <amodra@gmail.com>
23565         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
23566         little-endian support.  Remove unnecessary "are we done" tests.
23567         Handle "s" wrapping around zero and extremely large "size".
23568         Correct main loop count.  Handle single left-over word from main
23569         loop inline rather than by using small_loop.  Correct comments.
23570         Delete "zero" tail, use "end_max" instead.
23571         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
23573 2013-10-04  Alan Modra  <amodra@gmail.com>
23575         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
23576         support.  Don't branch over align.
23577         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
23578         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
23579         support.  Rearrange tmp reg use to suit.  Comment.
23580         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
23582 2013-10-04  Alan Modra  <amodra@gmail.com>
23584         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
23586 2013-10-04  Alan Modra  <amodra@gmail.com>
23588         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
23589         conditional form of branch and link when obtaining pc.
23590         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
23592 2013-10-04  Alan Modra  <amodra@gmail.com>
23594         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
23595         HIWORD/LOWORD.
23596         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
23597         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
23599 2013-10-04  Alan Modra  <amodra@gmail.com>
23601         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
23602         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
23603         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
23604         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
23605         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
23606         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
23607         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
23608         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
23609         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
23610         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
23612 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23613             Alistair Popple <alistair@ozlabs.au.ibm.com>
23614             Alan Modra <amodra@gmail.com>
23616         [BZ #15723]
23617         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
23618         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
23619         _dl_hwcap access for little-endian.
23620         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
23621         destroy vmx regs when saving unaligned.
23622         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
23623         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
23624         destroy vmx regs when saving unaligned.
23626 2013-10-04  Alan Modra  <amodra@gmail.com>
23628         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
23629         Don't use a union to pack hi/low value.
23631 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23633         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
23634         for little-endian.
23635         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23636         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
23637         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
23638         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23639         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23641 2013-10-04  Alan Modra  <amodra@gmail.com>
23643         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
23644         constants to usual value for .cst8 section, and remove redundant
23645         high address load.
23646         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
23647         constant for 0x1p52.  Load little-endian words of double from
23648         correct stack offsets.
23650 2013-10-04  Alan Modra  <amodra@gmail.com>
23652         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
23653         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
23654         words of double from correct stack offsets.
23655         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
23656         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
23657         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23658         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23659         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23660         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23661         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23662         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
23663         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
23664         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23665         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23666         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23667         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
23668         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
23669         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
23670         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
23671         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
23673 2013-10-04  Alan Modra  <amodra@gmail.com>
23675         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
23676         64-bit int/double union.
23677         (_FPU_SETCW): Likewise.
23678         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
23679         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
23681 2013-10-04  Alan Modra  <amodra@gmail.com>
23683         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
23684         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
23686 2013-10-04  Alan Modra  <amodra@gmail.com>
23688         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
23689         use vector int constants.
23690         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
23692 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23694         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
23695         array with long long.
23696         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
23697         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
23698         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
23699         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
23700         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
23701         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
23702         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
23703         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
23704         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
23705         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
23706         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
23707         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
23708         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
23710 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23712         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
23713         (__signbit): Likewise.  Correct for little-endian.
23714         (__signbitl): Call __signbit.
23715         (lrint): Correct for little-endian.
23716         (lrintf): Call lrint.
23718 2013-10-04  Alan Modra  <amodra@gmail.com>
23720         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
23721         union 32-bit int array member with 64-bit int array.
23722         (t515, tm256): Double rather than long double.
23723         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
23725 2013-10-04  Alan Modra  <amodra@gmail.com>
23727         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
23728         Delete.
23729         (IEEE854_LONG_DOUBLE_BIAS): Delete.
23730         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
23731         version of math_ldbl.h.
23733 2013-10-04  Alan Modra  <amodra@gmail.com>
23735         [BZ #15734], [BZ #15735]
23736         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
23737         all uses of ieee875 long double macros and unions.  Simplify test
23738         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
23739         ldbl_extract_mantissa value for ix,iy exponents.  Properly
23740         normalize after ldbl_extract_mantissa, and don't add hidden bit
23741         already handled.  Don't treat low word of ieee854 mantissa like
23742         low word of IBM long double and mask off bit when testing for
23743         zero.
23744         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
23745         all uses of ieee875 long double macros and unions.  Simplify tests
23746         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
23747         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
23748         two1022, instead use their values.  Recognise that tests for large
23749         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
23750         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
23751         Rewrite all uses of ieee875 long double macros and unions.  Simplify
23752         test for 0.0L and nan.  Correct negation.
23753         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
23754         ieee875 long double macros and unions.  Correct output for large
23755         magnitude x.  Correct absolute value calculation.
23756         (__erfcl): Likewise.
23757         * math/libm-test.inc: Add tests for errors discovered in IBM long
23758         double versions of fmodl, remainderl, erfl and erfcl.
23760 2013-10-04  Alan Modra  <amodra@gmail.com>
23762         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
23763         all uses of ieee854 long double macros and unions.  Simplify tests
23764         for long doubles that are fully specified by the high double.
23765         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
23766         Likewise.
23767         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
23768         Remove dead code too.
23769         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
23770         (__ieee754_ynl): Likewise.
23771         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
23772         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
23773         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
23774         Remove dead code too.
23775         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
23776         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
23777         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
23778         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
23779         Simplify.
23780         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
23781         Simplify.
23782         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
23783         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
23784         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
23785         Comment on variable precision.
23786         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
23787         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
23788         Likewise.
23789         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
23790         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
23791         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
23792         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
23793         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
23795 2013-10-04  Alan Modra  <amodra@gmail.com>
23797         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
23798         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
23799         all uses of ieee854 long double macros and unions.
23800         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
23801         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
23802         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
23803         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
23804         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
23805         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
23806         Likewise.
23807         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
23808         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
23809         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
23810         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
23811         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
23812         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
23813         Simplify sign and nan test too.
23814         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
23815         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
23816         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
23817         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
23818         Likewise.
23819         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
23820         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
23821         Likewise.
23822         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
23823         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
23824         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
23825         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
23826         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
23827         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
23829 2013-10-04  Alan Modra  <amodra@gmail.com>
23831         * stdio-common/printf_size.c (__printf_size): Don't use
23832         union ieee854_long_double in fpnum union.
23833         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
23834         signbit macro to retrieve sign from long double.
23835         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
23836         retrieve sign from long double.
23837         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
23838         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
23839         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
23840         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
23841         * math/test-misc.c (main): Don't use union ieee854_long_double.
23843 2013-10-04  Alan Modra  <amodra@gmail.com>
23845         [BZ #15680]
23846         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
23847         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
23848         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
23849         calculation.  Remove unnecessary test for denormal exponent.
23850         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
23851         Correct handling of denormals.  Avoid undefined shift behaviour.
23852         Correct normalisation of low mantissa when low double is denormal.
23853         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
23854         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
23855         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
23856         Correct normalisation of low mantissa.  Test for overflow of high
23857         mantissa and normalise.
23858         (ldbl_nearbyint): Use more readable constant for two52.
23859         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
23860         (__mpn_construct_long_double): Fix test for overflow of high
23861         mantissa and correct normalisation.  Avoid undefined shift.
23863 2013-10-04  Alan Modra  <amodra@gmail.com>
23865         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
23866         (union ibm_extended_long_double): Define as an array of ieee754_double.
23867         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
23868         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
23869         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
23870         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
23871         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23872         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
23873         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23874         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
23875         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
23876         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
23877         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
23879 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
23881         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
23882         page size instead of calling getpagesize.
23884         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
23885         (LOCFILE_ALIGN_MASK): Likewise.
23886         (LOCFILE_ALIGN_UP): Likewise.
23887         (LOCFILE_ALIGNED_P): Likewise.
23888         * locale/programs/ld-collate.c (collate_output): Use the new
23889         macros instead of __alignof__ (int32_t).
23890         * locale/weight.h (findidx): Likewise.
23892 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
23894         [BZ #431]
23895         * manual/string.texi: Fix strncat and wcsncat.
23897 2013-10-03  Brooks Moses  <bmoses@google.com>
23899         [BZ #15915]
23900         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
23901         * Makerules: ...here, and adjust associated comments.
23903 2013-10-02  Will Newton  <will.newton@linaro.org>
23905         * malloc/Makefile: Add tst-pvalloc.
23906         * malloc/tst-pvalloc.c: New file.
23908 2013-10-02  Will Newton  <will.newton@linaro.org>
23910         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
23911         improve test coverage.
23913 2013-10-02  Will Newton  <will.newton@linaro.org>
23915         * malloc/Makefile: Add tst-posix_memalign.
23916         * malloc/tst-posix_memalign.c: New file.
23918 2013-10-01  Eric Blake  <eblake@redhat.com>
23920         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
23921         Use __THROWNL rather than __THROW on static functions.
23923 2013-09-30  Petr Machata  <pmachata@redhat.com>
23925         * elf/elf.h (R_AARCH64_ABS16): New macro.
23926         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
23927         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
23928         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
23929         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
23930         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
23931         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
23932         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
23933         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
23934         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
23935         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
23936         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
23937         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
23938         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
23939         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
23940         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
23941         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
23942         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
23943         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
23944         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
23945         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
23946         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
23947         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
23948         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
23949         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
23950         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
23951         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
23952         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
23953         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
23954         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
23955         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
23956         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
23957         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
23958         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
23959         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
23960         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
23961         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
23962         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
23963         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
23964         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
23965         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
23966         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
23967         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
23968         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
23969         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
23970         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
23971         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
23972         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
23973         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
23974         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
23975         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
23976         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
23977         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
23978         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
23979         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
23980         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
23981         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
23982         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
23983         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
23984         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
23985         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
23986         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
23987         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
23988         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
23989         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
23990         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
23991         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
23992         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
23993         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
23994         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
23995         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
23996         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
23997         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
23998         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
23999         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
24000         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
24001         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
24002         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
24003         (R_AARCH64_TLSDESC_LDR): Likewise.
24004         (R_AARCH64_TLSDESC_ADD): Likewise.
24005         (R_AARCH64_TLSDESC_CALL): Likewise.
24007 2013-09-30  Andreas Schwab  <schwab@suse.de>
24009         [BZ #15048]
24010         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
24011         the nss database lookup.
24012         * nscd/initgrcache.c (addinitgroupsX): Likewise.
24013         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
24015 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
24017         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
24019 2013-09-28  P. J. McDermott  <pj@pehjota.net>
24021         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
24022         ${Bash-specific parameter/pattern/string} parameter expansion.
24023         * sysdeps/unix/make-syscalls.sh: Likewise.
24025 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
24027         * sysdeps/sh/stackguard-macros.h: New file.
24029 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
24031         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
24032         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
24033         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
24034         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
24035         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
24036         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
24038 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24040         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
24041         Fix thread ID register.
24043 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
24045         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
24046         [POSIX || UNIX98]: Require rather than permitting all symbols from
24047         <time.h>.
24048         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
24049         element of struct sched_param.
24050         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
24051         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
24052         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
24053         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
24054         constant.
24056 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
24058         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
24059         argument calculation.
24061 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
24063         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
24064         Expect macro.
24065         [POSIX] (pthread_attr_t): Do not require type.
24066         [POSIX] (pthread_cond_t): Likewise.
24067         [POSIX] (pthread_condattr_t): Likewise.
24068         [POSIX] (pthread_key_t): Likewise.
24069         [POSIX] (pthread_mutex_t): Likewise.
24070         [POSIX] (pthread_mutexattr_t): Likewise.
24071         [POSIX] (pthread_once_t): Likewise.
24072         [POSIX] (pthread_t): Likewise.
24073         [POSIX-based standards] (pthread_atfork): Expect function.
24075 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
24076             Richard Sandiford  <richard@codesourcery.com>
24078         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
24079         (swap_endianness_p): New extern variable.
24080         (set_big_endian): New inline function.
24081         (maybe_swap_uint32): Likewise.
24082         (maybe_swap_uint32_array): Likewise.
24083         (maybe_swap_uint32_obstack): Likewise.
24084         * locale/programs/locfile.c: Include <stdbool.h>.
24085         (swap_endianness_p): New variable.
24086         (add_locale_uint32): Call maybe_swap_uint32.
24087         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
24088         (write_locale_data): Call maybe_swap_uint32_array.
24089         * locale/programs/ld-collate.c (obstack_int32_grow): Call
24090         maybe_swap_uint32.
24091         (obstack_int32_grow_fast): Likewise.
24092         (output_weightwc): Call maybe_swap_uint32_obstack.
24093         (collate_output): Likewise.
24094         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
24095         (OPT_LITTLE_ENDIAN): Likewise.
24096         (options): Add --little-endian and --big-endian options.
24097         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
24098         * locale/programs/locarchive.c: Include "locfile.h".
24099         (GET): New macro.
24100         (SET): Likewise.
24101         (INC): Likewise.
24102         (create_archive): Use the new macros to access fields of
24103         structures directly mapped from or written to locale archives.
24104         (oldlocrecentcmp): Likewise.
24105         (enlarge_archive): Likewise.
24106         (insert_name): Likewise.
24107         (add_alias): Likewise.
24108         (add_locale): Likewise.
24109         (delete_locales_from_archive): Likewise.
24110         (show_archive_content): Likewise.
24111         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
24112         locale data.
24114 2013-09-24  Roland McGrath  <roland@hack.frob.com>
24116         * manual/freemanuals.texi: Updated from (newly) canonical copy at
24117         http://www.gnu.org/doc/freemanuals.texi.
24118         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
24120 2013-09-24  Will Newton  <will.newton@linaro.org>
24122         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
24123         macro.
24125 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
24127         * locale/hashval.h (compute_hashval): Interpret bytes of key as
24128         unsigned char.
24130 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
24132         * manual/threads.texi (POSIX Threads): Fix a typo.
24134 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
24136         [BZ #14547]
24137         * string/tst-strcoll-overflow.c: New test case.
24138         * string/Makefile (xtests): Add tst-strcoll-overflow.
24139         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
24140         cache if string sizes may cause integer overflow.
24142         [BZ #14547]
24143         * string/strcoll_l.c (coll_seq): New members rule, idx,
24144         save_idx and back_us.
24145         (get_next_seq_nocache): New function.
24146         (do_compare_nocache): New function.
24147         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
24148         when malloc fails.
24150 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
24152         [BZ #15754]
24153         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
24154         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
24155         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
24157         [BZ #15754]
24158         * elf/Makefile (tests): Add tst-ptrguard1.
24159         (tests-static): Add tst-ptrguard1-static.
24160         (tst-ptrguard1-ARGS): Define.
24161         (tst-ptrguard1-static-ARGS): Define.
24162         * elf/tst-ptrguard1.c: New file.
24163         * elf/tst-ptrguard1-static.c: New file.
24164         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
24165         * sysdeps/i386/stackguard-macros.h: Likewise.
24166         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
24167         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
24168         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
24169         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
24170         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
24171         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
24173 2013-09-23  Hector Marco  <hecmargi@upv.es>
24174             Ismael Ripoll  <iripoll@disca.upv.es>
24175             Carlos O'Donell  <carlos@redhat.com>
24177         [BZ #15754]
24178         * sysdeps/generic/stackguard-macros.h: Define
24179         __pointer_chk_guard_local and POINTER_CHK_GUARD.
24180         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
24181         Define __pointer_chk_guard_local.
24182         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
24183         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
24185 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
24187         [BZ #15859]
24188         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
24190 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
24192         * include/string.h (__ffs): Declare as hidden.
24193         * string/ffs.c (__ffs): Define as hidden.
24194         * sysdeps/i386/ffs.c (__ffs): Likewise.
24195         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
24196         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
24197         * sysdeps/s390/ffs.c (__ffs): Likewise.
24198         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
24200 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
24202         * NEWS: Mention malloc probes.
24204         * malloc/arena.c (new_heap): New memory_heap_new probe.
24205         (grow_heap): New memory_heap_more probe.
24206         (shrink_heap): New memory_heap_less probe.
24207         (heap_trim): New memory_heap_free probe.
24208         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
24209         (systrim): New memory_sbrk_less probe.
24210         * manual/probes.texi: Document them.
24212         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
24213         * manual/probes.texi: Document it.
24215         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
24216         (__libc_realloc): Add memory_realloc_retry probe.
24217         (__libc_memalign): Add memory_memalign_retry probe.
24218         (__libc_valloc): Add memory_valloc_retry probe.
24219         (__libc_pvalloc): Add memory_pvalloc_retry probe.
24220         (__libc_calloc): Add memory_calloc_retry probe.
24221         * manual/probes.texi: Document them.
24223         * malloc/arena.c (get_free_list): Add probe
24224         memory_arena_reuse_free_list.
24225         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
24226         and memory_arena_reuse.
24227         (arena_get2) [!PER_THREAD]: Likewise.
24228         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
24229         memory_arena_reuse_realloc.
24230         * manual/probes.texi: Document them.
24232         * malloc/malloc.c (__libc_free): Add
24233         memory_mallopt_free_dyn_thresholds probe.
24234         (__libc_mallopt): Add multiple memory_mallopt probes.
24235         * manual/probes.texi: Document them.
24237         * malloc/malloc.c: Include stap-probe.h.
24238         (__libc_mallopt): Add memory_mallopt probe.
24239         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
24240         * manual/probes.texi: New.
24241         * manual/Makefile (chapters): Add probes.
24242         * manual/threads.texi: Set next node.
24244 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
24246         [BZ #15963, #13985]
24247         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
24248         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
24249         Add `Chinese' to `nan' entry name.
24251 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24253         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
24254         (POLYNOMIAL): Likewise.
24255         (TAYLOR_SINCOS): Likewise.
24256         (TAYLOR_SLOW): Likewise.
24257         (__sin): Use TAYLOR_SINCOS.
24258         (__cos): Likewise.
24259         (slow): Use TAYLOR_SLOW.
24260         (sloww): Likewise.
24261         (bsloww): Likewise.
24262         (csloww): Likewise.
24264 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24266         * stdlib/strtod_l.c: Fix buffer overrun.
24268 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24270         * benchtests/Makefile (bench): Add sincos.
24271         * benchtests/bench-sincos.c: New file.
24273         * math/libm-test.inc (cos_test_data): New test inputs.
24274         (sin_test_data): Likewise.
24276         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
24277         macro.
24278         (__sin): Use it.
24279         (__cos): Likewise.
24280         (slow1): Likewise.
24281         (slow2): Likewise.
24282         (sloww1): Likewise.
24283         (sloww2): Likewise.
24284         (bsloww1): Likewise.
24285         (bsloww2): Likewise.
24286         (cslow2): Likewise.
24287         (csloww1): Likewise.
24288         (csloww2): Likewise.
24290         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
24291         function.
24292         (__sin): Use it.
24293         (__cos): Likewise.
24295         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
24296         gotos.
24297         (__cos): Likewise.
24299 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
24301         * config.h.in (HAVE_MIPS_NAN2008): New macro.
24302         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
24303         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
24304         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
24305         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
24306         * elf/cache.c (print_entry): Handle the new cache flags.
24308 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
24309             Aldy Hernandez  <aldyh@redhat.com>
24311         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
24312         Change condition to [_SOFT_FLOAT].
24313         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
24314         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
24315         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
24316         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
24317         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
24318         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
24319         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
24320         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
24321         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
24322         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
24323         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
24324         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
24325         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
24326         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
24327         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
24328         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
24329         declaration.
24331 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
24333         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
24334         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
24335         (__longjmp): Use LOAD_GP to load saved GPRs.
24336         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
24337         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
24338         (__sigsetjmp): Use SAVE_GP to save GPRs.
24340         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
24341         Do not append -msoft-float.
24342         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
24344 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24346         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
24348 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
24350         [BZ #15966]
24351         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
24352         (_FPU_GETCW): Use initial "__" on variable and field names but not
24353         on macro parameter name.
24354         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
24355         parentheses around reference to macro parameter.
24357 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
24359         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
24360         prototype.
24361         (ctype_startup): Use uint32_t in cast and sizeof for
24362         ctype->charnames.
24364 2013-09-11  Jia Liu  <proljc@gmail.com>
24366         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
24367         __daddr_t_defined.
24368         [__FreeBSD__]: Likewise.
24370 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
24372         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
24373         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
24374         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
24375         (strchr): Remove __strchr_sse42 ifunc selection.
24376         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
24377         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
24379 2013-09-11  Will Newton  <will.newton@linaro.org>
24381         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
24382         parameter to RES. Remove hardcoded 1000 value.
24383         * benchtests/bench-skeleton.c (main): Pass RES parameter
24384         to TIMING_INIT and multiply result by 1000.
24386 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24388         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24390 2013-09-11  Andreas Schwab  <schwab@suse.de>
24392         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
24393         if not defined.
24394         (O_TMPFILE) [__USE_GNU]: Define.
24395         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
24396         Define.
24398 2013-09-11  Will Newton  <will.newton@linaro.org>
24400         [BZ #15857]
24401         * malloc/malloc.c (__libc_memalign): Check the value of bytes
24402         does not overflow.
24404 2013-09-11  Will Newton  <will.newton@linaro.org>
24406         [BZ #15856]
24407         * malloc/malloc.c (__libc_valloc): Check the value of bytes
24408         does not overflow.
24410 2013-09-11  Will Newton  <will.newton@linaro.org>
24412         [BZ #15855]
24413         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
24414         does not overflow.
24416 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
24418         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
24419         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
24420         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
24421         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
24422         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
24424 2013-09-10  Allan McRae  <allan@archlinux.org>
24426         [BZ #15748]
24427         * manual/arith.texi (Parsing of Floats): Clarify
24428         cross-reference.
24430         [BZ #15849]
24431         * manual/install.texi (Running make install): Mention
24432         --enable-pt-chown.
24433         * INSTALL: Regenerated.
24435 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
24437         * csu/init-first.c (_init): Remove the !SHARED condition around
24438         FPU control word initialization.
24439         * elf/dl-support.c (_dl_fpu_control): New variable.
24440         (_dl_aux_init) <AT_FPUCW>: Initialize it.
24441         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
24442         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
24443         * math/test-fpucw-static.c: New file.
24444         * math/test-fpucw-ieee.c: New file.
24445         * math/test-fpucw-ieee-static.c: New file.
24446         * math/Makefile (tests): Add `test-fpucw-ieee' and
24447         `$(tests-static)'.
24448         (tests-static): New variable.
24449         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
24450         dependency to...
24451         [($(build-shared),yes)]
24452         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
24453         ... this.
24454         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
24455         New dependency.
24457 2013-09-09  Allan McRae  <allan@archlinux.org>
24459         [BZ #15939]
24460         * manual/string.texi (Collation Functions): Fix typo in
24461         strcoll example.
24462         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
24464         [BZ #15893]
24465         * stdlib/isomac.c (get_null_defines): Fix memory leak.
24467         [BZ #15892]
24468         * libio/memstream.c (open_memstream): Fix memory leak.
24469         * libio/wmemstream.c (open_wmemstream): Likewise.
24471         [BZ #15895]
24472         * nscd/netgroupcache.c: Fix nesting of ifdefs.
24474 2013-09-09  Will Newton  <will.newton@linaro.org>
24476         * malloc/Makefile: Add tst-realloc to tests.
24477         * malloc/tst-realloc.c: New file.
24479 2013-09-09  Allan McRae  <allan@archlinux.org>
24481         [BZ #15844]
24482         * COPYING: Update from GNU website to fix FSF address.
24483         * COPYING.LIB: Likewise.
24485 2013-09-06  David S. Miller  <davem@davemloft.net>
24487         * po/zh_TW.po: Update Chinese (traditional) translation from
24488         translation project.
24490 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
24491             Joseph Myers  <joseph@codesourcery.com>
24493         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
24494         "localeinfo.h".
24495         (obstack_chunk_alloc): New macro.
24496         (obstack_chunk_free): Likewise.
24497         (record_offset): New function.
24498         (init_locale_data): Likewise.
24499         (align_locale_data): Likewise.
24500         (add_locale_empty): Likewise.
24501         (add_locale_raw_data): Likewise.
24502         (add_locale_raw_obstack): Likewise.
24503         (add_locale_string): Likewise.
24504         (add_locale_wstring): Likewise.
24505         (add_locale_uint32): Likewise.
24506         (add_locale_uint32_array): Likewise.
24507         (add_locale_char): Likewise.
24508         (start_locale_structure): Likewise.
24509         (end_locale_structure): Likewise.
24510         (start_locale_prelude): Likewise.
24511         (end_locale_prelude): Likewise.
24512         (write_locale_data): Take locale_file structure rather than an
24513         iovec.
24514         * locale/programs/locfile.h: Include "obstack.h".
24515         (struct locale_file): Change to store locale file contents instead
24516         of header.
24517         (init_locale_data): New prototype.
24518         (align_locale_data): Likewise.
24519         (add_locale_empty): Likewise.
24520         (add_locale_raw_data): Likewise.
24521         (add_locale_raw_obstack): Likewise.
24522         (add_locale_string): Likewise.
24523         (add_locale_wstring): Likewise.
24524         (add_locale_uint32): Likewise.
24525         (add_locale_uint32_array): Likewise.
24526         (add_locale_char): Likewise.
24527         (start_locale_structure): Likewise.
24528         (end_locale_structure): Likewise.
24529         (start_locale_prelude): Likewise.
24530         (end_locale_prelude): Likewise.
24531         (write_locale_data): Update prototype.
24532         * locale/programs/3level.h (struct TABLE): Remove result field.
24533         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
24534         Use new locale_file interface.
24535         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
24536         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
24537         * locale/programs/ld-address.c (address_output): Use new
24538         locale_file interface.
24539         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
24540         NO_ADD_LOCALE.
24541         (collate_finish): Don't call collseq_table_finalize.
24542         (collate_output): Use new locale_file interface.
24543         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
24544         in file.
24545         (NO_FINALIZE): Change to NO_ADD_LOCALE.
24546         (TABLE): Move defines earlier in file.
24547         (ELEMENT): Likewise.
24548         (DEFAULT): Likewise.
24549         (wctrans_table_add): Move macro and inline function earlier in
24550         file.
24551         (struct wctype_table): Move type earlier in file.
24552         (add_locale_wctype_table): New static prototype.
24553         (struct locale_ctype_t): Use logical types instead of struct iovec
24554         pointers for members.
24555         (ctype_output): Use new locale_file interface.
24556         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
24557         new locale_file interface.
24558         (allocate_arrays): Update for use of new locale_file interface.
24559         * locale/programs/ld-identification.c (identification_output): Use
24560         new locale_file interface.
24561         * locale/programs/ld-measurement.c (measurement_output): Likewise.
24562         * locale/programs/ld-messages.c (messages_output): Likewise.
24563         * locale/programs/ld-monetary.c (monetary_output): Likewise.
24564         * locale/programs/ld-name.c (name_output): Likewise.
24565         * locale/programs/ld-numeric.c (numeric_output): Likewise.
24566         * locale/programs/ld-paper.c (paper_output): Likewise.
24567         * locale/programs/ld-telephone.c (telephone_output): Likewise.
24568         * locale/programs/ld-time.c (time_output): Likewise.
24570 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24572         * benchtests/Makefile: Add memrchr benchmark.
24573         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
24574         benchmark as memrchr.
24575         * benchtests/bench-memrchr-ifunc.c: New file.
24576         * benchtests/bench-memrchr.c: New file.
24578 2013-09-06   Will Newton  <will.newton@linaro.org>
24580         * benchtests/Makefile (string-bench): Add memcpy.
24582 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
24583             Cong Wang  <amwang@redhat.com>
24585         [BZ #15850]
24586         * sysdeps/unix/sysv/linux/bits/in.h
24587         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
24588         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
24589         before __USE_KERNEL_IPV6_DEFS uses.
24590         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
24591         IPPROTO_BEETPH.
24592         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
24593         sockaddr_in6, or ipv6_mreq.
24595 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24597         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
24598         memory access for final bytes in some large inputs.
24599         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
24601 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24603         * string/test-memrchr.c: New file.
24604         * string/test-memrchr-ifunc.c: New file.
24605         * string/Makefile: Add new memrchr testcase.
24607 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
24609         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
24610         fanotify_init returns EPERM.
24612 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
24614         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
24615         errors.
24616         (top level): Treat second token from macro or constant entries for
24617         allowed headers as allowed.
24618         * include/complex.h: Condition internal declarations on
24619         [!_ISOMAC].
24620         * include/fenv.h: Condition include of <stdbool.h> and internal
24621         declarations on [!_ISOMAC].
24623 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
24625         [BZ #15923]
24626         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
24628 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
24630         * configure.in (--enable-versioning): Remove configure option.
24631         (libc_cv_asm_symver_directive): Remove configure test.
24632         (libc_cv_ld_version_script_option): Likewise.
24633         (VERSIONING): Remove variable and AC_SUBST.
24634         (DO_VERSIONING): Remove AC_DEFINE.
24635         * configure: Regenerated.
24636         * config.h.in (DO_VERSIONING): Remove macro.
24637         * Makerules [$(versioning) = yes]: Change conditionals to
24638         [$(build-shared) = yes].
24639         * config.make.in (versioning): Remove variable.
24640         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
24641         [$(build-shared) = yes].
24642         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
24643         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
24644         * elf/Makefile [$(versioning) = yes]: Change conditionals to
24645         [$(build-shared) = yes].
24646         * extra-lib.mk [$(versioning) = yes]: Likewise.
24647         * hurd/Makefile [$(versioning) = yes]: Likewise.
24648         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
24649         [SHARED].
24650         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
24651         [SHARED].
24652         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
24653         [SHARED && !NO_HIDDEN].
24654         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
24655         [SHARED].
24656         [SHARED && DO_VERSIONING]: Likewise..
24657         * libio/Makefile [$(versioning) = yes]: Change conditionals to
24658         [$(build-shared) = yes].
24659         * manual/install.texi (--disable-versioning): Remove
24660         documentation.
24661         * INSTALL: Regenerated.
24662         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
24663         to [SHARED].
24664         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
24665         [$(build-shared) = yes].
24666         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
24667         * sysdeps/i386/i686/multiarch/strstr-c.c
24668         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
24669         [SHARED && !NO_HIDDEN].
24670         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
24671         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
24672         * sysdeps/powerpc/powerpc32/dl-machine.c
24673         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
24674         * sysdeps/powerpc/powerpc32/sysdep.h
24675         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
24676         to [SHARED && PIC && !NO_HIDDEN].
24677         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
24678         conditional to [SHARED].
24680 2013-09-04   Will Newton  <will.newton@linaro.org>
24682         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
24683         * benchtests/bench-string.h: Include bench-timing.h instead
24684         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
24685         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
24686         call to HP_TIMING_DIFF_INIT.
24687         * benchtests/bench-memccpy.c: Use bench-timing.h macros
24688         instead of hp-timing.h macros.
24689         * benchtests/bench-memchr.c: Likewise.
24690         * benchtests/bench-memcmp.c: Likewise.
24691         * benchtests/bench-memcpy.c: Likewise.
24692         * benchtests/bench-memmem.c: Likewise.
24693         * benchtests/bench-memmove.c: Likewise.
24694         * benchtests/bench-memset.c: Likewise.
24695         * benchtests/bench-rawmemchr.c: Likewise.
24696         * benchtests/bench-strcasecmp.c: Likewise.
24697         * benchtests/bench-strcasestr.c: Likewise.
24698         * benchtests/bench-strcat.c: Likewise.
24699         * benchtests/bench-strchr.c: Likewise.
24700         * benchtests/bench-strcmp.c: Likewise.
24701         * benchtests/bench-strcpy.c: Likewise.
24702         * benchtests/bench-strcpy_chk.c: Likewise.
24703         * benchtests/bench-strlen.c: Likewise.
24704         * benchtests/bench-strncasecmp.c: Likewise.
24705         * benchtests/bench-strncat.c: Likewise.
24706         * benchtests/bench-strncmp.c: Likewise.
24707         * benchtests/bench-strncpy.c: Likewise.
24708         * benchtests/bench-strnlen.c: Likewise.
24709         * benchtests/bench-strpbrk.c: Likewise.
24710         * benchtests/bench-strrchr.c: Likewise.
24711         * benchtests/bench-strspn.c: Likewise.
24712         * benchtests/bench-strstr.c: Likewise.
24714 2013-09-04  Will Newton  <will.newton@linaro.org>
24716         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
24718 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
24720         [BZ #15427]
24721         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
24722         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
24723         * math/libm-test.inc (lgamma_test_data): Add more tests.
24724         * sysdeps/i386/fpu/libm-test-ulps: Update.
24725         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24727 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
24729         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
24730         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24731         Add ifunc.
24732         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24733         Add strcmp-sse2-unaligned
24734         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
24736 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
24738         * Versions.def (libc): Add GLIBC_2.19.
24740 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
24742         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
24743         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
24745 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
24747         [BZ #14155]
24748         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
24749         intermediate calculations in recurrence.
24750         (__ieee754_ynf): Likewise.
24751         * math/libm-test.inc (jn_test_data): Do not allow spurious
24752         underflow exception.  Add more tests.
24753         (yn_test_data): Add more tests.
24754         * sysdeps/i386/fpu/libm-test-ulps: Update.
24755         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24757 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
24759         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
24761 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
24763         * csu/init-first.c: Fix then/than typos.
24764         * locale/programs/ld-collate.c: Likewise.
24765         * locale/programs/linereader.h: Likewise.
24766         * manual/charset.texi: Likewise.
24767         * manual/filesys.texi: Likewise.
24768         * manual/stdio.texi: Likewise.
24769         * manual/string.texi: Likewise.
24770         * stdlib/fmtmsg.c: Likewise.
24771         * sysdeps/i386/stpncpy.S: Likewise.
24772         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
24773         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
24774         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
24775         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
24777 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
24779         * elf/dl-open.c: Fix typos.
24780         * iconvdata/gbbig5.c: Likewise.
24781         * iconvdata/iso-2022-jp.c: Likewise.
24782         * iconv/gconv_int.h: Likewise.
24783         * iconv/loop.c: Likewise.
24784         * nis/rpcsvc/nis.h: Likewise.
24785         * resolv/ns_name.c: Likewise.
24786         * stdio-common/vfscanf.c: Likewise.
24787         * streams/stropts.h: Likewise.
24788         * sunrpc/rpc_thread.c: Likewise.
24789         * sysdeps/i386/strpbrk.S: Likewise.
24790         * sysdeps/ieee754/k_standard.c: Likewise.
24791         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
24792         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
24793         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
24794         * sysdeps/mach/hurd/profil.c: Likewise.
24795         * sysdeps/s390/dl-procinfo.h: Likewise.
24796         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
24797         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
24798         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
24799         * sysdeps/x86_64/dl-trampoline.S: Likewise.
24800         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
24802 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
24804         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
24805         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
24807 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
24809         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
24810         aix specific files.
24811         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
24812         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
24813         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
24814         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
24815         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
24816         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
24817         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
24818         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
24820 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
24821             Roland McGrath  <roland@hack.frob.com>
24823         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
24824         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
24826 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24828         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
24829         __executable_start symbol instead of _start.
24831 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
24833         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
24834         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
24835         Move macros to...
24836         * sysdeps/gnu/ldsodefs.h: ... this new file.
24838         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
24839         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
24840         instead of ELFOSABI_LINUX.
24842         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
24843         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
24844         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
24845         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
24846         Likewise.
24847         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
24848         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
24849         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
24850         Likewise.
24851         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
24852         (ibm_extended_long_double): Add ieee_nan member.
24853         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
24854         (do_test): New function.
24856         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
24857         TEST_TRUNC.
24858         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
24859         functions, renamed from truncdfsf_test, trunctfsf_test,
24860         trunctfdf_test.
24861         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
24862         functions.
24863         (do_test): Run all these.
24865 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
24867         * argp/argp-help.c: Fix typos.
24868         * argp/argp-parse.c: Likewise.
24869         * debug/backtracesyms.c: Likewise.
24870         * elf/elf.h: Likewise.
24871         * malloc/malloc.c: Likewise.
24872         * nis/nis_print.c: Likewise.
24873         * resolv/res_comp.c: Likewise.
24874         * stdlib/stdlib.h: Likewise.
24875         * sunrpc/clnt_tcp.c: Likewise.
24876         * sunrpc/clnt_udp.c: Likewise.
24877         * sunrpc/clnt_unix.c: Likewise.
24878         * sysdeps/unix/bsd/ptsname.c: Likewise.
24879         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
24880         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
24881         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
24882         Likewise.
24883         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
24884         Likewise.
24885         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
24886         Likewise.
24887         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
24889 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
24891         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
24892         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
24894 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
24896         [BZ #15897]
24897         * dlfcn/Makefile (tests): Add bug-dl-leaf.
24898         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
24899         ($(objpfx)bug-dl-leaf): New rule.
24900         ($(objpfx)bug-dl-leaf.so): Likewise.
24901         ($(objpfx)bug-dl-leaf.out): Likewise.
24902         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
24903         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
24904         * dlfcn/bug-dl-leaf.c: New test.
24905         * dlfcn/bug-dl-leaf-lib.c: Likewise.
24906         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
24907         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
24908         (dlclose): Likewise.
24909         (dlmopen): Likewise.
24911 2013-08-27  Roland McGrath  <roland@hack.frob.com>
24913         * include/netdb.h [!_ISOMAC]:
24914         Don't include <tls.h>.
24915         (h_errno, __libc_h_errno): Move declaration and macros out of
24916         [_LIBC_REENTRANT].
24918         * include/resolv.h [_RESOLV_H_]:
24919         Don't include <tls.h>.
24920         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
24921         * resolv/res_libc.c: Don't include <tls.h>.
24922         (_res): Use __attribute__ ((nocommon)) in place of
24923         __attribute__ ((section (".bss"))).
24925         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
24926         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
24928         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
24930         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
24931         only under [SIOCGIFCONF && SIOCGIFNETMASK].
24933         * resolv/res_mkquery.c: Include <sys/time.h>.
24935         * inet/ifreq.c: Moved to ...
24936         * sysdeps/unix/ifreq.c: ... here.
24937         * inet/ifreq.c: New file, true stub version.
24939         * socket/sa_len.c: New file.
24940         * socket/Makefile (aux): Add it.
24941         * sysdeps/unix/sysv/linux/Makefile
24942         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
24943         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
24944         and #include <socket/sa_len.c>.
24945         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
24946         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
24948         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
24949         * bits/socket.h: ... here.
24951         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
24952         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
24953         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
24955 2013-08-27  Andreas Schwab  <schwab@suse.de>
24957         [BZ #15736]
24958         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
24959         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
24960         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
24961         * string/test-strcasecmp.c (test_main): Run tests in several
24962         locales.
24963         * string/test-strncasecmp.c (test_main): Likewise.
24965         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
24966         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
24967         to __strcasecmp_nonascii and __strncasecmp_nonascii.
24968         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
24969         (__strncasecmp_ssse3) [PIC]: Likewise.
24971 2013-08-26  Roland McGrath  <roland@hack.frob.com>
24973         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
24975         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
24976         instead of explicitly declaring xdecrypt.
24977         * nis/nss_nis/nis-publickey.c: Likewise.
24979 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24981         [BZ #15890]
24982         * nscd/aicache.c: Include res_hconf.h.
24983         (addhstaiX): Initialize res_hconf.
24985 2013-08-26  Andreas Schwab  <schwab@suse.de>
24987         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
24988         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
24990 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24992         * nscd/aicache.c (addhstaiX): Fix indentation.
24994 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
24996         * configure.ac: Quote $build_pt_chown test.
24997         * configure: Regenerated.
24999 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
25001         [BZ #15532]
25002         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
25003         * math/s_cexpf.c (__cexpf): Likewise.
25004         * math/s_cexpl.c (__cexpl): Likewise.
25005         * math/libm-test.inc (cexp_test_data): Correct expected return
25006         value for NaN + i0.  Add another test.
25008 2013-08-22  David S. Miller  <davem@davemloft.net>
25010         * po/ca.po: Update Catalan translation from translation project.
25011         * po/uk.po: Add Ukrainian translations from translation project.
25013 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
25015         [BZ #15797]
25016         * math/s_fdim.c (__fdim): Check for infinite arguments if result
25017         is infinite, not alongside NaN test.
25018         * math/s_fdimf.c (__fdimf): Likewise.
25019         * math/s_fdiml.c (__fdiml): Likewise.
25020         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
25021         errno is unchanged.
25023 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
25025         * argp/argp-help.c: Fix typos.
25026         * crypt/speeds.c: Likewise.
25027         * csu/check_fds.c: Likewise.
25028         * elf/dl-load.c: Likewise.
25029         * elf/dl-open.c: Likewise.
25030         * elf/reldep3.c: Likewise.
25031         * elf/reldep.c: Likewise.
25032         * elf/sprof.c: Likewise.
25033         * iconv/iconv_charmap.c: Likewise.
25034         * iconv/skeleton.c: Likewise.
25035         * iconv/strtab.c: Likewise.
25036         * io/lockf64.c: Likewise.
25037         * libio/libioP.h: Likewise.
25038         * resolv/gai_notify.c: Likewise.
25039         * resolv/ns_name.c: Likewise.
25040         * resolv/ns_samedomain.c: Likewise.
25041         * resolv/res_send.c: Likewise.
25042         * stdlib/random.c: Likewise.
25043         * sunrpc/rpc/xdr.h: Likewise.
25044         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
25045         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
25046         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
25047         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
25048         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
25049         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
25050         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
25051         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
25052         * sysdeps/mach/hurd/check_fds.c: Likewise.
25053         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
25054         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
25055         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25056         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
25057         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
25058         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
25059         * sysdeps/pthread/aio_notify.c: Likewise.
25060         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
25061         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
25062         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
25063         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
25064         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
25066 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25068         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
25069         version if bit_Slow_SSE4_2 is set.
25070         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
25071         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
25073 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25075         [BZ #15867]
25076         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
25077         trampoline stack frame information.
25078         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
25079         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
25080         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
25081         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
25082         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
25083         * sysdeps/unix/sysv/linux/powerpc/init-first.c
25084         (_libc_vdso_platform_setup): Initialize the signal trampolines.
25085         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
25086         sa_flags value.
25087         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
25088         interrupting a syscall and set with option SA_SIGINFO.
25090 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
25092         [BZ #15531]
25093         * math/s_cproj.c (__cproj): Only return an infinity if one part of
25094         argument is infinite.
25095         * math/s_cprojf.c (__cprojf): Likewise.
25096         * math/s_cprojl.c (__cprojl): Likewise.
25097         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
25098         * math/libm-test.inc (cproj_test_data): Add more tests.
25100         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
25102         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
25103         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
25104         size.  Use __ffs to determine corresponding shift.
25106 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
25107             Roland McGrath  <roland@hack.frob.com>
25109         * Makefile (INSTALL): Remove trailing blank lines from output of
25110         makeinfo.
25112 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25114         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
25115         Align 32 bit compat elf_greg to 8 bytes.
25117 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
25119         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
25121 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
25123         * string/strcoll_l.c (coll_seq): New structure.
25124         (get_next_seq_cached): New function.
25125         (get_next_seq): New function.
25126         (do_compare): New function.
25127         (STRCOLL): Use GNU style definition.  Simplify implementation
25128         by using get_next_seq, get_next_seq_cached and do_compare.
25130 2013-08-16  Florian Weimer  <fweimer@redhat.com>
25132         [BZ #14699]
25133         CVE-2013-4237
25134         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
25135         member.
25136         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
25137         member.
25138         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
25139         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
25140         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
25141         conditional.
25142         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
25143         GETDENTS_64BIT_ALIGNED.
25144         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
25145         * manual/filesys.texi (Reading/Closing Directory): Document
25146         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
25147         strongly.
25148         * manual/conf.texi (Limits for Files): Add portability note to
25149         NAME_MAX, PATH_MAX.
25150         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
25152 2013-08-13  Andreas Schwab  <schwab@suse.de>
25154         [BZ #15749]
25155         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
25156         of fabs.
25157         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
25158         LDBL_MAX_EXP >= 16384]: Add tests for it.
25160 2013-08-12  David S. Miller  <davem@davemloft.net>
25162         * version.h (RELEASE): Set to "development".
25163         (VERSION): Set to "2.18.90".
25164         * NEWS: Add 2.19 section.
25166 2013-08-03  David S. Miller  <davem@davemloft.net>
25168         * po/ko.po: Update Korean translation from translation project.
25170 2013-08-01  David S. Miller  <davem@davemloft.net>
25172         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
25173         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
25174         Bilka.
25176 2013-07-30  David S. Miller  <davem@davemloft.net>
25178         * po/fr.po: Update French translation from translation project.
25180 2013-07-28  David S. Miller  <davem@davemloft.net>
25182         * po/cs.po: Update Czech translation from translation project.
25184         * po/sv.po: Update Swedish translation from translation project.
25186 2013-07-27  David S. Miller  <davem@davemloft.net>
25188         * po/eo.po: Update Esperanto translation from translation project.
25190         * po/vi.po: Update Vietnamese translation from translation project.
25192         * po/de.po: Update German translation from translation project.
25194 2013-07-26  David S. Miller  <davem@davemloft.net>
25196         * po/bg.po: Update Bulgarian translation from translation project.
25198         * po/nl.po: Update Dutch translation from translation project.
25199         * po/pl.po: Update Polish translation from translation project.
25200         * po/ru.po: Update Russian translation from translation project.
25202 2013-07-24  David S. Miller  <davem@davemloft.net>
25204         * po/libc.pot: Update.
25206 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25208         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
25209         variable page size.
25210         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
25211         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
25212         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
25214 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25216         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
25218 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
25219             Andreas Schwab  <schwab@suse.de>
25220             Roland McGrath  <roland@hack.frob.com>
25221             Joseph Myers  <joseph@codesourcery.com>
25222             Carlos O'Donell  <carlos@redhat.com>
25224         [BZ #15755]
25225         * config.h.in: Define HAVE_PT_CHOWN.
25226         * config.make.in (build-pt-chown): New variable.
25227         * configure.in (--enable-pt_chown): New configure option.
25228         * configure: Regenerate.
25229         * login/Makefile: Include Makeconfig.  Build pt_chown only if
25230         build-pt-chown is enabled.
25231         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
25232         pt_chown to fix pty ownership.
25233         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
25234         CLOSE_ALL_FDS.
25235         * manual/install.texi (Configuring and compiling): Mention
25236         --enable-pt_chown. Add @findex for grantpt.
25237         * INSTALL: Regenerate.
25239 2013-07-20  David S. Miller  <davem@davemloft.net>
25241         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
25242         difference between 32-bit and 64-bit.
25244 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
25246         [BZ #15711]
25247         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
25248         Avoid system header dependency with -ffreestanding.
25249         ($(objpfx)bits/syscall%d): Likewise.
25251 2013-07-13  David S. Miller  <davem@davemloft.net>
25253         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
25254         underflows from atanl/atan2l due to bug 15319.
25255         (casinh_test_data): Likewise.
25257 2013-07-07  David S. Miller  <davem@davemloft.net>
25259         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
25261 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
25263         * sysdeps/i386/fpu/libm-test-ulps: Update.
25264         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25266 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
25268         * configure.in (--enable-lock-elision): Fix message text.
25269         * INSTALL: Regenerate.
25270         * configure: Regenerate.
25272 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25274         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25276 2013-07-03  Andreas Jaeger  <aj@suse.de>
25278         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
25279         define.
25280         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
25281         (ptrace_peeksiginfo_args): Add.
25282         (__ptrace_peeksiginfo_flags): Add.
25283         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
25284         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
25285         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
25287 2013-07-03  Allan McRae  <allan@archlinux.org>
25289         * sysdeps/i386/fpu/libm-test-ulps: Update.
25291 2013-07-02  David S. Miller  <davem@davemloft.net>
25293         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25295 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
25297         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25299 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
25301         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
25302         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25304 2013-07-02  Andi Kleen <ak@linux.intel.com>
25306         * config.h.in (ENABLE_LOCK_ELISION): Add.
25307         * configure.in (--enable-lock-elision): Add option.
25308         * manual/install.texi: Document --enable lock elision.
25309         * configure: Regenerate
25310         * INSTALL: Regenerate.
25312 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
25314         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
25315         SSE4.2 strcasecmp for libc.a.
25316         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
25318 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
25320         [BZ #13304]
25321         * soft-fp/op-common.h (_FP_FMA): New macro.
25322         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
25323         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
25324         (_FP_MUL_MEAT_1_imm): ... here.
25325         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
25326         (_FP_MUL_MEAT_1_wide): ... here.
25327         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
25328         (_FP_MUL_MEAT_1_hard): ... here.
25329         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
25330         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
25331         (_FP_MUL_MEAT_2_wide): ... here.
25332         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
25333         (_FP_MUL_MEAT_2_wide_3mul): ... here.
25334         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
25335         (_FP_MUL_MEAT_2_gmp): ... here.
25336         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
25337         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
25338         (_FP_MUL_MEAT_4_wide): ... here.
25339         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
25340         (_FP_MUL_MEAT_4_gmp): ... here.
25341         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
25342         (_FP_WFRACBITS_DW_S): Likewise.
25343         (_FP_WFRACXBITS_DW_S): Likewise.
25344         (_FP_HIGHBIT_DW_S): Likewise.
25345         (FP_FMA_S): Likewise.
25346         (_FP_FRAC_HIGH_DW_S): Likewise.
25347         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
25348         (_FP_WFRACBITS_DW_D): Likewise.
25349         (_FP_WFRACXBITS_DW_D): Likewise.
25350         (_FP_HIGHBIT_DW_D): Likewise.
25351         (FP_FMA_D): Likewise.
25352         (_FP_FRAC_HIGH_DW_D): Likewise.
25353         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
25354         (_FP_WFRACBITS_DW_E): Likewise.
25355         (_FP_WFRACXBITS_DW_E): Likewise.
25356         (_FP_HIGHBIT_DW_E): Likewise.
25357         (FP_FMA_E): Likewise.
25358         (_FP_FRAC_HIGH_DW_E): Likewise.
25359         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
25360         (_FP_WFRACBITS_DW_Q): Likewise.
25361         (_FP_WFRACXBITS_DW_Q): Likewise.
25362         (_FP_HIGHBIT_DW_Q): Likewise.
25363         (FP_FMA_Q): Likewise.
25364         (_FP_FRAC_HIGH_DW_Q): Likewise.
25365         * soft-fp/fmasf4.c: New file.
25366         * soft-fp/fmadf4.c: Likewise.
25367         * soft-fp/fmatf4.c: Likewise.
25369 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25371         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
25372         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
25373         Silvermont.
25374         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
25375         macro.
25376         (index_Slow_SSE4_2): Likewise.
25377         (index_Prefer_PMINUB_for_stringop): Likewise.
25378         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
25379         bit_Slow_SSE4_2 is set.
25380         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
25381         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
25383 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25385         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
25386         rtld_global._dl_hwcap2.
25387         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
25388         POWER8.
25389         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
25390         POWER8 feature descriptions defined in _dl_hwcap2.
25391         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
25392         string handling for POWER8 feature bits.
25393         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
25394         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
25395         _dl_powerpc_cap_flags.
25396         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
25397         * sysdeps/powerpc/rtld-global-offsets.sym
25398         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
25399         _dl_hwcap2 in the rtld_global_ro structure.
25401 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25403         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
25404         hardware capabilities in support of AT_HWCAP2.
25405         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
25406         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
25407         GLRO(dl_hwcap2).
25408         (_dl_show_auxv): Add support for calling _dl_procinfo to display
25409         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
25410         explicitly the unknown a_type display mechanism is used.
25411         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
25412         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
25413         struct member.
25414         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
25415         to macro prototype for AT_HWCAP2 support.
25416         * sysdeps/i386/dl-procinfo.h: Likewise.
25417         * sysdeps/s390/dl-procinfo.h: Likewise.
25418         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
25419         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
25420         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
25421         return -1 for unknown a_type display fallback.
25422         * sysdeps/sparc/dl-procinfo.h: Likewise.
25423         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
25424         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
25426 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
25428         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
25429         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
25431 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
25433         [BZ #12492]
25434         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
25435         mprotect making __stack_prot writable.
25437 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
25438             Joseph Myers  <joseph@codesourcery.com>
25440         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
25441         as being properly aligned.
25443 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
25445         * dlfcn/modstatic5.c: New file.
25446         * dlfcn/tststatic5.c: New file.
25447         * dlfcn/Makefile (tests): Add tststatic5.
25448         (tests-static): Likewise.
25449         (modules-names): Add modstatic5.
25450         (tststatic5-ENV): New variable.
25451         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
25453         [BZ #15022]
25454         * elf/dl-support.c (_dl_main_map): New variable.
25455         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
25456         (_dl_nns, _dl_load_adds): Set to 1.
25457         (_dl_initial_searchlist): Refer to _dl_main_map.
25458         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
25459         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
25460         call to _dl_get_origin.
25461         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
25462         around call_map.
25463         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
25464         * dlfcn/modstatic3.c: New file.
25465         * dlfcn/tststatic3.c: New file.
25466         * dlfcn/tststatic4.c: New file.
25467         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
25468         (tests-static): Likewise.
25469         (modules-names): Add modstatic3.
25470         (tststatic3-ENV, tststatic4-ENV): New variables.
25471         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
25472         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
25474 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
25476         * configure.in (CC): Require GCC version 4.4 or later.
25477         * configure: Regenerated.
25478         * manual/install.texi (Tools for Compilation): Update GCC version
25479         requirement.
25480         * INSTALL: Regenerated.
25482 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25484         [BZ #15674]
25485         * string/test-memcmp.c (check2): New.
25486         (main): Call check2.
25488         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
25490 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
25492         [BZ #15022]
25493         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
25494         over to...
25495         (dl_open_worker) [!SHARED]: ... here.
25497 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25499         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
25501 2013-06-25  Richard Henderson  <rth@redhat.com>
25503         * locale/programs/locarchive.c: Include <libc-internal.h>
25505 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
25507         * manual/texinfo.tex: Update to version 2013-06-21.17, with
25508         trailing whitespace removed.
25510 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
25512         [BZ #10283]
25513         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
25514         * locale/programs/locarchive.c: Include libc-mmap.h.
25515         (prepare_address_space): Take two new outputs (the mmap base and len).
25516         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
25517         values.
25518         (create_archive): Declare new mmap base and len values for
25519         prepare_address_space, and store the result in ah.
25520         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
25521         (enlarge_archive): If ah->mmap_base is not NULL, use that and
25522         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
25523         Declare new mmap base and len values for
25524         prepare_address_space, and store the result in new_ah.
25525         (open_archive): Declare new mmap base and len values for
25526         prepare_address_space, and store the result in ah.
25527         (close_archive): If ah->mmap_base is not NULL, use that and
25528         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
25529         * sysdeps/generic/libc-mmap.h: New file.
25531 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
25533         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
25534         (ALIGN_UP): Likewise.
25535         (PTR_ALIGN_DOWN): Likewise.
25536         (PTR_ALIGN_UP): Likewise.
25538 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25540         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
25541         entry mapped to PPC_PLATFORM_POWER8.
25542         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
25543         POWER8.
25544         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
25545         (_dl_string_platform): Add case for exporting platform position for
25546         POWER8.
25547         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
25548         search path to sysdeps/powerpc/powerpc32/power8 directory.
25549         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
25550         search path to sysdeps/powerpc/powerpc64/power8 directory.
25551         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
25552         power7 directories.
25553         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
25554         power7 directories.
25556 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
25558         * INSTALL: Regenerate.
25560         * nscd/connections.c (nscd_init): Fix comment.
25562 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
25564         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
25566         [BZ #15667]
25567         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
25568         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
25570 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
25572         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
25573         DL_DST_REQ_STATIC.
25574         (DL_DST_REQ_STATIC): Remove macro.
25576 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
25578         [BZ #7006]
25579         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
25580         with a shift of 0 bits.
25582 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
25584         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
25585         $(tststatic-ENV).
25587 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
25589         [BZ #15655]
25590         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
25592 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25594         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
25595         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
25596         accepts -fno-tree-loop-distribute-patterns.
25597         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
25598         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
25599         recursive call.
25600         * string/memset.c (memset): Likewise.
25601         * string/test-memmove.c (simple_memmove): Disable loop transformation
25602         to library calls.
25603         * string/test-memset.c (simple_memset): Likewise.
25604         * benchtests/bench-memmove.c (simple_memmove): Likewise.
25605         * benchtests/bench-memset.c (simple_memset): Likewise.
25606         * configure: Regenerated.
25608 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
25610         * math/test-misc.c (main): Ignore fesetround failure when failures
25611         of subsequent rounding tests would be ignored.
25613         [BZ #15654]
25614         * math/fedisblxcpt.c (fedisableexcept): Return 0.
25615         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
25616         * math/fegetenv.c (__fegetenv): Return 0.
25617         * math/fegetexcept.c (fegetexcept): Return 0.
25618         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
25619         FE_TONEAREST.
25620         * math/feholdexcpt.c (feholdexcept): Return 0.
25621         * math/fesetenv.c (__fesetenv): Return 0.
25622         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
25623         argument FE_TONEAREST.
25624         * math/feupdateenv.c (__feupdateenv): Return 0.
25625         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
25627 2013-06-18  Roland McGrath  <roland@hack.frob.com>
25629         * elf/rtld-Rules (rtld-compile-command.S): New variable.
25630         (rtld-compile-command.s, rtld-compile-command.c): New variables.
25631         ($(objpfx)rtld-%.os rules): Use them.
25633 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25635         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
25636         fields.
25638 2013-06-17  Roland McGrath  <roland@hack.frob.com>
25640         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
25641         length of target pattern, then descending length of dependency pattern.
25642         * configure.in (AWK): Require gawk 3.1.2 or newer.
25643         * manual/install.texi (Tools for Compilation): Say that we do.
25644         * configure: Regenerated.
25646         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
25647         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
25648         * scripts/sysd-rules.awk: ... this new script.
25649         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
25650         than a glob-style pattern.
25652 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
25654         * math/test-misc.c (main): Do not treat incorrectly rounded
25655         conversions as failure unless ROUNDING_TESTS passes.
25657 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
25659         [BZ #15631]
25660         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
25661         restore exception state around main square root computation, then
25662         check for inexactness explicitly.
25664         * math/libm-test.inc (fma_test_data): Add another test.
25666 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
25668         * manual/threads.texi (Non-POSIX Extensions): New document
25669         node.  Document pthread_getattr_default_np and
25670         pthread_setattr_default_np.
25672         * Versions.def (libpthread): Add GLIBC_2.18.
25673         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
25674         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
25675         Likewise.
25676         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
25677         Likewise.
25678         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
25679         Likewise.
25680         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
25681         Likewise.
25682         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
25683         Likewise.
25684         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
25685         Likewise.
25686         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
25687         Likewise.
25688         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
25689         Likewise.
25690         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
25691         Likewise.
25693 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25695         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
25696         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
25698 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
25699             H.J. Lu  <hjl.tools@gmail.com>
25701         [BZ #15627]
25702         * sysdeps/x86_64/rtld-memset.c: Remove file.
25703         * sysdeps/x86_64/rtld-memset.S: New file.
25705 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
25707         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
25708         (test_in_one_mode): Take arguments for whether the rounding mode
25709         is supported for each floating-point type.
25710         (do_test): Pass new arguments to test_in_one_mode using
25711         ROUNDING_TESTS.
25713 2013-06-13  Roland McGrath  <roland@hack.frob.com>
25715         * posix/tst-waitid.c (do_test): Distinguish different instances of
25716         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
25717         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
25718         before entering the kernel for waitpid.
25720 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25722         * NEWS: Fix note on clock function precision.  Text by Roland
25723         McGrath.
25725 2013-06-13  Roland McGrath  <roland@hack.frob.com>
25727         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
25728         it into place only when and if the sanity check passes.
25730 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
25732         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
25733         output for whether conversion result is exact.  Take argument
25734         indicating whether type is IBM long double.
25735         (round_for_all): Change need_exact field to ibm_ld.
25736         * stdlib/tst-strtod-round.c (struct exactness): New type.
25737         (struct test): Change bool ld_ok field to struct exactness exact.
25738         (TEST): Update all definitions for change to field.
25739         (tests): Regenerate array contents.
25740         (test_in_one_mode): Take pointer to new field instead of old ld_ok
25741         field value.  Check for IBM long double here.
25742         (do_test): Update calls to test_in_one_mode.
25744 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25746         [BZ #12515]
25747         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
25748         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
25750 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25752         [BZ #15605]
25753         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
25754         generated by the compiler on loop optimizations.
25755         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
25756         general definitions.
25758 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
25760         * math/bug-nextafter.c: Include <math-tests.h>.
25761         (main): Only test for exceptions if EXCEPTION_TESTS is true for
25762         the relevant type.
25763         * math/bug-nexttoward.c: Include <math-tests.h>.
25764         (main): Only test for exceptions if EXCEPTION_TESTS is true for
25765         the relevant type.
25766         * math/test-misc.c: Include <math-tests.h>.
25767         (main): Only test for exceptions if EXCEPTION_TESTS is true for
25768         the relevant type.
25770 2013-06-12  Andreas Jaeger  <aj@suse.de>
25772         * po/ia.po: Update Interlingua translation from translation
25773         project.
25775 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
25777         * include/fenv.h: Include stdbool.h.
25778         (struct rm_ctx): New structure.
25779         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
25780         Define macro.
25781         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
25782         (SET_RESTORE_ROUNDF): Likewise.
25783         (SET_RESTORE_ROUNDL): Likewise.
25784         (SET_RESTORE_ROUND_NOEX): Likewise.
25785         (SET_RESTORE_ROUND_NOEXF): Likewise.
25786         (SET_RESTORE_ROUND_NOEXL): Likewise.
25787         (SET_RESTORE_ROUND_53BIT): Likewise.
25788         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
25789         (libc_feresetround_noexf_ctx): Likewise.
25790         (libc_feresetround_noexl_ctx): Likewise.
25791         (libc_feholdsetround_53bit_ctx): Likewise.
25792         (libc_feresetround_53bit_ctx): Likewise.
25793         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
25794         (libc_feholdexcept_setround_sse_ctx): New function.
25795         (libc_fesetenv_sse_ctx): Likewise.
25796         (libc_feupdateenv_sse_ctx): Likewise.
25797         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
25798         (libc_feholdexcept_setround_387_ctx): Likewise.
25799         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
25800         (libc_feholdsetround_387_prec_ctx): Likewise.
25801         (libc_feholdsetround_387_ctx): Likewise.
25802         (libc_feholdsetround_387_53bit_ctx): Likewise.
25803         (libc_feholdsetround_sse_ctx): Likewise.
25804         (libc_feresetround_sse_ctx): Likewise.
25805         (libc_feresetround_387_ctx): Likewise.
25806         (libc_feupdateenv_387_ctx): Likewise.
25807         (libc_feholdexcept_setroundf_ctx): Define macro.
25808         (libc_fesetenvf_ctx): Likewise.
25809         (libc_feupdateenvf_ctx): Likewise.
25810         (libc_feholdsetroundf_ctx): Likewise.
25811         (libc_feresetroundf_ctx): Likewise.
25812         (libc_feholdexcept_setround_ctx): Likewise.
25813         (libc_fesetenv_ctx): Likewise.
25814         (libc_feupdateenv_ctx): Likewise.
25815         (libc_feholdsetround_ctx): Likewise.
25816         (libc_feresetround_ctx): Likewise.
25817         (libc_feholdexcept_setroundl_ctx): Likewise.
25818         (libc_feupdateenvl_ctx): Likewise.
25819         (libc_feholdsetroundl_ctx): Likewise.
25820         (libc_feresetroundl_ctx): Likewise.
25821         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
25822         (libc_feresetround_53bit_ctx): Likewise.
25824 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25826         * locale/iso-639.def: Convert to UTF-8.
25828 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
25830         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
25831         (EXCEPTION_TESTS_double): Likewise.
25832         (EXCEPTION_TESTS_long_double): Likewise.
25833         (EXCEPTION_TESTS): Likewise.
25834         * math/libm-test.inc (test_exceptions): Only test exceptions if
25835         EXCEPTION_TESTS (FLOAT).
25837 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25839         * benchtests/Makefile (string-bench): Add strcpy_chk and
25840         stpcpy_chk.
25841         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
25842         * benchtests/bench-stpcpy_chk.c: New file.
25843         * benchtests/bench-strcpy_chk-ifunc.c: New file.
25844         * benchtests/bench-strcpy_chk.c: New file.
25845         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
25846         code.
25847         (do_test): Likewise.
25849 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25851         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
25852         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
25853         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
25854         with tabs where appropriate.
25855         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
25856         dl-procinfo.h.
25857         [PPC_PLATFORM_PPC440]: Likewise.
25858         [PPC_PLATFORM_PPC464]: Likewise.
25859         [PPC_PLATFORM_PPC476]: Likewise.
25860         (_dl_string_platform): Add support for detecting ppc405, ppc440,
25861         ppc464, and ppc476 platform strings merging from ports/
25862         dl-procinfo.h.
25864 2013-06-11  Andreas Schwab  <schwab@suse.de>
25866         [BZ #14991]
25867         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
25868         (from_ucs4_idx): Regenerate.
25869         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
25870         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
25871         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
25872         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
25873         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
25874         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
25875         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
25876         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
25877         from FROM_LOOP and TO_LOOP specific macros.
25878         (BODY): Handle combining characters.
25879         * iconvdata/BIG5HKSCS.irreversible: Update.
25880         * iconvdata/BIG5HKSCS.precomposed: New file.
25881         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
25882         characters.
25883         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
25885 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25887         * include/sys/time.h: Fix indentation and add copyright header.
25889         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
25890         (do_test): Likewise.
25891         * string/test-memchr.c (do_one_test): Likewise.
25892         (do_test): Likewise.
25893         * string/test-memcmp.c (do_one_test): Likewise.
25894         (do_test): Likewise.
25895         * string/test-memcpy.c (do_one_test): Likewise.
25896         (do_test): Likewise.
25897         * string/test-memmem.c (do_one_test): Likewise.
25898         (do_test): Likewise.
25899         (do_random_tests): Likewise.
25900         * string/test-memmove.c (do_one_test): Likewise.
25901         (do_test): Likewise.
25902         * string/test-memset.c (do_one_test): Likewise.
25903         (do_test): Likewise.
25904         * string/test-rawmemchr.c (do_one_test): Likewise.
25905         (do_test): Likewise.
25906         * string/test-strcasecmp.c (do_one_test): Likewise.
25907         (do_test): Likewise.
25908         * string/test-strcasestr.c (do_one_test): Likewise.
25909         (do_test): Likewise.
25910         * string/test-strcat.c (do_one_test): Likewise.
25911         (do_test): Likewise.
25912         * string/test-strchr.c (do_one_test): Likewise.
25913         (do_test): Likewise.
25914         * string/test-strcmp.c (do_one_test): Likewise.
25915         (do_test): Likewise.
25916         * string/test-strcpy.c (do_one_test): Likewise.
25917         (do_test): Likewise.
25918         * string/test-string.h: Likewise.
25919         (test_init): Likewise.
25920         * string/test-strlen.c (do_one_test): Likewise.
25921         (do_test): Likewise.
25922         * string/test-strncasecmp.c (do_one_test): Likewise.
25923         (do_test): Likewise.
25924         * string/test-strncat.c (do_one_test): Likewise.
25925         (do_test): Likewise.
25926         * string/test-strncmp.c (do_one_test): Likewise.
25927         (do_test_limit): Likewise.
25928         (do_test): Likewise.
25929         * string/test-strncpy.c (do_one_test): Likewise.
25930         (do_test): Likewise.
25931         * string/test-strnlen.c (do_one_test): Likewise.
25932         (do_test): Likewise.
25933         * string/test-strpbrk.c (do_one_test): Likewise.
25934         (do_test): Likewise.
25935         * string/test-strrchr.c (do_one_test): Likewise.
25936         (do_test): Likewise.
25937         * string/test-strspn.c (do_one_test): Likewise.
25938         (do_test): Likewise.
25939         * string/test-strstr.c (do_one_test): Likewise.
25940         (do_test): Likewise.
25942         * benchtests/Makefile (string-bench): Add string benchmarks.
25943         * benchtests/bench-bcopy-ifunc.c: New file.
25944         * benchtests/bench-bcopy.c: New file.
25945         * benchtests/bench-bzero-ifunc.c: New file.
25946         * benchtests/bench-bzero.c: New file.
25947         * benchtests/bench-memccpy-ifunc.c: New file.
25948         * benchtests/bench-memccpy.c: New file.
25949         * benchtests/bench-memchr-ifunc.c: New file.
25950         * benchtests/bench-memchr.c: New file.
25951         * benchtests/bench-memcmp-ifunc.c: New file.
25952         * benchtests/bench-memcmp.c: New file.
25953         * benchtests/bench-memmem-ifunc.c: New file.
25954         * benchtests/bench-memmem.c: New file.
25955         * benchtests/bench-memmove-ifunc.c: New file.
25956         * benchtests/bench-memmove.c: New file.
25957         * benchtests/bench-mempcpy-ifunc.c: New file.
25958         * benchtests/bench-mempcpy.c: New file.
25959         * benchtests/bench-memset-ifunc.c: New file.
25960         * benchtests/bench-memset.c: New file.
25961         * benchtests/bench-rawmemchr-ifunc.c: New file.
25962         * benchtests/bench-rawmemchr.c: New file.
25963         * benchtests/bench-stpcpy-ifunc.c: New file.
25964         * benchtests/bench-stpcpy.c: New file.
25965         * benchtests/bench-stpncpy-ifunc.c: New file.
25966         * benchtests/bench-stpncpy.c: New file.
25967         * benchtests/bench-strcasecmp-ifunc.c: New file.
25968         * benchtests/bench-strcasecmp.c: New file.
25969         * benchtests/bench-strcasestr-ifunc.c: New file.
25970         * benchtests/bench-strcasestr.c: New file.
25971         * benchtests/bench-strcat-ifunc.c: New file.
25972         * benchtests/bench-strcat.c: New file.
25973         * benchtests/bench-strchr-ifunc.c: New file.
25974         * benchtests/bench-strchr.c: New file.
25975         * benchtests/bench-strchrnul-ifunc.c: New file.
25976         * benchtests/bench-strchrnul.c: New file.
25977         * benchtests/bench-strcmp-ifunc.c: New file.
25978         * benchtests/bench-strcmp.c: New file.
25979         * benchtests/bench-strcpy-ifunc.c: New file.
25980         * benchtests/bench-strcpy.c: New file.
25981         * benchtests/bench-strcspn-ifunc.c: New file.
25982         * benchtests/bench-strcspn.c: New file.
25983         * benchtests/bench-strlen-ifunc.c: New file.
25984         * benchtests/bench-strlen.c: New file.
25985         * benchtests/bench-strncasecmp-ifunc.c: New file.
25986         * benchtests/bench-strncasecmp.c: New file.
25987         * benchtests/bench-strncat-ifunc.c: New file.
25988         * benchtests/bench-strncat.c: New file.
25989         * benchtests/bench-strncmp-ifunc.c: New file.
25990         * benchtests/bench-strncmp.c: New file.
25991         * benchtests/bench-strncpy-ifunc.c: New file.
25992         * benchtests/bench-strncpy.c: New file.
25993         * benchtests/bench-strnlen-ifunc.c: New file.
25994         * benchtests/bench-strnlen.c: New file.
25995         * benchtests/bench-strpbrk-ifunc.c: New file.
25996         * benchtests/bench-strpbrk.c: New file.
25997         * benchtests/bench-strrchr-ifunc.c: New file.
25998         * benchtests/bench-strrchr.c: New file.
25999         * benchtests/bench-strspn-ifunc.c: New file.
26000         * benchtests/bench-strspn.c: New file.
26001         * benchtests/bench-strstr-ifunc.c: New file.
26002         * benchtests/bench-strstr.c: New file.
26004         * benchtests/Makefile: Disable parallel execution of targets.
26005         (string-bench): Add memcpy.
26006         (benchset): New variable to store a list of benchmark sets.
26007         (bench-func): Renamed from bench.
26008         (bench-set): New target.
26009         (bench): Depend on bench-func and bench-set.
26010         * benchtests/README: Add section on benchmark sets.
26011         * benchtests/bench-memcpy-ifunc.c: New file.
26012         * benchtests/bench-memcpy.c: New file.
26013         * benchtests/bench-string.h: New file.
26015 2013-06-11  Andreas Schwab  <schwab@suse.de>
26017         [BZ #15577]
26018         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
26019         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
26020         values in the triple.
26021         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
26022         terminator in the group key.
26024 2013-06-11  Andreas Jaeger  <aj@suse.de>
26026         * po/zh_TW.po: Update Chinese (traditional) translation from
26027         translation project.
26029 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26031         * include/time.h (__clock_gettime): Add libc_hidden_proto.
26032         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
26033         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
26034         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
26035         (clock_getcpuclockid): Likewise.
26036         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
26037         Add weak_alias and libc_hidden_def.
26038         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
26039         * rt/clock_gettime.c (clock_gettime): Rename to
26040         __clock_gettime.  Add weak_alias and libc_hidden_def.
26041         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
26042         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
26043         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
26044         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
26045         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
26046         Likewise.
26047         * rt/clock_settime.c (clock_settime): Rename to
26048         __clock_settime.  Add weak_alias and libc_hidden_def.
26049         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
26051 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
26053         * mach/err_boot.sub: Remove trailing whitespace.
26054         * mach/err_ipc.sub: Likewise.
26055         * mach/err_mach.sub: Likewise.
26057         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
26058         (ROUNDING_TESTS_double): Likewise.
26059         (ROUNDING_TESTS_long_double): Likewise.
26060         (ROUNDING_TESTS): Likewise.
26061         * math/libm-test.inc: Include <math-tests.h>.
26062         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
26063         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
26064         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
26065         (IF_ROUND_INIT_FE_UPWARD): Likewise.
26067 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26069         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
26070         of assigning.
26072 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
26074         * sysdeps/gnu/errlist.awk: Do not generate space at end of
26075         otherwise empty TRANS lines.
26076         * sysdeps/gnu/errlist.c: Regenerated.
26078         * catgets/gencat.c (error_print): Use (void) in function
26079         definition.
26080         * crypt/crypt_util.c (__init_des): Likewise.
26081         * crypt/speeds.c (Stop): Likewise.
26082         (main): Likewise.
26083         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
26084         * inet/ruserpass.c (token): Likewise.
26085         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
26086         * intl/localealias.c (extend_alias_table): Likewise.
26087         * intl/plural-exp.c (init_germanic_plural): Likewise.
26088         * libio/fcloseall.c (__fcloseall): Likewise.
26089         * libio/genops.c (_IO_flush_all): Likewise.
26090         (_IO_flush_all_linebuffered): Likewise.
26091         (_IO_cleanup): Likewise.
26092         (_IO_iter_begin): Likewise.
26093         (_IO_iter_end): Likewise.
26094         (_IO_list_lock): Likewise.
26095         (_IO_list_unlock): Likewise.
26096         (_IO_list_resetlock): Likewise.
26097         * libio/getchar.c (getchar): Likewise.
26098         * libio/getchar_u.c (getchar_unlocked): Likewise.
26099         * libio/getwchar.c (getwchar): Likewise.
26100         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
26101         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
26102         * login/getpt.c (__getpt): Likewise.
26103         * login/tst-utmp.c (main): Likewise.
26104         * malloc/hooks.c (__malloc_check_init): Likewise.
26105         * malloc/malloc.c (__malloc_stats): Likewise.
26106         * malloc/mtrace.c (tr_break): Likewise.
26107         (mtrace): Likewise.
26108         (muntrace): Likewise.
26109         * misc/fstab.c (endfsent): Likewise.
26110         * misc/getclktck.c (__getclktck): Likewise.
26111         * misc/getdtsz.c (__getdtablesize): Likewise.
26112         * misc/gethostid.c (gethostid): Likewise.
26113         * misc/getpagesize.c (__getpagesize): Likewise.
26114         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
26115         (__get_nprocs): Likewise.
26116         (__get_phys_pages): Likewise.
26117         (__get_avphys_pages): Likewise.
26118         * misc/getttyent.c (getttyent): Likewise.
26119         (setttyent): Likewise.
26120         (endttyent): Likewise.
26121         * misc/getusershell.c (getusershell): Likewise.
26122         (endusershell): Likewise.
26123         (setusershell): Likewise.
26124         (initshells): Likewise.
26125         * misc/hsearch.c (__hdestroy): Likewise.
26126         * misc/sync.c (sync): Likewise.
26127         * misc/syslog.c (closelog_internal): Likewise.
26128         (closelog): Likewise.
26129         * misc/ttyslot.c (ttyslot): Likewise.
26130         * misc/vhangup.c (vhangup): Likewise.
26131         * posix/fork.c (__fork): Likewise.
26132         * posix/getegid.c (__getegid): Likewise.
26133         * posix/geteuid.c (__geteuid): Likewise.
26134         * posix/getgid.c (__getgid): Likewise.
26135         * posix/getpid.c (__getpid): Likewise.
26136         * posix/getppid.c (__getppid): Likewise.
26137         * posix/getuid.c (__getuid): Likewise.
26138         * posix/pause.c (pause): Likewise.
26139         * posix/setpgrp.c (setpgrp): Likewise.
26140         * posix/setsid.c (__setsid): Likewise.
26141         * posix/test-vfork.c (noop): Likewise.
26142         * resolv/gethnamaddr.c (_endhtent): Likewise.
26143         (_gethtent): Likewise.
26144         (ht_endhostent): Likewise.
26145         (gethostent): Likewise.
26146         (dns_service): Likewise.
26147         * stdlib/drand48.c (drand48): Likewise.
26148         * stdlib/lrand48.c (lrand48): Likewise.
26149         * stdlib/mrand48.c (mrand48): Likewise.
26150         * stdlib/rand.c (rand): Likewise.
26151         * stdlib/random.c (__random): Likewise.
26152         * stdlib/setenv.c (clearenv): Likewise.
26153         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
26154         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
26155         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
26156         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
26157         (__get_nprocs): Likewise.
26158         (__get_phys_pages): Likewise.
26159         (__get_avphys_pages): Likewise.
26160         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
26161         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
26162         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
26163         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
26164         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
26165         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
26166         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
26167         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
26168         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
26169         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
26170         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
26171         * sysdeps/mach/hurd/sync.c (sync): Likewise.
26172         * sysdeps/posix/clock.c (clock): Likewise.
26173         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
26174         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
26175         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
26176         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
26177         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
26178         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
26179         (__get_nprocs_conf): Likewise.
26180         (__get_phys_pages): Likewise.
26181         (__get_avphys_pages): Likewise.
26182         * time/clock.c (clock): Likewise.
26183         * time/tzset.c (__tzname_max): Likewise.
26185 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
26187         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
26188         (__bswap_32): Do not use "register".
26189         * crypt/crypt.c (_ufc_doit_r): Likewise.
26190         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
26191         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
26192         * gmon/gmon.c (__monstartup): Likewise.
26193         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
26194         * hurd/hurdmalloc.c (more_memory): Likewise.
26195         (malloc): Likewise.
26196         (free): Likewise.
26197         (realloc): Likewise.
26198         (malloc_fork_prepare): Likewise.
26199         (malloc_fork_parent): Likewise.
26200         (malloc_fork_child): Likewise.
26201         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
26202         (_svcauth_des): Likewise.
26203         * inet/inet_lnaof.c (inet_lnaof): Likewise.
26204         * inet/inet_net.c (inet_network): Likewise.
26205         * inet/inet_netof.c (inet_netof): Likewise.
26206         * inet/rcmd.c (__validuser2_sa): Likewise.
26207         * io/fts.c (fts_open): Likewise.
26208         (fts_load): Likewise.
26209         (fts_close): Likewise.
26210         (fts_read): Likewise.
26211         (fts_children): Likewise.
26212         (fts_build): Likewise.
26213         (fts_stat): Likewise.
26214         (fts_sort): Likewise.
26215         (fts_alloc): Likewise.
26216         (fts_lfree): Likewise.
26217         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
26218         (_IO_file_xsgetn): Likewise.
26219         (_IO_file_xsgetn_mmap): Likewise.
26220         * libio/iofopncook.c (_IO_cookie_read): Likewise.
26221         (_IO_cookie_write): Likewise.
26222         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
26223         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
26224         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
26225         * malloc/obstack.c (_obstack_begin): Likewise.
26226         (_obstack_begin_1): Likewise.
26227         (_obstack_newchunk): Likewise.
26228         (_obstack_allocated_p): Likewise.
26229         (obstack_free): Likewise.
26230         (_obstack_memory_used): Likewise.
26231         * misc/getttyent.c (getttynam): Likewise.
26232         (getttyent): Likewise.
26233         (skip): Likewise.
26234         (value): Likewise.
26235         * misc/getusershell.c (initshells): Likewise.
26236         * misc/syslog.c (__vsyslog_chk): Likewise.
26237         * misc/ttyslot.c (ttyslot): Likewise.
26238         * nis/nis_hash.c (__nis_hash): Likewise.
26239         * posix/fnmatch_loop.c (FCT): Likewise.
26240         * posix/getconf.c (print_all): Likewise.
26241         (main): Likewise.
26242         * posix/getopt.c (exchange): Likewise.
26243         * posix/glob.c (globfree): Likewise.
26244         (prefix_array): Likewise.
26245         (__glob_pattern_type): Likewise.
26246         * resolv/arpa/nameser.h (NS_GET16): Likewise.
26247         (NS_GET32): Likewise.
26248         (NS_PUT16): Likewise.
26249         (NS_PUT32): Likewise.
26250         * resolv/gethnamaddr.c (getanswer): Likewise.
26251         (gethostbyname2): Likewise.
26252         (gethostbyaddr): Likewise.
26253         (_gethtent): Likewise.
26254         (_gethtbyname2): Likewise.
26255         (_gethtbyaddr): Likewise.
26256         * resolv/ns_print.c (dst_s_get_int16): Likewise.
26257         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
26258         * resolv/res_init.c (__res_vinit): Likewise.
26259         (net_mask): Likewise.
26260         * resolv/res_mkquery.c (outchar): Likewise.
26261         (PRINT): Likewise.
26262         * stdio-common/printf_fp.c (outchar): Likewise.
26263         (PRINT): Likewise.
26264         * stdio-common/printf_fphex.c (outchar): Likewise.
26265         (PRINT): Likewise.
26266         * stdio-common/printf_size.c (outchar): Likewise.
26267         (PRINT): Likewise.
26268         * stdio-common/test_rdwr.c (main): Likewise.
26269         * stdio-common/tfformat.c (matches): Likewise.
26270         * stdio-common/vfprintf.c (outchar): Likewise.
26271         (printf_unknown): Likewise.
26272         (buffered_vfprintf): Likewise.
26273         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
26274         * stdio-common/xbug.c (AppendToBuffer): Likewise.
26275         (ReadFile): Likewise.
26276         * stdlib/qsort.c (SWAP): Likewise.
26277         (_quicksort): Likewise.
26278         * stdlib/setenv.c (__add_to_environ): Likewise.
26279         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
26280         * stdlib/strtol_l.c (__strtol_l): Likewise.
26281         * stdlib/tst-strtod.c (main): Likewise.
26282         * stdlib/tst-strtol.c (main): Likewise.
26283         * stdlib/tst-strtoll.c (main): Likewise.
26284         * string/bits/string2.h (__strcmp_cc): Likewise.
26285         (__strcmp_cg): Likewise.
26286         (__strcspn_c1): Likewise.
26287         (__strcspn_c2): Likewise.
26288         (__strcspn_c3): Likewise.
26289         (__strspn_c1): Likewise.
26290         (__strspn_c2): Likewise.
26291         (__strspn_c3): Likewise.
26292         (__strsep_1c): Likewise.
26293         (__strsep_2c): Likewise.
26294         (__strsep_3c): Likewise.
26295         * string/memccpy.c (__memccpy): Likewise.
26296         * string/stpcpy.c (__stpcpy): Likewise.
26297         * string/strcmp.c (strcmp): Likewise.
26298         * string/strrchr.c (strrchr): Likewise.
26299         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
26300         Likewise.
26301         * sysdeps/mach/hurd/getcwd.c
26302         (_hurd_canonicalize_directory_name_internal): Likewise.
26303         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
26304         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
26305         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
26306         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
26307         Likewise, in both definitions.
26308         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
26309         definitions.
26310         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
26311         64] (__bswap_64): Likewise.
26312         * time/test_time.c (main): Likewise.
26313         * time/tzfile.c (__tzfile_read): Likewise.
26314         (__tzfile_compute): Likewise.
26315         * time/tzset.c (__tzset_parse_tz): Likewise.
26316         (tzset_internal): Likewise.
26317         (compute_change): Likewise.
26318         * wcsmbs/wcscat.c (__wcscat): Likewise.
26319         * wcsmbs/wcschr.c (wcschr): Likewise.
26320         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
26321         * wcsmbs/wcscspn.c (wcscspn): Likewise.
26322         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
26323         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
26324         * wcsmbs/wcsspn.c (wcsspn): Likewise.
26325         * wcsmbs/wcsstr.c (wcsstr): Likewise.
26326         * wcsmbs/wmemchr.c (wmemchr): Likewise.
26327         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
26328         * wcsmbs/wmemset.c (wmemset): Likewise.
26330 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
26332         * scripts/config.guess: Update to version 2013-05-16.
26333         * scripts/config.sub: Update to version 2013-04-24.
26334         * scripts/install-sh: Update to version 2011-11-20.07.
26335         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
26336         * scripts/move-if-change: Update to version 2012-01-06 07:23.
26338 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
26340         * debug/fgetws_u_chk.c: Fix leading whitespaces.
26341         * elf/sln.c: Likewise.
26342         * hurd/hurd/ioctl.h: Likewise.
26343         * hurd/hurdmalloc.c: Likewise.
26344         * hurd/xattr.c: Likewise.
26345         * include/shlib-compat.h: Likewise.
26346         * inet/ruserpass.c: Likewise.
26347         * libio/iofgets_u.c: Likewise.
26348         * libio/iofgetws_u.c: Likewise.
26349         * locale/programs/ld-identification.c: Likewise.
26350         * locale/programs/ld-time.c: Likewise.
26351         * mach/msg-destroy.c: Likewise.
26352         * nss/nss_files/files-netgrp.c: Likewise.
26353         * resolv/res_data.c: Likewise.
26354         * soft-fp/op-1.h: Likewise.
26355         * soft-fp/op-2.h: Likewise.
26356         * soft-fp/op-4.h: Likewise.
26357         * soft-fp/op-common.h: Likewise.
26358         * stdio-common/printf_fphex.c: Likewise.
26359         * stdlib/strtod_l.c: Likewise.
26360         * sunrpc/rpc/clnt.h: Likewise.
26361         * sysdeps/generic/framestate.c: Likewise.
26362         * sysdeps/i386/bsd-_setjmp.S: Likewise.
26363         * sysdeps/i386/bsd-setjmp.S: Likewise.
26364         * sysdeps/i386/__longjmp.S: Likewise.
26365         * sysdeps/i386/setjmp.S: Likewise.
26366         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
26367         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
26368         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
26369         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
26370         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
26371         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
26372         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
26373         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
26374         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
26375         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
26376         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
26377         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
26378         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
26379         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
26380         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
26381         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
26382         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
26383         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
26384         * sysdeps/ieee754/support.c: Likewise.
26385         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
26386         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
26387         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
26388         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
26389         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
26390         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
26391         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
26392         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
26393         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
26394         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
26395         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
26396         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
26397         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
26398         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
26399         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
26400         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
26401         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
26402         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
26404 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
26406         * posix/transbug.c: Remove executable mode.
26408 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
26410         * crypt/speeds.c: Remove trailing whitespace.
26411         * dlfcn/default.c: Likewise.
26412         * elf/ifuncdep2.c: Likewise.
26413         * elf/ifuncmain1.c: Likewise.
26414         * elf/ifuncmain1vis.c: Likewise.
26415         * elf/testobj.h: Likewise.
26416         * elf/tst-stackguard1.c: Likewise.
26417         * gmon/sys/gmon.h: Likewise.
26418         * hurd/hurdmsg.c: Likewise.
26419         * hurd/new-fd.c: Likewise.
26420         * hurd/ports-get.c: Likewise.
26421         * iconvdata/ibm1008_420.c: Likewise.
26422         * inet/tst-getni1.c: Likewise.
26423         * inet/tst-getni2.c: Likewise.
26424         * libio/ioungetc.c: Likewise.
26425         * libio/wfiledoalloc.c: Likewise.
26426         * manual/libm-err-tab.pl: Likewise.
26427         * math/w_dremf.c: Likewise.
26428         * misc/ftruncate.c: Likewise.
26429         * posix/bug-glob2.c: Likewise.
26430         * posix/tst-pcre.c: Likewise.
26431         * posix/wait4.c: Likewise.
26432         * resolv/README: Likewise.
26433         * resolv/res_debug.h: Likewise.
26434         * resolv/tst-inet_ntop.c: Likewise.
26435         * setjmp/bug269-setjmp.c: Likewise.
26436         * soft-fp/extended.h: Likewise.
26437         * soft-fp/op-1.h: Likewise.
26438         * soft-fp/op-2.h: Likewise.
26439         * soft-fp/op-4.h: Likewise.
26440         * soft-fp/op-8.h: Likewise.
26441         * soft-fp/testit.c: Likewise.
26442         * stdio-common/bug16.c: Likewise.
26443         * stdlib/random.c: Likewise.
26444         * sunrpc/rpcsvc/rquota.x: Likewise.
26445         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
26446         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
26447         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
26448         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
26449         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
26450         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
26451         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
26452         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
26453         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
26454         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
26455         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
26456         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
26457         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
26458         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
26459         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
26460         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
26461         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
26462         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
26463         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
26464         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
26465         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
26466         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
26467         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
26468         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
26469         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
26470         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
26471         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
26472         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
26473         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
26474         * sysdeps/ieee754/s_lib_version.c: Likewise.
26475         * sysdeps/mach/hurd/check_fds.c: Likewise.
26476         * sysdeps/mach/hurd/getsockname.c: Likewise.
26477         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
26478         * sysdeps/mach/hurd/recvfrom.c: Likewise.
26479         * sysdeps/powerpc/bits/link.h: Likewise.
26480         * sysdeps/powerpc/dl-procinfo.c: Likewise.
26481         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
26482         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
26483         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
26484         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
26485         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
26486         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
26487         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
26488         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
26489         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
26490         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
26491         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
26492         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
26493         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
26494         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
26495         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
26496         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
26497         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
26498         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
26499         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
26500         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
26501         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
26502         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26503         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
26504         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
26505         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
26506         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
26507         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
26508         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
26509         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
26510         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
26511         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
26512         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
26513         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
26514         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
26515         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
26516         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
26517         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
26518         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
26519         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
26520         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
26521         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
26522         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
26523         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
26524         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
26525         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
26526         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
26527         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
26528         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
26529         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
26530         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
26531         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
26532         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
26533         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
26534         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
26535         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
26536         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
26537         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
26538         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
26539         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
26540         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
26541         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
26542         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
26543         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
26544         * sysdeps/powerpc/sysdep.h: Likewise.
26545         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
26546         * sysdeps/s390/s390-64/sub_n.S: Likewise.
26547         * sysdeps/sh/dl-trampoline.S: Likewise.
26548         * sysdeps/sh/memset.S: Likewise.
26549         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
26550         * sysdeps/sh/strlen.S: Likewise.
26551         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
26552         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
26553         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
26554         * sysdeps/sparc/sparc32/rem.S: Likewise.
26555         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
26556         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
26557         * sysdeps/sparc/sparc32/strchr.S: Likewise.
26558         * sysdeps/sparc/sparc32/udiv.S: Likewise.
26559         * sysdeps/sparc/sparc32/urem.S: Likewise.
26560         * sysdeps/sparc/sparc64/add_n.S: Likewise.
26561         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
26562         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
26563         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
26564         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
26565         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
26566         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
26567         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
26568         * sysdeps/unix/bsd/times.c: Likewise.
26569         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
26570         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
26571         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
26572         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
26573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
26574         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
26575         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
26576         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
26577         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
26578         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
26579         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
26580         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
26581         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
26582         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
26583         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
26584         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
26585         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
26586         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
26587         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
26588         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
26589         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
26590         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
26591         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
26592         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
26593         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
26594         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
26595         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
26596         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
26597         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
26598         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
26599         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
26600         * sysdeps/x86_64/strcspn.S: Likewise.
26602 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26604         * locale/C-translit.h: Revert #include <stdint.h> because this is a
26605         generated file.  Regenerate properly from gen-translit.pl.
26606         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
26607         locale/C-translit.h.
26609 2013-06-05  Andreas Schwab  <schwab@suse.de>
26611         [BZ #15100]
26612         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
26613         week as 6 instead of -1.
26614         * time/tst-strptime.c (day_tests): Add test case.
26616 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
26618         * sysdeps/generic/math_private.h
26619         (libc_feholdexcept_setround_53bit): Replace with
26620         libc_feholdsetround_53bit.
26621         (libc_feupdateenv_53bit): Replace with
26622         libc_feresetround_53bit.
26623         (SET_RESTORE_ROUND_53BIT): Adjust.
26625 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26627         * string/test-strchrnul.c: Add copyright header.
26629         * posix/tst-getaddrinfo4.c: Increase test timeout.
26631 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
26633         [BZ #15536]
26634         * math/libm-test.inc (MAX_EXP): Remove
26635         (MIN_EXP): Define.
26636         (ulp): Use MIN_EXP - MANT_DIG.
26637         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
26639 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
26641         * po/be.po: Revert last change.
26642         * po/zh_CN.po: Likewise.
26643         * po/header.pot: Likewise.
26645 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
26647         * Makefile ($(common-objpfx)linkobj/libc.so): Define
26648         link-libc-deps to empty as target-specific variable.
26649         * Makerules (link-libc-args): New variable.
26650         (libc-for-link): Likewise.
26651         (link-libc-deps): Likewise.
26652         (lib%.so): Depend on $(link-libc-deps).  Link with
26653         $(link-libc-args).
26654         (build-module): Link with $(link-libc-args).
26655         (build-module-asneeded): Likewise.
26656         (build-module-helper-objlist): Filter out $(link-libc-deps) from
26657         list of objects.
26658         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
26659         target-specific variable.
26660         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
26661         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
26662         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
26663         libc.
26664         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
26665         libc and ld.so.
26666         ($(objpfx)libpcprofile.so): Likewise.
26667         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
26668         libc_nonshared.a.
26669         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
26670         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
26671         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
26672         $(link-libc-deps).
26673         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
26674         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
26675         * login/Makefile ($(objpfx)libutil.so): Likewise.
26676         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
26677         * math/Makefile ($(objpfx)libm.so): Likewise.
26678         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
26679         $(objpfx)libnsl.so): Define libc-for-link as target-specific
26680         variable instead of depending directly on libc.
26681         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
26682         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
26683         $(link-libc-deps).
26684         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
26685         libc.
26686         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
26687         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
26688         ($(objpfx)libanl.so): Likewise.
26689         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
26690         ld.so.
26691         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
26692         $(link-libc-deps).
26693         * sysdeps/i386/fpu/Makefile: Remove file.
26694         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
26695         ($(objpfx)libm.so): Remove dependency on ld.so.
26697 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
26699         [BZ # 15553]
26700         * nis/yp_xdr.c (XDRMAXNAME): Define.
26701         (XDRMAXRECORD): Define.
26702         (xdr_domainname): Use XDRMAXNAME.
26703         (xdr_mapname): Likewise.
26704         (xdr_peername): Likewise.
26705         (xdr_keydat): Use XDRMAXRECORD.
26706         (xdr_valdat): Likewise.
26708 2013-05-30  Jeff Law  <law@redhat.com>
26710         [BZ #14256]
26711         * manual/errno.texi (ESTALE): Update to account for more than
26712         just NFS file systems.
26713         * sysdeps/gnu/errlist.c: Regenerated.
26715 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26717         [BZ #15465]
26718         * elf/Makefile (tests): Add tst-null-argv.
26719         (modules-names):  Add tst-null-argv-lib.
26720         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
26721         (tst-null-argv-ENV): Set environment for tst-null-argv.
26722         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
26723         (RTLD_PROGNAME): New macro.
26724         * elf/tst-null-argv.c: New test case.
26725         * elf/tst-null-argv-lib.c: Library for test case.
26726         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
26727         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
26728         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
26729         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
26730         * elf/dl-init.c (call_init): Likewise.
26731         (_dl_init): Likewise.
26732         * elf/dl-load.c (print_search_path): Likewise.
26733         (_dl_map_object): Likewise.
26734         * elf/dl-lookup.c (do_lookup_x): Likewise.
26735         (add_dependency): Likewise.
26736         (_dl_lookup_symbol_x): Likewise.
26737         (_dl_debug_bindings): Likewise.
26738         * elf/dl-open.c (_dl_show_scope): Likewise.
26739         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
26740         * elf/dl-version.c (match_symbol): Likewise.
26741         (_dl_check_map_versions): Likewise.
26742         * elf/rtld.c (dl_main): Likewise.
26743         (print_unresolved): Use RTLD_PROGNAME.
26744         (print_missing_version): Likewise.
26745         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
26746         (elf_machine_rela): Likewise.
26747         * sysdeps/powerpc/powerpc32/dl-machine.c
26748         (__process_machine_rela): Likewise.
26749         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
26750         Likewise.
26751         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
26752         Likewise.
26753         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
26754         Likewise.
26755         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
26756         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
26757         Likewise.
26758         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
26759         Likewise.
26760         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
26762 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
26764         * po/be.po: Add descriptive title.
26765         * po/zh_CN.po: Likewise.
26766         * po/header.pot: Likewise.
26768 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
26770         * locale/programs/locarchive.c (create_archive): Inlucde fname in
26771         error message.
26772         (enlarge_archive): Likewise.
26774 2013-05-28  Ben North  <ben@redfrontdoor.org>
26776         * manual/arith.texi (frexp): It is the magnitude of the return
26777         value which lies in [0.5, 1), not the return value itself.
26779 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26781         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26783 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
26785         * stdio-common/bug26.c (main): Correct fscanf template.
26787         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
26788         declare _dl_skip_args.
26790         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
26791         Don't declare.
26793         * manual/platform.texi: Add missing @end deftypefun.
26795 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
26797         [BZ #15529]
26798         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
26799         bit of mantissa of 2^16382.
26800         * math/libm-test.inc (hypot_test_data): Add more tests.
26802         * math/libm-test.inc: Add drem and pow10 to list of tested
26803         functions.
26804         (pow10_test): New function.
26805         (drem_test): Likewise.
26806         (drem_test_tonearest): Likewise.
26807         (drem_test_towardzero): Likewise.
26808         (drem_test_downward): Likewise.
26809         (drem_test_upward): Likewise.
26810         (main): Call the new functions.
26812         * math/libm-test.inc (finite_test_data): Remove.
26813         (finite_test): Run tests from isfinite_test_data.
26814         (gamma_test_data): Remove.
26815         (gamma_test): Run tests from lgamma_test_data.
26816         * sysdeps/i386/fpu/libm-test-ulps: Update.
26817         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26819 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26821         * manual/platform.texi: Add PowerPC PPR function set documentation.
26822         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
26823         implementation.
26825 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
26827         * math/libm-test.inc (MAX_EXP): Define.
26828         (ULPDIFF): Define.
26829         (ulp): New function.
26830         (check_float_internal): Use ULPDIFF.
26831         (cpow_test): Disable failing test.
26832         (check_ulp): Test ulp() implemetnation.
26833         (main): Call check_ulp before starting tests.
26835 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
26837         * math/gen-libm-test.pl (generate_testfile): Do not handle
26838         START_DATA and END_DATA.
26839         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
26840         END_DATA.
26841         (acos_tonearest_test_data): Likewise.
26842         (acos_towardzero_test_data): Likewise.
26843         (acos_downward_test_data): Likewise.
26844         (acos_upward_test_data): Likewise.
26845         (acosh_test_data): Likewise.
26846         (asin_test_data): Likewise.
26847         (asin_tonearest_test_data): Likewise.
26848         (asin_towardzero_test_data): Likewise.
26849         (asin_downward_test_data): Likewise.
26850         (asin_upward_test_data): Likewise.
26851         (asinh_test_data): Likewise.
26852         (atan_test_data): Likewise.
26853         (atanh_test_data): Likewise.
26854         (atan2_test_data): Likewise.
26855         (cabs_test_data): Likewise.
26856         (cacos_test_data): Likewise.
26857         (cacosh_test_data): Likewise.
26858         (carg_test_data): Likewise.
26859         (casin_test_data): Likewise.
26860         (casinh_test_data): Likewise.
26861         (catan_test_data): Likewise.
26862         (catanh_test_data): Likewise.
26863         (cbrt_test_data): Likewise.
26864         (ccos_test_data): Likewise.
26865         (ccosh_test_data): Likewise.
26866         (ceil_test_data): Likewise.
26867         (cexp_test_data): Likewise.
26868         (cimag_test_data): Likewise.
26869         (clog_test_data): Likewise.
26870         (clog10_test_data): Likewise.
26871         (conj_test_data): Likewise.
26872         (copysign_test_data): Likewise.
26873         (cos_test_data): Likewise.
26874         (cos_tonearest_test_data): Likewise.
26875         (cos_towardzero_test_data): Likewise.
26876         (cos_downward_test_data): Likewise.
26877         (cos_upward_test_data): Likewise.
26878         (cosh_test_data): Likewise.
26879         (cosh_tonearest_test_data): Likewise.
26880         (cosh_towardzero_test_data): Likewise.
26881         (cosh_downward_test_data): Likewise.
26882         (cosh_upward_test_data): Likewise.
26883         (cpow_test_data): Likewise.
26884         (cproj_test_data): Likewise.
26885         (creal_test_data): Likewise.
26886         (csin_test_data): Likewise.
26887         (csinh_test_data): Likewise.
26888         (csqrt_test_data): Likewise.
26889         (ctan_test_data): Likewise.
26890         (ctan_tonearest_test_data): Likewise.
26891         (ctan_towardzero_test_data): Likewise.
26892         (ctan_downward_test_data): Likewise.
26893         (ctan_upward_test_data): Likewise.
26894         (ctanh_test_data): Likewise.
26895         (ctanh_tonearest_test_data): Likewise.
26896         (ctanh_towardzero_test_data): Likewise.
26897         (ctanh_downward_test_data): Likewise.
26898         (ctanh_upward_test_data): Likewise.
26899         (erf_test_data): Likewise.
26900         (erfc_test_data): Likewise.
26901         (exp_test_data): Likewise.
26902         (exp_tonearest_test_data): Likewise.
26903         (exp_towardzero_test_data): Likewise.
26904         (exp_downward_test_data): Likewise.
26905         (exp_upward_test_data): Likewise.
26906         (exp10_test_data): Likewise.
26907         (exp2_test_data): Likewise.
26908         (expm1_test_data): Likewise.
26909         (fabs_test_data): Likewise.
26910         (fdim_test_data): Likewise.
26911         (finite_test_data): Likewise.
26912         (floor_test_data): Likewise.
26913         (fma_test_data): Likewise.
26914         (fma_towardzero_test_data): Likewise.
26915         (fma_downward_test_data): Likewise.
26916         (fma_upward_test_data): Likewise.
26917         (fmax_test_data): Likewise.
26918         (fmin_test_data): Likewise.
26919         (fmod_test_data): Likewise.
26920         (fpclassify_test_data): Likewise.
26921         (frexp_test_data): Likewise.
26922         (gamma_test_data): Likewise.
26923         (hypot_test_data): Likewise.
26924         (ilogb_test_data): Likewise.
26925         (isfinite_test_data): Likewise.
26926         (isgreater_test_data): Likewise.
26927         (isgreaterequal_test_data): Likewise.
26928         (isinf_test_data): Likewise.
26929         (isless_test_data): Likewise.
26930         (islessequal_test_data): Likewise.
26931         (islessgreater_test_data): Likewise.
26932         (isnan_test_data): Likewise.
26933         (isnormal_test_data): Likewise.
26934         (issignaling_test_data): Likewise.
26935         (isunordered_test_data): Likewise.
26936         (j0_test_data): Likewise.
26937         (j1_test_data): Likewise.
26938         (jn_test_data): Likewise.
26939         (ldexp_test_data): Likewise.
26940         (lgamma_test_data): Likewise.
26941         (lrint_test_data): Likewise.
26942         (lrint_tonearest_test_data): Likewise.
26943         (lrint_towardzero_test_data): Likewise.
26944         (lrint_downward_test_data): Likewise.
26945         (lrint_upward_test_data): Likewise.
26946         (llrint_test_data): Likewise.
26947         (llrint_tonearest_test_data): Likewise.
26948         (llrint_towardzero_test_data): Likewise.
26949         (llrint_downward_test_data): Likewise.
26950         (llrint_upward_test_data): Likewise.
26951         (log_test_data): Likewise.
26952         (log10_test_data): Likewise.
26953         (log1p_test_data): Likewise.
26954         (log2_test_data): Likewise.
26955         (logb_test_data): Likewise.
26956         (logb_downward_test_data): Likewise.
26957         (lround_test_data): Likewise.
26958         (llround_test_data): Likewise.
26959         (modf_test_data): Likewise.
26960         (nearbyint_test_data): Likewise.
26961         (nextafter_test_data): Likewise.
26962         (nexttoward_test_data): Likewise.
26963         (pow_test_data): Likewise.
26964         (pow_tonearest_test_data): Likewise.
26965         (pow_towardzero_test_data): Likewise.
26966         (pow_downward_test_data): Likewise.
26967         (pow_upward_test_data): Likewise.
26968         (remainder_test_data): Likewise.
26969         (remainder_tonearest_test_data): Likewise.
26970         (remainder_towardzero_test_data): Likewise.
26971         (remainder_downward_test_data): Likewise.
26972         (remainder_upward_test_data): Likewise.
26973         (remquo_test_data): Likewise.
26974         (rint_test_data): Likewise.
26975         (rint_tonearest_test_data): Likewise.
26976         (rint_towardzero_test_data): Likewise.
26977         (rint_downward_test_data): Likewise.
26978         (rint_upward_test_data): Likewise.
26979         (round_test_data): Likewise.
26980         (scalb_test_data): Likewise.
26981         (scalbn_test_data): Likewise.
26982         (scalbln_test_data): Likewise.
26983         (signbit_test_data): Likewise.
26984         (sin_test_data): Likewise.
26985         (sin_tonearest_test_data): Likewise.
26986         (sin_towardzero_test_data): Likewise.
26987         (sin_downward_test_data): Likewise.
26988         (sin_upward_test_data): Likewise.
26989         (sincos_test_data): Likewise.
26990         (sinh_test_data): Likewise.
26991         (sinh_tonearest_test_data): Likewise.
26992         (sinh_towardzero_test_data): Likewise.
26993         (sinh_downward_test_data): Likewise.
26994         (sinh_upward_test_data): Likewise.
26995         (sqrt_test_data): Likewise.
26996         (tan_test_data): Likewise.
26997         (tan_tonearest_test_data): Likewise.
26998         (tan_towardzero_test_data): Likewise.
26999         (tan_downward_test_data): Likewise.
27000         (tan_upward_test_data): Likewise.
27001         (tanh_test_data): Likewise.
27002         (tgamma_test_data): Likewise.
27003         (trunc_test_data): Likewise.
27004         (y0_test_data): Likewise.
27005         (y1_test_data): Likewise.
27006         (yn_test_data): Likewise.
27007         (significand_test_data): Likewise.
27009         * math/gen-libm-test.pl (@functions): Remove variable.
27010         (generate_testfile): Don't handle START and END lines.
27011         * math/libm-test.inc (START): New macro.
27012         (END): Likewise.
27013         (END_COMPLEX): Likewise.
27014         (acos_test): Use END macro without arguments.
27015         (acos_test_tonearest): Likewise.
27016         (acos_test_towardzero): Likewise.
27017         (acos_test_downward): Likewise.
27018         (acos_test_upward): Likewise.
27019         (acosh_test): Likewise.
27020         (asin_test): Likewise.
27021         (asin_test_tonearest): Likewise.
27022         (asin_test_towardzero): Likewise.
27023         (asin_test_downward): Likewise.
27024         (asin_test_upward): Likewise.
27025         (asinh_test): Likewise.
27026         (atan_test): Likewise.
27027         (atanh_test): Likewise.
27028         (atan2_test): Likewise.
27029         (cabs_test): Likewise.
27030         (cacos_test): Use END_COMPLEX macro without arguments.
27031         (cacosh_test): Likewise.
27032         (carg_test): Use END macro without arguments.
27033         (casin_test): Use END_COMPLEX macro without arguments.
27034         (casinh_test): Likewise.
27035         (catan_test): Likewise.
27036         (catanh_test): Likewise.
27037         (cbrt_test): Use END macro without arguments.
27038         (ccos_test): Use END_COMPLEX macro without arguments.
27039         (ccosh_test): Likewise.
27040         (ceil_test): Use END macro without arguments.
27041         (cexp_test): Use END_COMPLEX macro without arguments.
27042         (cimag_test): Use END macro without arguments.
27043         (clog_test): Use END_COMPLEX macro without arguments.
27044         (clog10_test): Likewise.
27045         (conj_test): Likewise.
27046         (copysign_test): Use END macro without arguments.
27047         (cos_test): Likewise.
27048         (cos_test_tonearest): Likewise.
27049         (cos_test_towardzero): Likewise.
27050         (cos_test_downward): Likewise.
27051         (cos_test_upward): Likewise.
27052         (cosh_test): Likewise.
27053         (cosh_test_tonearest): Likewise.
27054         (cosh_test_towardzero): Likewise.
27055         (cosh_test_downward): Likewise.
27056         (cosh_test_upward): Likewise.
27057         (cpow_test): Use END_COMPLEX macro without arguments.
27058         (cproj_test): Likewise.
27059         (creal_test): Use END macro without arguments.
27060         (csin_test): Use END_COMPLEX macro without arguments.
27061         (csinh_test): Likewise.
27062         (csqrt_test): Likewise.
27063         (ctan_test): Likewise.
27064         (ctan_test_tonearest): Likewise.
27065         (ctan_test_towardzero): Likewise.
27066         (ctan_test_downward): Likewise.
27067         (ctan_test_upward): Likewise.
27068         (ctanh_test): Likewise.
27069         (ctanh_test_tonearest): Likewise.
27070         (ctanh_test_towardzero): Likewise.
27071         (ctanh_test_downward): Likewise.
27072         (ctanh_test_upward): Likewise.
27073         (erf_test): Use END macro without arguments.
27074         (erfc_test): Likewise.
27075         (exp_test): Likewise.
27076         (exp_test_tonearest): Likewise.
27077         (exp_test_towardzero): Likewise.
27078         (exp_test_downward): Likewise.
27079         (exp_test_upward): Likewise.
27080         (exp10_test): Likewise.
27081         (exp2_test): Likewise.
27082         (expm1_test): Likewise.
27083         (fabs_test): Likewise.
27084         (fdim_test): Likewise.
27085         (finite_test): Likewise.
27086         (floor_test): Likewise.
27087         (fma_test): Likewise.
27088         (fma_test_towardzero): Likewise.
27089         (fma_test_downward): Likewise.
27090         (fma_test_upward): Likewise.
27091         (fmax_test): Likewise.
27092         (fmin_test): Likewise.
27093         (fmod_test): Likewise.
27094         (fpclassify_test): Likewise.
27095         (frexp_test): Likewise.
27096         (gamma_test): Likewise.
27097         (hypot_test): Likewise.
27098         (ilogb_test): Likewise.
27099         (isfinite_test): Likewise.
27100         (isgreater_test): Likewise.
27101         (isgreaterequal_test): Likewise.
27102         (isinf_test): Likewise.
27103         (isless_test): Likewise.
27104         (islessequal_test): Likewise.
27105         (islessgreater_test): Likewise.
27106         (isnan_test): Likewise.
27107         (isnormal_test): Likewise.
27108         (issignaling_test): Likewise.
27109         (isunordered_test): Likewise.
27110         (j0_test): Likewise.
27111         (j1_test): Likewise.
27112         (jn_test): Likewise.
27113         (ldexp_test): Likewise.
27114         (lgamma_test): Likewise.
27115         (lrint_test): Likewise.
27116         (lrint_test_tonearest): Likewise.
27117         (lrint_test_towardzero): Likewise.
27118         (lrint_test_downward): Likewise.
27119         (lrint_test_upward): Likewise.
27120         (llrint_test): Likewise.
27121         (llrint_test_tonearest): Likewise.
27122         (llrint_test_towardzero): Likewise.
27123         (llrint_test_downward): Likewise.
27124         (llrint_test_upward): Likewise.
27125         (log_test): Likewise.
27126         (log10_test): Likewise.
27127         (log1p_test): Likewise.
27128         (log2_test): Likewise.
27129         (logb_test): Likewise.
27130         (logb_test_downward): Likewise.
27131         (lround_test): Likewise.
27132         (llround_test): Likewise.
27133         (modf_test): Likewise.
27134         (nearbyint_test): Likewise.
27135         (nextafter_test): Likewise.
27136         (nexttoward_test): Likewise.
27137         (pow_test): Likewise.
27138         (pow_test_tonearest): Likewise.
27139         (pow_test_towardzero): Likewise.
27140         (pow_test_downward): Likewise.
27141         (pow_test_upward): Likewise.
27142         (remainder_test): Likewise.
27143         (remainder_test_tonearest): Likewise.
27144         (remainder_test_towardzero): Likewise.
27145         (remainder_test_downward): Likewise.
27146         (remainder_test_upward): Likewise.
27147         (remquo_test): Likewise.
27148         (rint_test): Likewise.
27149         (rint_test_tonearest): Likewise.
27150         (rint_test_towardzero): Likewise.
27151         (rint_test_downward): Likewise.
27152         (rint_test_upward): Likewise.
27153         (round_test): Likewise.
27154         (scalb_test): Likewise.
27155         (scalbn_test): Likewise.
27156         (scalbln_test): Likewise.
27157         (signbit_test): Likewise.
27158         (sin_test): Likewise.
27159         (sin_test_tonearest): Likewise.
27160         (sin_test_towardzero): Likewise.
27161         (sin_test_downward): Likewise.
27162         (sin_test_upward): Likewise.
27163         (sincos_test): Likewise.
27164         (sinh_test): Likewise.
27165         (sinh_test_tonearest): Likewise.
27166         (sinh_test_towardzero): Likewise.
27167         (sinh_test_downward): Likewise.
27168         (sinh_test_upward): Likewise.
27169         (sqrt_test): Likewise.
27170         (tan_test): Likewise.
27171         (tan_test_tonearest): Likewise.
27172         (tan_test_towardzero): Likewise.
27173         (tan_test_downward): Likewise.
27174         (tan_test_upward): Likewise.
27175         (tanh_test): Likewise.
27176         (tgamma_test): Likewise.
27177         (trunc_test): Likewise.
27178         (y0_test): Likewise.
27179         (y1_test): Likewise.
27180         (yn_test): Likewise.
27181         (significand_test): Likewise.
27183 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
27185         [BZ #15381]
27186         * libio/genops.c (_IO_no_init): Initialize wide struct info.
27188 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
27190         [BZ #14894]
27191         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
27192         __ppc_mdoio and __ppc_mdoom.
27193         * manual/platform.texi: Document new functions __ppc_yield,
27194         __ppc_mdoio and __ppc_mdoom.
27196 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
27198         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
27199         (main): Mention "tls" pseudo-hwcap is legacy.
27200         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
27202 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
27204         * math/gen-libm-test.pl (parse_args): Output only string of
27205         arguments as text for test name, not full call or descriptions of
27206         tests for extra outputs.
27207         (generate_testfile): Do not pass function name to parse_args.
27208         Generate this_func variable from START.
27209         * math/libm-test.inc (struct test_f_f_data): Rename test_name
27210         field to arg_str.
27211         (struct test_ff_f_data): Likewise.
27212         (test_ff_f_data_nexttoward): Likewise.
27213         (struct test_fi_f_data): Likewise.
27214         (struct test_fl_f_data): Likewise.
27215         (struct test_if_f_data): Likewise.
27216         (struct test_fff_f_data): Likewise.
27217         (struct test_c_f_data): Likewise.
27218         (struct test_f_f1_data): Likewise.  Remove field extra_name.
27219         (struct test_fF_f1_data): Likewise.
27220         (struct test_ffI_f1_data): Likewise.
27221         (struct test_c_c_data): Rename test_name field to arg_str.
27222         (struct test_cc_c_data): Likewise.
27223         (struct test_f_i_data): Likewise.
27224         (struct test_ff_i_data): Likewise.
27225         (struct test_f_l_data): Likewise.
27226         (struct test_f_L_data): Likewise.
27227         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
27228         and extra2_name.
27229         (COMMON_TEST_SETUP): New macro.
27230         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
27231         (COMMON_TEST_CLEANUP): Likewise.
27232         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
27233         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
27234         macros.
27235         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
27236         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
27237         macros.
27238         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
27239         (RUN_TEST_fff_f): Take argument string.  Call new setup and
27240         cleanup macros.
27241         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
27242         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
27243         macros.
27244         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
27245         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
27246         macros.
27247         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
27248         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
27249         cleanup macros.
27250         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
27251         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
27252         cleanup macros.
27253         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
27254         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
27255         cleanup macros.
27256         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
27257         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
27258         macros.
27259         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
27260         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
27261         macros.
27262         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
27263         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
27264         macros.
27265         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
27266         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
27267         cleanup macros.
27268         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
27269         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
27270         cleanup macros.
27271         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
27272         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
27273         macros.
27274         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
27275         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
27276         cleanup macros.
27277         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
27278         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
27279         macros.
27280         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
27281         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
27282         macros.
27283         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
27284         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
27285         cleanup macros.
27286         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
27288 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
27290         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
27291         to _sifields.sigfault.
27292         (si_addr_lsb): Define new macro.
27293         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
27294         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
27295         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
27297 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
27299         [BZ #15441]
27300         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
27301         returns -1.
27302         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
27303         null return -1.
27304         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
27305         loading the domain.
27307 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
27309         * math/gen-libm-test.pl (parse_args): Do not include expected
27310         result in test name.
27311         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
27312         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
27313         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
27314         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
27315         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
27316         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27318 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
27320         * benchtests/Makefile: Sort function entries.
27322         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
27323         tanh, asinh, acosh, atanh.
27324         * benchtests/acos-inputs: New file.
27325         * benchtests/acosh-inputs: New file.
27326         * benchtests/asin-inputs: New file.
27327         * benchtests/asinh-inputs: New file.
27328         * benchtests/atanh-inputs: New file.
27329         * benchtests/cosh-inputs: New file.
27330         * benchtests/log-inputs: New file.
27331         * benchtests/sinh-inputs: New file.
27332         * benchtests/tanh-inputs: New file.
27334 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
27336         [BZ #15339]
27337         * posix/tst-getaddrinfo4.c: New test.
27338         * posix/Makefile (tests): Add it.
27340 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27342         [BZ #15339]
27343         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
27344         when no services were used.
27345         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
27346         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
27348 2013-05-21  Andreas Schwab  <schwab@suse.de>
27350         [BZ #15014]
27351         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
27352         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
27353         successful.
27354         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
27355         redundant variable declarations and reallocation of buffer when
27356         parsing as IPv6 address.  Always set NSS status when called from
27357         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
27358         buffer too small.  Correct computation of needed size.
27359         * nss/Makefile (tests): Add test-digits-dots.
27360         * nss/test-digits-dots.c: New test.
27362 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27364         * benchtests/Makefile: Remove instructions for adding
27365         benchmark tests.
27366         * benchtests/README: New file to explain how to execute and
27367         enhance the benchmark tests.
27369 2013-05-21  Andreas Schwab  <schwab@suse.de>
27371         [BZ #15493]
27372         * setjmp/Makefile (tests): Add tst-sigsetjmp.
27373         * setjmp/tst-sigsetjmp.c: New test.
27375 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
27377         * sysdeps/x86_64/memset.S (memset): New implementation.
27378         (__bzero): Likewise.
27379         (__memset_tail): New function.
27381 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
27383         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
27384         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
27385         __memcpy_sse2_unaligned ifunc selection.
27386         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27387         Add memcpy-sse2-unaligned.S.
27388         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27389         Add: __memcpy_sse2_unaligned.
27391 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
27393         [BZ #15490]
27394         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
27395         math_force_eval before restoring floating-point envrionment.
27396         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
27397         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
27398         Likewise.
27399         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
27400         <math_private.h>.
27401         (__nearbyintl): Use math_force_eval before restoring
27402         floating-point environment.
27403         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
27405         * math/gen-libm-test.pl (special_functions): Remove.
27406         (parse_args): Don't handle TEST_extra.  Handle functions with no
27407         return value.
27408         * math/libm-test.inc (struct test_sincos_data): Replace with
27409         struct test_fFF_11_data.
27410         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
27411         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
27412         (sincos_test_data): Change element type to struct
27413         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
27414         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
27415         RUN_TEST_LOOP_sincos.
27416         * math/README.libm-test: Don't mention special handling of
27417         individual functions.
27418         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
27419         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
27420         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
27421         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
27422         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
27423         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27425         * math/gen-libm-test.pl (get_variable): Remove function.
27426         (parse_args): Don't show pointer parameters to call in test
27427         names.  Use "extra output N" in test names for extra outputs
27428         rather than naming variables.
27430 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
27432         [BZ #15488]
27433         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
27434         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
27435         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
27436         double tests.
27437         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
27438         disable.
27439         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
27440         check_long_double.
27442         * math/gen-libm-test.pl (@tests): Remove variable.
27443         ($count): Likewise.
27444         (new_test): Remove function.
27445         (show_exceptions): New function.
27446         (special_functions): Use show_exceptions instead of new_test.
27447         (parse_args): Likewise.
27448         (generate_testfile): Pass only function name in generated call to
27449         print_max_error or print_complex_max_error.
27450         (get_ulps): Do not handle complex tests specially.
27451         (output_test): Rename to ...
27452         (get_all_ulps_for_test): ... this.  Return a string rather than
27453         printing to a file.  Require ulps to be present.
27454         (output_ulps): Generate arrays rather than #defines.
27455         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
27456         (struct ulp_data): New type.
27457         (BUILD_COMPLEX_ULP): Remove macro.
27458         (compare_ulp_data): New function.
27459         (find_ulps): Likewise.
27460         (find_test_ulps): Likewise.
27461         (find_function_ulps): Likewise.
27462         (find_complex_function_ulps): Likewise.
27463         (print_max_error): Determine allowed ulps using
27464         find_function_ulps.
27465         (print_complex_max_error): Determine allowed ulps using
27466         find_complex_function_ulps.
27467         (check_float_internal): Determine max ulps using find_test_ulps.
27468         (check_float): Do not take max_ulp parameter.  Update call to
27469         check_float_internal.
27470         (check_complex): Likewise.
27471         (check_int): Do not take max_ulp parameter.
27472         (check_long): Likewise.
27473         (check_bool): Likewise.
27474         (check_longlong): Likewise.
27475         (struct test_f_f_data): Remove max_ulp field.
27476         (struct test_ff_f_data): Likewise.
27477         (struct test_ff_f_data_nexttoward): Likewise.
27478         (struct test_fi_f_data): Likewise.
27479         (struct test_fl_f_data): Likewise.
27480         (struct test_if_f_data): Likewise.
27481         (struct test_fff_f_data): Likewise.
27482         (struct test_c_f_data): Likewise.
27483         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
27484         (struct test_fF_f1_data): Likewise.
27485         (struct test_ffI_f1_data): Likewise.
27486         (struct test_c_c_data): Remove max_ulp field.
27487         (struct test_cc_c_data): Likewise.
27488         (struct test_f_i_data): Likewise.
27489         (struct test_ff_i_data): Likewise.
27490         (struct test_f_l_data): Likewise.
27491         (struct test_f_L_data): Likewise.
27492         (struct test_sincos_data): Likewise.
27493         (RUN_TEST_f_f): Do not handle ulps.
27494         (RUN_TEST_LOOP_f_f): Likewise.
27495         (RUN_TEST_2_f): Likewise.
27496         (RUN_TEST_LOOP_2_f): Likewise.
27497         (RUN_TEST_fff_f): Likewise.
27498         (RUN_TEST_LOOP_fff_f): Likewise.
27499         (RUN_TEST_c_f): Likewise.
27500         (RUN_TEST_LOOP_c_f): Likewise.
27501         (RUN_TEST_f_f1): Likewise.
27502         (RUN_TEST_LOOP_f_f1): Likewise.
27503         (RUN_TEST_fF_f1): Likewise.
27504         (RUN_TEST_LOOP_fF_f1): Likewise.
27505         (RUN_TEST_fI_f1): Likewise.
27506         (RUN_TEST_LOOP_fI_f1): Likewise.
27507         (RUN_TEST_ffI_f1): Likewise.
27508         (RUN_TEST_LOOP_ffI_f1): Likewise.
27509         (RUN_TEST_c_c): Likewise.
27510         (RUN_TEST_LOOP_c_c): Likewise.
27511         (RUN_TEST_cc_c): Likewise.
27512         (RUN_TEST_LOOP_cc_c): Likewise.
27513         (RUN_TEST_f_i): Likewise.
27514         (RUN_TEST_LOOP_f_i): Likewise.
27515         (RUN_TEST_f_i_tg): Likewise.
27516         (RUN_TEST_LOOP_f_i_tg): Likewise.
27517         (RUN_TEST_ff_i_tg): Likewise.
27518         (RUN_TEST_LOOP_ff_i_tg): Likewise.
27519         (RUN_TEST_f_b): Likewise.
27520         (RUN_TEST_LOOP_f_b): Likewise.
27521         (RUN_TEST_f_b_tg): Likewise.
27522         (RUN_TEST_LOOP_f_b_tg): Likewise.
27523         (RUN_TEST_f_l): Likewise.
27524         (RUN_TEST_LOOP_f_l): Likewise.
27525         (RUN_TEST_f_L): Likewise.
27526         (RUN_TEST_LOOP_f_L): Likewise.
27527         (RUN_TEST_sincos): Likewise.
27528         (RUN_TEST_LOOP_sincos): Likewise.
27530 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
27532         [BZ #15480]
27533         [BZ #15485]
27534         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
27535         main case of finite arguments, set rounding mode to FE_TONEAREST
27536         and discard exceptions.
27537         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
27538         exceptions.
27539         (remainder_tonearest_test_data): New variable.
27540         (remainder_test_tonearest): New function.
27541         (remainder_towardzero_test_data): New variable.
27542         (remainder_test_towardzero): New function.
27543         (remainder_downward_test_data): New variable.
27544         (remainder_test_downward): New function.
27545         (remainder_upward_test_data): New variable.
27546         (remainder_test_upward): New function.
27547         (main): Call the new test functions.
27549         * math/libm-test.inc (struct test_f_f1_data): Remove field
27550         extra_init.
27551         (struct test_fF_f1_data): Likewise.
27552         (struct test_ffI_f1_data): Likewise.
27553         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
27554         based on value of EXTRA_EXPECTED.
27555         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
27556         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
27557         EXTRA_VAR based on value of EXTRA_EXPECTED.
27558         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
27559         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
27560         EXTRA_VAR based on value of EXTRA_EXPECTED.
27561         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
27562         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
27563         EXTRA_VAR based on value of EXTRA_EXPECTED.
27564         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
27565         * math/gen-libm-test.pl (parse_args): Don't output initializers
27566         for extra output values.
27568         * math/libm-test.inc (check_int): Expect result to be exactly
27569         equal to expected value and do not handle ulps.
27570         (check_long): Likewise.
27571         (check_longlong): Likewise.
27573         * math/libm-test.inc (ceil_test_data): Test for "inexact"
27574         exceptions.
27575         (cimag_test_data): Likewise.
27576         (conj_test_data): Likewise.
27577         (copysign_test_data): Likewise.
27578         (cproj_test_data): Likewise.
27579         (creal_test_data): Likewise.
27580         (fabs_test_data): Likewise.
27581         (fdim_test_data): Likewise.
27582         (finite_test_data): Likewise.
27583         (floor_test_data): Likewise.
27584         (fmax_test_data): Likewise.
27585         (fmin_test_data): Likewise.
27586         (fmod_test_data): Likewise.
27587         (fpclassify_test_data): Likewise.
27588         (frexp_test_data): Likewise.
27589         (ilogb_test_data): Likewise.
27590         (isfinite_test_data): Likewise.
27591         (isgreater_test_data): Likewise.
27592         (isgreaterequal_test_data): Likewise.
27593         (isinf_test_data): Likewise.
27594         (isless_test_data): Likewise.
27595         (islessequal_test_data): Likewise.
27596         (islessgreater_test_data): Likewise.
27597         (isnan_test_data): Likewise.
27598         (isnormal_test_data): Likewise.
27599         (issignaling_test_data): Likewise.
27600         (isunordered_test_data): Likewise.
27601         (ldexp_test_data): Likewise.
27602         (lrint_test_data): Likewise.
27603         (lrint_test_data) [TEST_FLOAT]: Disable one test.
27604         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
27605         (lrint_tonearest_test_data): Test for "inexact" exceptions.
27606         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
27607         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
27608         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
27609         test input.
27610         (lrint_towardzero_test_data): Test for "inexact" exceptions.
27611         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
27612         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
27613         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
27614         that test input.
27615         (lrint_downward_test_data): Test for "inexact" exceptions.
27616         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
27617         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
27618         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
27619         test input.
27620         (lrint_upward_test_data): Test for "inexact" exceptions.
27621         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
27622         test input.
27623         (llrint_test_data): Test for "inexact" exceptions.
27624         (llrint_test_data) [TEST_FLOAT]: Disable one test.
27625         (llrint_tonearest_test_data): Test for "inexact" exceptions.
27626         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
27627         (llrint_towardzero_test_data): Test for "inexact" exceptions.
27628         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
27629         (llrint_downward_test_data): Test for "inexact" exceptions.
27630         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
27631         (llrint_upward_test_data): Test for "inexact" exceptions.
27632         (logb_test_data): Likewise.
27633         (logb_downward_test_data): Likewise.
27634         (nextafter_test_data): Likewise.
27635         (nexttoward_test_data): Likewise.
27636         (remainder_test_data): Likewise.
27637         (remquo_test_data): Likewise.
27638         (scalbn_test_data): Likewise.
27639         (scalbln_test_data): Likewise.
27640         (signbit_test_data): Likewise.
27641         (sqrt_test_data): Likewise.
27642         (significand_test_data): Likewise.
27644 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
27646         [BZ #15424]
27647         * benchtests/bench-modf.c (struct args): Mark arg0 as
27648         volatile.
27649         * scripts/bench.pl: Mark members of struct args as volatile.
27651 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27653         [BZ # 15497]
27654         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
27655         negative infinity on POWER6 or lower.
27656         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
27658 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
27660         [BZ #15442]
27661         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
27662         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
27663         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
27664         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
27665         (_FP_SETQNAN): New macro.
27666         (_FP_SETQNAN_SEMIRAW): Likewise.
27667         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
27668         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
27669         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
27670         (FP_EXTEND): Use _FP_FRAC_SNANP.
27671         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
27672         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
27673         into account.
27674         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
27675         New macro.
27676         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
27677         Likewise.
27679 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
27681         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
27682         with DIVIDE_BY_ZERO_EXCEPTION.
27683         (gamma_test_data): Likewise.
27684         (lgamma_test_data): Likewise.
27685         (log_test_data): Likewise.
27686         (log10_test_data): Likewise.
27687         (log2_test_data): Likewise.
27688         (tgamma_test_data): Likewise.
27690         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
27691         (acos_test_tonearest): Likewise.
27692         (acos_test_towardzero): Likewise.
27693         (acos_test_downward): Likewise.
27694         (acos_test_upward): Likewise.
27695         (acosh_test): Likewise.
27696         (asin_test): Likewise.
27697         (asin_test_tonearest): Likewise.
27698         (asin_test_towardzero): Likewise.
27699         (asin_test_downward): Likewise.
27700         (asin_test_upward): Likewise.
27701         (asinh_test): Likewise.
27702         (atan_test): Likewise.
27703         (atanh_test): Likewise.
27704         (atan2_test): Likewise.
27705         (cabs_test): Likewise.
27706         (cacos_test): Likewise.
27707         (cacosh_test): Likewise.
27708         (casin_test): Likewise.
27709         (casinh_test): Likewise.
27710         (catan_test): Likewise.
27711         (catanh_test): Likewise.
27712         (cbrt_test): Likewise.
27713         (ccos_test): Likewise.
27714         (ccosh_test): Likewise.
27715         (cexp_test): Likewise.
27716         (clog_test): Likewise.
27717         (clog10_test): Likewise.
27718         (cos_test): Likewise.
27719         (cos_test_tonearest): Likewise.
27720         (cos_test_towardzero): Likewise.
27721         (cos_test_downward): Likewise.
27722         (cos_test_upward): Likewise.
27723         (cosh_test): Likewise.
27724         (cosh_test_tonearest): Likewise.
27725         (cosh_test_towardzero): Likewise.
27726         (cosh_test_downward): Likewise.
27727         (cosh_test_upward): Likewise.
27728         (cpow_test): Likewise.
27729         (csin_test): Likewise.
27730         (csinh_test): Likewise.
27731         (csqrt_test): Likewise.
27732         (ctan_test): Likewise.
27733         (ctan_test_tonearest): Likewise.
27734         (ctan_test_towardzero): Likewise.
27735         (ctan_test_downward): Likewise.
27736         (ctan_test_upward): Likewise.
27737         (ctanh_test): Likewise.
27738         (ctanh_test_tonearest): Likewise.
27739         (ctanh_test_towardzero): Likewise.
27740         (ctanh_test_downward): Likewise.
27741         (ctanh_test_upward): Likewise.
27742         (erf_test): Likewise.
27743         (erfc_test): Likewise.
27744         (exp_test): Likewise.
27745         (exp_test_tonearest): Likewise.
27746         (exp_test_towardzero): Likewise.
27747         (exp_test_downward): Likewise.
27748         (exp_test_upward): Likewise.
27749         (exp10_test): Likewise.
27750         (exp2_test): Likewise.
27751         (expm1_test): Likewise.
27752         (fmod_test): Likewise.
27753         (gamma_test): Likewise.
27754         (hypot_test): Likewise.
27755         (j0_test): Likewise.
27756         (j1_test): Likewise.
27757         (jn_test): Likewise.
27758         (lgamma_test): Likewise.
27759         (log_test): Likewise.
27760         (log10_test): Likewise.
27761         (log1p_test): Likewise.
27762         (log2_test): Likewise.
27763         (logb_test_downward): Likewise.
27764         (pow_test): Likewise.
27765         (pow_test_tonearest): Likewise.
27766         (pow_test_towardzero): Likewise.
27767         (pow_test_downward): Likewise.
27768         (pow_test_upward): Likewise.
27769         (remainder_test): Likewise.
27770         (remquo_test): Likewise.
27771         (sin_test): Likewise.
27772         (sin_test_tonearest): Likewise.
27773         (sin_test_towardzero): Likewise.
27774         (sin_test_downward): Likewise.
27775         (sin_test_upward): Likewise.
27776         (sincos_test): Likewise.
27777         (sinh_test): Likewise.
27778         (sinh_test_tonearest): Likewise.
27779         (sinh_test_towardzero): Likewise.
27780         (sinh_test_downward): Likewise.
27781         (sinh_test_upward): Likewise.
27782         (sqrt_test): Likewise.
27783         (tan_test): Likewise.
27784         (tan_test_tonearest): Likewise.
27785         (tan_test_towardzero): Likewise.
27786         (tan_test_downward): Likewise.
27787         (tan_test_upward): Likewise.
27788         (tanh_test): Likewise.
27789         (tgamma_test): Likewise.
27790         (y0_test): Likewise.
27791         (y1_test): Likewise.
27792         (yn_test): Likewise.
27794         * math/gen-libm-test.pl (adjust_arg): Remove function.
27795         (special_function): Remove argument $in_func.  Only handle
27796         generating output for tables of tests, not inside functions.
27797         (parse_args): Likewise.
27798         (generate_testfile): Remove variable $in_func.  Update call to
27799         parse_args.
27800         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
27801         (MINUS_ZERO_INIT): Rename macro to minus_zero.
27802         (PLUS_INFTY_INIT): Rename macro to plus_infty.
27803         (MINUS_INFTY_INIT): Rename macro to minus_infty.
27804         (QNAN_VALUE_INIT): Rename macro to qnan_value.
27805         (MAX_VALUE_INIT): Rename macro to max_value.
27806         (MIN_VALUE_INIT): Rename macro to min_value.
27807         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
27808         (plus_zero): Remove variable.
27809         (minus_zero): Likewise.
27810         (plus_infty): Likewise.
27811         (minus_infty): Likewise.
27812         (qnan_value): Likewise.
27813         (max_value): Likewise.
27814         (min_value): Likewise.
27815         (min_subnorm_value): Likewise.
27817 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27819         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
27820         uint64_t or uint32_t usage.
27821         * crypt/sha256-block.c: Likewise.
27822         * crypt/sha256-crypt.c: Likewise.
27823         * crypt/sha256.c: Likewise.
27824         * crypt/sha512-block.c: Likewise.
27825         * crypt/sha512-crypt.c: Likewise.
27826         * crypt/sha512.c: Likewise.
27827         * debug/backtrace-tst.c: Likewise.
27828         * debug/pcprofiledump.c: Likewise.
27829         * elf/cache.c: Likewise.
27830         * elf/dl-cache.c: Likewise.
27831         * elf/dl-misc.c: Likewise.
27832         * elf/dl-profile.c: Likewise.
27833         * elf/dl-support.c: Likewise.
27834         * elf/ldconfig.c: Likewise.
27835         * elf/sprof.c: Likewise.
27836         * iconv/dummy-repertoire.c: Likewise.
27837         * iconv/iconv_charmap.c: Likewise.
27838         * iconv/skeleton.c: Likewise.
27839         * iconvdata/8bit-generic.c: Likewise.
27840         * iconvdata/cp737.h: Likewise.
27841         * iconvdata/cp775.h: Likewise.
27842         * iconvdata/ibm1008.h: Likewise.
27843         * iconvdata/ibm1025.h: Likewise.
27844         * iconvdata/ibm1046.h: Likewise.
27845         * iconvdata/ibm1097.h: Likewise.
27846         * iconvdata/ibm1112.h: Likewise.
27847         * iconvdata/ibm1122.h: Likewise.
27848         * iconvdata/ibm1123.h: Likewise.
27849         * iconvdata/ibm1124.h: Likewise.
27850         * iconvdata/ibm1129.h: Likewise.
27851         * iconvdata/ibm1130.h: Likewise.
27852         * iconvdata/ibm1132.h: Likewise.
27853         * iconvdata/ibm1133.h: Likewise.
27854         * iconvdata/ibm1137.h: Likewise.
27855         * iconvdata/ibm1140.h: Likewise.
27856         * iconvdata/ibm1141.h: Likewise.
27857         * iconvdata/ibm1142.h: Likewise.
27858         * iconvdata/ibm1143.h: Likewise.
27859         * iconvdata/ibm1144.h: Likewise.
27860         * iconvdata/ibm1145.h: Likewise.
27861         * iconvdata/ibm1146.h: Likewise.
27862         * iconvdata/ibm1147.h: Likewise.
27863         * iconvdata/ibm1148.h: Likewise.
27864         * iconvdata/ibm1149.h: Likewise.
27865         * iconvdata/ibm1153.h: Likewise.
27866         * iconvdata/ibm1154.h: Likewise.
27867         * iconvdata/ibm1155.h: Likewise.
27868         * iconvdata/ibm1156.h: Likewise.
27869         * iconvdata/ibm1157.h: Likewise.
27870         * iconvdata/ibm1158.h: Likewise.
27871         * iconvdata/ibm1160.h: Likewise.
27872         * iconvdata/ibm1161.h: Likewise.
27873         * iconvdata/ibm1162.h: Likewise.
27874         * iconvdata/ibm1163.h: Likewise.
27875         * iconvdata/ibm1164.h: Likewise.
27876         * iconvdata/ibm1166.h: Likewise.
27877         * iconvdata/ibm1167.h: Likewise.
27878         * iconvdata/ibm12712.h: Likewise.
27879         * iconvdata/ibm1390.h: Likewise.
27880         * iconvdata/ibm1399.h: Likewise.
27881         * iconvdata/ibm16804.h: Likewise.
27882         * iconvdata/ibm4517.h: Likewise.
27883         * iconvdata/ibm4899.h: Likewise.
27884         * iconvdata/ibm4909.h: Likewise.
27885         * iconvdata/ibm4971.h: Likewise.
27886         * iconvdata/ibm5347.h: Likewise.
27887         * iconvdata/ibm803.h: Likewise.
27888         * iconvdata/ibm856.h: Likewise.
27889         * iconvdata/ibm901.h: Likewise.
27890         * iconvdata/ibm902.h: Likewise.
27891         * iconvdata/ibm9030.h: Likewise.
27892         * iconvdata/ibm9066.h: Likewise.
27893         * iconvdata/ibm921.h: Likewise.
27894         * iconvdata/ibm922.h: Likewise.
27895         * iconvdata/ibm9448.h: Likewise.
27896         * iconvdata/isiri-3342.h: Likewise.
27897         * iconvdata/jis0201.h: Likewise.
27898         * include/link.h: Likewise.
27899         * include/netdb.h: Likewise.
27900         * inet/check_native.c: Likewise.
27901         * inet/check_pf.c: Likewise.
27902         * inet/getipv4sourcefilter.c: Likewise.
27903         * inet/getnameinfo.c: Likewise.
27904         * inet/getsourcefilter.c: Likewise.
27905         * inet/htonl.c: Likewise.
27906         * inet/setipv4sourcefilter.c: Likewise.
27907         * inet/setsourcefilter.c: Likewise.
27908         * inet/test-inet6_opt.c: Likewise.
27909         * inet/tst-network.c: Likewise.
27910         * locale/C-collate.c: Likewise.
27911         * locale/C-ctype.c: Likewise.
27912         * locale/C-time.c: Likewise.
27913         * locale/C-translit.h: Likewise.
27914         * locale/loadarchive.c: Likewise.
27915         * locale/programs/3level.h: Likewise.
27916         * locale/programs/charmap.c: Likewise.
27917         * locale/programs/charmap.h: Likewise.
27918         * locale/programs/ld-address.c: Likewise.
27919         * locale/programs/ld-collate.c: Likewise.
27920         * locale/programs/ld-ctype.c: Likewise.
27921         * locale/programs/ld-identification.c: Likewise.
27922         * locale/programs/ld-measurement.c: Likewise.
27923         * locale/programs/ld-messages.c: Likewise.
27924         * locale/programs/ld-monetary.c: Likewise.
27925         * locale/programs/ld-name.c: Likewise.
27926         * locale/programs/ld-numeric.c: Likewise.
27927         * locale/programs/ld-paper.c: Likewise.
27928         * locale/programs/ld-telephone.c: Likewise.
27929         * locale/programs/ld-time.c: Likewise.
27930         * locale/programs/linereader.c: Likewise.
27931         * locale/programs/locale.c: Likewise.
27932         * locale/programs/locarchive.c: Likewise.
27933         * locale/programs/locfile.h: Likewise.
27934         * locale/programs/repertoire.c: Likewise.
27935         * locale/programs/simple-hash.c: Likewise.
27936         * locale/programs/simple-hash.h: Likewise.
27937         * malloc/memusage.c: Likewise.
27938         * malloc/memusagestat.c: Likewise.
27939         * nis/nis_defaults.c: Likewise.
27940         * nis/nis_hash.c: Likewise.
27941         * nis/nis_print.c: Likewise.
27942         * nis/nis_xdr.c: Likewise.
27943         * nscd/connections.c: Likewise.
27944         * nscd/hstcache.c: Likewise.
27945         * nscd/nscd_gethst_r.c: Likewise.
27946         * nscd/nscd_getserv_r.c: Likewise.
27947         * nscd/nscd_helper.c: Likewise.
27948         * nscd/servicescache.c: Likewise.
27949         * nss/makedb.c: Likewise.
27950         * nss/nss_db/db-XXX.c: Likewise.
27951         * nss/nss_db/db-initgroups.c: Likewise.
27952         * nss/nss_db/db-netgrp.c: Likewise.
27953         * nss/nss_files/files-network.c: Likewise.
27954         * nss/nss_files/files-parse.c: Likewise.
27955         * posix/bug-regex5.c: Likewise.
27956         * posix/fnmatch_loop.c: Likewise.
27957         * posix/regcomp.c: Likewise.
27958         * posix/regexec.c: Likewise.
27959         * posix/tst-rfc3484-2.c: Likewise.
27960         * posix/tst-rfc3484-3.c: Likewise.
27961         * posix/tst-rfc3484.c: Likewise.
27962         * resolv/nss_dns/dns-canon.c: Likewise.
27963         * resolv/nss_dns/dns-network.c: Likewise.
27964         * resolv/res_init.c: Likewise.
27965         * resolv/res_mkquery.c: Likewise.
27966         * resolv/tst-aton.c: Likewise.
27967         * stdlib/cxa_atexit.c: Likewise.
27968         * stdlib/cxa_finalize.c: Likewise.
27969         * stdlib/gen-fpioconst.c: Likewise.
27970         * stdlib/strtol_l.c: Likewise.
27971         * string/tst-endian.c: Likewise.
27972         * sunrpc/auth_des.c: Likewise.
27973         * sunrpc/clnt_udp.c: Likewise.
27974         * sunrpc/rtime.c: Likewise.
27975         * sunrpc/svcauth_des.c: Likewise.
27976         * sunrpc/xdr.c: Likewise.
27977         * sunrpc/xdr_intXX_t.c: Likewise.
27978         * sunrpc/xdr_rec.c: Likewise.
27979         * sysdeps/generic/ldconfig.h: Likewise.
27980         * sysdeps/generic/ldsodefs.h: Likewise.
27981         * sysdeps/generic/memusage.h: Likewise.
27982         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
27983         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
27984         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
27985         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
27986         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
27987         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
27988         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
27989         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
27990         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
27991         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
27992         * sysdeps/posix/getaddrinfo.c: Likewise.
27993         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
27994         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
27995         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
27996         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
27997         * sysdeps/powerpc/test-gettimebase.c: Likewise.
27998         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
27999         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
28000         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
28001         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
28002         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
28003         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
28004         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
28005         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
28006         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
28007         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
28008         * sysdeps/x86_64/dl-tls.h: Likewise.
28009         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
28010         * time/alt_digit.c: Likewise.
28011         * time/era.c: Likewise.
28012         * wcsmbs/tst-c16c32-1.c: Likewise.
28014 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28016         * math/libm-test.inc (struct test_sincos_data): New type.
28017         (RUN_TEST_LOOP_sincos): New macro.
28018         (sincos_test_data): New variable.
28019         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
28021 2013-05-16  Richard Henderson  <rth@redhat.com>
28023         * math/atest-exp2.c (LIMB64): New macro.
28024         (CONSTSZ): New macro.
28025         (mp_exp1, mp_exp_m1, mp_log2): New variables.
28026         (hexdig): Move ...
28027         (print_mpn_fp): ... to function scope.
28028         (read_mpn_hex): Remove.
28029         (get_log2): Remove.
28030         (exp2_mpn): Use mp_log2.
28031         (main): Use mp_exp1.
28033 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28035         * math/libm-test.inc: Remove comment about not testing "inexact"
28036         exceptions.
28037         (INEXACT_EXCEPTION): New macro.
28038         (NO_INEXACT_EXCEPTION): Likewise.
28039         (INVALID_EXCEPTION_OK): Update value.
28040         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
28041         (OVERFLOW_EXCEPTION_OK): Likewise.
28042         (UNDERFLOW_EXCEPTION_OK): Likewise.
28043         (IGNORE_ZERO_INF_SIGN): Likewise.
28044         (ERRNO_UNCHANGED): Likewise.
28045         (ERRNO_EDOM): Likewise.
28046         (ERRNO_ERANGE): Likewise.
28047         (test_exceptions): Handle testing "inexact" exceptions.
28048         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
28049         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
28050         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
28051         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
28052         INEXACT_EXCEPTION.
28053         (rint_towardzero_test_data): Likewise.
28054         (rint_downward_test_data): Likewise.
28055         (rint_upward_test_data): Likewise.
28057         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
28058         with OVERFLOW_EXCEPTION.
28059         (exp10_test_data): Likewise.
28060         (exp2_test_data): Likewise.
28061         (expm1_test_data): Likewise.
28062         (lgamma_test_data): Likewise.
28063         (pow_test_data): Likewise.
28064         (tgamma_test_data): Likewise.
28065         (yn_test_data): Remove duplicate test of overflow.
28067         * math/libm-test.inc (struct test_cc_c_data): New type.
28068         (RUN_TEST_LOOP_cc_c): New macro.
28069         (cpow_test_data): New variable.
28070         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
28072         * math/libm-test.inc (struct test_f_L_data): New type.
28073         (RUN_TEST_LOOP_f_L): New macro.
28074         (llrint_test_data): New variable.
28075         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
28076         (llrint_tonearest_test_data): New variable.
28077         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
28078         (llrint_towardzero_test_data): New variable.
28079         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
28080         (llrint_downward_test_data): New variable.
28081         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
28082         (llrint_upward_test_data): New variable.
28083         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
28084         (llround_test_data): New variable.
28085         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
28087 2013-05-13  Peter Collingbourne  <pcc@google.com>
28089         * math/atest-exp2.c (get_log2): Remove const attribute.
28091 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
28093         * math/libm-test.inc (struct test_f_l_data): New type.
28094         (RUN_TEST_LOOP_f_l): New macro.
28095         (lrint_test_data): New variable.
28096         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
28097         (lrint_tonearest_test_data): New variable.
28098         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
28099         (lrint_towardzero_test_data): New variable.
28100         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
28101         (lrint_downward_test_data): New variable.
28102         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
28103         (lrint_upward_test_data): New variable.
28104         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
28105         (lround_test_data): New variable.
28106         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
28108 2013-05-15  Peter Collingbourne  <pcc@google.com>
28110         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
28111         (EXTRACT_WORDS64) Use where appropriate.
28112         (INSERT_WORDS64) Likewise.
28114         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
28115         constraints with x constraints.
28116         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
28118         * malloc/obstack.c (_obstack_compat): Add initializer.
28120 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
28122         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
28123         si_trapno and add si_addr_lsb to _sifields.sigfault.
28124         (si_trapno): Remove macro.
28125         (si_addr_lsb): Define new macro.
28126         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
28128 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
28130         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
28131         instead of TEST_f_l.
28132         (llrint_test_tonearest): Likewise.
28133         (llrint_test_towardzero): Likewise.
28134         (llrint_test_downward): Likewise.
28135         (llrint_test_upward): Likewise.
28136         (llround_test): Likewise.
28138         * math/libm-test.inc (struct test_f_i_data): Add comment.
28139         (RUN_TEST_LOOP_f_b): New macro.
28140         (RUN_TEST_LOOP_f_b_tg): Likewise.
28141         (finite_test_data): New variable.
28142         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
28143         (isfinite_test_data): New variable.
28144         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28145         (isinf_test_data): New variable.
28146         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28147         (isnan_test_data): New variable.
28148         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28149         (isnormal_test_data): New variable.
28150         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28151         (issignaling_test_data): New variable.
28152         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28153         (signbit_test_data): New variable.
28154         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28156         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
28157         with INVALID_EXCEPTION.
28158         (acosh_test_data): Likewise.
28159         (asin_test_data): Likewise.
28160         (atanh_test_data): Likewise.
28161         (fmod_test_data): Likewise.
28162         (log_test_data): Likewise.
28163         (log10_test_data): Likewise.
28164         (log2_test_data): Likewise.
28165         (pow_test_data): Likewise.
28166         (sqrt_test_data): Likewise.
28167         (y0_test_data): Likewise.
28168         (y1_test_data): Likewise.
28169         (yn_test_data): Likewise.
28171         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
28172         function contents.
28174         * math/libm-test.inc (struct test_ff_i_data): New type.
28175         (RUN_TEST_LOOP_ff_i_tg): New macro.
28176         (isgreater_test_data): New variable.
28177         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28178         (isgreaterequal_test_data): New variable.
28179         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28180         (isless_test_data): New variable.
28181         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28182         (islessequal_test_data): New variable.
28183         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28184         (islessgreater_test_data): New variable.
28185         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28186         (isunordered_test_data): New variable.
28187         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28189 2013-05-14  David S. Miller  <davem@davemloft.net>
28191         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28193 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
28195         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
28197         * math/libm-test.inc (struct test_fF_f1_data): Change type of
28198         extra_test to int.
28199         (struct test_f_i_data): Change type of max_ulp to int.
28201         * math/libm-test.inc (test_ffI_f1_data): New type.
28202         (RUN_TEST_LOOP_ffI_f1): New macro.
28203         (remquo_test_data): New variable.
28204         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
28206         * setjmp/tst-setjmp-fp.c: New file.
28207         * setjmp/Makefile (tests): Add tst-setjmp-fp.
28208         (link-libm): New variable.
28209         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
28211         * math/libm-test.inc (struct test_f_i_data): New type.
28212         (RUN_TEST_LOOP_f_i): New macro.
28213         (RUN_TEST_LOOP_f_i_tg): Likewise.
28214         (fpclassify_test_data): New variable.
28215         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
28216         (ilogb_test_data): New variable.
28217         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
28219         * math/libm-test.inc (scalbln_test): Correct function name in END
28220         call.
28222         * math/libm-test.inc (struct test_f_f1_data): Add comment.
28223         (RUN_TEST_LOOP_fI_f1): New macro.
28224         (frexp_test_data): New variable.
28225         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
28227         * math/libm-test.inc (struct test_fF_f1_data): New type.
28228         (RUN_TEST_LOOP_fF_f1): New macro.
28229         (modf_test_data): New variable.
28230         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
28232         * math/libm-test.inc (struct test_f_f1_data): New type.
28233         (RUN_TEST_LOOP_f_f1): New macro.
28234         (gamma_test_data): New variable.
28235         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
28236         (lgamma_test_data): New variable.
28237         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
28239 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
28241         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
28242         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
28243         (main): Comment "tls" pseudo-hwcap.
28245 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
28247         * math/libm-test.inc (struct test_fl_f_data): New type.
28248         (RUN_TEST_LOOP_fl_f): New variable.
28249         (scalbln_test_data): New variable.
28250         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
28252         * math/libm-test.inc (struct test_fi_f_data): New type.
28253         (RUN_TEST_LOOP_fi_f): New macro.
28254         (ldexp_test_data): New variable.
28255         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
28256         (scalbn_test_data): New variable.
28257         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
28259         * math/libm-test.inc (struct test_c_f_data): New type.
28260         (RUN_TEST_LOOP_c_f): New macro.
28261         (cabs_test_data): New variable.
28262         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
28263         (carg_test_data): New variable.
28264         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
28265         (cimag_test_data): New variable.
28266         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
28267         (creal_test_data): New variable.
28268         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
28270         * math/libm-test.inc (struct test_if_f_data): New type.
28271         (RUN_TEST_LOOP_if_f): New macro.
28272         (jn_test_data): New variable.
28273         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
28274         (yn_test_data): New variable.
28275         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
28277         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
28279 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28281         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
28282         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
28284 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
28286         * benchtests/Makefile (CPPFLAGS-nonlib): Add
28287         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
28288         (bench-deps): Add bench-timing.h.
28289         * benchtests-bench-skeleton.c: Include bench-timing.h.
28290         (main): Use TIMING_* macros instead of clock_gettime.
28291         * benchtests/bench-timing.h: New file.
28293         [BZ #14582]
28294         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
28295         Renamed from _LIB_VERSION.
28296         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
28298 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
28300         * math/libm-test.inc (struct test_fff_f_data): New type.
28301         (RUN_TEST_LOOP_fff_f): New macro.
28302         (fma_test_data): New variable.
28303         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
28304         (fma_towardzero_test_data): New variable.
28305         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
28306         (fma_downward_test_data): New variable.
28307         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
28308         (fma_upward_test_data): New variable.
28309         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
28311         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
28312         (struct test_c_c_data): New type.
28313         (RUN_TEST_LOOP_c_c): New macro.
28314         (cacos_test_data): New variable.
28315         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
28316         (cacosh_test_data): New variable.
28317         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
28318         (casin_test_data): New variable.
28319         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
28320         (casinh_test_data): New variable.
28321         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
28322         (catan_test_data): New variable.
28323         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
28324         (catanh_test_data): New variable.
28325         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
28326         (ccos_test_data): New variable.
28327         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
28328         (ccosh_test_data): New variable.
28329         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
28330         (cexp_test_data): New variable.
28331         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
28332         (clog_test_data): New variable.
28333         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
28334         (clog10_test_data): New variable.
28335         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
28336         (conj_test_data): New variable.
28337         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
28338         (cproj_test_data): New variable.
28339         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
28340         (csin_test_data): New variable.
28341         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
28342         (csinh_test_data): New variable.
28343         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
28344         (csqrt_test_data): New variable.
28345         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
28346         (ctan_test_data): New variable.
28347         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
28348         (ctan_tonearest_test_data): New variable.
28349         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
28350         (ctan_towardzero_test_data): New variable.
28351         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
28352         (ctan_downward_test_data): New variable.
28353         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
28354         (ctan_upward_test_data): New variable.
28355         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
28356         (ctanh_test_data): New variable.
28357         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
28358         (ctanh_tonearest_test_data): New variable.
28359         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
28360         (ctanh_towardzero_test_data): New variable.
28361         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
28362         (ctanh_downward_test_data): New variable.
28363         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
28364         (ctanh_upward_test_data): New variable.
28365         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
28366         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
28367         of BUILD_COMPLEX.
28369         * math/libm-test.inc (struct test_ff_f_data): New type.
28370         (struct test_ff_f_data_nexttoward): Likewise.
28371         (RUN_TEST_LOOP_2_f): New macro.
28372         (RUN_TEST_LOOP_ff_f): Likewise.
28373         (atan2_test_data): New variable.
28374         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
28375         (copysign_test_data): New variable.
28376         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
28377         (fdim_test_data): New variable.
28378         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
28379         (fmax_test_data): New variable.
28380         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
28381         (fmin_test_data): New variable.
28382         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
28383         (fmod_test_data): New variable.
28384         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
28385         (hypot_test_data): New variable.
28386         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
28387         (nextafter_test_data): New variable.
28388         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
28389         (nexttoward_test_data): New variable.
28390         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
28391         (pow_test_data): New variable.
28392         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
28393         (pow_tonearest_test_data): New variable.
28394         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
28395         (pow_towardzero_test_data): New variable.
28396         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
28397         (pow_downward_test_data): New variable.
28398         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
28399         (pow_upward_test_data): New variable.
28400         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
28401         (remainder_test_data): New variable.
28402         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
28403         (scalb_test_data): New variable.
28404         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
28405         * sysdeps/i386/fpu/libm-test-ulps: Update.
28407 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
28409         * math/libm-test.inc (fma_test): Use max_value instead of local
28410         variable fltmax.
28411         (nextafter_test): Likewise.
28413         * math/libm-test.inc (acos_towardzero_test_data): New variable.
28414         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28415         (acos_downward_test_data): New variable.
28416         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28417         (acos_upward_test_data): New variable.
28418         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28419         (acosh_test_data): New variable.
28420         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
28421         (asin_test_data): New variable.
28422         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
28423         (asin_tonearest_test_data): New variable.
28424         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28425         (asin_towardzero_test_data): New variable.
28426         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28427         (asin_downward_test_data): New variable.
28428         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28429         (asin_upward_test_data): New variable.
28430         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28431         (asinh_test_data): New variable.
28432         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
28433         (atan_test_data): New variable.
28434         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
28435         (atanh_test_data): New variable.
28436         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
28437         (cbrt_test_data): New variable.
28438         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
28439         (ceil_test_data): New variable.
28440         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
28441         (cos_test_data): New variable.
28442         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
28443         (cos_tonearest_test_data): New variable.
28444         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28445         (cos_towardzero_test_data): New variable.
28446         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28447         (cos_downward_test_data): New variable.
28448         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28449         (cos_upward_test_data): New variable.
28450         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28451         (cosh_test_data): New variable.
28452         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
28453         (cosh_tonearest_test_data): New variable.
28454         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28455         (cosh_towardzero_test_data): New variable.
28456         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28457         (cosh_downward_test_data): New variable.
28458         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28459         (cosh_upward_test_data): New variable.
28460         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28461         (erf_test_data): New variable.
28462         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
28463         (erfc_test_data): New variable.
28464         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
28465         (exp_test_data): New variable.
28466         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
28467         (exp_tonearest_test_data): New variable.
28468         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28469         (exp_towardzero_test_data): New variable.
28470         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28471         (exp_downward_test_data): New variable.
28472         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28473         (exp_upward_test_data): New variable.
28474         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28475         (exp10_test_data): New variable.
28476         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
28477         (exp2_test_data): New variable.
28478         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
28479         (expm1_test_data): New variable.
28480         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
28481         (fabs_test_data): New variable.
28482         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
28483         (floor_test_data): New variable.
28484         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
28485         (j0_test_data): New variable.
28486         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
28487         (j1_test_data): New variable.
28488         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
28489         (log_test_data): New variable.
28490         (log_test): Run tests with RUN_TEST_LOOP_f_f.
28491         (log10_test_data): New variable.
28492         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
28493         (log1p_test_data): New variable.
28494         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
28495         (log2_test_data): New variable.
28496         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
28497         (logb_test_data): New variable.
28498         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
28499         (logb_downward_test_data): New variable.
28500         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28501         (nearbyint_test_data): New variable.
28502         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
28503         (rint_test_data): New variable.
28504         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
28505         (rint_tonearest_test_data): New variable.
28506         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28507         (rint_towardzero_test_data): New variable.
28508         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28509         (rint_downward_test_data): New variable.
28510         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28511         (rint_upward_test_data): New variable.
28512         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28513         (round_test_data): New variable.
28514         (round_test): Run tests with RUN_TEST_LOOP_f_f.
28515         (sin_test_data): New variable.
28516         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
28517         (sin_tonearest_test_data): New variable.
28518         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28519         (sin_towardzero_test_data): New variable.
28520         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28521         (sin_downward_test_data): New variable.
28522         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28523         (sin_upward_test_data): New variable.
28524         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28525         (sinh_test_data): New variable.
28526         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
28527         (sinh_tonearest_test_data): New variable.
28528         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28529         (sinh_towardzero_test_data): New variable.
28530         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28531         (sinh_downward_test_data): New variable.
28532         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28533         (sinh_upward_test_data): New variable.
28534         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28535         (sqrt_test_data): New variable.
28536         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
28537         (tan_test_data): New variable.
28538         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
28539         (tan_tonearest_test_data): New variable.
28540         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28541         (tan_towardzero_test_data): New variable.
28542         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28543         (tan_downward_test_data): New variable.
28544         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28545         (tan_upward_test_data): New variable.
28546         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28547         (tanh_test_data): New variable.
28548         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
28549         (tgamma_test_data): New variable.
28550         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
28551         (trunc_test_data): New variable.
28552         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
28553         (y0_test_data): New variable.
28554         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
28555         (y1_test_data): New variable.
28556         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
28557         (significand_test_data): New variable.
28558         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
28560 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
28562         [BZ #12387]
28563         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
28565 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
28567         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
28569 2013-05-10  Andreas Jaeger  <aj@suse.de>
28571         [BZ #15448]
28572         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
28573         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
28575 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
28577         * math/gen-libm-test.pl (adjust_arg): New function.
28578         (special_functions): Handle generating output in both functions
28579         and arrays.
28580         (parse_args): Likewise.
28581         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
28582         $in_func argument to parse_args.
28583         * math/libm-test.inc (struct test_f_f_data): New type.
28584         (IF_ROUND_INIT_): New macro.
28585         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
28586         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
28587         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
28588         (IF_ROUND_INIT_FE_UPWARD): Likewise.
28589         (ROUND_RESTORE_): Likewise.
28590         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
28591         (ROUND_RESTORE_FE_TONEAREST): Likewise.
28592         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
28593         (ROUND_RESTORE_FE_UPWARD): Likewise.
28594         (RUN_TEST_LOOP_f_f): New macro.
28595         (acos_test_data): New variable.
28596         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
28597         (acos_tonearest_test_data): New variable.
28598         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28600 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
28602         * benchtests/bench-skeleton.c (startup): Fix coding style.
28604 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
28606         [BZ #6809]
28607         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
28608         negative infinity argument.
28609         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
28610         negative infinity argument.
28611         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
28612         negative infinity argument.
28613         * math/libm-test.inc (tgamma_test): Expect errno to be set for
28614         domain errors.
28616 2013-05-10  Florian Weimer  <fweimer@redhat.com>
28618         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
28619         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
28620         * iconv/iconv_prog.c (main): Likewise.
28621         * locale/programs/charmap-dir.c (charmap_readdir)
28622         (fopen_uncompressed): Likewise.
28623         * locale/programs/locfile.c (siblings_uncached)
28624         (write_locale_data): Use lstat64 instead of lstat.
28625         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
28626         stat.
28628 2013-05-10  Andreas Jaeger  <aj@suse.de>
28630         [BZ #15395]
28631         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
28632         localization.
28633         Include <locale.h>.
28635 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
28637         * elf/dl-close.c (_dl_close_worker): Add comments.
28639 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
28641         [BZ #15359]
28642         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
28643         high part of pi/2.
28644         (__ieee754_rem_pio2l): Update comments.
28646         [BZ #15429]
28647         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
28648         high part of pi/2.
28649         (__ieee754_rem_pio2l): Update comments.
28651         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
28652         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
28654         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
28655         M_PI_4l.
28657         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
28658         (M_PI_34_LOG10El): Likewise.
28659         (M_PI2_LOG10El): Likewise.
28660         (M_PI4_LOG10El): Likewise.
28661         (M_PI_LOG10El): Likewise.
28663 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28665         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28667 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
28669         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
28670         (MINUS_ZERO_INIT): Likewise.
28671         (PLUS_INFTY_INIT): Likewise.
28672         (MINUS_INFTY_INIT): Likewise.
28673         (QNAN_VALUE_INIT): Likewise.
28674         (MAX_VALUE_INIT): Likewise.
28675         (MIN_VALUE_INIT): Likewise.
28676         (MIN_SUBNORM_VALUE_INIT): Likewise.
28677         (plus_zero): Initialize with PLUS_ZERO_INIT.
28678         (minus_zero): Initialize with MINUS_ZERO_INIT.
28679         (plus_infty): Initialize with PLUS_INFTY_INIT.
28680         (minus_infty): Initialize with MINUS_INFTY_INIT.
28681         (qnan_value): Initialize with QNAN_VALUE_INIT.
28682         (max_value): Initialize with MAX_VALUE_INIT.
28683         (min_value): Initialize with MIN_VALUE_INIT.
28684         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
28686         * math/libm-test.inc (RUN_TEST_if_f): New macro.
28687         (jn_test): Use TEST_if_f instead of TEST_ff_f.
28688         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
28689         (yn_test): Use TEST_if_f instead of TEST_ff_f.
28691         * math/libm-test.inc (RUN_TEST_f_f): New macro.
28692         (RUN_TEST_2_f): Likewise.
28693         (RUN_TEST_ff_f): Likewise.
28694         (RUN_TEST_fi_f): Likewise.
28695         (RUN_TEST_fl_f): Likewise.
28696         (RUN_TEST_fff_f): Likewise.
28697         (RUN_TEST_c_f): Likewise.
28698         (RUN_TEST_f_f1): Likewise.
28699         (RUN_TEST_fF_f1): Likewise.
28700         (RUN_TEST_fI_f1): Likewise.
28701         (RUN_TEST_ffI_f1): Likewise.
28702         (RUN_TEST_c_c): Likewise.
28703         (RUN_TEST_cc_c): Likewise.
28704         (RUN_TEST_f_i): Likewise.
28705         (RUN_TEST_f_i_tg): Likewise.
28706         (RUN_TEST_ff_i_tg): Likewise.
28707         (RUN_TEST_f_b): Likewise.
28708         (RUN_TEST_f_b_tg): Likewise.
28709         (RUN_TEST_f_l): Likewise.
28710         (RUN_TEST_f_L): Likewise.
28711         (RUN_TEST_sincos): Likewise.
28712         * math/gen-libm-test.pl (new_test): Take new argument to indicate
28713         whether to show exceptions.  Do not include ");\n" in return
28714         value.
28715         (special_functions): Output call to RUN_TEST_sincos instead of
28716         check_float calls.  Update calls to new_test.
28717         (parse_args): Output call to single RUN_TEST_* macro instead of
28718         check_* calls and other assignments.  Update calls to new_test.
28720         [BZ #2546]
28721         [BZ #2560]
28722         [BZ #5159]
28723         [BZ #15426]
28724         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
28725         input to result for tgamma overflow.
28726         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
28727         (gamma_coeff): New variable.
28728         (NCOEFF): New macro.
28729         (gamma_positive): New function.
28730         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
28731         underflow here.  Use gamma_positive instead of exp (lgamma) for
28732         other arguments.
28733         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
28734         (gamma_coeff): New variable.
28735         (NCOEFF): New macro.
28736         (gammaf_positive): New function.
28737         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
28738         underflow here.  Use gamma_positive instead of exp (lgamma) for
28739         other arguments.
28740         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
28741         (gamma_coeff): New variable.
28742         (NCOEFF): New macro.
28743         (gammal_positive): New function.
28744         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
28745         underflow here.  Use gamma_positive instead of exp (lgamma) for
28746         other arguments.
28747         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
28748         (gamma_coeff): New variable.
28749         (NCOEFF): New macro.
28750         (gammal_positive): New function.
28751         (__ieee754_gammal_r): Handle positive infinity, overflow and
28752         underflow here.  Handle NaN the same as positive infinity.  Remove
28753         check x < 0xffffffff for negative integers.  Use gamma_positive
28754         instead of exp (lgamma) for other arguments.
28755         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
28756         (gamma_coeff): New variable.
28757         (NCOEFF): New macro.
28758         (gammal_positive): New function.
28759         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
28760         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
28761         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
28762         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
28763         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
28764         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
28765         * sysdeps/generic/math_private.h (__gamma_productf): New
28766         prototype.
28767         (__gamma_product): Likewise.
28768         (__gamma_productl): Likewise.
28769         * math/Makefile (libm-calls): Add gamma_product.
28770         * math/libm-test.inc (tgamma_test): Add more tests.
28771         * sysdeps/i386/fpu/libm-test-ulps: Update.
28772         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28774 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
28776         * benchtests/bench-skeleton.c (main): Preheat CPU.
28778 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
28780         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
28782 2013-05-07  Roland McGrath  <roland@hack.frob.com>
28784         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
28785         and _dl_skip_args_internal.
28787 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
28789         * manual/message.texi (Message Translation): Talk about users.
28790         Message to key mapping impacts design.
28792 2013-05-06  Roland McGrath  <roland@hack.frob.com>
28794         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
28796         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
28798         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
28799         * sysdeps/wordsize-64/glob64.c: ... here.
28801         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
28802         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
28803         New macros.
28805         * debug/getlogin_r_chk.c: Moved to ...
28806         * login/getlogin_r_chk.c: ... here.
28807         * debug/Makefile (routines): Move getlogin_r_chk to ...
28808         * login/Makefile (routines): ... here.
28809         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
28810         * login/Versions (libc: GLIBC_2.4): ... here.
28812         * io/poll.c (__poll): Renamed from poll.
28813         Add libc_hidden_def.
28814         (poll): Define as weak alias.
28816         * debug/ptsname_r_chk.c: Moved to ...
28817         * login/ptsname_r_chk.c: ... here.
28818         * debug/Makefile (routines): Move ptsname_r_chk to ...
28819         * login/Makefile (routines): ... here.
28820         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
28821         * login/Versions (libc: GLIBC_2.4): ... here.
28823         * posix/getlogin.c: Moved to ...
28824         * login/getlogin.c: ... here.
28825         * posix/getlogin_r.c: Moved to ...
28826         * login/getlogin_r.c: ... here.
28827         * posix/getlogin_r.c: Moved to ...
28828         * login/getlogin_r.c: ... here.
28829         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
28830         * login/Makefile (routines): ... here.
28831         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
28832         * login/Versions (libc: GLIBC_2.0): ... here.
28834         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
28835         (setrlimit): Define as weak alias.
28837         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
28838         Call __ names for open, ftruncate, and close.
28839         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
28840         (truncate): Define as weak alias.
28842 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
28844         * math/gen-libm-test.pl (parse_args): Initialize x before each
28845         test of frexp, modf and remquo.
28847         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
28848         test signgam value.
28850 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28852         [BZ #15418]
28853         [BZ #15419]
28854         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
28855         internal tests.
28856         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
28858 2013-05-06  Roland McGrath  <roland@hack.frob.com>
28860         * elf/dl-writev.h: New file.
28861         * elf/dl-misc.c: Include it.
28862         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
28863         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
28865 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
28867         * math/libm-test.inc (noXFails): Remove variable.
28868         (noXPasses): Likewise.
28869         (BUILD_COMPLEX_INT): Remove macro.
28870         (print_screen): Remove xfail argument.
28871         (print_screen_max_error): Likewise.
28872         (update_stats): Likewise.
28873         (print_max_error): Likewise.  Update calls to other affected
28874         functions.
28875         (print_complex_max_error): Likewise.
28876         (test_single_exception): Update calls to print_screen.
28877         (test_single_errno): Likewise.
28878         (check_float_internal): Remove xfail argument.  Update calls to
28879         other affected functions.
28880         (check_float): Likewise.
28881         (check_complex): Likewise.
28882         (check_int): Likewise.
28883         (check_long): Likewise.
28884         (check_bool): Likewise.
28885         (check_longlong): Likewise.
28886         (main): Don't print noXFails and noXPasses.
28887         * math/gen-libm-test.pl (top level): Don't mention expected
28888         failure handling in comment.
28889         (new_test): Don't handle expected failures.
28890         (parse_args): Don't mention expected failure handling in comment.
28891         (generate_testfile): Don't handle expected failures.
28892         (parse_ulps): Likewise.
28893         (print_ulps_file): Likewise.
28894         (get_failure): Remove function.
28895         (output_test): Don't handle expected failures.
28896         * make/README.libm-test: Don't mention expected failure handling.
28898         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
28899         (minus_zero): Likewise.
28900         (plus_infty): Likewise.
28901         (minus_infty): Likewise.
28902         (qnan_value): Likewise.
28903         (max_value): Likewise.
28904         (min_value): Likewise.
28905         (min_subnorm_value): Likewise.
28906         (initialize): Do not initialize those variables dynamically.
28908 2013-05-03  Roland McGrath  <roland@hack.frob.com>
28910         * io/open.c (__open_2): Moved to ...
28911         * io/open_2.c: ... this new file.
28912         * io/open64.c (__open64_2): Moved to ...
28913         * io/open64_2.c: ... this new file.
28914         * io/openat.c (__openat_2): Moved to ...
28915         * io/openat_2.c: ... this new file.
28916         * io/openat64.c (__openat64_2): Moved to ...
28917         * io/openat64_2.c: ... this new file.
28918         * io/Makefile (routines): Add them.
28919         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
28920         * sysdeps/unix/sysv/linux/open_2.c: File removed.
28921         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
28922         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
28923         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
28924         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
28925         (__openat64): Add hidden_ver.
28926         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
28927         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
28929         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
28930         Separately conditionalize setting of GLRO(dl_sysinfo) so
28931         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
28932         as well, but the actual setting is only under [NEED_DL_SYSINFO].
28934 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28936         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
28937         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
28938         definition.
28939         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
28940         * sysdeps/unix/sysv/linux/powerpc/init-first.c
28941         (_libc_vdso_platform_setup): Add __vdso_time initialization.
28942         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
28943         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
28945 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
28947         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
28948         test signgam value.
28950         * math/libm-test.inc (hypot_test): Do not use
28951         IGNORE_ZERO_INF_SIGN.
28953 2013-05-03  Andreas Jaeger  <aj@suse.de>
28955         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
28956         Linux 3.9.
28957         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
28958         (PF_MAX): Adjust for VSOCK change.
28960 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28962         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28964 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
28966         [BZ #15264]
28967         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
28968         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
28969         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
28971 2013-05-02  David S. Miller  <davem@davemloft.net>
28973         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28975 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
28977         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
28979 2013-05-01  Roland McGrath  <roland@hack.frob.com>
28981         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
28983 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
28985         [BZ #14952]
28986         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
28987         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
28988         Use __attribute__ ((__gnu_inline__)).
28989         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
28990         Don't use __attribute__ ((__gnu_inline__)).
28992 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
28994         [BZ #15423]
28995         * math/s_catan.c (__catan): Handle small real or imaginary part of
28996         input specially to avoid spurious underflow.
28997         * math/s_catanf.c (__catanf): Likewise.
28998         * math/s_catanh.c (__catanh): Likewise.
28999         * math/s_catanhf.c (__catanhf): Likewise.
29000         * math/s_catanhl.c (__catanhl): Likewise.
29001         * math/s_catanl.c (__catanl): Likewise.
29002         * math/libm-test.inc (catan_test): Add more tests.
29003         (catanh_test): Likewise.
29004         * sysdeps/i386/fpu/libm-test-ulps: Update.
29005         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29007 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29009         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29011 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
29013         [BZ #15416]
29014         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
29015         accurately for denominator in atan2.
29016         * math/s_catanf.c (__catanf): Likewise.
29017         * math/s_catanh.c (__catanh): Likewise.
29018         * math/s_catanhf.c (__catanhf): Likewise.
29019         * math/s_catanhl.c (__catanhl): Likewise.
29020         * math/s_catanl.c (__catanl): Likewise.
29021         * math/libm-test.inc (catan_test): Add more tests.
29022         (catanh_test): Likewise.
29023         * sysdeps/i386/fpu/libm-test-ulps: Update.
29024         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29026 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
29028         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
29030         * benchtests/Makefile (bench): Remove slow benchmarks.
29031         * benchtests/atan-inputs: Add slow benchmark inputs.
29032         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
29033         (BENCH_FUNC): Accept variant offset.
29034         (VARIANT): Define.
29035         * benchtests/bench-skeleton.c (main): Run benchmark for each
29036         variant.
29037         * benchtests/cos-inputs: Add slow benchmark inputs.
29038         * benchtests/exp-inputs: Likewise.
29039         * benchtests/pow-inputs: Likewise.
29040         * benchtests/sin-inputs: Likewise.
29041         * benchtests/slowatan-inputs: Remove.
29042         * benchtests/slowatan.c: Remove.
29043         * benchtests/slowcos-inputs: Remove.
29044         * benchtests/slowcos.c: Remove.
29045         * benchtests/slowexp-inputs: Remove.
29046         * benchtests/slowexp.c: Remove.
29047         * benchtests/slowpow-inputs: Remove.
29048         * benchtests/slowpow.c: Remove.
29049         * benchtests/slowsin-inputs: Remove.
29050         * benchtests/slowsin.c: Remove.
29051         * benchtests/slowtan-inputs: Remove.
29052         * benchtests/slowtan.c: Remove.
29053         * benchtests/tan-inputs: Add slow benchmark inputs.
29054         * scripts/bench.pl: Parse comments and directives.
29056         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
29057         in CPPFLAGS.
29058         ($(objpfx)bench-%.c): Remove *-ITER.
29059         * benchtests/bench-modf.c: Remove definition of ITER.
29060         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
29061         (main): Loop for DURATION seconds instead of fixed number of
29062         iterations.
29063         * scripts/bench.pl: Don't expect iterations in parameters.
29065 2013-04-29  Roland McGrath  <roland@hack.frob.com>
29067         * io/fchdir.c (__fchdir): Renamed from fchdir.
29068         (fchdir): Define as weak alias.
29070 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
29072         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
29073         (ERRNO_EDOM): Likewise.
29074         (ERRNO_ERANGE): Likewise.
29075         (noErrnoTests): New variable.
29076         (init_max_error): Set errno to 0.
29077         (test_single_errno): New function.
29078         (test_errno): Likewise.
29079         (check_float_internal): Call test_errno.  Set errno to 0.
29080         (check_complex): Refer to errno tests in comment.
29081         (check_int): Call test_errno.  Set errno to 0.
29082         (check_long): Likewise.
29083         (check_bool): Likewise.
29084         (check_longlong): Likewise.
29085         (cos_test): Use ERRNO_* flags for errno tests instead of
29086         check_int.
29087         (expm1_test): Likewise.
29088         (fmod_test): Likewise.
29089         (ilogb_test): Likewise.
29090         (lgamma_test): Likewise.
29091         (pow_test): Likewise.
29092         (remainder_test): Likewise.
29093         (sin_test): Likewise.
29094         (tan_test): Likewise.
29095         (yn_test): Likewise.
29096         (initialize): Set errno to 0.
29097         (main): Print number of errno tests.
29098         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
29100 2013-04-29  Andreas Jaeger  <aj@suse.de>
29102         [BZ #15084]
29103         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
29104         and RES_USEVC.
29106         [BZ #15085]
29107         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
29108         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
29109         unimplemented.
29111         [BZ #15380]
29112         * stdlib/random.c (__initstate): Return NULL if
29113         __initstate fails.
29115         [BZ #15086]
29116         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
29117         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
29118         RES_SNGLKUPREOP.
29120 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29122         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29124 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
29126         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
29127         of individual tests.
29128         (casin_test): Likewise.
29129         (casinh_test): Likewise.
29131 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
29133         [BZ #15409]
29134         * math/s_catan.c (__catan): Handle arguments with large real or
29135         imaginary part separately without squaring.
29136         * math/s_catanf.c (__catanf): Likewise.
29137         * math/s_catanh.c (__catanh): Likewise.
29138         * math/s_catanhf.c (__catanhf): Likewise.
29139         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
29140         and redefine.
29141         (__catanhl): Handle arguments with large real or imaginary part
29142         separately without squaring.
29143         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
29144         and redefine.
29145         (__catanl): Handle arguments with large real or imaginary part
29146         separately without squaring.
29147         * math/libm-test.inc (catan_test): Add more tests.
29148         (catanh_test): Likewise.
29149         * sysdeps/i386/fpu/libm-test-ulps: Update.
29150         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29152 2013-04-27  Andreas Jaeger  <aj@suse.de>
29154         [BZ #15007]
29155         * stdlib/stdlib.h: Update guards for qecvt.
29156         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
29157         <stdlib.h>.
29159 2013-04-27  Allan McRae  <allan@archlinux.org>
29161         * sysdeps/i386/fpu/libm-test-ulps: Update.
29163 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
29165         [BZ #15406]
29166         * math/s_catan.c: Include <float.h>.
29167         (__catan): Ensure underflow exception occurs for underflowed
29168         result.
29169         * math/s_catanf.c: Include <float.h>.
29170         (__catanf): Ensure underflow exception occurs for underflowed
29171         result.
29172         * math/s_catanh.c: Include <float.h>.
29173         (__catanh): Ensure underflow exception occurs for underflowed
29174         result.
29175         * math/s_catanhf.c: Include <float.h>.
29176         (__catanhf): Ensure underflow exception occurs for underflowed
29177         result.
29178         * math/s_catanhl.c: Include <float.h>.
29179         (__catanhl): Ensure underflow exception occurs for underflowed
29180         result.
29181         * math/s_catanl.c: Include <float.h>.
29182         (__catanl): Ensure underflow exception occurs for underflowed
29183         result.
29184         * math/libm-test.inc (catan_test): Add more tests.
29185         (catanh_test): Likewise.
29187         [BZ #15405]
29188         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
29189         underflowed result.
29190         * math/s_ccoshf.c (__ccoshf): Likewise.
29191         * math/s_ccoshl.c (__ccoshl): Likewise.
29192         * math/s_csin.c (__csin): Likewise.
29193         * math/s_csinf.c (__csinf): Likewise.
29194         * math/s_csinh.c (__csinh): Likewise.
29195         * math/s_csinhf.c (__csinhf): Likewise.
29196         * math/s_csinhl.c (__csinhl): Likewise.
29197         * math/s_csinl.c (__csinl): Likewise.
29198         * math/libm-test.inc (ccos_test): Add more tests.
29199         (ccosh_test): Likewise.
29200         (csin_test): Likewise.
29201         (csinh_test): Likewise.
29203 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29205         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
29206         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
29207         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
29208         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
29209         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
29210         powerpc/power5+/fpu folders.
29211         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
29214 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
29216         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29218 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
29220         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
29221         additions to variable.
29222         [$(config-machine) = x86_64] (modules-names): Likewise.
29223         ($(objpfx)tst-audit3): Remove dependency.
29224         ($(objpfx)tst-audit3.out): Likewise.
29225         ($(objpfx)tst-audit4): Likewise.
29226         ($(objpfx)tst-audit4.out): Likewise.
29227         ($(objpfx)tst-audit5): Likewise.
29228         ($(objpfx)tst-audit5.out): Likewise.
29229         ($(objpfx)tst-audit6): Likewise.
29230         ($(objpfx)tst-audit6.out): Likewise.
29231         ($(objpfx)tst-audit7): Likewise.
29232         ($(objpfx)tst-audit7.out): Likewise.
29233         (tst-audit3-ENV): Remove variable.
29234         (tst-audit4-ENV): Likewise.
29235         (tst-audit5-ENV): Likewise.
29236         (tst-audit6-ENV): Likewise.
29237         (tst-audit7-ENV): Likewise.
29238         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
29239         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
29240         addition to variable.
29241         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
29242         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
29243         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
29244         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
29245         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
29246         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
29247         tst-audit3, tst-audit4 and tst-audit5.
29248         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
29249         tst-audit6 and tst-audit7.
29250         [$(subdir) = elf] (modules-names): Add audit modules for those
29251         tests.
29252         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
29253         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
29254         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
29255         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
29256         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
29257         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
29258         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
29259         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
29260         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
29261         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
29262         [$(subdir) = elf] (tst-audit3-ENV): New variable.
29263         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
29264         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
29265         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
29266         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
29267         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
29268         Likewise.
29269         [$(subdir) = elf && $(config-cflags-avx) = yes]
29270         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
29271         [$(subdir) = elf && $(config-cflags-avx) = yes]
29272         (CFLAGS-tst-auditmod4a.c): Likewise.
29273         [$(subdir) = elf && $(config-cflags-avx) = yes]
29274         (CFLAGS-tst-auditmod4b.c): Likewise.
29275         [$(subdir) = elf && $(config-cflags-avx) = yes]
29276         (CFLAGS-tst-auditmod6b.c): Likewise.
29277         [$(subdir) = elf && $(config-cflags-avx) = yes]
29278         (CFLAGS-tst-auditmod6c.c): Likewise.
29279         [$(subdir) = elf && $(config-cflags-avx) = yes]
29280         (CFLAGS-tst-auditmod7b.c): Likewise.
29281         * elf/tst-audit3.c: Move to ...
29282         * sysdeps/x86_64/tst-audit3.c: ... here.
29283         * elf/tst-audit4.c: Move to ...
29284         * sysdeps/x86_64/tst-audit4.c: ... here.
29285         * elf/tst-audit5.c: Move to ...
29286         * sysdeps/x86_64/tst-audit5.c: ... here.
29287         * elf/tst-audit6.c: Move to ...
29288         * sysdeps/x86_64/tst-audit6.c: ... here.
29289         * elf/tst-audit7.c: Move to ...
29290         * sysdeps/x86_64/tst-audit7.c: ... here.
29291         * elf/tst-auditmod3a.c: Move to ...
29292         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
29293         * elf/tst-auditmod3b.c: Move to ...
29294         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
29295         * elf/tst-auditmod4a.c: Move to ...
29296         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
29297         * elf/tst-auditmod4b.c: Move to ...
29298         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
29299         * elf/tst-auditmod5a.c: Move to ...
29300         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
29301         * elf/tst-auditmod5b.c: Move to ...
29302         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
29303         * elf/tst-auditmod6a.c: Move to ...
29304         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
29305         * elf/tst-auditmod6b.c: Move to ...
29306         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
29307         * elf/tst-auditmod6c.c: Move to ...
29308         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
29309         * elf/tst-auditmod7a.c: Move to ...
29310         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
29311         * elf/tst-auditmod7b.c: Move to ...
29312         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
29314 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
29316         [BZ #15366]
29317         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
29318         define unconditionally.
29319         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
29320         define unconditionally.
29321         (INT8_C, INT16_C, etc.): Likewise.
29323 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
29325         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
29326         __ehdr_start with hidden visibility.
29328         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
29330 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
29332         * math/libm-test.inc (cos_test): Use accurate hex constants.
29333         (sincost_test): Likewise.
29335 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
29337         * math/libm-test.inc (catan_test): Add more tests.
29338         (catanh_test): Likewise.
29340         * math/s_catanf.c (__catanf): Use suffixed floating-point
29341         constants.
29342         * math/s_catanhf.c (__catanhf): Likewise.
29343         * math/s_catanhl.c (__catanhl): Likewise.
29344         * math/s_catanl.c (__catanl): Likewise.
29346         [BZ #15394]
29347         * math/s_catan.c (__catan): Calculate imaginary part of result
29348         with log1p not log unless computing log of number close to 0.
29349         * math/s_catanf.c (__catanf): Likewise.
29350         * math/s_catanl.c (__catanl): Likewise.
29351         * math/s_catanh.c (__catanh): Calculate real part of result with
29352         log1p not log unless computing log of number close to 0.
29353         * math/s_catanhf.c (__catanhf): Likewise.
29354         * math/s_catanhl.c (__catanhl): Likewise.
29355         * math/libm-test.inc (catan_test): Add more tests.
29356         (catanh_test): Likewise.
29357         * sysdeps/i386/fpu/libm-test-ulps: Update.
29358         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29360 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
29362         * benchtests/Makefile: Mention files in which fast and slow
29363         paths of math functions are implemented.
29365 2013-04-23  Roland McGrath  <roland@hack.frob.com>
29367         * sysdeps/posix/timespec_get.c: New file.
29369 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29371         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
29372         POWER.
29373         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
29374         for POWER.
29375         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
29376         powerpc/power5/fpu folders.
29377         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
29378         * benchtests/Makefile: Add modf testcase.
29379         * benchtests/bench-modf.c: New file: Benchmark test for mo
29381 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
29383         [BZ #14888]
29384         * time/Makefile (tests): Add tst-strptime-whitespace.
29385         * time/strptime_l.c (get_number): Use ISSPACE.
29386         (__strptime_internal): Likewise.
29387         * time/tst-strptime-whitespace.c: New test case.
29389 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
29391         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
29392         member.
29393         (_nss_files_init): Set it here.
29395 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
29397         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
29398         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
29399         unsigned.
29401 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
29403         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
29405 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
29407         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
29408         size just once.
29410 2013-04-21  David S. Miller  <davem@davemloft.net>
29412         * po/ru.po: Update Russion translation from translation project.
29414 2013-04-17  Adam Conrad  <adconrad@0c3.net>
29416         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
29417         and setfsgid.
29419 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
29421         * configure.in: Remove i386 configure warning. Remove i386 case.
29422         * configure: Regenerate.
29423         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
29424         Add example to error message.
29425         * sysdeps/i386/configure: Regenerate.
29427 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29429         * benchtests/Makefile (bench): Add cos, tan, slowcos and
29430         slowtan.
29431         * benchtests/cos-inputs: New file.
29432         * benchtests/slowcos-inputs: New file.
29433         * benchtests/slowcos.c: New file.
29434         * benchtests/slowtan-inputs: New file.
29435         * benchtests/slowtan.c: New file.
29436         * benchtests/tan-inputs: New file.
29438 2013-04-16  Roland McGrath  <roland@hack.frob.com>
29440         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
29441         considered kosher.
29443 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29445         * benchtests/Makefile: Include cppflags-iterator.mk to add
29446         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
29448         * Makefile.in (bench-clean): New target.
29449         * benchtests/Makefile (bench-clean): Likewise.
29451 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
29453         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
29455 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
29457         * stdio-common/tstdiomisc.c: Fix coding-style violation.
29459 2013-04-15  Andreas Schwab  <schwab@suse.de>
29461         * nscd/grpcache.c (cache_addgr): Properly check for short write.
29462         * nscd/initgrcache.c (addinitgroupsX): Likewise.
29463         * nscd/pwdcache.c (cache_addpw): Likewise.
29464         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
29465         more than recsize.
29467 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29469         * benchtests/Makefile (bench): Write all output to
29470         bench-out.tmp together.
29472 2013-04-15  Andreas Schwab  <schwab@suse.de>
29474         * nscd/nscd.c (main): Don't fork again after closing files.
29476 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29478         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
29480         * benchtests/Rules (bench-deps): Collect dependencies into a
29481         single variable.  Add Makefile to dependencies.
29482         ($(objpfx)bench-%.c): Depend on bench-deps.
29484 2013-04-12  Roland McGrath  <roland@hack.frob.com>
29485             Xavier Roche  <roche+kml2@exalead.com>
29487         [BZ #15361]
29488         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
29489         just that it's a file descriptor.
29490         * manual/llio.texi (Synchronizing AIO Operations): Update description
29491         for EBADF error from aio_fsync.
29493 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
29495         * Rules (bench): Move target definition...
29496         * benchtests/Makefile: ... here.
29498 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
29500         * math/libm-test.inc (cos_test): Fix PI/2 test.
29501         (sincos_test): Likewise.
29502         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
29503         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
29505 2013-04-11  Andreas Schwab  <schwab@suse.de>
29507         [BZ #13988]
29508         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
29509         accept exponent character only when digits were seen.
29510         * stdio-common/Makefile (tests): Add bug26.
29511         * stdio-common/bug26.c: New file.
29513         [BZ #14293]
29514         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
29515         non-freeable.
29517 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
29519         * Makeconfig (rtld-prefix): Define built linker prefix.
29520         * Rules (run-bench): Use it.
29521         * math/Makefile (run-regen-ulps): Likewise.
29523         * Rules (bench): Remove eval.
29525 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
29526             Roland McGrath  <roland@hack.frob.com>
29527             Ondrej Bilka  <neleai@seznam.cz>
29529         [BZ #15346]
29530         * time/getdate.c: Include ctype.h and alloca.h.
29531         (__getdate_r): Trim leading and trailing spaces of input.
29532         * time/tst-getdate.c (tests): Add tests with leading and
29533         trailing spaces.
29535 2013-04-08  Roland McGrath  <roland@hack.frob.com>
29537         [BZ #14280]
29538         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
29539         when computing value.
29541 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29543         * math/README.libm-test (How can I generate "libm-test-ulps"?):
29544         Use testrun.sh to run libm tests.
29546         [BZ #15309]
29547         * elf/dl-open.c (dl_open_worker): memset all of seen array.
29549 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
29551         [BZ #15264]
29552         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
29554 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29556         * Makefile.in (regen-ulps): New target.
29557         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
29558         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
29559         [ifneq (no,$(PERL)] (regen-ulps): New target.
29560         [ifeq (no,$(PERL)] (regen-ulps): New target.
29561         * math/libm-test.inc (ulps_file_name): Define.
29562         (output_dir): New variable.
29563         (options): Add "output-dir" option.
29564         (parse_opt): Handle 'o' case.
29565         (main): If output_dir is non-NULL use it as a prefix
29566         otherwise use "".
29567         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
29569 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29571         [BZ #10060, #10062]
29572         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
29573         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
29574         fail configure if __sync_val_compare_and_swap is not inlined.
29575         * sysdeps/i386/configure: Regenerate.
29576         * configure.in: Build for i686 when configured for i386.
29577         * configure: Regenerate.
29578         * README: Remove i386 reference.
29580 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29582         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
29583         * sysdeps/s390/s390-64/sysdep.h: Likewise.
29585 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
29587         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
29588         (lmsnanval): New variables.
29589         (F): Add conversion tests.
29590         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
29591         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
29593         * stdio-common/tstdiomisc.c (F): Properly collect individual
29594         tests' results.
29596         [BZ #14686, #15336]
29597         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
29598         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
29599         Instead, use input NaN values or generate a qNaN by arithmetic
29600         operation.  Also fix bugs to comply with the standard.
29601         * math/libm-test.inc (remainder_test): Add more tests.
29603         [BZ #15335, #15342]
29604         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
29605         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
29606         input NaN values or generate a qNaN by arithmetic operation.
29608         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
29609         unreachable code.
29611         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
29612         definitions.
29614 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
29616         [BZ #14478]
29617         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
29618         underflowed result.
29619         * math/s_cexpf.c (__cexpf): Likewise.
29620         * math/s_cexpl.c (__cexpl): Likewise.
29621         * math/libm-test.inc (cexp_test): Add more tests.
29623 2013-04-03  Andreas Schwab  <schwab@suse.de>
29625         [BZ #15330]
29626         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
29627         order arrays from heap if bigger than alloca cutoff.
29629 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
29631         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
29632         (SNAN_TESTS_double): Refer to GCC PR56831.
29633         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
29634         GCC PR56828.
29636 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
29638         * Rules (bench): Move bench.out after the run is complete.
29640         * Rules (bench): Echo currently running benchmark.
29642         * benchtests/Makefile (bench): Add atan and slowatan.
29643         * benchtests/atan-inputs: New file.
29644         * benchtests/slowatan-inputs: New file.
29645         * benchtests/slowatan.c: New file.
29647         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
29648         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
29649         its value.
29651         [BZ #15305]
29652         * sysdeps/unix/sysv/linux/kernel-features.h
29653         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
29654         __ASSUME_XFS_RESTRICTED_CHOWN.
29655         * sysdeps/unix/sysv/linux/pathconf.c
29656         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
29657         Save and restore errno.
29659 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
29661         [BZ #15327]
29662         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
29663         arguments using __kernel_casinh.
29664         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
29665         arguments using __kernel_casinhf.
29666         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
29667         arguments using __kernel_casinhl.
29668         * math/libm-test.inc (cacosh_test): Add more tests.
29669         * sysdeps/i386/fpu/libm-test-ulps: Update.
29670         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29672 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
29674         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
29675         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
29677         * bench/Makefile (bench): Add sin and slowsin.
29678         * benchtests/sin-inputs: New file.
29679         * benchtests/slowsin-inputs: New file.
29680         * benchtests/slowsin.c: New file.
29682         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
29683         (bench): Add slowexp and slowpow.
29684         (exp-ITER): Increase iterations.
29685         (pow-ITER): Likewise.
29686         * benchtests/exp-inputs: Change input.
29687         * benchtests/pow-inputs: Likewise.
29688         * benchtests/slowexp-inputs: New file.
29689         * benchtests/slowexp.c: New file.
29690         * benchtests/slowpow-inputs: New file.
29691         * benchtests/slowpow.c: New file.
29693 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29695         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
29696         instructions.
29697         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
29698         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
29699         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
29700         * benchtests/Makefile: Add rint benchtest.
29701         * benchtests/rint-inputs: Input for rint benchtest.
29703 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
29705         * Versions.def (libm): Add GLIBC_2.18.
29706         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
29707         hidden libm prototypes.
29708         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
29709         * math/Makefile (libm-calls): Add s_issignaling.
29710         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
29711         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
29712         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
29713         declaration.
29714         * math/math.h [__USE_GNU] (issignaling): New macro.
29715         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
29716         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
29717         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
29718         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
29719         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
29720         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
29721         * manual/arith.texi (issignaling): New section.
29722         * manual/libm-err-tab.pl (@all_functions): Update comment.
29723         * math/gen-libm-test.pl (parse_args): Apply special handling for
29724         issignaling.
29725         * math/libm-test.inc (print_float, issignaling_test): New
29726         functions.
29727         (check_float_internal): Add issignaling checks.
29728         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
29729         default definition.
29730         * sysdeps/powerpc/math-tests.h: New file.
29731         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
29732         tests.
29733         * math/test-snan.c (TEST_FUNC): Likewise.
29735 2013-03-30  David S. Miller  <davem@davemloft.net>
29737         * po/de.po: Update from translation team.
29739 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
29741         [BZ #10357]
29742         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29743         imaginary part less than 1.0 and real part less than 0.5
29744         specially.
29745         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29746         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29747         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
29748         (cacos_test): Add more tests.
29749         (casin_test): Likewise.
29750         (casinh_test): Likewise.
29751         * sysdeps/i386/fpu/libm-test-ulps: Update.
29752         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29754 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
29756         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
29757         ONE with its value.
29759         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
29760         (__pow_mp): Replace ONE and MONE with their values.
29761         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29762         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
29763         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
29764         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
29765         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29766         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
29768         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
29770         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
29771         (__pow_mp): Replace ZERO and MZERO with their values.
29772         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
29773         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29774         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
29775         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
29776         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29777         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
29778         (__sqr): Likewise.
29780         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
29782         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
29784 2013-03-28  Roland McGrath  <roland@hack.frob.com>
29786         * include/stdlib.h [!SHARED] (__call_tls_dtors):
29787         Declare with __attribute__ ((weak)).
29788         * stdlib/exit.c (__libc_atexit) [!SHARED]:
29789         Call __call_tls_dtors only if it's not NULL.
29791 2013-03-28  Roland McGrath  <roland@hack.frob.com>
29793         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
29794         didn't do it already, then set _dl_phdr and _dl_phnum based on the
29795         magic __ehdr_start linker symbol if it's defined.
29796         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
29797         them up here if it was already done.
29799         * elf/dl-support.c (_dl_phdr): Make pointer to const.
29800         (_dl_aux_init): Use const in cast when setting it.
29801         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
29802         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
29803         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
29805         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
29806         Declare them here.
29807         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
29808         * csu/libc-tls.c: Nor here.
29809         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
29811         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
29812         (__libc_message): Never call vsyslog.
29814 2013-03-28  Alan Modra  <amodra@gmail.com>
29816         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
29817         Define as empty.
29818         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
29819         Likewise.
29821 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29823         [BZ #15214]
29824         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
29825         underflow.
29826         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29828 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
29830         [BZ #15304]
29831         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
29832         Don't add gid passed as argument.
29834         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
29836 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
29838         [BZ #15307]
29839         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29840         imaginary part between 1.0 and 1.5 and real part less than 0.5
29841         specially.
29842         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29843         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29844         * math/libm-test.inc (cacos_test): Add more tests.
29845         (casin_test): Likewise.
29846         (casinh_test): Likewise.
29847         * sysdeps/i386/fpu/libm-test-ulps: Update.
29848         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29850 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
29852         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
29853         constants.
29854         (norm): Likewise.
29855         (denorm): Likewise.
29856         (__dbl_mp): Likewise.
29857         (add_magnitudes): Likewise.
29858         (sub_magnitudes): Likewise.
29859         (__add): Likewise.
29860         (__sub): Likewise.
29861         (__mul): Likewise.
29862         (__sqr): Likewise.
29863         (__inv): Likewise.
29864         (__dvd): Likewise.
29866         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
29867         commented code.
29868         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
29869         (__dubcos): Likewise.
29870         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
29871         (__ieee754_acos): Likewise.
29872         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
29873         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
29874         (__exp1): Likewise.
29875         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29876         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
29877         (log1): Likewise.
29878         (my_log2): Likewise.
29879         (checkint): Likewise.
29880         * sysdeps/ieee754/dbl-64/e_remainder.c
29881         (__ieee754_remainder): Likewise.
29882         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29883         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
29884         (bsloww): Likewise.
29885         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
29887         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
29888         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
29889         MANTISSA_STORE_T to store computations on mantissa.  Use
29890         macros for rounding and division.
29891         (denorm): Likewise.
29892         (__dbl_mp): Likewise.
29893         (add_magnitudes): Likewise.
29894         (sub_magnitudes): Likewise.
29895         (__mul): Likewise.
29896         (__sqr): Likewise.
29897         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
29898         powers of two in terms of TWOPOW macro.
29899         (mp_no): Make type of mantissa as MANTISSA_T.
29900         [!RADIXI]: Define RADIXI.
29901         [!TWO52]: Define TWO52.
29902         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
29904 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29906         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
29907         llroundl symbol when building for PPC32.
29909 2013-03-24  Mark H Weaver  <mhw@netris.org>
29911         * manual/arith.texi (Normalization Functions): Fix prototypes for
29912         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
29914 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29916         [BZ #13889]
29917         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
29918         high value to check if expl overflow.
29919         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
29920         to check for underflow and overflow.
29921         * math/libm-test.inc: Add exp test.
29923 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
29925         [BZ #11120]
29926         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
29927         with NOT_IN_libc.
29929 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29931         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
29932         symbol.
29934 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
29936         * math/gen-libm-test.pl (parse_args, special_functions): Properly
29937         wrap blocks consisting of several statements.
29939         * sysdeps/generic/math-tests.h: New file.
29940         * sysdeps/i386/fpu/math-tests.h: Likewise.
29941         * math/test-snan.c: Include it.
29942         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
29944 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
29946         [BZ #15285]
29947         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
29948         (__ieee754_j0l): Do not improve calculations using cos of twice
29949         input for inputs above LDBL_MAX / 2.0L.
29950         (__ieee754_y0l): Likewise.
29951         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
29952         (__ieee754_j1l): Do not improve calculations using cos of twice
29953         input for inputs above LDBL_MAX / 2.0L.
29954         (__ieee754_y1l): Likewise.
29955         * math/libm-test.inc (j0_test): Add another test.
29956         (j1_test): Likewise.
29957         (y0_test): Likewise.
29958         (y1_test): Likewise.
29959         * sysdeps/i386/fpu/libm-test-ulps: Update.
29961 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29963         * Rules ($(objpfx)bench-%.c): Include code from a C source
29964         file.
29966 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
29968         [BZ #15287]
29969         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29970         imaginary part 1.0 and real part less than 0.5 specially.
29971         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29972         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29973         * math/libm-test.inc (cacos_test): Add more tests.
29974         (casin_test): Likewise.
29975         (casinh_test): Likewise.
29976         * sysdeps/i386/fpu/libm-test-ulps: Update.
29977         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29979 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29981         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
29982         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
29984 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
29986         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
29987         * config.make.in (config-cflags-sse4): Remove variable.
29988         (config-cflags-avx): Likewise.
29989         (config-cflags-sse2avx): Likewise.
29990         (config-cflags-novzeroupper): Likewise.
29991         (config-asflags-i686): Likewise.
29992         (have-mfma4): Likewise.
29993         (have-as-vis3): Likewise.
29994         (MIG): Likewise.
29995         * configure.in (MIG): Do not AC_SUBST.
29996         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
29997         (libc_cv_cc_sse4): Do not AC_SUBST.
29998         (libc_cv_cc_avx): Likewise.
29999         (libc_cv_cc_sse2avx): Likewise.
30000         (libc_cv_cc_novzeroupper): Likewise.
30001         (libc_cv_cc_fma4): Likewise.
30002         (libc_cv_as_i686): Likewise.
30003         (libc_cv_sparc_as_vis3): Likewise.
30004         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
30005         LIBC_CONFIG_VAR.
30006         (config-asflags-i686): Likewise.
30007         (config-cflags-avx): Likewise.
30008         (config-cflags-sse2avx): Likewise.
30009         (have-mfma4): Likewise.
30010         (config-cflags-novzeroupper): Likewise.
30011         * sysdeps/mach/configure.in (MIG): Likewise.
30012         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
30013         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
30014         LIBC_CONFIG_VAR.
30015         (config-cflags-avx): Likewise.
30016         (config-cflags-sse2avx): Likewise.
30017         (have-mfma4): Likewise.
30018         (config-cflags-novzeroupper): Likewise.
30019         * configure: Regenerated.
30020         * sysdeps/i386/configure: Likewise.
30021         * sysdeps/mach/configure: Likewise.
30022         * sysdeps/sparc/configure: Likewise.
30023         * sysdeps/x86_64/configure: Likewise.
30025 2013-03-20  Roland McGrath  <roland@hack.frob.com>
30027         [BZ #14812]
30028         * locale/programs/localedef.c (options): Put N_ translation marker
30029         on argument names, not just descriptions.
30031 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
30033         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
30035 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
30037         [BZ #14176]
30038         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
30040 2013-03-19  Roland McGrath  <roland@hack.frob.com>
30042         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
30043         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
30044         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
30045         [!BEFORE_ABORT] (before_abort): New function.
30046         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
30047         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
30048         (writev_for_fatal): New function.
30049         (WRITEV_FOR_FATAL): New macro; call that.
30050         (backtrace_and_maps): New function.
30051         (BEFORE_ABORT): New macro; call that.
30052         (struct str_list): Type removed.
30053         (__libc_message, __libc_fatal): Functions removed.
30054         Include <sysdeps/posix/libc_fatal.c> instead.
30056 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
30058         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
30059         constants.
30060         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
30061         double constants.
30063 2013-03-19  Andreas Schwab  <schwab@suse.de>
30065         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
30066         * sysdeps/gnu/configure: Regenerate.
30068         * configure.in: Substitute libc_cv_rtlddir.
30069         * configure: Regenerate.
30070         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
30071         * Makeconfig (rtlddir, inst_rtlddir): New variables.
30072         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
30073         * elf/Makefile (install-others, CFLAGS-interp.c)
30074         (ldso_install, common-ldd-rewrite): Likewise.
30075         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
30076         $(inst_slibdir)/$(rtld-installed-name).
30077         * scripts/rellns-sh: Add -p option.
30078         * Makerules (make-shlib-link): Use rellns-sh to get relative name
30079         for source.
30081 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
30083         * manual/nptl.texi: Renamed to ...
30084         * manual/threads.texi: ... this.
30085         * manual/Makefile (chapters): Update.
30087 2013-03-18  Roland McGrath  <roland@hack.frob.com>
30089         [BZ #14812]
30090         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
30091         on argument names, not just descriptions.
30092         * malloc/memusagestat.c (options): Likewise.
30093         * nss/getent.c (options): Likewise.
30095 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
30097         [BZ #14812]
30098         * iconv/iconv_prog.c (options): Put N_ translation marker
30099         on argument names, not just descriptions.
30100         * iconv/iconvconfig.c (options): Likewise.
30102 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
30104         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
30105         implementation which is faster on all x86_64 architectures.
30106         Tested on AMD, Intel Nehalem, SNB, IVB.
30107         * sysdeps/x86_64/strnlen.S: Likewise.
30109         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
30110         Remove all multiarch strlen and strnlen versions.
30111         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
30112         Remove strlen and strnlen related parts.
30114         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
30115         Inline strlen part.
30116         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
30118         * sysdeps/x86_64/multiarch/strlen.S: Remove.
30119         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
30120         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
30121         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
30122         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
30123         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
30125 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
30127         * manual/memory.texi (Malloc Tunable Parameters):
30128         Sort parameters alphabetically. Add comments for missing entries.
30130 2013-03-17  David S. Miller  <davem@davemloft.net>
30132         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30134 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
30136         [BZ #15283]
30137         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
30138         for arguments at most half maximum finite value.
30139         * math/libm-test.inc (j0_test): Add more tests.
30140         (j1_test): Likewise.
30141         (y0_test): Likewise.
30142         (y1_test): Likewise.
30143         * sysdeps/i386/fpu/libm-test-ulps: Update.
30144         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30146         [BZ #14155]
30147         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
30148         1 / x and functions P and Q for arguments above 0x1p256L.
30149         (__ieee754_y0l): Likewise.
30150         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
30151         (__ieee754_y1l): Likewise.
30152         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
30153         (j1_test): Likewise.
30154         (y0_test): Likewise.
30155         (y1_test): Likewise.
30157 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
30159         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
30160         variable.
30162 2013-03-15  Roland McGrath  <roland@hack.frob.com>
30164         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
30165         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
30166         zero since it's initialized to EXEC_PAGESIZE.
30168         * sysdeps/unix/sysv/linux/ldsodefs.h
30169         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
30170         * sysdeps/generic/ldsodefs.h: ... here.
30172 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
30174         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
30176         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
30177         math/test-snan.c.
30178         * math/test-snan.c: Renamed from
30179         sysdeps/powerpc/fpu/test-powerpc-snan.c.
30180         * math/Makefile (tests): Add test-snan.
30181         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
30182         test-powerpc-snan.
30184         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
30185         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
30186         functions.
30187         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
30188         __builtin_nan family of functions.
30189         * math/libm-test.inc (initialize): Initialize qnan_value with
30190         __builtin_nan family of functions.
30191         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
30192         Remove variables.
30193         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
30194         Remove functions.
30195         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
30196         storage class.  Initialize qNaN_var and sNaN_var with
30197         __builtin_nan and __builtin_nans families of functions,
30198         respectively.
30200         * math/libm-test.inc (acosh_test): Also test with qNaN input.
30201         (sqrt_test): Remove duplicate test with qNaN input.
30202         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
30203         (round_test, signbit_test, significand_test): Note missing +/-Inf
30204         as well as qNaN tests.
30206         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
30207         qNaN_var.  Fix a few strings, too.
30208         * math/libm-test.inc (nan_value): Rename to qnan_value.
30209         * math/gen-libm-test.pl (%beautify): Adjust to that.
30210         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
30211         * math/test-misc.c (main): Likewise.
30212         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
30213         to __qnan_bytes, and __qnan_union, respectively.
30214         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
30215         Likewise.
30216         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
30217         and lqnanval, respectively.
30218         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
30219         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
30220         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
30221         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
30223         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
30224         * math/test-misc.c (main) [__x86_64__]: Enable test for long
30225         doubles.
30227         * math/test-misc.c (main): Fix copy'n'pastos.
30228         * misc/tst-efgcvt.c (special): Likewise.
30230         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
30231         Remove declarations.
30233 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30235         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
30236         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
30237         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
30238         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
30240 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30242         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
30243         macro to return vdso values correctly in IFUNC implementations.
30244         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
30245         Optimization by using IFUNC.
30247 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30248             Richard Henderson  <rth@redhat.com>
30249             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30251         * Makefile.in (bench): New target.
30252         * NEWS: Mention the benchmark framework.
30253         * Rules (bench): Likewise.
30254         (binaries-bench): Generate binaries for functions to
30255         benchmark.
30256         * benchtests/Makefile: New makefile for benchmark tests.
30257         * benchtests/bench-skeleton.c: New skeleton file for benchmark
30258         programs.
30259         * benchtests/exp-inputs: New input file for EXP function.
30260         * benchtests/pow-inputs: New input file for POW function.
30261         * scripts/bench.pl: New script to generate source files for
30262         benchmark programs.
30264 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30266         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
30267         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
30268         computations on mantissa.  Use macros for rounding and
30269         division.
30270         (denorm): Likewise.
30271         (__dbl_mp): Likewise.
30272         (add_magnitudes): Likewise.
30273         (sub_magnitudes): Likewise.
30274         (__mul): Likewise.
30275         (__sqr): Likewise.
30276         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
30277         powers of two in terms of TWOPOW macro.
30278         (mp_no): Make type of mantissa as MANTISSA_T.
30279         [!RADIXI]: Define RADIXI.
30280         [!TWO52]: Define TWO52.
30281         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
30283         * manual/nptl.texi (cindex): Modify threads to pthreads.
30285 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
30287         * sysdeps/x86_64/preconfigure: Regenerated.
30289 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
30291         [BZ #14155]
30292         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
30293         0x1p28 and above.
30294         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
30295         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
30296         0x1p28 and above.
30297         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
30298         * math/libm-test.inc (j0_test): Do not allow one spurious
30299         underflow exception.
30300         (y1_test): Likewise.
30302 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30304         * manual/Makefile (chapters): Add nptl.
30305         * manual/debug.texi (Debugging Support): Add link to Threads
30306         chapter.
30307         * manual/nptl.texi: New file.
30309         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
30311 2013-03-14  Petr Baudis  <pasky@ucw.cz>
30313         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
30314         for non-NULL pointer before the memory validity test. Pointed
30315         out by Holger Brunck <holger.brunck@keymile.com>.
30317 2013-03-13  Andreas Schwab  <schwab@suse.de>
30319         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
30320         instead of .os.
30322 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
30324         * timezone/zic.c: Update from tzcode 2013b.
30326 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
30328         * manual/install.texi (Configuring and compiling):
30329         Mention i686 and i586.
30330         * INSTALL: Regenerate.
30332 2013-03-12  Roland McGrath  <roland@hack.frob.com>
30334         * sysdeps/init_array/elf-init.c: New file.
30335         * csu/elf-init.c
30336         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
30337         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
30339         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
30340         __gmon_start__ as global, but as static with a .preinit_array pointer.
30341         * sysdeps/init_array/gmon-start.c: New file.  Use that.
30342         * sysdeps/init_array/crti.S: New file, empty except for comments.
30343         * sysdeps/init_array/crtn.S: Likewise.
30345 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
30347         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
30348         definining bcopy.
30349         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30350         Remove Prefer_SSE_for_memop.
30351         * sysdeps/x86_64/multiarch/init-arch.h: Remove
30352         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
30353         HAS_PREFER_SSE_FOR_MEMOP.
30354         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
30355         memset-x86-64.
30356         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
30357         Remove bzero, memset ifunc support.
30358         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
30359         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
30360         * sysdeps/x86_64/multiarch/memset.S: Likewise.
30361         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
30363 2013-03-11  Andreas Schwab  <schwab@suse.de>
30365         [BZ #15234]
30366         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
30367         by SHLIB_COMPAT.
30368         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
30369         (GLIBC_2.16): Remove pthread_atfork.
30371 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
30373         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
30374         (ptestcases.h): Likewise.
30376 2013-03-08  Roland McGrath  <roland@hack.frob.com>
30378         * Makeconfig ($(common-objpfx)config.status): Depend on
30379         sysdeps/*/preconfigure{,.in} too.
30381 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
30383         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
30384         (__free_hook): Use void * instead of __malloc_ptr_t.
30385         (__malloc_hook): Likewise.
30386         (__realloc_hook): Likewise.
30387         (__memalign_hook): Likewise.
30388         (__after_morecore_hook): Likewise.
30389         * malloc/arena.c (save_malloc_hook): Likewise.
30390         (save_free_hook): Likewise.
30391         * malloc/hooks.c (malloc_hook_ini): Likewise.
30392         (realloc_hook_ini): Likewise.
30393         (memalign_hook_ini): Likewise.
30394         * malloc/malloc.c (malloc_hook_ini): Likewise.
30395         (realloc_hook_ini): Likewise.
30396         (memalign_hook_ini): Likewise.
30397         (__free_hook): Likewise.
30398         (__malloc_hook): Likewise.
30399         (__realloc_hook): Likewise.
30400         (__memalign_hook): Likewise.
30401         (__libc_malloc): Likewise.
30402         (__libc_free): Likewise.
30403         (__libc_realloc): Likewise.
30404         (__libc_memalign): Likewise.
30405         (__libc_valloc): Likewise.
30406         (__libc_pvalloc): Likewise.
30407         (__libc_calloc): Likewise.
30408         (__posix_memalign): Likewise.
30409         * malloc/morecore.c (__sbrk): Likewise.
30410         (__default_morecore): Likewise.
30412         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
30414         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
30415         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
30416         __malloc_ptrdiff_t.
30418         * malloc/malloc.h (__malloc_size_t): Remove macro.
30419         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
30420         __malloc_size_t.
30421         (old_memalign_hook): Likewise.
30422         (old_realloc_hook): Likewise.
30423         (struct hdr): Likewise.
30424         (flood): Likewise.
30425         (mallochook): Likewise.
30426         (memalignhook): Likewise.
30427         (reallochook): Likewise.
30428         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
30429         (tr_old_realloc_hook): Likewise.
30430         (tr_old_memalign_hook): Likewise.
30431         (tr_mallochook): Likewise.
30432         (tr_reallochook): Likewise.
30433         (tr_memalignhook): Likewise.
30435 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30437         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
30438         default_ldbl_pack and using as default implementation.
30439         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
30440         implementation.
30441         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
30442         redundant definition.
30443         (ldbl_insert_mantissa): Likewise.
30444         (ldbl_canonicalize): Likewise.
30445         (ldbl_nearbyint): Likewise.
30446         (ldbl_pack): Rename to ldbl_pack_ppc.
30447         (ldbl_unpack): Rename to ldbl_unpack_ppc.
30448         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
30449         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
30451 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
30453         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
30454         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
30455         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
30456         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
30457         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
30458         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
30459         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
30460         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
30462 2013-03-07  Andreas Jaeger  <aj@suse.de>
30464         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
30465         bits/mman-linux.h.
30467 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
30469         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
30470         Include mpa.h and declare __MPEXP.
30471         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
30472         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
30473         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
30474         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
30475         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
30476         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
30477         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
30479         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
30480         (__slowpow): Use long double EXPL and LOGL functions to
30481         compute POW.
30482         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
30483         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
30484         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
30485         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
30486         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
30487         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
30489         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
30490         intermediate variable to calculate exponent.
30491         (__sqr): Likewise.
30492         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
30493         Likewise.
30494         (__sqr): Likewise.
30496         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
30497         [!NO__SQR]: Define __sqr.
30498         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
30499         and NO__SQR.  Remove all code except __mul and __sqr.  Include
30500         sysdeps/ieee754/dbl-64/mpa.c.
30501         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30503         [BZ #12723]
30504         * posix/Makefile (tests): Add tst-pathconf.
30505         * posix/tst-pathconf.c: New test case.
30506         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
30507         _PC_PIPE_BUF.
30508         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
30510 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
30512         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
30514 2013-03-06  Andreas Jaeger  <aj@suse.de>
30516         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
30517         definition via __MAP_ANONYMOUS.
30519         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
30520         it's not part of Linux headers.
30522         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
30523         (MAP_HUGE_MASK): Define.
30525         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30526         Define.
30527         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30528         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30529         Define.
30530         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30531         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30532         Define.
30533         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30534         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
30535         Define.
30536         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30538         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
30539         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
30540         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
30541         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
30542         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
30543         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
30545         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
30546         Handle f2fs.
30548         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
30549         Handle f2fs and efivarfs.
30551         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
30552         f2fs.
30554         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
30555         (EFIVARFS_MAGIC): Add.
30556         (F2FS_LINK_MAX): Add.
30558 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
30560         * stdio-common/vfprintf.c: Replace __builtin_expect with
30561         __glibc_unlikely.
30563 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
30565         [BZ #13550]
30566         * sysdeps/generic/bp-sym.h: Remove file.
30567         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
30568         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
30569         <bp-sym.h> and <bp-asm.h>.
30570         (__longjmp): Don't use BP_SYM.
30571         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
30572         and <bp-asm.h>.
30573         (memcpy): Don't use BP_SYM.
30574         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
30575         <bp-sym.h> and <bp-asm.h>.
30576         (memcpy): Don't use BP_SYM.
30577         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
30578         <bp-asm.h>.
30579         (memcpy): Don't use BP_SYM.
30580         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
30581         <bp-asm.h>.
30582         (memset): Don't use BP_SYM.
30583         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30584         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30585         (__bzero): Don't use BP_SYM.
30586         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30587         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30588         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
30589         <bp-sym.h> and <bp-asm.h>.
30590         (memcmp): Don't use BP_SYM.  Remove comment about bounded
30591         pointers.
30592         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
30593         <bp-sym.h> and <bp-asm.h>.
30594         (memcpy): Don't use BP_SYM.
30595         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
30596         <bp-sym.h> and <bp-asm.h>.
30597         (memset): Don't use BP_SYM.
30598         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30599         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30600         (__bzero): Don't use BP_SYM.
30601         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30602         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30603         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
30604         <bp-sym.h> and <bp-asm.h>.
30605         (strncmp): Don't use BP_SYM.  Remove comment about bounded
30606         pointers.
30607         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
30608         <bp-sym.h> and <bp-asm.h>.
30609         (memcpy): Don't use BP_SYM.
30610         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
30611         <bp-sym.h> and <bp-asm.h>.
30612         (memset): Don't use BP_SYM.
30613         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30614         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30615         (__bzero): Don't use BP_SYM.
30616         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30617         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30618         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
30619         <bp-sym.h> and <bp-asm.h>.
30620         (__memchr): Don't use BP_SYM.
30621         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
30622         <bp-sym.h> and <bp-asm.h>.
30623         (memcmp): Don't use BP_SYM.  Remove comment about bounded
30624         pointers.
30625         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
30626         <bp-sym.h> and <bp-asm.h>.
30627         (memcpy): Don't use BP_SYM.
30628         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
30629         <bp-sym.h> and <bp-asm.h>.
30630         (__mempcpy): Don't use BP_SYM.
30631         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
30632         <bp-sym.h> and <bp-asm.h>.
30633         (__memrchr): Don't use BP_SYM.
30634         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
30635         <bp-sym.h> and <bp-asm.h>.
30636         (memset): Don't use BP_SYM.
30637         (__bzero): Likewise.
30638         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
30639         <bp-sym.h> and <bp-asm.h>.
30640         (__rawmemchr): Don't use BP_SYM.
30641         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
30642         <bp-sym.h> and <bp-asm.h>.
30643         (__STRCMP): Don't use BP_SYM.
30644         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
30645         <bp-sym.h> and <bp-asm.h>.
30646         (strchr): Don't use BP_SYM.
30647         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
30648         <bp-sym.h> and <bp-asm.h>.
30649         (__strchrnul): Don't use BP_SYM.
30650         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
30651         <bp-sym.h> and <bp-asm.h>.
30652         (strlen): Don't use BP_SYM.
30653         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
30654         <bp-sym.h> and <bp-asm.h>.
30655         (strncmp): Don't use BP_SYM.  Remove comment about bounded
30656         pointers.
30657         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
30658         <bp-sym.h> and <bp-asm.h>.
30659         (__strnlen): Don't use BP_SYM.
30660         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
30661         <bp-sym.h> and <bp-asm.h>.
30662         (__GI__setjmp): Don't use BP_SYM.
30663         (_setjmp): Likewise.
30664         (__sigsetjmp): Likewise.
30665         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
30666         (L(start_addresses)): Don't use BP_SYM.
30667         (_start): Likewise.
30668         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
30669         <bp-asm.h>.
30670         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
30671         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
30672         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30673         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30674         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
30675         <bp-asm.h>.
30676         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
30677         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
30678         about bounded pointers.
30679         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30680         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30681         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
30682         <bp-asm.h>.
30683         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
30684         about bounded pointers.  Remove GKM FIXME comments.
30685         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30686         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
30687         <bp-asm.h>.
30688         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
30689         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
30690         Remove GKM FIXME comments.
30691         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30692         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30693         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
30694         <bp-asm.h>.
30695         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
30696         about bounded pointers.  Remove GKM FIXME comment.
30697         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
30698         and <bp-asm.h>.
30699         (strncmp): Don't use BP_SYM.  Remove comment about bounded
30700         pointers.
30701         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
30702         <bp-sym.h> and <bp-asm.h>.
30703         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
30704         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
30705         <bp-sym.h> and <bp-asm.h>.
30706         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
30707         comment.
30709 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
30711         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
30712         call free(NULL).
30714 2013-03-05  David S. Miller  <davem@davemloft.net>
30716         * po/es.po: Update from translation team.
30718 2013-03-05  Andreas Jaeger  <aj@suse.de>
30720         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
30721         <bits/mman-linux.h>.
30722         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30723         is fine.
30724         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
30725         <bits/mman-linux.h> to end of file.
30726         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30727         is fine.
30728         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
30729         <bits/mman-linux.h> to end of file.
30730         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30731         is fine.
30732         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
30733         <bits/mman-linux.h> to end of file.
30735         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
30736         (MCL_CURRENT, MCL_FUTURE): Define here.
30738 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30740         [BZ #15232]
30741         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
30742         attribute_hidden.
30743         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
30745 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30747         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
30748         fourth parameter needed for rt_sigprocmask syscall.
30749         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
30750         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
30751         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
30752         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
30753         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
30754         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
30756 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
30758         [BZ #13550]
30759         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
30760         comment about bounded pointers.
30761         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
30762         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
30764 2013-03-04  Andreas Jaeger  <aj@suse.de>
30766         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
30767         common definitions.
30769         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
30770         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
30771         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
30772         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
30773         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
30774         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
30776 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30778         [BZ #15055]
30779         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
30780         __ieee754_sqrl instead of __sqrl.
30782 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
30784         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
30785         * sysdeps/powerpc/fpu_control.h: ... here.
30786         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
30787         * sysdeps/powerpc/bits/fenvinline.h: ... here.
30788         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
30789         * sysdeps/powerpc/bits/mathinline.h: ... here.
30791 2013-03-01  Roland McGrath  <roland@hack.frob.com>
30793         * elf/dl-hwcaps.c (_dl_important_hwcaps):
30794         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
30795         to just [NEED_DL_SYSINFO_DSO].
30796         * elf/dl-support.c: Likewise.
30797         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
30798         * elf/rtld.c (dl_main): Likewise.
30799         * elf/setup-vdso.h (setup_vdso): Likewise.
30800         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
30801         * sysdeps/unix/sysv/linux/dl-sysdep.c
30802         (_dl_discover_osversion): Likewise.
30804 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
30806         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
30807         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
30809 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
30811         * NEWS: Mention libm performance improvements and non-x86 PI
30812         futex support.
30814         * csu/libc-start.c (__pthread_initialize_minimal): Change
30815         function arguments.
30816         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
30818 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
30820         [BZ #13550]
30821         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
30822         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
30823         <bp-sym.h> and <bp-asm.h>.
30824         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30825         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
30826         and <bp-asm.h>.
30827         (memcpy): Don't use BP_SYM.
30828         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
30829         <bp-asm.h>.
30830         (__mpn_add_n): Don't use BP_SYM.
30831         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
30832         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
30833         and <bp-asm.h>.
30834         (__mpn_addmul_1): Don't use BP_SYM.
30835         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30836         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
30837         <bp-sym.h>.
30838         (_setjmp): Don't use BP_SYM.
30839         (__novmx_setjmp): Likewise.
30840         (__GI__setjmp): Likewise.
30841         (__vmx_setjmp): Likewise.
30842         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
30843         <bp-sym.h>.
30844         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
30845         (__bzero): Don't use BP_SYM.
30846         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30847         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30848         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
30849         <bp-sym.h> and <bp-asm.h>.
30850         (memcpy): Don't use BP_SYM.
30851         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
30852         <bp-sym.h> and <bp-asm.h>.
30853         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30854         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
30855         <bp-sym.h> and <bp-asm.h>.
30856         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30857         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
30858         <bp-asm.h>.
30859         (__mpn_lshift): Don't use BP_SYM.
30860         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30861         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
30862         <bp-asm.h>.
30863         (memset): Don't use BP_SYM.
30864         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30865         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30866         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
30867         <bp-asm.h>.
30868         (__mpn_mul_1): Don't use BP_SYM.
30869         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30870         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
30871         <bp-sym.h> and <bp-asm.h>.
30872         (memcmp): Don't use BP_SYM.
30873         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
30874         <bp-sym.h> and <bp-asm.h>.
30875         (memcpy): Don't use BP_SYM.
30876         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
30877         <bp-sym.h> and <bp-asm.h>.
30878         (memset): Don't use BP_SYM.
30879         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
30880         <bp-sym.h> and <bp-asm.h>.
30881         (strncmp): Don't use BP_SYM.
30882         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
30883         <bp-sym.h> and <bp-asm.h>.
30884         (memcpy): Don't use BP_SYM.
30885         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
30886         <bp-sym.h> and <bp-asm.h>.
30887         (memset): Don't use BP_SYM.
30888         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
30889         <bp-sym.h> and <bp-asm.h>.
30890         (__memchr): Don't use BP_SYM.
30891         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
30892         <bp-sym.h> and <bp-asm.h>.
30893         (memcmp): Don't use BP_SYM.
30894         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
30895         <bp-sym.h> and <bp-asm.h>.
30896         (memcpy): Don't use BP_SYM.
30897         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
30898         <bp-sym.h> and <bp-asm.h>.
30899         (__mempcpy): Don't use BP_SYM.
30900         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
30901         <bp-sym.h> and <bp-asm.h>.
30902         (__memrchr): Don't use BP_SYM.
30903         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
30904         <bp-sym.h> and <bp-asm.h>.
30905         (memset): Don't use BP_SYM.
30906         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
30907         <bp-sym.h> and <bp-asm.h>.
30908         (__rawmemchr): Don't use BP_SYM.
30909         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
30910         <bp-sym.h> and <bp-asm.h>.
30911         (__STRCMP): Don't use BP_SYM.
30912         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
30913         <bp-sym.h> and <bp-asm.h>.
30914         (strchr): Don't use BP_SYM.
30915         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
30916         <bp-sym.h> and <bp-asm.h>.
30917         (__strchrnul): Don't use BP_SYM.
30918         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
30919         <bp-sym.h> and <bp-asm.h>.
30920         (strlen): Don't use BP_SYM.
30921         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
30922         <bp-sym.h> and <bp-asm.h>.
30923         (strncmp): Don't use BP_SYM.
30924         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
30925         <bp-sym.h> and <bp-asm.h>.
30926         (__strnlen): Don't use BP_SYM.
30927         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
30928         <bp-asm.h>.
30929         (__mpn_rshift): Don't use BP_SYM.
30930         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30931         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
30932         <bp-sym.h> and <bp-asm.h>.
30933         (__sigsetjmp): Don't use BP_SYM.
30934         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
30935         (L(start_addresses)): Don't use BP_SYM.
30936         (_start): Likewise.
30937         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
30938         <bp-asm.h>.
30939         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
30940         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30941         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30942         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
30943         <bp-asm.h>.
30944         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
30945         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30946         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30947         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
30948         <bp-asm.h>.
30949         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
30950         comments.
30951         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30952         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
30953         <bp-asm.h>.
30954         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
30955         FIXME comments.
30956         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30957         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30958         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
30959         <bp-asm.h>.
30960         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
30961         comment.
30962         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
30963         and <bp-asm.h>.
30964         (strncmp): Don't use BP_SYM,
30965         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
30966         <bp-asm.h>.
30967         (__mpn_sub_n): Don't use BP_SYM.
30968         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30969         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
30970         and <bp-asm.h>.
30971         (__mpn_submul_1): Don't use BP_SYM.
30972         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30973         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
30974         <bp-sym.h> and <bp-asm.h>.
30975         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
30976         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
30977         <bp-sym.h> and <bp-asm.h>.
30978         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
30979         comment.
30981 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30983         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
30984         Use ZK to minimize writes to Z.
30985         (sub_magnitudes): Simplify code a bit.
30986         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
30987         Use ZK to minimize writes to Z.
30988         (sub_magnitudes): Simplify code a bit.
30990 2013-02-27  Roland McGrath  <roland@hack.frob.com>
30992         * csu/gmon-start.c: Add special exception to license text.
30994 2013-02-27  Richard Henderson  <rth@redhat.com>
30996         * scripts/config.guess: Update from config.git.
30997         * scripts/config.sub: Likewise.
30999 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31001         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
31003         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
31005         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
31007         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
31009         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
31011 2013-02-26  Roland McGrath  <roland@hack.frob.com>
31013         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
31014         [$(build-shared = yes].
31016 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31018         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
31019         (__mul): Reduce iterations for calculating mantissa.
31021         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
31022         MPTWO.
31023         (__mpranred): Likewise.
31025         [BZ #15160]
31026         * malloc/memusagestat.c (main): Draw graphs for heap and stack
31027         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
31029 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
31031         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
31032         Define __attribute__.
31034 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31036         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
31037         unused.
31038         * posix/regex_internal.h (__attribute): Remove.
31039         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
31040         (re_string_context_at): Likewise.
31041         (bitset_not): Use __attribute__ and mark function as possibly
31042         unused.
31043         (bitset_merge): Likewise.
31044         (bitset_mask): Likewise.
31045         (re_string_char_size_at): Likewise.
31046         (re_string_wchar_at): Likewise.
31047         (re_string_elem_size_at): Likewise.
31049 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
31051         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
31052         code.
31053         (cc32): Likewise.
31055         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
31056         (__acr): Likewise.
31057         (__cpy): Likewise.
31058         (norm): Likewise.
31059         (denorm): Likewise.
31060         (__dbl_mp): Likewise.
31061         (add_magnitudes): Likewise.
31062         (sub_magnitudes): Likewise.
31063         (__mul): Likewise.
31064         (__inv): Likewise.
31066         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
31067         style.
31069         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
31070         style.
31072         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
31073         code.
31075         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
31076         up changes with default code.
31077         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
31078         Likewise.
31080 2013-02-24  Allan McRae  <allan@archlinux.org>
31082         * manual/socket.texi (The Internet Namespace): Order menu items
31083         to match that in the file.
31085         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
31086         node listing of the info page menu.
31088 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
31090         [BZ #13550]
31091         * sysdeps/i386/bp-asm.h: Remove file.
31092         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
31093         (PARMS): Do not use macros from bp-asm.h.
31094         (S1): Likewise.
31095         (S2): Likewise.
31096         (SIZE): Likewise.
31097         (__mpn_add_n): Do not use BP_SYM
31098         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
31099         "bp-asm.h".
31100         (PARMS): Do not use macros from bp-asm.h.
31101         (S1): Likewise.
31102         (SIZE): Likewise.
31103         (__mpn_addmul_1): Do not use BP_SYM
31104         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
31105         "bp-asm.h".
31106         (PARMS): Do not use macros from bp-asm.h.
31107         (SIGMSK): Likewise.
31108         (_setjmp): Likewise.  Do not use BP_SYM.
31109         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
31110         "bp-asm.h".
31111         (PARMS): Do not use macros from bp-asm.h.
31112         (SIGMSK): Likewise.
31113         (setjmp): Likewise.  Do not use BP_SYM.
31114         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
31115         "bp-asm.h".
31116         (PARMS): Do not use macros from bp-asm.h.
31117         (__frexp): Do not use BP_SYM.
31118         (frexp): Likewise.
31119         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
31120         "bp-asm.h".
31121         (PARMS): Do not use macros from bp-asm.h.
31122         (__frexpf): Do not use BP_SYM.
31123         (frexpf): Likewise.
31124         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
31125         "bp-asm.h".
31126         (PARMS): Do not use macros from bp-asm.h.
31127         (__frexpl): Do not use BP_SYM.
31128         (frexpl): Likewise.
31129         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
31130         "bp-asm.h".
31131         (PARMS): Do not use macros from bp-asm.h.
31132         (__remquo): Do not use BP_SYM.
31133         (remquo): Likewise.
31134         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
31135         "bp-asm.h".
31136         (PARMS): Do not use macros from bp-asm.h.
31137         (__remquof): Do not use BP_SYM.
31138         (remquof): Likewise.
31139         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
31140         "bp-asm.h".
31141         (PARMS): Do not use macros from bp-asm.h.
31142         (__remquol): Do not use BP_SYM.
31143         (remquol): Likewise.
31144         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
31145         "bp-asm.h".
31146         (PARMS): Do not use macros from bp-asm.h.
31147         (DEST): Likewise.
31148         (SRC): Likewise.
31149         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
31150         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
31151         "bp-asm.h".
31152         (PARMS): Do not use macros from bp-asm.h.
31153         (strlen): Do not use BP_SYM.
31154         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
31155         "bp-asm.h".
31156         (PARMS): Do not use macros from bp-asm.h.
31157         (S1): Likewise.
31158         (S2): Likewise.
31159         (SIZE): Likewise.
31160         (__mpn_add_n): Do not use BP_SYM.
31161         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
31162         "bp-asm.h".
31163         (PARMS): Do not use macros from bp-asm.h.
31164         (S1): Likewise.
31165         (SIZE): Likewise.
31166         (__mpn_addmul_1): Do not use BP_SYM.
31167         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
31168         weak_alias.
31169         (bzero): Likewise.
31170         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
31171         "bp-asm.h".
31172         (PARMS): Do not use macros from bp-asm.h.
31173         (S): Likewise.
31174         (SIZE): Likewise.
31175         (__mpn_lshift): Do not use BP_SYM.
31176         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
31177         "bp-asm.h".
31178         (PARMS): Do not use macros from bp-asm.h.
31179         (DEST): Likewise.
31180         (SRC): Likewise.
31181         (LEN): Likewise.
31182         (memcpy): Likewise.  Do not use BP_SYM.
31183         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
31184         libc_hidden_def and weak_alias.
31185         (mempcpy): Do not use BP_SYM in weak_alias.
31186         * sysdeps/i386/i586/memset.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         (LEN): Likewise.
31191         [!BZERO_P] (CHR): Likewise.
31192         (memset): Likewise.  Do not use BP_SYM.
31193         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
31194         "bp-asm.h".
31195         (PARMS): Do not use macros from bp-asm.h.
31196         (S1): Likewise.
31197         (SIZE): Likewise.
31198         (__mpn_mul_1): Do not use BP_SYM.
31199         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
31200         "bp-asm.h".
31201         (PARMS): Do not use macros from bp-asm.h.
31202         (S): Likewise.
31203         (SIZE): Likewise.
31204         (__mpn_rshift): Do not use BP_SYM.
31205         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
31206         "bp-asm.h".
31207         (PARMS): Do not use macros from bp-asm.h.
31208         (STR): Likewise.
31209         (CHR): Likewise.
31210         (strchr): Likewise.  Do not use BP_SYM.
31211         (index): Do not use BP_SYM in weak_alias.
31212         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
31213         "bp-asm.h".
31214         (PARMS): Do not use macros from bp-asm.h.
31215         (DEST): Likewise.
31216         (SRC): Likewise.
31217         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
31218         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
31219         "bp-asm.h".
31220         (PARMS): Do not use macros from bp-asm.h.
31221         (strlen): Do not use BP_SYM.
31222         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
31223         "bp-asm.h".
31224         (PARMS): Do not use macros from bp-asm.h.
31225         (S1): Likewise.
31226         (S2): Likewise.
31227         (SIZE): Likewise.
31228         (__mpn_sub_n): Do not use BP_SYM.
31229         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
31230         "bp-asm.h".
31231         (PARMS): Do not use macros from bp-asm.h.
31232         (S1): Likewise.
31233         (SIZE): Likewise.
31234         (__mpn_submul_1): Do not use BP_SYM.
31235         * sysdeps/i386/i686/add_n.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         (S2): Likewise.
31240         (SIZE): Likewise.
31241         (__mpn_add_n): Do not use BP_SYM.
31242         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
31243         weak_alias.
31244         (bzero): Likewise.
31245         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
31246         "bp-asm.h".
31247         (PARMS): Do not use macros from bp-asm.h.
31248         (BLK2): Likewise.
31249         (LEN): Likewise.
31250         (memcmp): Do not use BP_SYM.
31251         (bcmp): Do not use BP_SYM in weak_alias.
31252         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
31253         "bp-asm.h".
31254         (PARMS): Do not use macros from bp-asm.h.
31255         (DEST): Likewise.
31256         (SRC): Likewise.
31257         (LEN): Likewise.
31258         (memcpy): Likewise.  Do not use BP_SYM.
31259         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
31260         "bp-asm.h".
31261         (PARMS): Do not use macros from bp-asm.h.
31262         (DEST): Likewise.
31263         (SRC): Likewise.
31264         (LEN): Likewise.
31265         (memmove): Likewise.  Do not use BP_SYM.
31266         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
31267         "bp-asm.h".
31268         (PARMS): Do not use macros from bp-asm.h.
31269         (DEST): Likewise.
31270         (SRC): Likewise.
31271         (LEN): Likewise.
31272         (__mempcpy): Likewise.  Do not use BP_SYM.
31273         (mempcpy): Do not use BP_SYM in weak_alias.
31274         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
31275         "bp-asm.h".
31276         (PARMS): Do not use macros from bp-asm.h.
31277         (DEST): Likewise.
31278         (LEN): Likewise.
31279         [!BZERO_P] (CHR): Likewise.
31280         (memset): Likewise.  Do not use BP_SYM.
31281         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
31282         "bp-asm.h".
31283         (PARMS): Do not use macros from bp-asm.h.
31284         (STR2): Likewise.
31285         (strcmp): Do not use BP_SYM.
31286         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
31287         "bp-asm.h".
31288         (PARMS): Do not use macros from bp-asm.h.
31289         (STR): Likewise.
31290         (DELIM): Likewise.
31291         [USE_AS_STRTOK_R] (SAVE): Likewise.
31292         (FUNCTION): Likewise.  Do not use BP_SYM.
31293         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
31294         aliases.
31295         (strtok_r): Likewise.
31296         (__GI___strtok_r): Likewise.
31297         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
31298         (PARMS): Do not use macros from bp-asm.h.
31299         (S): Likewise.
31300         (SIZE): Likewise.
31301         (__mpn_lshift): Do not use BP_SYM.
31302         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
31303         (PARMS): Do not use macros from bp-asm.h.
31304         (STR): Likewise.
31305         (CHR): Likewise.
31306         (__memchr): Do not use BP_SYM.
31307         (memchr): Do not use BP_SYM in weak_alias.
31308         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
31309         (PARMS): Do not use macros from bp-asm.h.
31310         (BLK2): Likewise.
31311         (LEN): Likewise.
31312         (memcmp): Do not use BP_SYM.
31313         (bcmp): Do not use BP_SYM in weak_alias.
31314         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
31315         (PARMS): Do not use macros from bp-asm.h.
31316         (S1): Likewise.
31317         (SIZE): Likewise.
31318         (__mpn_mul_1): Do not use BP_SYM.
31319         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
31320         "bp-asm.h".
31321         (PARMS): Do not use macros from bp-asm.h.
31322         (STR): Likewise.
31323         (CHR): Likewise.
31324         (__rawmemchr): Do not use BP_SYM.
31325         (rawmemchr): Do not use BP_SYM in weak_alias.
31326         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
31327         (PARMS): Do not use macros from bp-asm.h.
31328         (S): Likewise.
31329         (SIZE): Likewise.
31330         (__mpn_rshift): Do not use BP_SYM.
31331         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
31332         (PARMS): Do not use macros from bp-asm.h.
31333         (SIGMSK): Likewise.
31334         (__sigsetjmp): Likewise.  Do not use BP_SYM.
31335         * sysdeps/i386/start.S: Do not include "bp-sym.h".
31336         (_start): Do not use BP_SYM.
31337         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
31338         (PARMS): Do not use macros from bp-asm.h.
31339         (DEST): Likewise.
31340         (SRC): Likewise.
31341         (__stpcpy): Likewise.  Do not use BP_SYM.
31342         (stpcpy): Do not use BP_SYM in weak_alias.
31343         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
31344         "bp-asm.h".
31345         (PARMS): Do not use macros from bp-asm.h.
31346         (DEST): Likewise.
31347         (SRC): Likewise.
31348         (LEN): Likewise.
31349         (__stpncpy): Likewise.  Do not use BP_SYM.
31350         (stpncpy): Do not use BP_SYM in weak_alias.
31351         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
31352         (PARMS): Do not use macros from bp-asm.h.
31353         (STR): Likewise.
31354         (CHR): Likewise.
31355         (strchr): Likewise.  Do not use BP_SYM.
31356         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
31357         "bp-asm.h".
31358         (PARMS): Do not use macros from bp-asm.h.
31359         (STR): Likewise.
31360         (CHR): Likewise.
31361         (__strchrnul): Likewise.  Do not use BP_SYM.
31362         (strchrnul): Do not use BP_SYM in weak_alias.
31363         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
31364         "bp-asm.h".
31365         (PARMS): Do not use macros from bp-asm.h.
31366         (STOP): Likewise.
31367         (strcspn): Do not use BP_SYM.
31368         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
31369         "bp-asm.h".
31370         (PARMS): Do not use macros from bp-asm.h.
31371         (STR): Likewise.
31372         (STOP): Likewise.
31373         (strpbrk): Likewise.  Do not use BP_SYM.
31374         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
31375         "bp-asm.h".
31376         (PARMS): Do not use macros from bp-asm.h.
31377         (STR): Likewise.
31378         (CHR): Likewise.
31379         (strrchr): Likewise.  Do not use BP_SYM.
31380         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
31381         (PARMS): Do not use macros from bp-asm.h.
31382         (SKIP): Likewise.
31383         (strspn): Do not use BP_SYM.
31384         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
31385         (PARMS): Do not use macros from bp-asm.h.
31386         (STR): Likewise.
31387         (DELIM): Likewise.
31388         (SAVE): Likewise.
31389         (FUNCTION): Likewise.  Do not use BP_SYM.
31390         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
31391         aliases.
31392         (strtok_r): Likewise.
31393         (__GI___strtok_r): Likewise.
31394         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
31395         (PARMS): Do not use macros from bp-asm.h.
31396         (S1): Likewise.
31397         (S2): Likewise.
31398         (SIZE): Likewise.
31399         (__mpn_sub_n): Do not use BP_SYM.
31400         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
31401         "bp-asm.h".
31402         (PARMS): Do not use macros from bp-asm.h.
31403         (S1): Likewise.
31404         (SIZE): Likewise.
31405         (__mpn_submul_1): Do not use BP_SYM.
31406         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
31407         <bp-sym.h>.
31408         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
31409         and <bp-asm.h>.
31410         (PARMS): Do not use macros from bp-asm.h.
31411         (FLAGS): Likewise.
31412         (PTID): Likewise.
31413         (TLS): Likewise.
31414         (CTID): Likewise.
31415         (__clone): Do not use BP_SYM.
31416         (clone): Do not use BP_SYM in weak_alias.
31417         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
31418         and <bp-asm.h>.
31419         (PARMS): Do not use macros from bp-asm.h.
31420         (LEN): Likewise.
31421         (__mmap64): Do not use BP_SYM.
31422         (mmap64): Do not use BP_SYM in weak_alias.
31423         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
31424         <bp-sym.h> and <bp-asm.h>.
31425         (PARMS): Do not use macros from bp-asm.h.
31426         (__posix_fadvise64_l64): Do not use BP_SYM.
31427         * sysdeps/unix/sysv/linux/i386/semtimedop.S
31428         (PARMS): Do not use macros from bp-asm.h.
31429         (NSOPS): Likewise.
31430         (semtimedop): Do not use BP_SYM.
31431         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
31432         and <bp-asm.h>.
31434 2013-02-21  Allan McRae  <allan@archlinux.org>
31436         * manual/message.texi (Charset conversion in gettext):
31437         Move @end statement to beginning of line.
31439 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31441         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
31442         static.
31443         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
31444         Likewise.
31446         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
31447         (denorm): Likewise.
31448         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
31449         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
31451 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31453         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
31454         tail-call to the resolved function if pltexit isn't needed.
31456 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31458         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
31459         or Y being zero as being unlikely.
31460         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
31461         Likewise.
31463 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
31465         * manual/nss.texi (System Databases and Name Service Switch):
31466         Remove frobnicate @pxref.
31468 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
31470         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
31471         __attribute__ ((unused)) to __attribute__ ((__unused__)).
31473 2013-02-20  Petr Machata  <pmachata@redhat.com>
31475         * elf/elf.h (R_ARM_TARGET1): New macro.
31476         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
31477         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
31478         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
31479         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
31480         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
31481         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
31482         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
31483         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
31484         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
31485         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
31486         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
31487         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
31488         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
31489         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
31490         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
31491         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
31492         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
31493         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
31494         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
31495         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
31496         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
31497         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
31498         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
31499         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
31500         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
31501         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
31502         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
31503         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
31504         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
31505         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
31506         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
31507         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
31508         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
31509         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
31510         (R_ARM_THM_GOT_BREL12): Likewise.
31511         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
31512         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
31513         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
31514         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
31515         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
31516         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
31517         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
31518         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
31519         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
31521 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
31523         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
31524         __attribute_used__ to __attribute__ ((unused)).
31526 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
31528         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
31529         powerpc mpa.c.
31530         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
31531         comment formatting.
31532         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
31534 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
31536         [BZ #13550]
31537         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
31538         Remove macro.
31539         (ENTER): Remove both macro definitions.
31540         (LEAVE): Likewise.
31541         (CHECK_BOUNDS_LOW): Likewise.
31542         (CHECK_BOUNDS_HIGH): Likewise.
31543         (CHECK_BOUNDS_BOTH): Likewise.
31544         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
31545         (RETURN_BOUNDED_POINTER): Likewise.
31546         (RETURN_NULL_BOUNDED_POINTER): Likewise.
31547         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
31548         (POP_ERRNO_LOCATION_RETURN): Likewise.
31549         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
31550         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31551         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
31552         macros.
31553         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31554         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
31555         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
31556         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
31557         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
31558         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
31559         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
31560         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
31561         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
31562         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
31563         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
31564         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
31565         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31566         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
31567         removed macros.
31568         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31569         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
31570         macros.
31571         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31572         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
31573         * sysdeps/i386/i586/memset.S (memset): Likewise.
31574         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
31575         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31576         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
31577         macros.
31578         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31579         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
31580         Change uses of L(2) to L(out).
31581         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
31582         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
31583         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
31584         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31585         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
31586         removed macros.
31587         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31588         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
31589         macros.
31590         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31591         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
31592         (RETURN): Do not use macro LEAVE.
31593         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
31594         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
31595         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
31596         * sysdeps/i386/i686/memset.S (memset): Likewise.
31597         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
31598         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
31599         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31600         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
31601         Likewise.
31602         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31603         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
31604         L(1_2) and L(1_3) into L(1).
31605         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
31606         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
31607         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31608         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
31609         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31610         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
31611         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
31612         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31613         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
31614         macros.
31615         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
31616         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31617         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
31618         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
31619         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
31620         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31621         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
31622         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
31623         * sysdeps/i386/strcspn.S (strcspn): Likewise.
31624         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
31625         * sysdeps/i386/strrchr.S (strrchr): Likewise.
31626         * sysdeps/i386/strspn.S (strspn): Likewise.
31627         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
31628         conditional code.
31629         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31630         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
31631         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
31632         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
31633         L(1_3) into L(1_1).
31634         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
31635         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31636         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
31637         macros.
31638         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31640 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
31642         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
31643         macro.
31645 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31647         * math/atest-exp.c (exp_mpn): Remove ROUND.
31648         * math/atest-exp2.c (exp_mpn): Likewise.
31649         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
31651         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
31652         * stdlib/tst-tls-atexit-lib.c: Likewise.
31653         * stdlib/tst-tls-atexit.c: Likewise.
31655 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
31657         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
31658         and __attribute_alloc_size__.
31660 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
31662         * include/programs/xmalloc.h: Change __attribute_alloc_size to
31663         __attribute_alloc_size__.
31664         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
31665         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
31667 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
31669         * include/programs/xmalloc.h: New file.
31670         * catgets/gencat.c: Include it.
31671         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
31672         * elf/pldd.c: Likewise.
31673         * iconv/iconv_charmap.c: Likewise.
31674         * iconv/iconvconfig.c: Likewise.
31675         * iconv/strtab.c: Likewise.
31676         * locale/programs/locale.c: Likewise.
31677         * locale/programs/localedef.h: Likewise.
31678         * locale/programs/simple-hash.c: Likewise.
31679         * nscd/nscd.h: Likewise.
31680         * nss/makedb.c: Likewise.
31681         * sysdeps/generic/ldconfig.h: Likewise.
31683 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
31685         * Versions.def: Add GLIBC_2.18.
31686         * include/link.h (struct link_map): New member l_tls_dtor_count.
31687         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
31688         (__call_tls_dtors): Likewise.
31689         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
31690         __cxa_thread_atexit_impl.
31691         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
31692         Likewise.
31693         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
31694         Likewise.
31695         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
31696         Likewise.
31697         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
31698         Likewise.
31699         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
31700         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
31701         Likewise.
31702         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
31703         Likewise.
31704         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
31705         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
31706         Likewise.
31707         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
31708         (tests): Add test case tst-tls-atexit.
31709         (modules-names): Add shared library for tst-tls-atexit.
31710         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
31711         (GLIBC_PRIVATE): Add __call_tls_dtors.
31712         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
31713         for libstdc++.
31714         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
31715         * stdlib/tst-tls-atexit.c: New test case.
31716         * stdlib/tst-tls-atexit-lib.c: New test case.
31718         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
31720         * elf/Versions (ld): Add _dl_find_dso_for_object.
31721         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
31722         * elf/dl-open.c (_dl_find_dso_for_object): New function.
31723         (dl_open_worker): Use _dl_find_dso_for_object.
31724         * elf/dl-sym.c (do_sym): Likewise.
31725         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
31727 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31729         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
31730         Syntactic changes only.
31731         (_dl_runtime_profile): Do a tail-call to the resolved function.
31733 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
31735         [BZ #13550]
31736         * sysdeps/x86_64/bp-asm.h: Remove file.
31737         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
31738         <bp-sym.h> and <bp-asm.h>.
31739         (__clone): Do not use BP_SYM.
31740         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
31741         <bp-sym.h> and <bp-asm.h>.
31742         * sysdeps/unix/x86_64/sysdep.S: Likewise.
31743         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
31744         "bp-asm.h".
31745         (_setjmp): Do not use BP_SYM.
31746         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
31747         "bp-asm.h".
31748         (setjmp): Do not use BP_SYM.
31749         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
31750         libc_hidden_def.
31751         (mempcpy): Do not use BP_SYM in weak_alias.
31752         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
31753         "bp-asm.h".
31754         (strchr): Do not use BP_SYM.
31755         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
31756         "bp-asm.h".
31757         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
31758         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
31759         (_start): Do not use BP_SYM.
31760         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
31761         "bp-asm.h".
31762         (strcat): Do not use BP_SYM.
31763         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
31764         "bp-asm.h".
31765         (STRCMP): Do not use BP_SYM.
31766         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
31767         "bp-asm.h".
31768         (STRCPY): Do not use BP_SYM.
31769         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
31770         "bp-asm.h".
31771         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
31772         "bp-asm.h".
31773         (FUNCTION): Do not use BP_SYM.
31774         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
31775         weak_alias.
31776         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
31778 2013-02-17  Andreas Jaeger  <aj@suse.de>
31780         * time/Versions: Sort entries.
31781         * string/Versions: Likewise.
31782         * resolv/Versions: Likewise.
31783         * posix/Versions: Likewise.
31784         * iconv/Versions: Likewise.
31785         * elf/Versions: Likewise.
31786         * wcsmbs/Versions: Likewise.
31788 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31790         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
31791         loop termination condition.
31793         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
31794         variable to calculate EZ.
31795         (__sqr): Likewise.
31797         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
31798         the lower precision input.
31800 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
31802         [BZ #13550]
31803         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
31804         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
31805         (run-via-rtld-prefix): Do not handle %-bp tests.
31806         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
31807         (all-object-suffixes): Remove .ob.
31808         (bppfx): Remove variable.
31809         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
31810         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
31811         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
31812         [$(build-bounded) = yes] (libtype.ob): Likewise.
31813         * Makerules (elide-routines.ob): Remove variable.
31814         (do-tests-clean): Do not handle *-bp.out.
31815         (common-mostlyclean): Do not handle *-bp and *-bp.out.
31816         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
31817         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
31818         (tests): Do not include $(tests-bp.out).
31819         (xtests): Do not include $(xtests-bp.out).
31820         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
31821         [$(build-bounded) = yes] ($(addprefix
31822         $(objpfx),$(binaries-bounded))): Remove rule.
31823         ($(objpfx)%-bp.out): Remove rule.
31824         * config.make.in (build-bounded): Remove variable.
31825         * crypt/Makefile [$(build-bounded) = yes]
31826         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
31827         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
31828         append to variable.
31829         [$(build-bounded) = yes] (install-lib): Likewise.
31830         [$(build-bounded) = yes] (generated): Likewise.
31831         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
31832         Remove rule.
31833         * intl/Makefile [$(build-bounded) = yes]
31834         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
31835         * math/Makefile [$(build-bounded) = yes]
31836         ($(tests:%=$(objpfx)%-bp): Likewise.
31837         * misc/Makefile [$(build-bounded) = yes]
31838         ($(objpfx)tst-tsearch-bp): Likewise.
31839         * nptl/Makeconfig (bounded-thread-library): Remove variable.
31840         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
31841         Remove dependency.
31842         * string/Makefile (o-objects.ob): Remove variable.
31843         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
31844         (CFLAGS-.ob): Remove variable.
31845         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
31846         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
31847         both definitions of variable.
31848         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
31849         (ASFLAGS-.ob): Remove variable.
31851 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
31853         [BZ #13550]
31854         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
31855         Remove __BOUNDED_POINTERS__ from condition.
31856         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
31857         * string/bits/string2.h [!__NO_STRING_INLINES &&
31858         !__BOUNDED_POINTERS__]: Likewise.
31859         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
31860         Likewise.
31861         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
31862         Remove conditional code.
31863         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
31864         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
31865         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
31866         condition.
31868         [BZ #13550]
31869         * csu/libc-start.c: Do not include <bp-sym.h>.
31870         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
31871         * elf/dl-open.c: Do not include <bp-sym.h>.
31872         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
31873         * math/fegetenv.c: Do not include <bp-sym.h>.
31874         (fegetenv): Do not use BP_SYM in versioned symbols.
31875         * nptl/sysdeps/pthread/bits/libc-lockP.h
31876         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
31877         <bp-sym.h>.
31878         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31879         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
31880         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31881         (__pthread_mutex_destroy): Likewise.
31882         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31883         (__pthread_mutex_lock): Likewise.
31884         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31885         (__pthread_mutex_trylock): Likewise.
31886         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31887         (__pthread_mutex_unlock): Likewise.
31888         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31889         (__pthread_mutexattr_init): Likewise.
31890         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31891         (__pthread_mutexattr_destroy): Likewise.
31892         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31893         (__pthread_mutexattr_settype): Likewise.
31894         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31895         (__pthread_rwlock_init): Likewise.
31896         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31897         (__pthread_rwlock_destroy): Likewise.
31898         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31899         (__pthread_rwlock_rdlock): Likewise.
31900         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31901         (__pthread_rwlock_tryrdlock): Likewise.
31902         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31903         (__pthread_rwlock_wrlock): Likewise.
31904         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31905         (__pthread_rwlock_trywrlock): Likewise.
31906         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31907         (__pthread_rwlock_unlock): Likewise.
31908         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31909         (__pthread_key_create): Likewise.
31910         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31911         (__pthread_setspecific): Likewise.
31912         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31913         (__pthread_getspecific): Likewise.
31914         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
31915         Likewise.
31916         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31917         (_pthread_cleanup_push_defer): Likewise.
31918         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31919         (_pthread_cleanup_pop_restore): Likewise.
31920         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31921         (pthread_setcancelstate): Likewise.
31922         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
31923         <bp-sym.h>.
31924         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
31925         (memchr): Do not use BP_SYM in weak_alias.
31926         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
31927         (fegetenv): Do not use BP_SYM in versioned symbols.
31928         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
31929         (fesetenv): Do not use BP_SYM in versioned symbols.
31930         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
31931         (feupdateenv): Do not use BP_SYM in versioned symbols.
31932         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
31933         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
31934         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
31935         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
31936         (open64): Do not use BP_SYM in weak_alias.
31937         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
31938         (fegetenv): Do not use BP_SYM in versioned symbols.
31939         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
31940         (fesetenv): Do not use BP_SYM in versioned symbols.
31941         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
31942         (feupdateenv): Do not use BP_SYM in versioned symbols.
31943         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
31944         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
31945         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
31946         (feraiseexcept): Do not use BP_SYM in versioned symbols.
31947         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
31948         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
31949         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
31950         <bp-sym.h>.
31951         (__libc_start_main): Do not use BP_SYM.
31953 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
31955         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
31956         redundant return line.
31957         (norm): Likewise.
31958         (denorm): Likewise.
31959         (dbl_mp): Likewise.
31960         (sub_magnitudes): Likewise.
31961         (__add): Likewise.
31962         (__sub): Likewise.
31963         (__mul): Likewise.
31964         (__inv): Likewise.
31965         (__dvd): Likewise.
31966         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
31967         (norm): Likewise.
31968         (denorm): Likewise.
31969         (dbl_mp): Likewise.
31970         (sub_magnitudes): Likewise.
31971         (__add): Likewise.
31972         (__sub): Likewise.
31973         (__mul): Likewise.
31974         (__inv): Likewise.
31975         (__dvd): Likewise.
31977         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
31978         instead of __mul.
31979         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
31980         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
31981         (cc32): Likewise.
31983         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
31984         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
31985         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
31986         of __mul for squares.
31987         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
31988         function
31989         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
31990         Likewise.
31991         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
31992         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31994 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
31996         [BZ #13550]
31997         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
31998         code.
31999         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
32000         prototype or function definition.  Rename ubp_* variables and
32001         parameters.  Remove argv definitions conditional on
32002         [__BOUNDED_POINTERS__].
32003         * debug/backtrace.c (__backtrace): Do not use __unbounded.
32004         * elf/dl-runtime.c (_dl_fixup): Likewise.
32005         * include/set-hooks.h (RUN_HOOK): Likewise.
32006         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
32007         definition.
32008         * string/strcpy.c (strcpy): Do not use __unbounded.
32009         * sysdeps/generic/frame.h (struct layout): Likewise.
32010         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
32011         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
32012         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
32013         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
32014         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
32015         (__backtrace): Likewise.
32016         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
32017         use __ptrvalue.
32018         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
32019         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
32020         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
32021         Likewise.
32022         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
32023         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
32024         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
32025         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
32026         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
32027         Do not use __unbounded.
32028         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
32029         Rename __unboundedrlimits parameter to rlimits in prototype.
32030         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
32031         Do not use __unbounded.
32032         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
32033         not use __ptrvalue.
32034         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
32035         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
32036         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
32037         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
32038         __ptrvalue or __unbounded.
32039         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
32040         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
32041         use __unbounded.
32042         (__new_msgctl): Do not use __ptrvalue.
32043         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
32044         __unbounded.
32045         (__libc_msgrcv): Do not use __ptrvalue.
32046         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
32047         startup_info): Do not use __unbounded.
32048         (__libc_start_main): Likewise.  Rename ubp_* variables and
32049         parameters.  Remove argv definitions conditional on
32050         [__BOUNDED_POINTERS__].
32051         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
32052         __ptrvalue.
32053         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
32054         use __unbounded.
32055         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
32056         or __ptrvalue.
32057         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
32058         use __unbounded.
32059         (__new_shmctl): Do not use __ptrvalue.
32060         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
32061         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
32062         Likewise.
32063         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
32064         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
32065         (__libc_sigaction): Likewise.
32066         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
32067         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
32068         Likewise.
32069         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
32071 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
32073         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
32075         * string/mempcpy.c: Implement by calling memcpy.
32077 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
32079         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
32081         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
32082         evaluation.
32084         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
32085         values in the mantissa.
32087         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
32088         minimize writes to Z.
32089         (sub_magnitudes): Simplify code a bit.
32091 2013-02-12  Roland McGrath  <roland@hack.frob.com>
32093         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
32094         from the message.  The linker prefixes all warnings with that already.
32096 2013-02-12  Andreas Schwab  <schwab@suse.de>
32098         [BZ #15078]
32099         * posix/regexec.c (extend_buffers): Add parameter min_len.
32100         (check_matching): Pass minimum needed length.
32101         (clean_state_log_if_needed): Likewise.
32102         (get_subexp): Likewise.
32103         * posix/Makefile (tests): Add bug-regex34.
32104         (bug-regex34-ENV): Define.
32105         * posix/bug-regex34.c: New file.
32107         [BZ #11561]
32108         * posix/regcomp.c (parse_bracket_exp): When looking up collating
32109         elements compare against the byte sequence of it, not its name.
32110         * posix/Makefile (tests): Add bug-regex35.
32111         (bug-regex35-ENV): Define.
32112         * posix/bug-regex35.c: New file.
32114 2013-02-11  Tom de Vries  <tom@codesourcery.com>
32116         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
32117         comment.
32118         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
32119         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
32120         (CHECK_EOL): Add undef.
32122 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
32124         * bits/stdlib-bsearch.h: New file.
32125         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
32126         * stdlib/stdlib.h: Likewise.
32128 2013-02-11  Roland McGrath  <roland@hack.frob.com>
32130         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
32131         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
32132         declaration.
32133         * manual/search.texi (Array Search Function): Add missing const in
32134         lfind prototype.
32135         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
32136         declaration to use rlim_t.
32137         (Basic Scheduling Functions): Remove erroneous const from
32138         sched_getparam prototype.  Remove erroneous * from
32139         sched_get_priority_max and sched_get_priority_min prototypes.
32140         (Resource Usage): Fix summary @comment on vtimes to refer to
32141         sys/vtimes.h rather than vtimes.h.
32142         Add missing *s in vtimes prototype.
32143         (Limits on Resources): Fix ulimit prototype to return long int.
32144         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
32145         prototypes to use long int rather than double.
32146         (BSD Random): Fix initstate and setstate to use char *, not void *.
32147         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
32148         prototype to make second argument 'struct aiocb64 *const[]'.
32149         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
32150         (Status of AIO Operations): Remove erroneous const in aio_return and
32151         aio_return64 prototypes.
32152         (Synchronizing I/O): Fix sync prototype to return void.
32153         * manual/startup.texi (Suboptions): Remove an erroneous const in
32154         getsubopt prototype.
32155         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
32156         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
32157         use size_t rather than int.
32158         (Scanning All Users): Likewise for getpwent_r.
32159         (Setting Groups): Add missing const to setgroups prototype.
32160         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
32161         * manual/socket.texi (Host Names): Fix gethostbyaddr and
32162         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
32163         'const void *' rather than 'const char *'.
32164         (Host Address Functions): Likewise for inet_ntop.
32165         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
32166         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
32167         ssize_t for return value.
32168         (Sending Data): Likewise for send, sendto, sendmsg.
32169         (Socket Option Functions): Add a missing const in setsockopt prototype.
32170         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
32171         use wchar_t for the argument.
32172         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
32173         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
32174         take no arguments.
32175         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
32176         double/float/long double for second argument.
32177         Fix return types of significand, significandf, significandl.
32178         * manual/filesys.texi (Setting Permissions): Use mode_t for second
32179         argument in fchmod prototype.
32180         (File Owner): Use uid_t and gid_t in fchown prototype.
32181         (File Times): Add const to utimes, futimes, and lutimes prototypes.
32182         (Making Special Files): Use mode_t and dev_t in mknod prototype.
32183         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
32184         use 'const struct dirent **' as argument types to CMP function pointer
32185         argument.
32186         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
32187         (File Times): Fix summary magic @comment for struct utimbuf and utime
32188         to refer to utime.h, not time.h.
32189         * manual/string.texi (Argz Functions): Add missing const in
32190         argz_extract and argz_next prototypes.
32191         (Finding Tokens in a String): Likewise for basename.
32192         (String/Array Comparison): Fix typo in wcscasecmp prototype.
32193         (Copying and Concatenation): Fix typo in wmemmove prototype.
32194         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
32195         (Signal Stack): Remove erroneous const in sigstack prototype.
32196         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
32197         prototype.
32198         (Simple Calendar Time): Likewise for stime.
32199         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
32200         prototype.
32201         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
32202         say sys/sysctl.h instead.
32203         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
32204         and vsyslog prototypes.
32206 2013-02-11  Tom de Vries  <tom@codesourcery.com>
32208         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
32209         Remove.
32211 2013-02-11  Roland McGrath  <roland@hack.frob.com>
32213         * misc/sys/mman.h: Fix typo in mremap comment.
32215 2013-02-08  Roland McGrath  <roland@hack.frob.com>
32217         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
32218         the '\0' terminator.
32220 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
32222         [BZ #13550]
32223         * debug/segfault.c: Don't include <bp-checks.h>.
32224         * sysdeps/generic/bp-checks.h: Remove file.
32225         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
32226         (__GETDENTS): Don't use CHECK_N.
32227         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
32228         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
32229         (__getgroups): Don't use CHECK_N.
32230         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
32231         (setgroups): Don't use CHECK_N.
32232         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
32233         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
32234         (__libc_msgrcv): Don't use CHECK_N.
32235         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
32236         (__libc_msgsnd): Don't use CHECK_N.
32237         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
32238         <bp-checks.h>.
32239         (__libc_pread): Don't use CHECK_N.
32240         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
32241         include <bp-checks.h>.
32242         (__libc_pread64): Don't use CHECK_N.
32243         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
32244         include <bp-checks.h>.
32245         (__libc_pwrite): Don't use CHECK_N.
32246         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
32247         include <bp-checks.h>.
32248         (__libc_pwrite64): Don't use CHECK_N.
32249         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
32250         <bp-checks.h>.
32251         (__libc_pread): Don't use CHECK_N.
32252         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
32253         include <bp-checks.h>.
32254         (__libc_pread64): Don't use CHECK_N.
32255         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
32256         include <bp-checks.h>.
32257         (__libc_pwrite): Don't use CHECK_N.
32258         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
32259         include <bp-checks.h>.
32260         (__libc_pwrite64): Don't use CHECK_N.
32261         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
32262         (do_pread): Don't use CHECK_N.
32263         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
32264         (do_pread64): Don't use CHECK_N.
32265         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
32266         (do_pwrite): Don't use CHECK_N.
32267         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
32268         (do_pwrite64): Don't use CHECK_N.
32269         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
32270         (__libc_readv): Don't use CHECK_N.
32271         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
32272         (semop): Don't use CHECK_N.
32273         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
32274         <bp-checks.h>.
32275         (semtimedop): Don't use CHECK_N.
32276         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
32277         (__libc_pread): Don't use CHECK_N.
32278         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
32279         <bp-checks.h>.
32280         (__libc_pread64): Don't use CHECK_N.
32281         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
32282         <bp-checks.h>.
32283         (__libc_pwrite): Don't use CHECK_N.
32284         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
32285         <bp-checks.h>.
32286         (__libc_pwrite64): Don't use CHECK_N.
32287         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
32288         <bp-checks.h>.
32289         (__libc_msgrcv): Don't use CHECK_N.
32290         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
32291         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
32292         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
32293         (__libc_writev): Don't use CHECK_N.
32295 2013-02-08  Roland McGrath  <roland@hack.frob.com>
32297         * string/strcpy.c: Removed unused variable.
32299         * Makeconfig (+sysdep-includes): Define with := rather than =.
32300         Use an existing include/ subdir of each sysdeps dir before it.
32302 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32304         * nscd/connection.c (register_traced_file): Comment function.
32305         [HAVE_INOTIFY] (union __inev): Define.
32306         [HAVE_INOTIFY] (inotify_check_files): New function.
32307         [HAVE_INOTIFY] (clear_db_cache): Likewise.
32308         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
32309         clear_db_cache.
32310         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
32312 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32314         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
32315         loaded if not already and that a failure is permanent.
32317 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32319         [BZ #15006]
32320         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
32321         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
32323 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
32325         [BZ #13550]
32326         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
32327         (CHECK_1_NULL_OK): Likewise.
32328         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
32329         (__fxstat): Do not use CHECK_1.
32330         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
32331         <bp-checks.h>.
32332         (___fxstat64): Do not use CHECK_1.
32333         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
32334         <bp-checks.h>.
32335         (__fxstatat): Do not use CHECK_1.
32336         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
32337         <bp-checks.h>.
32338         (__fxstatat64): Do not use CHECK_1.
32339         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
32340         <bp-checks.h>.
32341         (__fxstat): Do not use CHECK_1.
32342         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
32343         <bp-checks.h>.
32344         (__fxstatat): Do not use CHECK_1.
32345         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
32346         <bp-checks.h>.
32347         (__getresgid): Do not use CHECK_1.
32348         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
32349         <bp-checks.h>.
32350         (__getresuid): Do not use CHECK_1.
32351         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
32352         <bp-checks.h>.
32353         (__lxstat): Do not use CHECK_1.
32354         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
32355         <bp-checks.h>.
32356         (__old_msgctl): Do not use CHECK_1.
32357         (__new_msgctl): Likewise.
32358         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
32359         <bp-checks.h>.
32360         (__new_setrlimit): Do not use CHECK_1.
32361         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
32362         <bp-checks.h>.
32363         (__old_shmctl): Do not use CHECK_1.
32364         (__new_shmctl): Likewise.
32365         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
32366         <bp-checks.h>.
32367         (__xstat): Do not use CHECK_1.
32368         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
32369         (__lxstat): Do not use CHECK_1.
32370         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
32371         <bp-checks.h>.
32372         (___lxstat64): Do not use CHECK_1.
32373         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
32374         (__old_msgctl): Do not use CHECK_1.
32375         (__new_msgctl): Likewise.
32376         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
32377         <bp-checks.h>.
32378         (__gettimeofday): Do not use CHECK_1.
32379         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
32380         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
32381         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
32382         <bp-checks.h>.
32383         (__gettimeofday): Do not use CHECK_1.
32384         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
32385         (__old_shmctl): Do not use CHECK_1_NULL_OK.
32386         (__new_shmctl): Do not use CHECK_1.
32387         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
32388         <bp-checks.h>.
32389         (do_sigtimedwait): Do not use CHECK_1.
32390         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
32391         <bp-checks.h>.
32392         (do_sigwaitinfo): Do not use CHECK_1.
32393         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
32394         <bp-checks.h>.
32395         (msgctl): Do not use CHECK_1.
32396         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
32397         <bp-checks.h>.
32398         (shmctl): Do not use CHECK_1.
32399         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
32400         (ustat): Do not use CHECK_1.
32401         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
32402         <bp-checks.h>.
32403         (__fxstat): Do not use CHECK_1.
32404         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
32405         <bp-checks.h>.
32406         (__fxstatat): Do not use CHECK_1.
32407         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
32408         <bp-checks.h>.
32409         (__lxstat): Do not use CHECK_1.
32410         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
32411         <bp-checks.h>.
32412         (__xstat): Do not use CHECK_1.
32413         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
32414         (__xstat): Do not use CHECK_1.
32415         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
32416         (___xstat64): Do not use CHECK_1.
32418         [BZ #13550]
32419         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
32420         definitions.
32421         (CHECK_BOUNDS_HIGH): Likewise.
32422         * string/strcpy.c: Do not include <bp-checks.h>.
32423         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
32425 2013-02-07  Roland McGrath  <roland@hack.frob.com>
32427         * nscd/nscd-client.h (__nscd_drop_map_ref):
32428         Add __attribute__ ((unused)).
32429         * nis/nss-nisplus.h (niserr2nss): Likewise.
32431         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
32432         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
32434         * csu/libc-tls.c (init_static_tls, init_slotinfo):
32435         Remove inline keyword.
32436         * include/rounding-mode.h (round_away): Likewise.
32437         * libio/wfileops.c (adjust_wide_data): Likewise.
32438         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
32439         (__m128i_strloadu_tolower): Likewise.
32440         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
32441         (__m128i_strloadu_tolower): Likewise.
32442         * time/mktime.c (ydhms_diff): Likewise.
32443         * locale/elem-hash.h (elem_hash): Likewise.
32444         * locale/setlocale.c (setdata): Likewise.
32445         * posix/regex_internal.h (re_string_char_size_at): Likewise.
32446         (re_string_wchar_at): Likewise.
32447         (bitset_not, bitset_merge, bitset_mask): Likewise.
32448         [!(__GNUC__ > 3)] (inline): Remove macro.
32449         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
32450         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
32451         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
32452         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
32453         * string/memcmp.c (memcmp_bytes): Likewise.
32454         * locale/programs/locarchive.c (compute_hashval): Likewise.
32455         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
32456         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
32457         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
32458         * nss/getent.c (print_rpc, print_protocols): Likewise.
32459         (print_passwd, print_group, print_aliases): Likewise.
32460         * nis/nss-nisplus.h (niserr2nss): Likewise.
32461         * nscd/connections.c (restart_p): Likewise.
32462         Change return type to bool.
32464 2013-02-05  Roland McGrath  <roland@hack.frob.com>
32466         * Makeconfig (all-Depend-files): Add existing
32467         $(sorted-subdirs:=/Depend) files.
32468         (all-subdirs): Remove nss.
32469         * sysdeps/unix/inet/Subdirs: Add it here instead.
32470         * hesiod/Depend: New file.
32472         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
32473         instead of calling alloca.
32475         * io/lseek.c (__lseek): Rename to __libc_lseek.
32476         Define __lseek as an alias.
32478         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
32480 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
32482         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
32483         else clause and remove check for non-standard endianness.
32485 2013-02-04  David S. Miller  <davem@davemloft.net>
32487         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32489 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
32491         [BZ #13550]
32492         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
32493         (__ubp_memchr): Remove prototype.
32494         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
32495         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
32496         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
32497         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
32498         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
32499         Remove alias.
32500         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
32501         (__ubp_memchr): Likewise.
32502         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
32503         (__ubp_memchr): Likewise.
32504         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
32505         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
32506         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
32507         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
32508         CHECK_STRING.
32509         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
32510         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
32511         (__getcwd): Do not use CHECK_STRING.
32512         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
32513         <bp-checks.h>.
32514         (__real_chown): Do not use CHECK_STRING.
32515         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
32516         <bp-checks.h>.
32517         (fchownat): Do not use CHECK_STRING.
32518         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
32519         CHECK_STRING.
32520         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
32521         <bp-checks.h>.
32522         (__lchown): Do not use CHECK_STRING.
32523         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
32524         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
32525         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
32526         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
32527         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
32528         include <bp-checks.h>.
32529         (truncate64): Do not use CHECK_STRING.
32530         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
32531         <bp-checks.h>.
32532         (__real_chown): Do not use CHECK_STRING.
32533         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
32534         <bp-checks.h>.
32535         (__lchown): Do not use CHECK_STRING.
32536         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
32537         <bp-checks.h>.
32538         (__chown): Do not use CHECK_STRING.
32539         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
32540         <bp-checks.h>.
32541         (truncate64): Do not use CHECK_STRING.
32542         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
32543         Likewise.
32544         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
32545         (__xmknod): Do not use CHECK_STRING.
32546         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
32547         <bp-checks.h>.
32548         (__xmknodat): Do not use CHECK_STRING.
32549         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
32550         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
32552 2013-02-04  Andreas Schwab  <schwab@suse.de>
32554         [BZ #14142]
32555         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
32556         * include/netdb.h: Likewise for h_errno.
32557         * elf/tst-stackguard1.c: Include <tls.h>.
32559 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
32561         * elf/link.h (struct link_map): Extend the l_addr comment.
32562         * include/link.h (struct link_map): Likewise.
32564 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
32566         [BZ #13550]
32567         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
32568         (BOUNDED_1): Remove macro.
32569         * debug/backtrace.c: Don't include <bp-checks.h>.
32570         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
32571         (__backtrace): Likewise.
32572         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
32573         <bp-checks.h>.
32574         (__backtrace): Don't use BOUNDED_1.
32575         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
32576         <bp-checks.h>.
32577         (__backtrace): Don't use BOUNDED_1.
32578         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
32579         (__backtrace): Don't use BOUNDED_1.
32580         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
32581         (shmat): Don't use BOUNDED_N.
32583 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
32585         [BZ #13550]
32586         * sysdeps/generic/bp-start.h: Remove file.
32587         * csu/libc-start.c: Don't include <bp-start.h>.
32588         (LIBC_START_MAIN): Set up __environ directly instead of using
32589         INIT_ARGV_and_ENVIRON.
32590         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
32591         <bp-start.h>.
32593         [BZ #13550]
32594         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
32595         definitions.
32596         (CHECK_FCNTL): Likewise.
32597         (CHECK_N_PAGES): Likewise.
32599         [BZ #13550]
32600         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
32601         definitions.
32602         (CHECK_SIGSET_NULL_OK): Likewise.
32603         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
32604         <bp-checks.h>.
32605         (sigpending): Don't use CHECK_SIGSET.
32606         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
32607         <bp-checks.h>.
32608         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32609         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
32610         <bp-checks.h>.
32611         (do_sigsuspend): Don't use CHECK_SIGSET.
32612         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
32613         use CHECK_SIGSET.
32614         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
32615         (do_sigwait): Don't use CHECK_SIGSET.
32616         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
32617         use CHECK_SIGSET.
32618         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
32619         include <bp-checks.h>.
32620         (sigpending): Don't use CHECK_SIGSET.
32621         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
32622         include <bp-checks.h>.
32623         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32624         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
32625         <bp-checks.h>.
32626         (sigpending): Don't use CHECK_SIGSET.
32627         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
32628         <bp-checks.h>.
32629         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32631         [BZ #13550]
32632         * sysdeps/generic/bp-semctl.h: Remove file.
32633         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
32634         <bp-checks.h> and <bp-semctl.h>.
32635         (__old_semctl): Don't use CHECK_SEMCTL.
32636         (__new_semctl): Likewise.
32637         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
32638         and <bp-semctl.h>.
32639         (__old_semctl): Don't use CHECK_SEMCTL.
32640         (__new_semctl): Likewise.
32641         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
32642         <bp-checks.h> and <bp-semctl.h>.
32643         (__old_semctl): Don't use CHECK_SEMCTL.
32644         (__new_semctl): Likewise.
32645         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
32646         <bp-checks.h> and <bp-semctl.h>.
32647         (semctl): Don't use CHECK_SEMCTL.
32649         [BZ #13550]
32650         * Makerules (elide-bp-thunks): Remove variable.
32651         (elide-routines.oS): Don't use $(elide-bp-thunks).
32652         (elide-routines.os): Likewise.
32653         (elide-routines.o): Likewise.
32654         (elide-routines.op): Likewise.
32655         (elide-routines.og): Likewise.
32656         (objects): Don't use $(bp-thunks).
32657         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
32658         include.
32659         (common-generated): Do not add s-proto-bp.d.
32660         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
32661         (int): Likewise.
32662         (typ): Likewise.
32663         Do not generate makefile rules for bounded-pointer thunks.
32664         * sysdeps/generic/bp-thunks.h: Remove file.
32665         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
32666         * sysdeps/unix/s-proto-bp.S: Likewise.
32668         [BZ #15062]
32669         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
32670         parts of result separately when argument is not close to line from
32671         -i to i and one part of argument is small.
32672         * math/k_casinhf.c (__kernel_casinhf): Likewise.
32673         * math/k_casinhl.c (__kernel_casinhl): Likewise.
32674         * math/libm-test.inc (cacos_test): Add more tests.
32675         (casin_test): Likewise.
32676         (casinh_test): Likewise.
32677         * sysdeps/i386/fpu/libm-test-ulps: Update.
32678         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32680 2013-01-31  David S. Miller  <davem@davemloft.net>
32682         * po/de.po: Update from translation team.
32684 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
32686         * time/tzfile.c: Include stdint.h for SIZE_MAX.
32688 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
32690         * configure.in (_AC_PROG_CC_C89): New definition.
32691         * configure: Regenerate.
32693         * configure.in (AC_PROG_CPP): New definition.
32694         * configure: Regenerate.
32696 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
32698         * debug/tst-backtrace.h: New file.
32699         * debug/tst-backtrace2.c: Include tst-backtrace.h.
32700         (ret): Remove variable.
32701         (x): Likewise.
32702         (FAIL): Remove macro.
32703         (NO_INLINE): Likewise.
32704         (fn1): Use match function instead of strstr.
32705         * debug/tst-backtrace3.c: Include tst-backtrace.h.
32706         (ret): Remove variable.
32707         (x): Likewise.
32708         (FAIL): Remove macro.
32709         (NO_INLINE): Likewise.
32710         (fn): Use match function instead of strstr.
32711         * debug/tst-backtrace4.c: Include tst-backtrace.h.
32712         (ret): Remove variable.
32713         (x): Likewise.
32714         (FAIL): Remove macro.
32715         (NO_INLINE): Likewise.
32716         (handle_signal): Use match function instead of strstr.
32717         * debug/tst-backtrace5.c: Include tst-backtrace.h.
32718         (ret): Remove variable.
32719         (x): Likewise.
32720         (FAIL): Remove macro.
32721         (NO_INLINE): Likewise.
32722         (handle_signal): Use match function instead of strstr.
32724 2013-01-23  Roland McGrath  <roland@hack.frob.com>
32726         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
32728 2013-01-23  David S. Miller  <davem@davemloft.net>
32730         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
32731         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
32732         argument of CAS if possible.
32733         * sysdeps/sparc/sparc64/bits/atomic.h
32734         (__arch_compare_and_exchange_val_32_acq): Likewise.
32735         (__arch_compare_and_exchange_val_64_acq): Likewise.
32737 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
32739         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
32740         * sysdeps/posix/ulimit.c: ... this.
32741         Include <limits.h>.
32742         * sysdeps/unix/bsd/ulimit.c: Remove file.
32744 2013-01-23  Adam Conrad  <adconrad@0c3.net>
32746         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
32747         (LDFLAGS-tst-array5): Likewise.
32749 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
32751         [BZ #15036]
32752         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
32753         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
32754         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
32755         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
32757 2013-01-21  David S. Miller  <davem@davemloft.net>
32759         * sysdeps/sparc/backtrace.c: New file.
32760         * sysdeps/sparc/sparc32/backtrace.h: New file.
32761         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
32762         * sysdeps/sparc/sparc64/backtrace.h: New file.
32763         * sysdeps/sparc/sparc64/backtrace.c: Delete.
32764         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
32765         -funwind-tables.
32767 2013-01-21  Andreas Schwab  <schwab@suse.de>
32769         [BZ #15020]
32770         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
32771         closed its stdout.
32773 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
32775         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
32776         "mpa2.h".
32777         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32779 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
32780             Mark Mitchell  <mark@codesourcery.com>
32781             Tom de Vries  <tom@codesourcery.com>
32782             Paul Pluzhnikov  <ppluzhnikov@google.com>
32784         * debug/tst-backtrace2.c: New file.
32785         * debug/tst-backtrace3.c: Likewise.
32786         * debug/tst-backtrace4.c: Likewise.
32787         * debug/tst-backtrace5.c: Likewise.
32788         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
32789         (CFLAGS-tst-backtrace3.c): Likewise.
32790         (CFLAGS-tst-backtrace4.c): Likewise.
32791         (CFLAGS-tst-backtrace5.c): Likewise.
32792         (LDFLAGS-tst-backtrace2): Likewise.
32793         (LDFLAGS-tst-backtrace3): Likewise.
32794         (LDFLAGS-tst-backtrace4): Likewise.
32795         (LDFLAGS-tst-backtrace5): Likewise.
32796         (tests): Add new tests tst-backtrace2, tst-backtrace3,
32797         tst-backtrace4 and tst-backtrace5.
32799 2013-01-18  Anton Blanchard  <anton@samba.org>
32800             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
32802         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
32803         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
32804         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
32805         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
32806         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
32807         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
32808         "+r" and remove output regs list as redundant.  Add explicit inline
32809         asm to specify register of return val to work around compiler codegen
32810         bug.  Remove (int) cast on return value.  Add return type parameter to
32811         use in macro so that this macro does not truncate return value for
32812         64-bit values.
32813         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
32814         pass to INTERNAL_VSYSCALL_NCS.
32815         (INLINE_VSYSCALL): Add 'long int' as return type to
32816         INTERNAL_VSYSCALL_NCS macro invocation.
32817         (INTERNAL_VSYSCALL): Add 'long int' as return type to
32818         INTERNAL_VSYSCALL_NCS macro invocation.
32819         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
32821 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
32823         [BZ #14496]
32824         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
32825         Fix application of SIMD FP exception mask.
32827         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
32828         mp_no from a power of two.
32829         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
32830         __mpexp_twomm1.  Use __pow_mp.
32832         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
32833         multiplication.
32835 2013-01-17  David S. Miller  <davem@davemloft.net>
32837         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32839 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
32841         [BZ #15023]
32842         * include/complex.h: Condition contents on [!_COMPLEX_H].
32843         (__kernel_casinhf): New prototype.
32844         (__kernel_casinh): Likewise.
32845         (__kernel_casinhl): Likewise.
32846         * math/Makefile (libm_calls): Add k_casinh.
32847         * math/k_casinh.c: New file.
32848         * math/k_casinhf.c: Likewise.
32849         * math/k_casinhl.c: Likewise.
32850         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
32851         finite nonzero arguments.
32852         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
32853         finite nonzero arguments.
32854         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
32855         finite nonzero arguments.
32856         * math/s_casinh.c: Do not include <float.h>.
32857         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
32858         * math/s_casinhf.c: Do not include <float.h>.
32859         (__casinhf): Move code for finite nonzero arguments to
32860         k_casinhf.c.
32861         * math/s_casinhl.c: Do not include <float.h>.
32862         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
32863         redefine.
32864         (__casinhl): Move code for finite nonzero arguments to
32865         k_casinhl.c.
32866         * math/libm-test.inc (cacos_test): Add more tests.
32867         * sysdeps/i386/fpu/libm-test-ulps: Update.
32868         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32870 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
32872         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
32873         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
32874         [!HAVE_MREMAP]: Remove [defined linux] case.
32875         * malloc/arena.c: Do not include <malloc-sysdep.h>.
32877 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
32879         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
32881 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
32883         * elf/elf.h (R_386_SIZE32): New relocation.
32884         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
32885         R_386_SIZE32.
32886         (elf_machine_rela): Likewise.
32887         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
32888         R_X86_64_SIZE64 and R_X86_64_SIZE32.
32890 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
32892         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
32893         (FP_FAST_FMA): Do not define.
32894         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
32895         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
32896         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
32897         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
32898         !_SOFT_FLOAT]: Likewise.
32899         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
32900         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
32901         value.
32902         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
32903         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
32904         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
32905         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
32906         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
32907         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
32908         file.
32910 2013-01-16  Andreas Schwab  <schwab@suse.de>
32912         [BZ #14327]
32913         * include/stdlib.h (__mktemp): Add declaration.
32914         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
32915         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
32917 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32919         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
32920         definitions.
32921         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
32922         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
32923         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
32924         definitions here.
32925         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
32926         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
32927         definitions.
32928         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
32929         and ONE.
32930         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
32931         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
32932         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
32933         definitions.
32934         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
32935         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
32936         definitions.
32937         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
32939         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
32941 2013-01-15  David S. Miller  <davem@davemloft.net>
32943         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32944         trunc{,f} to libm-sysdep_routes.
32945         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32946         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
32947         file.
32948         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
32949         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
32950         file.
32951         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
32952         file.
32953         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
32954         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
32955         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
32956         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
32957         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
32958         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
32959         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
32960         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
32962         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32963         nearbyint{,f} to libm-sysdep_routes.
32964         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32965         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
32966         New file.
32967         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
32968         file.
32969         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
32970         New file.
32971         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
32972         file.
32973         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
32974         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
32975         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
32976         file.
32977         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
32978         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
32979         file.
32980         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
32981         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
32982         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
32984         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
32985         libc_feholdexcept and libc_fesetenv.
32987 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
32989         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
32991 2013-01-14  David S. Miller  <davem@davemloft.net>
32993         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
32994         (SPARC_ASM_VIS2_IFUNC): Likewise.
32995         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
32996         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
32997         use of 'siam' instruction.
32998         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
32999         Likewise.
33000         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
33001         Likewise.
33002         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
33003         Likewise.
33004         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
33005         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
33006         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
33007         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
33008         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
33009         file.
33010         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
33011         file.
33012         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
33013         file.
33014         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
33015         file.
33016         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
33017         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
33018         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
33019         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
33020         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
33021         new VIS2 routines.
33022         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
33023         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
33024         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
33025         Likewise.
33026         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
33027         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
33028         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
33029         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
33030         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
33031         routines to libm-sysdep_routines.
33032         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33034         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33035         fdim/fdimf to libm-sysdep_routines.
33036         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
33037         file.
33038         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
33039         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
33040         file.
33041         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
33042         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
33043         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
33044         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
33045         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
33046         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
33047         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
33049 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
33051         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
33052         to optimize copies.
33054         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
33055         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33056         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33058         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
33059         local variable MPTWO.
33060         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
33061         Likewise.
33063 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33065         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
33066         GLOB_NOESCAPE.
33068 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33070         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
33072 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33074         * manual/pattern.texi (glob_t): Document gl_flags.
33075         (glob64_t): Likewise.
33077 2013-01-11  David S. Miller  <davem@davemloft.net>
33079         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
33080         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
33081         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
33082         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
33083         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
33084         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
33085         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
33086         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
33087         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
33088         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
33089         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
33090         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
33091         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
33093         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
33094         sparc V9 rather than using V8 code.
33095         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33096         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33098         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
33099         Move to...
33100         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
33101         Here.
33103 2013-01-11  Roland McGrath  <roland@hack.frob.com>
33105         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
33106         not in the main loop.
33107         * configure: Regenerated.
33109 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
33111         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
33112         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
33113         to just #else.
33114         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
33115         [!__GLIBC_HAVE_LONG_LONG] case.
33116         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
33117         condition to just #else.
33118         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
33119         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
33120         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
33121         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
33122         unconditional.
33123         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
33124         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
33125         #elif condition to just #else.
33126         * sysdeps/unix/sysv/linux/sys/sysmacros.h
33127         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
33128         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
33129         #elif condition to just #else.
33131 2013-01-11  Steve Ellcey  <sellcey@mips.com>
33133         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
33134         (EF_MIPS_ARCH_64): Fix value.
33135         (EF_MIPS_ARCH_32R2): New.
33136         (EF_MIPS_ARCH_64R2): New.
33138 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
33140         * Makeconfig (+link-pie-before-libc): New.
33141         (+link-pie-after-libc): Likewise.
33142         (+link-pie-tests): Likewise.
33143         (+link-pie): Rewritten.
33144         (link-before-libc): Remove $(config-LDFLAGS).
33145         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
33146         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
33147         (config-LDFLAGS): Renamed to ...
33148         (rtld-LDFLAGS): This.
33149         (rtld-tests-LDFLAGS): New macro.
33150         (link-libc-rpath-link): Likewise.
33151         (link-libc-tests-rpath-link): Likewise.
33152         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
33153         (link-libc): Prepand $(link-libc-rpath-link).
33154         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
33155         (test-program-prefix): New macro.
33156         (test-via-rtld-prefix): Likewise.
33157         (test-program-cmd): Likewise.
33158         (host-test-program-cmd): Likewise.
33159         * Makefile ($(common-objpfx)testrun.sh): Replace
33160         $(run-program-prefix) with $(test-program-prefix).
33161         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
33162         $(rtld-LDFLAGS).
33163         ($(common-objpfx)shlib.lds): Likewise.
33164         (build-module-helper): Likewise.
33165         ($(common-objpfx)format.lds): Likewise.
33166         * Rules (binaries-pie-tests): New.
33167         (binaries-pie-notests): Likewise.
33168         (binaries-pie): Rewritten.
33169         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
33170         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
33171         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
33172         (make-test-out): Replace $(host-built-program-cmd) with
33173         $(host-test-program-cmd).
33174         * config.make.in (build-hardcoded-path-in-tests): New variable.
33175         * configure.in (--enable-hardcoded-path-in-tests): New configure
33176         option.
33177         (hardcoded_path_in_tests): New AC_SUBST.
33178         * configure: Regenerated.
33179         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
33180         $(built-program-cmd) with $(test-program-cmd).
33181         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
33182         (test_program_cmd): This.
33183         * elf/Makefile ($(objpfx)order.out): Run test with
33184         $(test-program-prefix).
33185         ($(objpfx)order2.out): Likewise.
33186         ($(objpfx)tst-initorder.out): Likewise.
33187         ($(objpfx)tst-initorder2.out): Likewise.
33188         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
33189         $(test-program-cmd).
33190         ($(objpfx)tst-array1-static.out): Likewise.
33191         ($(objpfx)tst-array2.out): Likewise.
33192         ($(objpfx)tst-array3.out): Likewise.
33193         ($(objpfx)tst-array4.out): Likewise.
33194         ($(objpfx)tst-array5.out): Likewise.
33195         ($(objpfx)tst-array5-static.out): Likewise.
33196         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
33197         $(test-program-cmd).
33198         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
33199         $(run-program-prefix) with $(test-program-prefix).
33200         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
33201         (test_program_prefix): This.
33202         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
33203         $(run-program-prefix) with $(test-program-prefix).
33204         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
33205         (test_program_prefix): This.
33206         * iconvdata/tst-tables.sh: Likewise.
33207         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
33208         $(run-program-prefix) with $(test-program-prefix).
33209         ($(objpfx)tst-translit.out): Likewise.
33210         ($(objpfx)tst-gettext2.out): Likewise.
33211         ($(objpfx)tst-gettext4.out): Likewise.
33212         ($(objpfx)tst-gettext6.out): Likewise.
33213         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
33214         (test_program_prefix): This.
33215         * intl/tst-gettext2.sh: Likewise.
33216         * intl/tst-gettext4.sh  Likewise.
33217         * intl/tst-gettext6.sh: Likewise.
33218         * intl/tst-translit.sh: Likewise.
33219         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
33220         with $(test-program-cmd).
33221         * libio/Makefile ($(objpfx)test-freopen.out): Replace
33222         $(run-program-prefix) with $(test-program-prefix).
33223         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
33224         (test_program_prefix): This.
33225         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
33226         $(run-program-prefix) with $(test-program-prefix).
33227         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
33228         (test_program_prefix): This.
33229         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
33230         * posix/Makefile ($(objpfx)globtest.out): Replace
33231         $(run-via-rtld-prefix) and $(test-wrapper) with
33232         $(test-program-prefix) and $(test-via-rtld-prefix).
33233         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
33234         $(test-program-prefix).
33235         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
33236         $(host-test-program-cmd).
33237         (tst-spawn-ARGS): Likewise.
33238         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
33239         $(test-program-prefix).
33240         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
33241         (test_via_rtld_prefix): This.
33242         (test_wrapper): Renamed to ...
33243         (test_program_prefix): This.
33244         (run_program_prefix): Replaced by test_program_prefix.
33245         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
33246         (test_program_prefix): This.
33247         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
33248         with $(host-test-program-cmd).
33249         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
33250         $(run-program-prefix) with $(test-program-prefix).
33251         ($(objpfx)tst-printf.out): Likewise.
33252         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
33253         $(test-program-cmd).
33254         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
33255         (test_program_prefix): This.
33256         * stdio-common/tst-unbputc.sh: Likewise.
33257         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
33258         $(run-program-prefix) with $(test-program-prefix).
33259         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
33260         (test_program_prefix): This.
33261         * string/Makefile ($(objpfx)tst-svc.out):  Replace
33262         $(built-program-cmd) with $(test-program-cmd).
33264 2013-01-11  Andreas Jaeger  <aj@suse.de>
33266         [BZ #15003]
33267         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
33268         value. Sync with Linux 3.7.
33270 2013-01-10  David S. Miller  <davem@davemloft.net>
33272         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
33273         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33274         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33276 2013-01-10  Roland McGrath  <roland@hack.frob.com>
33278         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
33279         never set.
33280         * configure: Regenerated.
33282 2013-01-10  David S. Miller  <davem@davemloft.net>
33284         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
33285         sparc V9 rather than using V8 code.
33286         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33287         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33289 2013-01-10  Roland McGrath  <roland@hack.frob.com>
33291         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
33292         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
33293         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
33294         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
33295         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
33296         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
33297         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
33298         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
33299         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
33300         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
33301         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
33302         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
33303         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
33304         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
33305         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
33306         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
33307         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
33308         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
33309         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
33310         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
33311         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
33312         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
33313         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
33314         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
33315         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
33316         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
33317         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
33319 2013-01-10  David S. Miller  <davem@davemloft.net>
33321         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33323 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
33325         * posix/Makefile (tests-static): New variable.
33326         (tests): Add $(tests-static).
33327         (tst-exec-static-ARGS): New variable.
33328         (tst-spawn-static-ARGS): Likewise.
33329         * posix/tst-exec-static.c: New file.
33330         * posix/tst-spawn-static.c: Likewise.
33331         * posix/tst-exec.c: Support run directly.
33332         * posix/tst-spawn.c: Likewise.
33334 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
33336         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
33337         long.
33338         * math/bits/mathcalls.h (llrint): Likewise.
33339         (llround): Likewise.
33340         * stdlib/stdlib.h (struct drand48_data): Likewise.
33341         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
33342         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
33343         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
33344         Likewise.
33345         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
33346         Likewise.
33347         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
33348         (elf_greg_t): Likewise.
33349         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
33350         (__jmp_buf): Likewise.
33351         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
33352         definitions.
33353         (llrint): Likewise, for all definitions.
33354         (llrintl): Likewise.
33356         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
33357         Remove [__GNUC__] condition.
33358         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
33359         condition to just [__USE_ISOC99].
33360         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
33362 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
33364         [BZ #14200]
33365         * sysdeps/unix/sysv/linux/x86/bits/environments.h
33366         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
33367         defined.
33368         (_POSIX_V6_ILP32_OFF32): Likewise.
33369         (_XBS5_ILP32_OFF32): Likewise.
33370         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
33371         (__ILP32_OFFBIG_LDFLAGS): Likewise.
33373 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
33375         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
33377         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
33378         doubles __mpexp_twomm1.  Adjust usage.
33379         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
33380         Remove.
33382 2013-01-10  Andreas Schwab  <schwab@suse.de>
33384         [BZ #14964]
33385         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
33386         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
33388 2013-01-09  David S. Miller  <davem@davemloft.net>
33390         [BZ #15003]
33391         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
33392         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
33393         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
33394         (TCP_FASTOPEN): Define.
33395         (tcp_repair_opt): New structure.
33396         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
33397         enum values.
33398         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
33399         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
33400         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
33401         (tcp_cookie_transactions): New structure.
33403 2013-01-09  Anton Blanchard  <anton@samba.org>
33405         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
33406         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
33407         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
33408         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
33410 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
33412         * include/features.h (__USE_ANSI): Remove.
33414 2013-01-09  Roland McGrath  <roland@hack.frob.com>
33416         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
33418         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
33420 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
33422         * sysdeps/s390/fpu/libm-test-ulps: Update.
33424         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33426         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
33427         (__acr): Likewise.
33428         (__cpy): Likewise.
33429         (norm): Likewise.
33430         (denorm): Likewise.
33431         (__mp_dbl): Likewise.
33432         (__dbl_mp): Likewise.
33433         (add_magnitudes): Likewise.
33434         (sub_magnitudes): Likewise.
33435         (__add): Likewise.
33436         (__sub): Likewise.
33437         (__mul): Likewise.
33438         (__inv): Likewise.
33439         (__dvd): Likewise.
33440         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
33441         (__acr): Likewise.
33442         (__cpy): Likewise.
33443         (norm): Likewise.
33444         (denorm): Likewise.
33445         (__mp_dbl): Likewise.
33446         (__dbl_mp): Likewise.
33447         (add_magnitudes): Likewise.
33448         (sub_magnitudes): Likewise.
33449         (__add): Likewise.
33450         (__sub): Likewise.
33451         (__mul): Likewise.
33452         (__inv): Likewise.
33453         (__dvd): Likewise.
33454         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
33455         (__acr): Likewise.
33456         (__cpy): Likewise.
33457         (norm): Likewise.
33458         (denorm): Likewise.
33459         (__mp_dbl): Likewise.
33460         (__dbl_mp): Likewise.
33461         (add_magnitudes): Likewise.
33462         (sub_magnitudes): Likewise.
33463         (__add): Likewise.
33464         (__sub): Likewise.
33465         (__mul): Likewise.
33466         (__inv): Likewise.
33467         (__dvd): Likewise.
33469 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
33471         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
33472         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
33473         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
33474         2 && __USE_EXTERN_INLINES]: Likewise.
33476 2013-01-08  Andreas Jaeger  <aj@suse.de>
33478         [BZ# 14985]
33479         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
33480         Remove.
33481         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
33482         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
33484 2013-01-07  Anton Blanchard  <anton@samba.org>
33486         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
33487         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
33488         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
33489         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
33490         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
33491         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
33492         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
33493         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
33494         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33495         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
33496         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
33497         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
33498         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
33499         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
33500         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
33501         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
33502         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
33503         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
33504         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
33505         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
33506         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
33507         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
33508         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
33509         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
33510         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
33511         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
33512         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
33513         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
33514         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
33515         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
33516         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
33517         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33518         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
33519         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
33520         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
33521         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
33522         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
33523         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
33524         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
33525         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
33526         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
33527         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
33528         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
33530 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
33532         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
33533         (__MALLOC_PMT): Likewise.
33534         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
33535         [__GNUC__], only on [_LIBC].
33536         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
33537         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
33538         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
33539         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
33540         forward declaration.
33541         (realloc_hook_ini): Likewise.
33542         (memalign_hook_ini): Likewise.
33543         (__libc_memalign): Do not use __MALLOC_PMT in variable
33544         declaration.
33545         (__libc_valloc): Likewise.
33546         (__libc_pvalloc): Likewise.
33547         (__libc_calloc): Likewise.
33548         (__posix_memalign): Likewise.
33550         [BZ #14996]
33551         * math/s_casinh.c: Include <float.h>.
33552         (__casinh): Do not do computation with squaring and square root
33553         for large arguments.
33554         * math/s_casinhf.c: Include <float.h>.
33555         (__casinhf): Do not do computation with squaring and square root
33556         for large arguments.
33557         * math/s_casinhl.c: Include <float.h>.
33558         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
33559         (__casinhl): Do not do computation with squaring and square root
33560         for large arguments.
33561         * math/libm-test.inc (casin_test): Add more tests.
33562         (casinh_test): Likewise.
33563         * sysdeps/i386/fpu/libm-test-ulps: Update.
33564         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33566 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
33568         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
33569         (__x86_64_raw_data_cache_size): Likewise.
33570         (__x86_64_data_cache_size_half): Likewise.
33571         (__x86_64_raw_data_cache_size_half): Likewise.
33572         (__x86_64_shared_cache_size): Likewise.
33573         (__x86_64_raw_shared_cache_size): Likewise.
33574         (__x86_64_shared_cache_size_half): Likewise.
33575         (__x86_64_raw_shared_cache_size_half): Likewise.
33576         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
33577         to ...
33578         (__x86_data_cache_size): This.
33579         (__x86_64_raw_data_cache_size): Renamed to ...
33580         (__x86_raw_data_cache_size): This.
33581         (__x86_64_data_cache_size_half): Renamed to ...
33582         (__x86_data_cache_size_half): This.
33583         (__x86_64_raw_data_cache_size_half): Renamed to ...
33584         (__x86_raw_data_cache_size_half): This.
33585         (__x86_64_shared_cache_size): Renamed to ...
33586         (__x86_shared_cache_size): This.
33587         (__x86_64_raw_shared_cache_size): Renamed to ...
33588         (__x86_raw_shared_cache_size): This.
33589         (__x86_64_shared_cache_size_half): Renamed to ...
33590         (__x86_shared_cache_size_half): This.
33591         (__x86_64_raw_shared_cache_size_half): Renamed to ...
33592         (__x86_raw_shared_cache_size_half): This.
33593         * sysdeps/x86_64/memcpy.S: Updated.
33594         * sysdeps/x86_64/memset.S: Likewise.
33595         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
33596         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
33597         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
33599 2013-01-04  David S. Miller  <davem@davemloft.net>
33601         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33603 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
33605         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
33606         1 to avoid redefinition warning.
33607         (__USE_GNU): Don't define.
33608         (init_signaling_nan): Protoize.
33610         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33612 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
33614         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
33615         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
33616         (__cpymn): Likewise.
33617         (norm): Remove commented code.
33618         (denorm): Likewise.
33619         (__mp_dbl): Likewise.
33620         (__inv): Likewise.
33621         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
33622         (__cpymn): Likewise.
33623         (norm): Remove commented code.
33624         (denorm): Likewise.
33625         (__mp_dbl): Likewise.
33626         (__inv): Likewise.
33628         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
33629         mp_no value for 1.0 and 2.0.
33630         (norm): Use RADIXI instead of radixi.d.
33631         (denorm): Likewise.
33632         (__mul): Use 0.0 instead of zero.d.
33633         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
33634         mp_no value for 1.0 and 2.0.
33635         (norm): Use RADIXI instead of radixi.d.
33636         (denorm): Likewise.
33637         (__mul): Use 0.0 instead of zero.d.
33639 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
33641         [BZ #14994]
33642         * math/s_casinh.c (__casinh): Reduce finite argument to first
33643         quadrant then set signs of results at the end.
33644         * math/s_casinhf.c (__casinhf): Likewise.
33645         * math/s_casinhl.c (__casinhl): Likewise.
33646         * math/libm-test.inc (casin_test): Add more tests.
33647         (casinh_test): Likewise.
33648         * sysdeps/i386/fpu/libm-test-ulps: Update.
33649         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33651 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
33653         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
33655         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
33657         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
33658         declarations.
33659         (denorm): Likewise.
33660         (__mp_dbl): Likewise.
33661         (__inv): Likewise.
33663         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
33664         and adjust the header comment.
33666         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
33667         variable name from declaration.
33669 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
33671         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
33672         Initialize COMMON_CPUID_INDEX_7 element.
33673         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
33674         (CPUID_RTM): Likewise.
33675         (HAS_RTM): Likewise.
33676         (COMMON_CPUID_INDEX_7): New enum.
33678 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
33680         [BZ #14981]
33681         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
33682         size is zero, record memory as freed.
33684 2013-01-03  Andreas Jaeger  <aj@suse.de>
33686         * po/ia.po: Add new Interlingua translation.
33688 2012-01-03  Allan McRae  <allan@archlinux.org>
33690         * locale/programs/localedef.c: Fix description of '--posix' flag.
33692 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
33694         * NEWS: Update dates in second copyright notice.
33695         * README: Update copyright dates in example.
33696         * manual/libc.texinfo: Update copyright dates.
33697         * scripts/test-installation.pl: Update copyright date in --version
33698         output.
33700         * hurd/ctty-input.c: Fix copyright notice formatting.
33701         * hurd/ctty-output.c: Likewise.
33702         * hurd/dtable.c: Likewise.
33703         * hurd/hurd-raise.c: Likewise.
33704         * hurd/hurdprio.c: Likewise.
33705         * hurd/msgportdemux.c: Likewise.
33706         * misc/sys/file.h: Likewise.
33707         * misc/sys/ioctl.h: Likewise.
33708         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
33709         * sysdeps/mach/hurd/chdir.c: Likewise.
33710         * sysdeps/mach/hurd/fchdir.c: Likewise.
33711         * sysdeps/mach/hurd/rename.c: Likewise.
33712         * sysdeps/mach/hurd/rmdir.c: Likewise.
33713         * sysdeps/mach/hurd/seekdir.c: Likewise.
33714         * sysdeps/mach/hurd/setsid.c: Likewise.
33715         * sysdeps/posix/wait3.c: Likewise.
33717         * All files with FSF copyright notices: Update copyright dates
33718         using scripts/update-copyrights.
33719         * intl/plural.c: Regenerated.
33720         * locale/programs/charmap-kw.h: Likewise.
33721         * locale/programs/locfile-kw.h: Likewise.
33723 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
33725         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
33726         four values.
33728         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
33729         calculation loop and add branch prediction.
33731         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
33732         check access beyond bounds of m1np.
33734         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
33735         MPTWO.
33736         (__inv): Remove local variable MPTWO to use the global
33737         constant.
33738         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
33739         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
33740         variable MPTWO.
33741         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
33742         MP3HALFS static const.
33744 2013-01-01  David S. Miller  <davem@davemloft.net>
33746         * po/ca.po: Update from translation team.
33748 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
33750         * scripts/update-copyrights: New file.
33751         * Makeconfig: Reformat copyright notice.
33752         * ctype/ctype.h: Likewise.
33753         * debug/swprintf_chk.c: Likewise.
33754         * elf/dl-cache.c: Likewise.
33755         * elf/dl-debug.c: Likewise.
33756         * elf/dl-object.c: Likewise.
33757         * grp/initgroups.c: Likewise.
33758         * hurd/Makefile: Likewise.
33759         * hurd/hurd/signal.h: Likewise.
33760         * hurd/hurdfault.c: Likewise.
33761         * hurd/hurdioctl.c: Likewise.
33762         * hurd/hurdlookup.c: Likewise.
33763         * hurd/intr-msg.c: Likewise.
33764         * iconv/gconv_open.c: Likewise.
33765         * libio/swprintf.c: Likewise.
33766         * locale/lc-ctype.c: Likewise.
33767         * locale/nl_langinfo.c: Likewise.
33768         * mach/Machrules: Likewise.
33769         * mach/Makefile: Likewise.
33770         * malloc/obstack.h: Likewise.
33771         * manual/Makefile: Likewise.
33772         * manual/tsort.awk: Likewise.
33773         * misc/bits/stab.def: Likewise.
33774         * nis/nis_print_group_entry.c: Likewise.
33775         * nis/nis_table.c: Likewise.
33776         * nis/nss_compat/compat-pwd.c: Likewise.
33777         * nis/nss_compat/compat-spwd.c: Likewise.
33778         * po/Makefile: Likewise.
33779         * posix/fnmatch.c: Likewise.
33780         * posix/regex.h: Likewise.
33781         * resolv/Makefile: Likewise.
33782         * resolv/nss_dns/dns-network.c: Likewise.
33783         * resolv/res_hconf.c: Likewise.
33784         * scripts/gen-sorted.awk: Likewise.
33785         * soft-fp/soft-fp.h: Likewise.
33786         * stdio-common/printf.h: Likewise.
33787         * stdlib/monetary.h: Likewise.
33788         * stdlib/random.c: Likewise.
33789         * stdlib/random_r.c: Likewise.
33790         * sysdeps/generic/Makefile: Likewise.
33791         * sysdeps/gnu/Makefile: Likewise.
33792         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
33793         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
33794         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
33795         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
33796         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
33797         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
33798         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
33799         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
33800         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
33801         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
33802         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
33803         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
33804         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
33805         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
33806         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
33807         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
33808         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
33809         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
33810         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
33811         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
33812         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
33813         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
33814         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
33815         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
33816         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
33817         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
33818         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
33819         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
33820         * sysdeps/mach/hurd/errnos.awk: Likewise.
33821         * sysdeps/mach/hurd/fork.c: Likewise.
33822         * sysdeps/mach/hurd/getcwd.c: Likewise.
33823         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
33824         * sysdeps/mach/hurd/mmap.c: Likewise.
33825         * sysdeps/mach/hurd/utimes.c: Likewise.
33826         * sysdeps/mach/hurd/xmknod.c: Likewise.
33827         * sysdeps/posix/profil.c: Likewise.
33828         * sysdeps/posix/readdir_r.c: Likewise.
33829         * sysdeps/powerpc/bits/mathdef.h: Likewise.
33830         * sysdeps/powerpc/bits/setjmp.h: Likewise.
33831         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
33832         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
33833         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33834         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
33835         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
33836         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
33837         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33838         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
33839         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
33840         * sysdeps/pthread/lio_listio.c: Likewise.
33841         * sysdeps/sparc/dl-procinfo.h: Likewise.
33842         * sysdeps/unix/i386/sysdep.S: Likewise.
33843         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
33844         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
33845         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
33846         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
33847         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
33848         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
33849         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
33850         * sysdeps/unix/sysv/linux/speed.c: Likewise.
33851         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
33852         * sysdeps/wordsize-32/divdi3.c: Likewise.
33853         * time/sys/time.h: Likewise.
33854         * wcsmbs/Makefile: Likewise.
33856 2013-01-01  David S. Miller  <davem@davemloft.net>
33858         * po/fr.po: Update from translation team.
33860         * catgets/gencat.c: Update copyright year.
33861         * csu/version.c: Likewise.
33862         * debug/catchsegv.sh: Likewise.
33863         * debug/pcprofiledump.c: Likewise.
33864         * debug/xtrace.sh: Likewise.
33865         * elf/ldconfig.c: Likewise.
33866         * elf/ldd.bash.in: Likewise.
33867         * elf/pldd.c: Likewise.
33868         * elf/sotruss.ksh: Likewise.
33869         * elf/sprof.c: Likewise.
33870         * iconv/iconv_prog.c: Likewise.
33871         * iconv/iconvconfig.c: Likewise.
33872         * locale/programs/locale.c: Likewise.
33873         * locale/programs/localedef.c: Likewise.
33874         * login/programs/pt_chown.c: Likewise.
33875         * malloc/memusage.sh: Likewise.
33876         * malloc/memusagestat.c: Likewise.
33877         * malloc/mtrace.pl: Likewise.
33878         * nscd/nscd.c: Likewise.
33879         * nss/getent.c: Likewise.
33880         * nss/makedb.c: Likewise.
33881         * posix/getconf.c: Likewise.
33883 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
33885         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
33886         numbers.
33888 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
33890         * math/bits/mathcalls.h (modf): Use __nonnull.
33892 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
33894         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
33895         (split): Use macro CN instead of the bare value.
33896         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
33897         could be used.
33898         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
33899         instead of the bare value.
33900         (power1): Likewise.
33902 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33904         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
33905         __ATAN_TWOM.
33906         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
33908         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
33909         their values.
33910         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
33911         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
33912         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
33913         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
33915 2012-12-28  Andreas Jaeger  <aj@suse.de>
33917         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
33918         values are from Linux 3.7.
33920         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
33921         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
33923 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33925         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
33926         TRUE case.
33928         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
33929         (norm): Likewise.
33930         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
33931         variables with preprocessor constants.
33932         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
33933         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
33934         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
33936 2012-12-27  Bruno Haible  <bruno@clisp.org>
33938         [BZ #14317]
33939         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
33940         only if needed.
33942 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
33944         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
33945         and use variable directly.
33946         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
33948         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
33949         MPONE.
33950         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
33951         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
33952         variable MPONE.
33953         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
33954         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
33955         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
33956         include directive.  Remove local variable MPONE.
33957         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
33958         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
33959         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
33961 2012-12-25  David S. Miller  <davem@davemloft.net>
33963         * version.h (RELEASE): Set to "development".
33964         (VERSION): Set to "2.17.90".
33965         * NEWS: Add 2.18 section.
33967 2012-12-21  David S. Miller  <davem@davemloft.net>
33969         * po/hr.po: Update from translation team.
33971 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33973         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
33975 2012-12-19  Steve Ellcey  <sellcey@mips.com>
33977         * NEWS:  Mention new memcpy for MIPS.
33979 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33981         * manual/contrib.texi (Contributors): Spelling correction.
33983 2012-12-15  David S. Miller  <davem@davemloft.net>
33985         * po/ru.po: Update from translation team.
33987 2012-12-13  David S. Miller  <davem@davemloft.net>
33989         * NEWS: Mention IFUNC testsuite enhancements.
33991         * po/pl.po: Update from translation team.
33992         * po/bg.po: Likewise.
33994         * manual/contrib.texi (Contributors): Update entries for Hongjiu
33995         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
33997 2012-12-11  David S. Miller  <davem@davemloft.net>
33999         * po/sv.po: Update from translation team.
34001         * po/vi.po: Update from translation team.
34003         * po/cs.po: Update from translation team.
34005         * po/de.po: Update from translation team.
34006         * po/eo.po: Likewise.
34007         * po/nl.po: Likewise.
34009 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
34011         [BZ #14246]
34012         * manual/argp.texi (Argp Helper Functions): Move node to follow
34013         Argp Parsing State.
34015         [BZ #14872]
34016         * manual/conf.texi (Limits on File System Capacity): Mention if
34017         terminating null is included in the max size.
34019 2012-12-10  Andreas Jaeger  <aj@suse.de>
34021         * po/cs.po: Update from translation team.
34023 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
34025         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
34026         void pointer and cast to uintptr_t.
34027         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
34028         path.
34029         * sysdeps/s390/s390-64/memcpy.S: Likewise.
34030         * sysdeps/s390/s390-64/memset.S: Likewise.
34032 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
34034         [BZ #14833]
34035         * menual/message.texi (Message Translation): Fix typos.
34036         (Helper programs for gettext): Likewise.
34038 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
34040         [BZ #14898]
34041         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
34042         Change to -1.
34044 2012-12-07  David S. Miller  <davem@davemloft.net>
34046         * po/libc.pot: Update.
34048 2012-12-07  Richard Henderson  <rth@redhat.com>
34050         [BZ #10114]
34051         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
34052         normal/normal case to before the switch.
34053         (_FP_DIV): Likewise.
34055 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
34056             Mike Frysinger  <vapier@gentoo.org>
34058         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
34059         check for __NR_fadvise64_64.
34061 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
34063         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
34064         0, not just to plain "0" as a statement.
34065         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
34066         with cw.
34068 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
34070         * NEWS: Use sourceware.org in Bugzilla URL.
34072 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
34074         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
34075         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
34077         * stdio-common/tst-put-error.c (do_test): Add newline to the
34078         padded test to ensure flush.
34080 2012-12-05  Jeff Law  <law@redhat.com>
34082         * sunrpc/etc.rpc (fedfs_admin): Add entry.
34084 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
34086         * README: Don't refer to ports add-on as distributed separately.
34087         Mention AArch64 in list of systems supported in the ports add-on.
34089         * LICENSES: Add more non-FSF copyright and license notices.
34091         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
34092         ((unused)).
34094         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
34096         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
34097         10000 as width of padded output.
34099 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
34101         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
34103         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
34104         variable LX with __attribute__ ((unused)).
34105         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
34106         Likewise.
34107         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
34108         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
34109         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
34110         with __attribute__ ((unused)).
34112 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
34114         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
34116 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
34118         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
34119         (CFLAGS-nldbl-acos.c): New variable.
34120         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
34121         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
34122         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
34123         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
34124         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
34125         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
34126         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
34127         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
34128         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
34129         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
34130         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
34131         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
34132         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
34133         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
34134         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
34135         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
34136         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
34137         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
34138         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
34139         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
34140         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
34141         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
34142         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
34143         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
34144         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
34145         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
34146         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
34147         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
34148         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
34149         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
34150         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
34151         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
34152         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
34153         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
34154         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
34155         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
34156         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
34157         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
34158         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
34159         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
34160         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
34161         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
34162         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
34163         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
34164         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
34165         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
34166         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
34167         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
34168         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
34169         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
34170         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
34171         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
34172         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
34173         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
34174         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
34175         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
34176         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
34177         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
34178         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
34179         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
34180         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
34181         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
34182         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
34183         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
34184         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
34185         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
34186         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
34187         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
34188         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
34189         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
34190         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
34191         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
34192         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
34193         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
34194         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
34195         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
34196         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
34197         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
34198         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
34199         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
34200         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
34201         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
34202         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
34203         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
34204         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
34205         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
34206         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
34207         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
34208         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
34209         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
34210         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
34211         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
34212         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
34213         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
34214         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
34215         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
34216         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
34218         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
34219         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
34221         [BZ #14914]
34222         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
34223         whole low double instead of just low 47 bits when splitting values
34224         into two parts.
34226 2012-12-03  Allan McRae  <allan@archlinux.org>
34228         * manual/stdio.texi (Predefined Printf Handlers): Remove
34229         @hsep and @vsep usage.
34231 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
34233         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
34234         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
34236 2012-12-03  Jeff Law  <law@redhat.com>
34238         * time/sys/time.h (settimeofday): Do not mark TV argument
34239         as __nonnull.
34241 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
34243         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
34244         when currently writing and seek to current position when not.
34245         * libio/Makefile (tests): Remove bug-fclose1.
34246         * libio/bug-fclose1.c: Delete.
34248 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
34250         * manual/arith.texi (feenableexcept): Fix typo.
34251         (fedisableexcept): Likewise.
34253 2012-11-30  Roland McGrath  <roland@hack.frob.com>
34255         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
34256         second, differently-typed declaration, rather than a cast.
34258 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
34260         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
34261         * include/rpc/svc.h: ... here.
34263 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
34265         [BZ #13013]
34266         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
34267         depending n and resplen2 to catch cases where answer
34268         equals answerp2.
34270 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
34272         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
34273         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
34275 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
34277         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
34279 2012-11-29  Roland McGrath  <roland@hack.frob.com>
34281         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
34283 2012-11-28  Jeff Law  <law@redhat.com>
34285         [BZ #13761]
34286         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
34287         dataset_temporary.  Track alloca usage into alloca_used.
34288         If dataset is large allocate and release it via malloc/free.
34290 2012-06-04  Florian Weimer  <fweimer@redhat.com>
34292         [BZ #14197]
34293         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
34295 2012-11-28  David S. Miller  <davem@davemloft.net>
34297         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34299 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
34301         [BZ #14803]
34302         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
34303         of pi/2 rounded to nearest to 64 bits.
34304         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
34305         nearest to 64 bits.
34306         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
34307         bits.
34309 2012-11-28  Jeff Law <law@redhat.com>
34310             Martin Osvald <mosvald@redhat.com>
34312         [BZ #14889]
34313         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
34314         * sunrpc/svc.c: Include time.h.
34315         (__svc_accept_failed): New function.
34316         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
34317         any reason other than EINTR, call __svc_accept_failed.
34318         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
34319         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
34321 2012-11-28  Andreas Schwab  <schwab@suse.de>
34323         * scripts/abilist.awk: Also handle indirect functions in .opd
34324         section.
34326 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
34328         [BZ #13881]
34329         * sysdeps/x86/fpu/powl_helper.c: New file.
34330         * sysdeps/x86/fpu/Makefile: Likewise.
34331         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
34332         (p3): New object.
34333         (__ieee754_powl): Use __powl_helper for finite arguments except
34334         integer exponents below 8.
34335         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
34336         (p3): New object.
34337         (__ieee754_powl): Use __powl_helper for finite arguments except
34338         integer exponents below 8.
34339         * math/libm-test.inc (pow_test): Add more tests and enable some
34340         previously disabled tests.
34341         * sysdeps/i386/fpu/libm-test-ulps: Update.
34342         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34344 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34345             Carlos O'Donell  <carlos_odonell@mentor.com>
34347         * nss/makedb.c (is_prime): Assert that input is odd and greater
34348         than 4.  Note that fact in a comment too.
34349         (next_prime): Add 4 to input.
34351 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
34353         [BZ #11741]
34354         * libio/Makefile (tests): Add test case tst-fwrite-error.
34355         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
34356         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
34357         * libio/tst-fwrite-error.c: New test case.
34359 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
34361         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
34362         before casting to void *.
34363         * include/libc-internal.h (__pointer_type): New macro.
34364         (__integer_if_pointer_type_sub): Likewise.
34365         (__integer_if_pointer_type): Likewise.
34366         (cast_to_integer): Likewise.
34367         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
34368         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
34369         before casting to atomic64_t.
34370         (atomic_exchange_acq): Likewise.
34371         (__arch_exchange_and_add_body): Likewise.
34372         (__arch_add_body): Likewise.
34373         (atomic_add_negative): Likewise.
34374         (atomic_add_zero): Likewise.
34376 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
34378         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
34379         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
34380         (add_fdes): Likewise.
34381         (linear_search_fdes): Likewise.
34382         (binary_search_unencoded_fdes): Likewise.
34384 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
34386         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
34388 2012-11-24  Adam Conrad  <adconrad@0c3.net>
34390         * configure.in: Autodetect C++ header directories.
34391         * configure: Regenerated.
34393 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
34395         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
34397 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
34399         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34401 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
34403         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
34404         LDBL_MANT_DIG == 106]: Disable some tests.
34405         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
34406         Likewise.
34407         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
34408         Likewise.
34410         [BZ #14871]
34411         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
34412         input for small inputs.  Return +/- pi/2 for large inputs.
34413         * math/libm-test.inc (atan_test): Add more tests.
34415         * sysdeps/generic/unwind-dw2-fde-glibc.c
34416         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
34417         __attribute__ ((unused)).
34419         [BZ #14645]
34420         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
34421         x * y if x and y are nonzero and z is zero.
34423         [BZ #14811]
34424         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
34425         nonzero exponents with absolute value below 0x1p-117 to +/-
34426         0x1p-117.
34428         [BZ #14869]
34429         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
34430         up arguments below 2**-450, not just those below 2**-500.
34431         * math/libm-test.inc (hypot_test): Add another test.
34433         [BZ #14868]
34434         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
34435         Return a+b for ratio over 2**120, not 2**60.
34436         * math/libm-test.inc (hypot_test): Add another test.
34438         * math/libm-test.inc (clog_test): Use
34439         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
34440         (clog10_test): Likewise.
34442         [BZ #6778]
34443         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
34445 2012-11-22  Andreas Schwab  <schwab@suse.de>
34447         * sysdeps/i386/fpu/libm-test-ulps: Update.
34449 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
34451         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
34452         printf output with newline.
34454 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
34456         [BZ #14865]
34457         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
34458         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
34459         -z nodlopen, -z initfirst and -z execstack support.
34460         * configure: Regenerated.
34462         * elf/elf.h (DF_1_NODIRECT): New macro.
34463         (DF_1_IGNMULDEF): Likewise.
34464         (DF_1_NOKSYMS): Likewise.
34465         (DF_1_NOHDR): Likewise.
34466         (DF_1_EDITED): Likewise.
34467         (DF_1_NORELOC): Likewise.
34468         (DF_1_SYMINTPOSE): Likewise.
34469         (DF_1_GLOBAUDIT): Likewise.
34470         (DF_1_SINGLETON): Likewise.
34471         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
34472         DT_1_SUPPORTED_MASK bits.
34473         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
34475 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
34477         * sysdeps/unix/make-syscalls.sh: Document prefixes.
34479 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
34481         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
34482         macro.
34484         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
34485         (sendmmsg): Move declarations...
34486         * socket/sys/socket.h: ... here.
34487         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
34488         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
34489         include it from...
34490         * socket/recvmmsg.c: ... this new file.
34491         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
34492         (sendmmsg): Rename to __sendmmsg, create weak alias and make
34493         definition of __sendmmsg hidden.
34494         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
34495         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
34496         Move ENOSYS stub into and include it from...
34497         * socket/sendmmsg.c: ... this new file.
34498         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
34499         (sysdep_routines): Move recvmmsg and sendmmsg...
34500         * socket/Makefile (routines): ... here.
34501         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
34502         (GLIBC_PRIVATE): Add __sendmmsg.
34503         * include/sys/socket.h (__sendmmsg): Add declarations.
34504         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
34505         sendmmsg.
34507 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
34509         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
34510         variable I1 with __attribute__ ((unused)).
34511         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
34513 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
34515         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
34516         DUMMY variables with __attribute__ ((unused)).
34518         * bits/byteswap.h: Include <bits/types.h>.
34519         (__bswap_64): Use __uint64_t instead of unsigned long long int.
34521 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
34523         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
34524         string_t.  Do not manually set errno.
34525         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
34526         length with __strnlen.  Make sure to both set errno and return it on
34527         failure.
34529 2012-11-19  David S. Miller  <davem@davemloft.net>
34531         With help from Joseph Myers.
34532         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
34533         very large arguments properly.
34534         * math/libm-test.inc (atan_test): New tests.
34535         (atan2_test): New tests.
34536         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34537         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34539 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
34541         [BZ #14856]
34542         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
34543         Define to 3.
34545         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
34546         [POSIX] (EADDRNOTAVAIL): Likewise.
34547         [POSIX] (EAFNOSUPPORT): Likewise.
34548         [POSIX] (EALREADY): Likewise.
34549         [POSIX] (ECONNABORTED): Likewise.
34550         [POSIX] (ECONNREFUSED): Likewise.
34551         [POSIX] (ECONNRESET): Likewise.
34552         [POSIX] (EDESTADDRREQ): Likewise.
34553         [POSIX] (EDQUOT): Likewise.
34554         [POSIX] (EHOSTUNREACH): Likewise.
34555         [POSIX] (EIDRM): Likewise.
34556         [POSIX] (EISCONN): Likewise.
34557         [POSIX] (ELOOP): Likewise.
34558         [POSIX] (EMULTIHOP): Likewise.
34559         [POSIX] (ENETDOWN): Likewise.
34560         [POSIX] (ENETUNREACH): Likewise.
34561         [POSIX] (ENOBUFS): Likewise.
34562         [POSIX] (ENODATA): Likewise.
34563         [POSIX] (ENOLINK): Likewise.
34564         [POSIX] (ENOMSG): Likewise.
34565         [POSIX] (ENOPROTOOPT): Likewise.
34566         [POSIX] (ENOSR): Likewise.
34567         [POSIX] (ENOSTR): Likewise.
34568         [POSIX] (ENOTCONN): Likewise.
34569         [POSIX] (ENOTSOCK): Likewise.
34570         [POSIX] (EOPNOTSUPP): Likewise.
34571         [POSIX] (EOVERFLOW): Likewise.
34572         [POSIX] (EPROTO): Likewise.
34573         [POSIX] (EPROTONOSUPPORT): Likewise.
34574         [POSIX] (EPROTOTYPE): Likewise.
34575         [POSIX] (ESTALE): Likewise.
34576         [POSIX] (ETIME): Likewise.
34577         [POSIX] (ETXTBSY): Likewise.
34578         [POSIX] (EWOULDBLOCK): Likewise.
34579         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
34580         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
34581         [POSIX] (SEEK_CUR): Likewise.
34582         [POSIX] (SEEK_END): Likewise.
34583         [POSIX || UNIX98] (mode_t): Do not require.
34584         [POSIX] (off_t): Likewise.
34585         [POSIX] (pid_t): Likewise.
34586         [POSIX] (sys/stat.h): Do not allow header.
34587         [POSIX] (unistd.h): Likewise.
34588         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
34589         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
34590         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
34591         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
34592         require.
34593         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
34594         sigevent): Specify elements.
34595         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
34596         entry.
34597         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
34598         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
34600         * conform/data/cpio.h-data [POSIX]: Disable whole file.
34601         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
34602         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
34603         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
34604         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
34605         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
34606         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
34607         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
34608         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
34609         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
34610         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
34611         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
34612         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
34613         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
34614         Likewise.
34615         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
34616         Likewise.
34617         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
34618         Likewise.
34619         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
34620         Likewise.
34621         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
34622         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
34623         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
34624         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
34625         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
34626         Specify lower bound on value.
34627         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
34628         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
34629         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
34630         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
34631         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
34632         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
34633         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
34634         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
34635         value.
34636         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
34637         as optional.
34638         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
34639         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
34640         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
34641         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
34642         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
34643         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
34644         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
34645         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
34646         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
34647         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
34648         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
34649         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
34650         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
34651         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
34652         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
34653         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
34654         entry.
34655         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
34656         optional.
34657         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
34658         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
34659         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
34660         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
34661         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
34662         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
34663         Likewise.
34664         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
34665         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
34666         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
34667         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
34668         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
34669         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
34670         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
34671         as optional.
34672         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
34673         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
34674         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
34675         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
34676         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
34677         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
34678         specify as optional.
34679         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
34680         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
34681         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
34682         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
34683         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
34684         [XPG3] (NL_LANGMAX): Likewise.
34685         [POSIX || XPG3] (NL_MSGMAX): Likewise.
34686         [POSIX || XPG3] (NL_NMAX): Likewise.
34687         [POSIX || XPG3] (NL_SETMAX): Likewise.
34688         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
34689         [XPG3] (NZERO): Likewise.
34690         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
34691         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
34692         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
34693         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
34694         (REG_ERANGE): Expect.
34695         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
34696         optional-constant.
34697         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
34698         Use (void) in prototype.
34699         [POSIX] (*_t): Allow.
34700         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
34701         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
34702         (WRDE_BADVAL): Expect.
34704         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
34705         expect.
34706         [XPG3 || XPG4] (O_RSYNC): Likewise.
34707         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
34708         Likewise.
34709         [XPG3 || XPG4] (pthread_sigmask): Likewise.
34710         [XPG3 || XPG4] (sigqueue): Likewise.
34711         [XPG3 || XPG4] (sigtimedwait): Likewise.
34712         [XPG3 || XPG4] (sigwaitinfo): Likewise.
34713         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
34714         [XPG3 || XPG4] (vsnprintf): Likewise.
34715         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
34716         Likewise.
34717         [XPG3 || XPG4] (blksize_t): Likewise.
34718         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
34719         Likewise.
34720         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
34721         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
34722         [XPG3 || XPG4] (struct itimerspec): Likewise.
34723         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
34724         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
34725         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
34726         [XPG3 || XPG4] (clockid_t): Likewise.
34727         [XPG3 || XPG4] (timer_t): Likewise.
34728         [XPG3 || XPG4] (clock_getres): Likewise.
34729         [XPG3 || XPG4] (clock_gettime): Likewise.
34730         [XPG3 || XPG4] (clock_settime): Likewise.
34731         [XPG3 || XPG4] (nanosleep): Likewise.
34732         [XPG3 || XPG4] (timer_create): Likewise.
34733         [XPG3 || XPG4] (timer_delete): Likewise.
34734         [XPG3 || XPG4] (timer_gettime): Likewise.
34735         [XPG3 || XPG4] (timer_getoverrun): Likewise.
34736         [XPG3 || XPG4] (timer_settime): Likewise.
34737         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
34738         [XPG3 || XPG4] (getlogin_r): Likewise.
34739         [XPG3 || XPG4] (pread): Likewise.
34740         [XPG3 || XPG4] (pthread_atfork): Likewise.
34741         [XPG3 || XPG4] (pwrite): Likewise.
34743         [BZ #14835]
34744         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
34745         <bits/siginfo.h>.
34747 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
34749         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
34750         finalizing MALLSTREAM.
34752         * sysdeps/mach/hurd/syncfs.c: New file.
34754 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
34756         [BZ #14719]
34757         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
34758         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
34759         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
34760         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
34761         (_nss_dns_gethostbyname4_r): Likewise.
34762         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
34763         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
34765 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
34767         [BZ #13763]
34768         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
34770 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
34772         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
34773         * elf/cache.c (print_entry): Print ",AArch64" for
34774         FLAG_AARCH64_LIB64
34776         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
34777         * elf/cache.c (print_entry): Print ",hard-float" for
34778         FLAG_ARM_LIBHF.
34780 2012-11-18  David S. Miller  <davem@davemloft.net>
34782         With help from Joseph Myers.
34783         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
34784         cutoff to 2**-13.
34785         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
34786         cutoff to 2**-25.
34787         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
34788         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
34789         small.
34790         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
34791         * math/libm-test.inc (y0_test): New tests.
34792         (y1_test): New tests.
34793         * sysdeps/i386/fpu/libm-test-ulps: Update.
34794         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34795         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34797 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
34799         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
34800         64-bit targets.
34801         * configure: Regenerated.
34803 2012-11-17  David S. Miller  <davem@davemloft.net>
34805         [BZ #14811]
34806         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
34807         nonzero exponents with absolute value below 0x1p-128 to +/-
34808         0x1p-128.
34810 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
34812         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
34814         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
34816         * posix/getconf-speclist.c: New file.
34817         * posix/posix-envs.def: Likewise.
34818         * posix/confstr.c (START_ENV_GROUP): New macro.
34819         (END_ENV_GROUP): Likewise.
34820         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
34821         (KNOWN_PRESENT_ENV_STRING): Likewise.
34822         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
34823         (UNKNOWN_ENVIRONMENT): Likewise.
34824         (confstr): Include posix-envs.def instead of handling
34825         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
34826         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
34827         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
34828         (END_ENV_GROUP): Likewise.
34829         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
34830         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
34831         (UNKNOWN_ENVIRONMENT): Likewise.
34832         (__sysconf): Include posix-envs.def instead of handling associated
34833         cases directly here.
34834         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
34835         preprocessing getconf-speclist.c rather than running getconf or
34836         generating empty file.
34838 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
34840         * scripts/check-local-headers.sh: Ignore 'mach' headers.
34842 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
34844         [BZ #14672]
34845         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
34847 2012-11-16  David S. Miller  <davem@davemloft.net>
34849         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
34850         smaller than LDBL_EPSILON/2.0L, just return xm1.
34852 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
34854         * elf/tst-array1.c (init): Set constructor priority to 1000.
34855         (fini): Set destructor priority to 1000.
34856         * elf/tst-array2dep.c: Likewise.
34858 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34860         [BZ #11741]
34861         * libio/fileops.c (_IO_new_file_write): Correctly return error.
34862         (_IO_new_file_xsputn): Also return EOF if none of the input
34863         data was written when overflow failed.
34864         * libio/iopadn.c (_IO_padn): Likewise.
34865         * libio/iowpadn.c (_IO_wpadn): Likewise.
34866         * stdio-common/tst-put-error.c: Add copyright notice.
34867         (do_test): Add case for printing padded string.
34868         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
34869         _IO_padn returned error.
34870         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
34871         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
34872         return EOF.
34874 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34876         * libio/libioP.h: Add comment note that the references to C++
34877         bits are now obsolete.
34879 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34881         * math/libm-test.inc (check_complex): Use asprintf.
34883 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
34885         * debug/pcprofiledump.c (print_version): Update copyright year.
34886         * malloc/memusagestat.c (print_version): Likewise.
34888 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
34890         [BZ #14831]
34891         * elf/Makefile (tests): Add tst-audit8.
34892         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
34893         ($(objpfx)tst-audit8.out): New target.
34894         (tst-audit8-ENV): New variable.
34895         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
34896         audit if l_reloc_result is NULL.
34897         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
34898         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
34899         * elf/tst-audit8.c: New file.
34901 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34903         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
34904         * misc/Makefile (CFLAGS-select.c): Define.
34905         * posix/Makefile (CFLAGS-pause.c): Define.
34907 2012-11-13  David S. Miller  <davem@davemloft.net>
34909         * crypt/Makefile: Move test targets after toplevel Rules
34910         inclusion.  Grab any necessary sysdep routines when linking.
34911         * crypt/md5.c (md5_process_block): Remove define, we will always
34912         name it __md5_process_block.
34913         (md5_finish_ctx): Update md5_process_block call.
34914         (md5_stream): Likewise.
34915         (md5_process_bytes): Likewise.
34916         (md5_process_block): Rename to __md5_process_block and move to ...
34917         * crypt/md5-block.c: ... here.
34918         * crypt/sha256.c (sha256_process_block): Move to ...
34919         * crypt/sha256-block.c: ... here.
34920         * crypt/sha512.c (sha512_process_block): Move to ...
34921         * crypt/sha512-block.c: ... here.
34922         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
34923         path.
34924         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
34925         * sysdeps/sparc/sparc64/multiarch/Makefile
34926         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
34927         crypt subdir.
34928         (localedef-aux): Add md5 crypto assembler when in locale subdir.
34929         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
34930         multiarch changes.
34931         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
34932         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
34933         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
34934         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
34935         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
34936         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
34937         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
34938         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
34939         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
34940         file.
34941         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
34942         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
34943         file.
34944         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
34946 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
34948         * timezone/tzselect.ksh: Update from tzcode git revision
34949         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
34950         * timezone/zdump.c: Likewise.
34951         * timezone/zic.c: Likewise.
34952         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
34953         in TZVERSION setting, not $(PKGVERSION).
34954         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
34955         REPORT_BUGS_TO settings.
34957         [BZ #14838]
34958         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
34959         macro.
34961 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34963         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
34964         detection to immediately after _FP_ROUND().
34965         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
34966         bits are 0.
34968 2012-11-11  David S. Miller  <davem@davemloft.net>
34970         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
34971         inttypes.h
34972         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
34973         __close rather than their public counterparts.
34975 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
34977         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
34978         file.
34979         [UNIX98] (sem_timedwait): Do not expect.
34980         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
34981         [XPG4 || UNIX98] (sockatmark): Do not expect.
34982         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
34983         (clock_getcpuclockid): Do not expect.
34984         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
34985         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
34986         Do not expect.
34987         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
34988         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
34989         [UNIX98] (vwscanf): Likewise.
34990         [UNIX98] (vswscanf): Likewise.
34992 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
34994         * timezone/version.h: Remove file.
34995         * timezone/README: Do not refer to version.h.
34996         * timezone/Makefile ($(objpfx)zic.o): New dependency on
34997         $(objpfx)version.h.
34998         ($(objpfx)zdump.o): Likewise.
34999         ($(objpfx)version.h): New target.
35001         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
35002         2012i.
35003         * timezone/README: Don't mention modification to tzselect.ksh.
35004         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
35005         work on unmodified tzselect.ksh.  Substitute version numbers in
35006         tzselect.ksh.
35008         * Makefile (format-me): Remove.
35009         (INSTALL): Adjust indentation.  Use commands directly instead of
35010         using $(format-me).
35012         * aclocal.m4 (ACX_PKGVERSION): New macro.
35013         (ACX_BUGURL): Likewise.
35014         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
35015         (PKGVERSION): New AC_DEFINE_UNQUOTED.
35016         (REPORT_BUGS_TO): Likewise.
35017         * configure: Regenerated.
35018         * config.h.in (PKGVERSION): New macro.
35019         (REPORT_BUGS_TO): Likewise.
35020         * config.make.in (PKGVERSION): New variable.
35021         (PKGVERSION_TEXI): Likewise.
35022         (REPORT_BUGS_TO): Likewise.
35023         (REPORT_BUGS_TEXI): Likewise.
35024         * Makefile (format-me): Use -I$(common-objpfx)manual.
35025         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
35026         ($(common-objpfx)manual/%): New target.
35027         (manual/%): Remove target.
35028         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
35029         (print_version): Use PKGVERSION.
35030         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
35031         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
35032         and REPORT_BUGS_TO.
35033         ($(objpfx)xtrace): Likewise.
35034         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
35035         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
35036         (print_version): Use PKGVERSION.
35037         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
35038         (do_version): Use PKGVERSION.
35039         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
35040         REPORT_BUGS_TO.
35041         (common-ldd-rewrite): Likewise.
35042         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
35043         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
35044         (print_version): Use PKGVERSION.
35045         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
35046         * elf/pldd.c (argp_program_bug_address): Remove variable.
35047         (more_help): New function.
35048         (argp): Use more_help.
35049         (print_version): Use PKGVERSION.
35050         * elf/sln.c (main): Use PKGVERSION.
35051         (usage): Use REPORT_BUGS_TO.
35052         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
35053         (top level): Use PKGVERSION.
35054         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
35055         (print_version): Use PKGVERSION.
35056         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
35057         (print_version): Use PKGVERSION.
35058         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
35059         (print_version): Use PKGVERSION.
35060         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
35061         (print_version): Use PKGVERSION.
35062         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
35063         (print_version): Use PKGVERSION.
35064         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
35065         (print_version): Use PKGVERSION.
35066         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
35067         and BUGURL.
35068         ($(objpfx)memusage): Likewise.
35069         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
35070         (do_version): Use PKGVERSION.
35071         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
35072         (print_version): Use PKGVERSION.
35073         * malloc/mtrace.pl ($PACKAGE): Remove variable.
35074         ($PKGVERSION): New variable.
35075         ($REPORT_BUGS_TO): Likewise.
35076         (usage): Use $REPORT_BUGS_TO.
35077         (top level): Use $PKGVERSION.
35078         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
35079         ($(objpfx)pkgvers.texi): New rule.
35080         ($(objpfx)stamp-pkgvers): Likewise.
35081         * manual/install.texi: Include pkgvers.texi.
35082         (--with-pkgversion): Document new configure option.
35083         (--with-bugurl): Likewise.
35084         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
35085         than necessarily for this particular distribution.  Use
35086         REPORT_BUGS_TO for where to report bugs.
35087         * INSTALL: Regenerated.
35088         * manual/libc.texinfo: Include pkgvers.texi.
35089         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
35090         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
35091         (print_version): Use PKGVERSION.
35092         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
35093         (print_version): Use PKGVERSION.
35094         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
35095         (print_version): Use PKGVERSION.
35096         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
35097         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
35098         macro.
35099         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
35100         (print_version): Use PKGVERSION.
35101         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
35102         (print_version): Use PKGVERSION.
35103         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
35104         and PKGVERSION.
35106         * timezone/checktab.awk: Update from tzcode 2012i.
35107         * timezone/ialloc.c: Likewise.
35108         * timezone/private.h: Likewise.
35109         * timezone/scheck.c: Likewise.
35110         * timezone/tzfile.h: Likewise.
35111         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
35112         (TZVERSION): Hardcode tzcode version number.
35113         * timezone/zdump.c: Update from tzcode 2012i.
35114         * timezone/zic.c: Likewise.
35115         * timezone/version.h: New file.
35116         * timezone/README: Describe version.h.  Update upstream location.
35118         [BZ #14824]
35119         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
35120         (mktemp): Enable declaration.
35121         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
35122         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
35123         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
35124         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
35125         Likewise.
35126         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
35127         Likewise.
35128         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
35129         Likewise.
35130         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
35131         Likewise.
35132         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
35133         Likewise.
35134         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
35135         Likewise.
35137         [BZ #14821]
35138         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
35139         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
35140         for copies of such integer values.
35141         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
35142         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
35144 2012-11-09  Andreas Jaeger  <aj@suse.de>
35146         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
35147         definitions and declarations that are provided by
35148         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
35150 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35152         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
35153         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
35154         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
35155         definition.
35157 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35159         * elf/elf.h: Update comment before AArch64 relocations.
35161 2012-11-07  David S. Miller  <davem@davemloft.net>
35163         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
35164         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
35165         (__start_context): Declare.
35166         (__makecontext_ret): Delete.
35167         (__makecontext): Hook up __start_context instead of
35168         __makecontext_ret.
35169         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
35170         (sysdep_routines): Add __start_context when in stdlib.
35172 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35174         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
35175         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
35176         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
35177         hardcoded "nm".
35178         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
35179         (READELF): New variable.  Use it instead of hardcoded "readelf".
35181 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
35183         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
35184         * sysdeps/x86/Makefile: Here.
35185         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
35186         * sysdeps/x86/tst-xmmymm.sh: This.
35188 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35190         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
35191         expectations.
35192         [UNIX98] (pthread_barrier_t): Do not expect.
35193         [UNIX98] (pthread_barrierattr_t): Likewise.
35194         [UNIX98] (pthread_spinlock_t): Likewise.
35195         [UNIX98] (pthread_barrier_destroy): Likewise.
35196         [UNIX98] (pthread_barrier_init): Likewise.
35197         [UNIX98] (pthread_barrier_wait): Likewise.
35198         [UNIX98] (pthread_barrierattr_destroy): Likewise.
35199         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
35200         [UNIX98] (pthread_barrierattr_init): Likewise.
35201         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
35202         [UNIX98] (pthread_getcpuclockid): Likewise.
35203         [UNIX98] (pthread_mutex_timedlock): Likewise.
35204         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
35205         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
35206         [UNIX98] (pthread_sigmask): Likewise.
35207         [UNIX98] (pthread_spin_destroy): Likewise.
35208         [UNIX98] (pthread_spin_init): Likewise.
35209         [UNIX98] (pthread_spin_lock): Likewise.
35210         [UNIX98] (pthread_spin_trylock): Likewise.
35211         [UNIX98] (pthread_spin_unlock): Likewise.
35212         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
35213         Do not expect.
35214         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
35215         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
35216         [XPG3 || XPG4] (pthread_cond_t): Likewise.
35217         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
35218         [XPG3 || XPG4] (pthread_key_t): Likewise.
35219         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
35220         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
35221         [XPG3 || XPG4] (pthread_once_t): Likewise.
35222         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
35223         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
35224         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
35225         [XPG3 || XPG4] (pthread_t): Likewise.
35227         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
35228         not expect.
35229         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
35231         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
35232         Change function return type to int.
35234         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
35235         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
35236         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
35237         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
35238         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
35239         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
35240         [!POSIX] (posix_madvise): Likewise.
35241         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
35242         && !UNIX98].
35243         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
35244         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
35245         (mode_t): Likewise.
35246         (posix_mem_offset): Likewise.
35247         (posix_typed_mem_get_info): Likewise.
35248         (posix_typed_mem_open): Likewise.
35250         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
35251         Change condition to [XOPEN2K8].
35253         * conform/conformtest.pl: Preprocess allow-header data with -x c
35254         instead of from stdin.
35255         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
35256         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
35257         [C99-based standards] (cerfc): Likewise.
35258         [C99-based standards] (cexp2): Likewise.
35259         [C99-based standards] (cexpm1): Likewise.
35260         [C99-based standards] (clog10): Likewise.
35261         [C99-based standards] (clog1p): Likewise.
35262         [C99-based standards] (clog2): Likewise.
35263         [C99-based standards] (clgamma): Likewise.
35264         [C99-based standards] (ctgamma): Likewise.
35265         [C99-based standards] (cerff): Likewise.
35266         [C99-based standards] (cerfcf): Likewise.
35267         [C99-based standards] (cexp2f): Likewise.
35268         [C99-based standards] (cexpm1f): Likewise.
35269         [C99-based standards] (clog10f): Likewise.
35270         [C99-based standards] (clog1pf): Likewise.
35271         [C99-based standards] (clog2f): Likewise.
35272         [C99-based standards] (clgammaf): Likewise.
35273         [C99-based standards] (ctgammaf): Likewise.
35274         [C99-based standards] (cerfl): Likewise.
35275         [C99-based standards] (cerfcl): Likewise.
35276         [C99-based standards] (cexp2l): Likewise.
35277         [C99-based standards] (cexpm1l): Likewise.
35278         [C99-based standards] (clog10l): Likewise.
35279         [C99-based standards] (clog1pl): Likewise.
35280         [C99-based standards] (clog2l): Likewise.
35281         [C99-based standards] (clgammal): Likewise.
35282         [C99-based standards] (ctgammal): Likewise.
35283         * conform/data/inttypes.h-data [C99-based standards]: Include
35284         stdint.h-data.  Remove all expectations for stdint.h contents.
35285         [C99-based standards] (PRI*): Do not allow.
35286         [C99-based standards] (SCN*): Likewise.
35287         [C99-based standards] (*_t): Likewise.
35288         [C99-based-standards] (PRId8): Expect macro.
35289         [C99-based-standards] (PRIi8): Likewise.
35290         [C99-based-standards] (PRIo8): Likewise.
35291         [C99-based-standards] (PRIu8): Likewise.
35292         [C99-based-standards] (PRIx8): Likewise.
35293         [C99-based-standards] (PRIX8): Likewise.
35294         [C99-based-standards] (SCNd8): Likewise.
35295         [C99-based-standards] (SCNi8): Likewise.
35296         [C99-based-standards] (SCNo8): Likewise.
35297         [C99-based-standards] (SCNu8): Likewise.
35298         [C99-based-standards] (SCNx8): Likewise.
35299         [C99-based-standards] (PRIdLEAST8): Likewise.
35300         [C99-based-standards] (PRIiLEAST8): Likewise.
35301         [C99-based-standards] (PRIoLEAST8): Likewise.
35302         [C99-based-standards] (PRIuLEAST8): Likewise.
35303         [C99-based-standards] (PRIxLEAST8): Likewise.
35304         [C99-based-standards] (PRIXLEAST8): Likewise.
35305         [C99-based-standards] (SCNdLEAST8): Likewise.
35306         [C99-based-standards] (SCNiLEAST8): Likewise.
35307         [C99-based-standards] (SCNoLEAST8): Likewise.
35308         [C99-based-standards] (SCNuLEAST8): Likewise.
35309         [C99-based-standards] (SCNxLEAST8): Likewise.
35310         [C99-based-standards] (PRIdFAST8): Likewise.
35311         [C99-based-standards] (PRIiFAST8): Likewise.
35312         [C99-based-standards] (PRIoFAST8): Likewise.
35313         [C99-based-standards] (PRIuFAST8): Likewise.
35314         [C99-based-standards] (PRIxFAST8): Likewise.
35315         [C99-based-standards] (PRIXFAST8): Likewise.
35316         [C99-based-standards] (SCNdFAST8): Likewise.
35317         [C99-based-standards] (SCNiFAST8): Likewise.
35318         [C99-based-standards] (SCNoFAST8): Likewise.
35319         [C99-based-standards] (SCNuFAST8): Likewise.
35320         [C99-based-standards] (SCNxFAST8): Likewise.
35321         [C99-based-standards] (PRId16): Likewise.
35322         [C99-based-standards] (PRIi16): Likewise.
35323         [C99-based-standards] (PRIo16): Likewise.
35324         [C99-based-standards] (PRIu16): Likewise.
35325         [C99-based-standards] (PRIx16): Likewise.
35326         [C99-based-standards] (PRIX16): Likewise.
35327         [C99-based-standards] (SCNd16): Likewise.
35328         [C99-based-standards] (SCNi16): Likewise.
35329         [C99-based-standards] (SCNo16): Likewise.
35330         [C99-based-standards] (SCNu16): Likewise.
35331         [C99-based-standards] (SCNx16): Likewise.
35332         [C99-based-standards] (PRIdLEAST16): Likewise.
35333         [C99-based-standards] (PRIiLEAST16): Likewise.
35334         [C99-based-standards] (PRIoLEAST16): Likewise.
35335         [C99-based-standards] (PRIuLEAST16): Likewise.
35336         [C99-based-standards] (PRIxLEAST16): Likewise.
35337         [C99-based-standards] (PRIXLEAST16): Likewise.
35338         [C99-based-standards] (SCNdLEAST16): Likewise.
35339         [C99-based-standards] (SCNiLEAST16): Likewise.
35340         [C99-based-standards] (SCNoLEAST16): Likewise.
35341         [C99-based-standards] (SCNuLEAST16): Likewise.
35342         [C99-based-standards] (SCNxLEAST16): Likewise.
35343         [C99-based-standards] (PRIdFAST16): Likewise.
35344         [C99-based-standards] (PRIiFAST16): Likewise.
35345         [C99-based-standards] (PRIoFAST16): Likewise.
35346         [C99-based-standards] (PRIuFAST16): Likewise.
35347         [C99-based-standards] (PRIxFAST16): Likewise.
35348         [C99-based-standards] (PRIXFAST16): Likewise.
35349         [C99-based-standards] (SCNdFAST16): Likewise.
35350         [C99-based-standards] (SCNiFAST16): Likewise.
35351         [C99-based-standards] (SCNoFAST16): Likewise.
35352         [C99-based-standards] (SCNuFAST16): Likewise.
35353         [C99-based-standards] (SCNxFAST16): Likewise.
35354         [C99-based-standards] (PRId32): Likewise.
35355         [C99-based-standards] (PRIi32): Likewise.
35356         [C99-based-standards] (PRIo32): Likewise.
35357         [C99-based-standards] (PRIu32): Likewise.
35358         [C99-based-standards] (PRIx32): Likewise.
35359         [C99-based-standards] (PRIX32): Likewise.
35360         [C99-based-standards] (SCNd32): Likewise.
35361         [C99-based-standards] (SCNi32): Likewise.
35362         [C99-based-standards] (SCNo32): Likewise.
35363         [C99-based-standards] (SCNu32): Likewise.
35364         [C99-based-standards] (SCNx32): Likewise.
35365         [C99-based-standards] (PRIdLEAST32): Likewise.
35366         [C99-based-standards] (PRIiLEAST32): Likewise.
35367         [C99-based-standards] (PRIoLEAST32): Likewise.
35368         [C99-based-standards] (PRIuLEAST32): Likewise.
35369         [C99-based-standards] (PRIxLEAST32): Likewise.
35370         [C99-based-standards] (PRIXLEAST32): Likewise.
35371         [C99-based-standards] (SCNdLEAST32): Likewise.
35372         [C99-based-standards] (SCNiLEAST32): Likewise.
35373         [C99-based-standards] (SCNoLEAST32): Likewise.
35374         [C99-based-standards] (SCNuLEAST32): Likewise.
35375         [C99-based-standards] (SCNxLEAST32): Likewise.
35376         [C99-based-standards] (PRIdFAST32): Likewise.
35377         [C99-based-standards] (PRIiFAST32): Likewise.
35378         [C99-based-standards] (PRIoFAST32): Likewise.
35379         [C99-based-standards] (PRIuFAST32): Likewise.
35380         [C99-based-standards] (PRIxFAST32): Likewise.
35381         [C99-based-standards] (PRIXFAST32): Likewise.
35382         [C99-based-standards] (SCNdFAST32): Likewise.
35383         [C99-based-standards] (SCNiFAST32): Likewise.
35384         [C99-based-standards] (SCNoFAST32): Likewise.
35385         [C99-based-standards] (SCNuFAST32): Likewise.
35386         [C99-based-standards] (SCNxFAST32): Likewise.
35387         [C99-based-standards] (PRId64): Likewise.
35388         [C99-based-standards] (PRIi64): Likewise.
35389         [C99-based-standards] (PRIo64): Likewise.
35390         [C99-based-standards] (PRIu64): Likewise.
35391         [C99-based-standards] (PRIx64): Likewise.
35392         [C99-based-standards] (PRIX64): Likewise.
35393         [C99-based-standards] (SCNd64): Likewise.
35394         [C99-based-standards] (SCNi64): Likewise.
35395         [C99-based-standards] (SCNo64): Likewise.
35396         [C99-based-standards] (SCNu64): Likewise.
35397         [C99-based-standards] (SCNx64): Likewise.
35398         [C99-based-standards] (PRIdLEAST64): Likewise.
35399         [C99-based-standards] (PRIiLEAST64): Likewise.
35400         [C99-based-standards] (PRIoLEAST64): Likewise.
35401         [C99-based-standards] (PRIuLEAST64): Likewise.
35402         [C99-based-standards] (PRIxLEAST64): Likewise.
35403         [C99-based-standards] (PRIXLEAST64): Likewise.
35404         [C99-based-standards] (SCNdLEAST64): Likewise.
35405         [C99-based-standards] (SCNiLEAST64): Likewise.
35406         [C99-based-standards] (SCNoLEAST64): Likewise.
35407         [C99-based-standards] (SCNuLEAST64): Likewise.
35408         [C99-based-standards] (SCNxLEAST64): Likewise.
35409         [C99-based-standards] (PRIdFAST64): Likewise.
35410         [C99-based-standards] (PRIiFAST64): Likewise.
35411         [C99-based-standards] (PRIoFAST64): Likewise.
35412         [C99-based-standards] (PRIuFAST64): Likewise.
35413         [C99-based-standards] (PRIxFAST64): Likewise.
35414         [C99-based-standards] (PRIXFAST64): Likewise.
35415         [C99-based-standards] (SCNdFAST64): Likewise.
35416         [C99-based-standards] (SCNiFAST64): Likewise.
35417         [C99-based-standards] (SCNoFAST64): Likewise.
35418         [C99-based-standards] (SCNuFAST64): Likewise.
35419         [C99-based-standards] (SCNxFAST64): Likewise.
35420         [C99-based-standards] (PRIdMAX): Likewise.
35421         [C99-based-standards] (PRIiMAX): Likewise.
35422         [C99-based-standards] (PRIoMAX): Likewise.
35423         [C99-based-standards] (PRIuMAX): Likewise.
35424         [C99-based-standards] (PRIxMAX): Likewise.
35425         [C99-based-standards] (PRIXMAX): Likewise.
35426         [C99-based-standards] (SCNdMAX): Likewise.
35427         [C99-based-standards] (SCNiMAX): Likewise.
35428         [C99-based-standards] (SCNoMAX): Likewise.
35429         [C99-based-standards] (SCNuMAX): Likewise.
35430         [C99-based-standards] (SCNxMAX): Likewise.
35431         [C99-based-standards] (PRIdPTR): Likewise.
35432         [C99-based-standards] (PRIiPTR): Likewise.
35433         [C99-based-standards] (PRIoPTR): Likewise.
35434         [C99-based-standards] (PRIuPTR): Likewise.
35435         [C99-based-standards] (PRIxPTR): Likewise.
35436         [C99-based-standards] (PRIXPTR): Likewise.
35437         [C99-based-standards] (SCNdPTR): Likewise.
35438         [C99-based-standards] (SCNiPTR): Likewise.
35439         [C99-based-standards] (SCNoPTR): Likewise.
35440         [C99-based-standards] (SCNuPTR): Likewise.
35441         [C99-based-standards] (SCNxPTR): Likewise.
35442         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
35443         allow.
35444         * conform/data/stdint.h-data: Update comments to clarify
35445         requirements.
35446         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
35447         type.
35448         [C99-based standards] (INT8_MAX): Likewise.
35449         [C99-based standards] (INT16_MIN): Likewise.
35450         [C99-based standards] (INT16_MAX): Likewise.
35451         [C99-based standards] (INT32_MIN): Likewise.
35452         [C99-based standards] (INT32_MAX): Likewise.
35453         [C99-based standards] (INT64_MIN): Likewise.
35454         [C99-based standards] (INT64_MAX): Likewise.
35455         [C99-based standards] (UINT8_MAX): Likewise.
35456         [C99-based standards] (UINT16_MAX): Likewise.
35457         [C99-based standards] (UINT32_MAX): Likewise.
35458         [C99-based standards] (UINT64_MAX): Likewise.
35459         [C99-based standards] (INT_LEAST8_MIN): Likewise.
35460         [C99-based standards] (INT_LEAST8_MAX): Likewise.
35461         [C99-based standards] (INT_LEAST16_MIN): Likewise.
35462         [C99-based standards] (INT_LEAST16_MAX): Likewise.
35463         [C99-based standards] (INT_LEAST32_MIN): Likewise.
35464         [C99-based standards] (INT_LEAST32_MAX): Likewise.
35465         [C99-based standards] (INT_LEAST64_MIN): Likewise.
35466         [C99-based standards] (INT_LEAST64_MAX): Likewise.
35467         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
35468         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
35469         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
35470         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
35471         [C99-based standards] (INT_FAST8_MIN): Likewise.
35472         [C99-based standards] (INT_FAST8_MAX): Likewise.
35473         [C99-based standards] (INT_FAST16_MIN): Likewise.
35474         [C99-based standards] (INT_FAST16_MAX): Likewise.
35475         [C99-based standards] (INT_FAST32_MIN): Likewise.
35476         [C99-based standards] (INT_FAST32_MAX): Likewise.
35477         [C99-based standards] (INT_FAST64_MIN): Likewise.
35478         [C99-based standards] (INT_FAST64_MAX): Likewise.
35479         [C99-based standards] (UINT_FAST8_MAX): Likewise.
35480         [C99-based standards] (UINT_FAST16_MAX): Likewise.
35481         [C99-based standards] (UINT_FAST32_MAX): Likewise.
35482         [C99-based standards] (UINT_FAST64_MAX): Likewise.
35483         [C99-based standards] (INTPTR_MIN): Likewise.
35484         [C99-based standards] (INTPTR_MAX): Likewise.
35485         [C99-based standards] (UINTPTR_MAX): Likewise.
35486         [C99-based standards] (INTMAX_MIN): Likewise.
35487         [C99-based standards] (INTMAX_MAX): Likewise.
35488         [C99-based standards] (UINTMAX_MAX): Likewise.
35489         [C99-based standards] (PTRDIFF_MIN): Likewise.
35490         [C99-based standards] (PTRDIFF_MAX): Likewise.
35491         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
35492         [C99-based standards] (SIZE_MAX): Likewise.
35493         [C99-based standards] (WCHAR_MAX): Likewise.
35494         [C99-based standards] (WINT_MAX): Likewise.
35495         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
35496         constraint on value.
35497         [C99-based standards] (WCHAR_MIN): Likewise.
35498         [C99-based standards] (WINT_MIN): Likewise.
35499         [C99-based standards] (*_t): Allow.
35500         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
35501         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
35502         Include math.h-data and complex.h-data.  Remove all expectations
35503         of math.h and complex.h contents.
35504         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
35505         at end of line.
35506         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
35507         (struct tm): Expect tag.
35508         [C99-based-standards] (wcstof): Expect function.
35509         [C99-based-standards] (wcstold): Likewise.
35510         [C99-based-standards] (wcstoll): Likewise.
35511         [C99-based-standards] (wcstoull): Likewise.
35512         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
35513         macro-int-constant.  Specify type.
35514         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
35515         constraint on value.
35516         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
35517         Specify type.
35518         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
35519         Specify value.
35520         [ISO C standards]: Do not allow headers.
35521         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
35522         wcs[abcdefghijklmnopqrstuvwxyz]*.
35523         [ISO C standards] (*_t): Do not allow.
35524         * conform/data/wctype.h-data [C99-based standards] (iswblank):
35525         Expect function.
35526         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
35527         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
35528         Specify type.
35529         [ISO C standards]: Do not allow headers.
35530         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
35531         is[abcdefghijklmnopqrstuvwxyz]*.
35532         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
35533         to[abcdefghijklmnopqrstuvwxyz]*.
35534         [ISO C standards] (*_t): Do not allow.
35535         * conform/data/stdalign.h-data: New file.
35536         * conform/data/stdbool.h-data: Likewise.
35537         * conform/data/stdnoreturn.h-data: Likewise.
35539 2012-11-07  Roland McGrath  <roland@hack.frob.com>
35541         [BZ #14815]
35542         * manual/filesys.texi (Directory Entries): Typo fix.
35543         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
35545 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35547         * elf/elf.h (EM_AARCH64): New macro.
35548         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
35549         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
35550         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
35551         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
35552         (R_AARCH64_TLSDESC): Likewise.
35553         (NT_ARM_TLS): Likewise.
35554         (NT_ARM_HW_BREAK): Likewise.
35555         (NT_ARM_HW_WATCH): Likewise.
35557 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35559         [BZ #14811]
35560         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
35561         (__ieee754_powl): Saturate nonzero exponents with absolute value
35562         below 0x1p-79 to +/- 0x1p-79.
35563         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
35564         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
35565         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
35566         nonzero exponents with absolute value below 0x1p-32 to +/-
35567         0x1p-32.
35568         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
35569         (__ieee754_powl): Saturate nonzero exponents with absolute value
35570         below 0x1p-79 to +/- 0x1p-79.
35571         * math/libm-test.inc (pow_test): Add more tests.
35573 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35575         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
35576         _dl_s390_cap_flags with kernel. Increase string length.
35577         (_dl_s390_platforms): Add z196 and zEC12.
35579 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35581         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
35582         Change XOPEN21K to XOPEN2K.
35584 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
35586         * string/memmove.c: Use memcpy when possible.
35588 2012-11-06  Andreas Jaeger  <aj@suse.de>
35590         * po/eo.po: Update from translation team.
35592 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
35594         [BZ #14793]
35595         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
35596         exponent and small x and y exponents, scale x or y up.  Increase
35597         by 2 the exponent used in scaling up.
35598         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35599         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35600         * math/libm-test.inc (fma_test): Add more tests.
35601         (fma_test_towardzero): Likewise.
35602         (fma_test_downward): Likewise.
35603         (fma_test_upward): Likewise.
35605 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
35607         [BZ #14805]
35608         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
35609         fenv_t *.
35611         [BZ #14801]
35612         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
35613         namespace for names of struct fields.
35614         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
35615         fenv_t fields.
35616         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
35617         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
35619 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35621         [BZ #3665]
35622         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
35624 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
35626         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
35627         PTR_DEMANGLE.
35629         [BZ #5246]
35630         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
35631         PTR_DEMANGLE.
35633 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
35635         [BZ #14797]
35636         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
35637         definitely overflow as x * y not x * y + z.
35638         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35639         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35640         * math/libm-test.inc (fma_test): Add more tests.
35641         (fma_test_towardzero): Likewise.
35642         (fma_test_downward): Likewise.
35643         (fma_test_upward): Likewise.
35645 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
35647         [BZ #157]
35649         * include/stub-tag.h: Remove file.
35650         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
35651         '#include' of it.
35652         * manual/maint.texi (Porting): Don't reference it.
35653         * Makerules ($(objpfx)stubs): Likewise.
35654         * dirent/closedir.c: Don't include <stub-tag.h>.
35655         * dirent/dirfd.c: Likewise.
35656         * dirent/fdopendir.c: Likewise.
35657         * dirent/getdents.c: Likewise.
35658         * dirent/getdents64.c: Likewise.
35659         * dirent/opendir.c: Likewise.
35660         * dirent/readdir.c: Likewise.
35661         * dirent/readdir64.c: Likewise.
35662         * dirent/readdir64_r.c: Likewise.
35663         * dirent/readdir_r.c: Likewise.
35664         * dirent/rewinddir.c: Likewise.
35665         * dirent/seekdir.c: Likewise.
35666         * dirent/telldir.c: Likewise.
35667         * gmon/profil.c: Likewise.
35668         * grp/setgroups.c: Likewise.
35669         * inet/if_index.c: Likewise.
35670         * io/access.c: Likewise.
35671         * io/chdir.c: Likewise.
35672         * io/chmod.c: Likewise.
35673         * io/chown.c: Likewise.
35674         * io/close.c: Likewise.
35675         * io/dup.c: Likewise.
35676         * io/dup2.c: Likewise.
35677         * io/dup3.c: Likewise.
35678         * io/euidaccess.c: Likewise.
35679         * io/faccessat.c: Likewise.
35680         * io/fchdir.c: Likewise.
35681         * io/fchmod.c: Likewise.
35682         * io/fchmodat.c: Likewise.
35683         * io/fchown.c: Likewise.
35684         * io/fchownat.c: Likewise.
35685         * io/fcntl.c: Likewise.
35686         * io/flock.c: Likewise.
35687         * io/fstatfs.c: Likewise.
35688         * io/fstatfs64.c: Likewise.
35689         * io/fstatvfs.c: Likewise.
35690         * io/fstatvfs64.c: Likewise.
35691         * io/futimens.c: Likewise.
35692         * io/fxstat.c: Likewise.
35693         * io/fxstat64.c: Likewise.
35694         * io/fxstatat.c: Likewise.
35695         * io/fxstatat64.c: Likewise.
35696         * io/getcwd.c: Likewise.
35697         * io/isatty.c: Likewise.
35698         * io/lchmod.c: Likewise.
35699         * io/lchown.c: Likewise.
35700         * io/link.c: Likewise.
35701         * io/linkat.c: Likewise.
35702         * io/lseek.c: Likewise.
35703         * io/lseek64.c: Likewise.
35704         * io/lxstat64.c: Likewise.
35705         * io/mkdir.c: Likewise.
35706         * io/mkdirat.c: Likewise.
35707         * io/mkfifo.c: Likewise.
35708         * io/mkfifoat.c: Likewise.
35709         * io/open.c: Likewise.
35710         * io/open64.c: Likewise.
35711         * io/openat.c: Likewise.
35712         * io/openat64.c: Likewise.
35713         * io/pipe.c: Likewise.
35714         * io/pipe2.c: Likewise.
35715         * io/poll.c: Likewise.
35716         * io/posix_fadvise.c: Likewise.
35717         * io/posix_fadvise64.c: Likewise.
35718         * io/posix_fallocate.c: Likewise.
35719         * io/posix_fallocate64.c: Likewise.
35720         * io/read.c: Likewise.
35721         * io/readlink.c: Likewise.
35722         * io/readlinkat.c: Likewise.
35723         * io/rmdir.c: Likewise.
35724         * io/sendfile.c: Likewise.
35725         * io/sendfile64.c: Likewise.
35726         * io/statfs.c: Likewise.
35727         * io/statfs64.c: Likewise.
35728         * io/statvfs.c: Likewise.
35729         * io/statvfs64.c: Likewise.
35730         * io/symlink.c: Likewise.
35731         * io/symlinkat.c: Likewise.
35732         * io/ttyname.c: Likewise.
35733         * io/ttyname_r.c: Likewise.
35734         * io/umask.c: Likewise.
35735         * io/unlink.c: Likewise.
35736         * io/unlinkat.c: Likewise.
35737         * io/utime.c: Likewise.
35738         * io/utimensat.c: Likewise.
35739         * io/write.c: Likewise.
35740         * io/xmknod.c: Likewise.
35741         * io/xmknodat.c: Likewise.
35742         * io/xstat.c: Likewise.
35743         * io/xstat64.c: Likewise.
35744         * login/getpt.c: Likewise.
35745         * login/grantpt.c: Likewise.
35746         * login/unlockpt.c: Likewise.
35747         * math/e_acoshl.c: Likewise.
35748         * math/e_acosl.c: Likewise.
35749         * math/e_asinl.c: Likewise.
35750         * math/e_atan2l.c: Likewise.
35751         * math/e_atanhl.c: Likewise.
35752         * math/e_coshl.c: Likewise.
35753         * math/e_expl.c: Likewise.
35754         * math/e_fmodl.c: Likewise.
35755         * math/e_gammal_r.c: Likewise.
35756         * math/e_hypotl.c: Likewise.
35757         * math/e_j0l.c: Likewise.
35758         * math/e_j1l.c: Likewise.
35759         * math/e_jnl.c: Likewise.
35760         * math/e_lgammal_r.c: Likewise.
35761         * math/e_log10l.c: Likewise.
35762         * math/e_log2l.c: Likewise.
35763         * math/e_logl.c: Likewise.
35764         * math/e_powl.c: Likewise.
35765         * math/e_rem_pio2l.c: Likewise.
35766         * math/e_sinhl.c: Likewise.
35767         * math/e_sqrtl.c: Likewise.
35768         * math/fclrexcpt.c: Likewise.
35769         * math/fedisblxcpt.c: Likewise.
35770         * math/feenablxcpt.c: Likewise.
35771         * math/fegetenv.c: Likewise.
35772         * math/fegetexcept.c: Likewise.
35773         * math/fegetround.c: Likewise.
35774         * math/feholdexcpt.c: Likewise.
35775         * math/fesetenv.c: Likewise.
35776         * math/fesetround.c: Likewise.
35777         * math/feupdateenv.c: Likewise.
35778         * math/fgetexcptflg.c: Likewise.
35779         * math/fraiseexcpt.c: Likewise.
35780         * math/fsetexcptflg.c: Likewise.
35781         * math/ftestexcept.c: Likewise.
35782         * math/k_cosl.c: Likewise.
35783         * math/k_rem_pio2l.c: Likewise.
35784         * math/k_sinl.c: Likewise.
35785         * math/k_tanl.c: Likewise.
35786         * math/s_asinhl.c: Likewise.
35787         * math/s_atanl.c: Likewise.
35788         * math/s_cbrtl.c: Likewise.
35789         * math/s_erfl.c: Likewise.
35790         * math/s_expm1l.c: Likewise.
35791         * math/s_log1pl.c: Likewise.
35792         * math/s_tanhl.c: Likewise.
35793         * misc/acct.c: Likewise.
35794         * misc/brk.c: Likewise.
35795         * misc/chflags.c: Likewise.
35796         * misc/chroot.c: Likewise.
35797         * misc/fchflags.c: Likewise.
35798         * misc/fgetxattr.c: Likewise.
35799         * misc/flistxattr.c: Likewise.
35800         * misc/fremovexattr.c: Likewise.
35801         * misc/fsetxattr.c: Likewise.
35802         * misc/fsync.c: Likewise.
35803         * misc/ftruncate.c: Likewise.
35804         * misc/futimes.c: Likewise.
35805         * misc/futimesat.c: Likewise.
35806         * misc/getdomain.c: Likewise.
35807         * misc/getdtsz.c: Likewise.
35808         * misc/gethostid.c: Likewise.
35809         * misc/gethostname.c: Likewise.
35810         * misc/getloadavg.c: Likewise.
35811         * misc/getpagesize.c: Likewise.
35812         * misc/getsysstats.c: Likewise.
35813         * misc/getxattr.c: Likewise.
35814         * misc/gtty.c: Likewise.
35815         * misc/ioctl.c: Likewise.
35816         * misc/lgetxattr.c: Likewise.
35817         * misc/listxattr.c: Likewise.
35818         * misc/llistxattr.c: Likewise.
35819         * misc/lremovexattr.c: Likewise.
35820         * misc/lsetxattr.c: Likewise.
35821         * misc/lutimes.c: Likewise.
35822         * misc/madvise.c: Likewise.
35823         * misc/mincore.c: Likewise.
35824         * misc/mlock.c: Likewise.
35825         * misc/mlockall.c: Likewise.
35826         * misc/mmap.c: Likewise.
35827         * misc/mprotect.c: Likewise.
35828         * misc/msync.c: Likewise.
35829         * misc/munlock.c: Likewise.
35830         * misc/munlockall.c: Likewise.
35831         * misc/munmap.c: Likewise.
35832         * misc/preadv.c: Likewise.
35833         * misc/preadv64.c: Likewise.
35834         * misc/ptrace.c: Likewise.
35835         * misc/pwritev.c: Likewise.
35836         * misc/pwritev64.c: Likewise.
35837         * misc/readv.c: Likewise.
35838         * misc/reboot.c: Likewise.
35839         * misc/remap_file_pages.c: Likewise.
35840         * misc/removexattr.c: Likewise.
35841         * misc/revoke.c: Likewise.
35842         * misc/select.c: Likewise.
35843         * misc/setdomain.c: Likewise.
35844         * misc/setegid.c: Likewise.
35845         * misc/seteuid.c: Likewise.
35846         * misc/sethostid.c: Likewise.
35847         * misc/sethostname.c: Likewise.
35848         * misc/setregid.c: Likewise.
35849         * misc/setreuid.c: Likewise.
35850         * misc/setxattr.c: Likewise.
35851         * misc/sstk.c: Likewise.
35852         * misc/stty.c: Likewise.
35853         * misc/swapoff.c: Likewise.
35854         * misc/swapon.c: Likewise.
35855         * misc/sync.c: Likewise.
35856         * misc/syncfs.c: Likewise.
35857         * misc/syscall.c: Likewise.
35858         * misc/truncate.c: Likewise.
35859         * misc/ualarm.c: Likewise.
35860         * misc/usleep.c: Likewise.
35861         * misc/ustat.c: Likewise.
35862         * misc/utimes.c: Likewise.
35863         * misc/vhangup.c: Likewise.
35864         * misc/writev.c: Likewise.
35865         * posix/_exit.c: Likewise.
35866         * posix/alarm.c: Likewise.
35867         * posix/execve.c: Likewise.
35868         * posix/fexecve.c: Likewise.
35869         * posix/fork.c: Likewise.
35870         * posix/fpathconf.c: Likewise.
35871         * posix/getaddrinfo.c: Likewise.
35872         * posix/getegid.c: Likewise.
35873         * posix/geteuid.c: Likewise.
35874         * posix/getgid.c: Likewise.
35875         * posix/getgroups.c: Likewise.
35876         * posix/getlogin.c: Likewise.
35877         * posix/getlogin_r.c: Likewise.
35878         * posix/getpgid.c: Likewise.
35879         * posix/getpid.c: Likewise.
35880         * posix/getppid.c: Likewise.
35881         * posix/getresgid.c: Likewise.
35882         * posix/getresuid.c: Likewise.
35883         * posix/getsid.c: Likewise.
35884         * posix/getuid.c: Likewise.
35885         * posix/glob64.c: Likewise.
35886         * posix/nanosleep.c: Likewise.
35887         * posix/pathconf.c: Likewise.
35888         * posix/pause.c: Likewise.
35889         * posix/posix_madvise.c: Likewise.
35890         * posix/pread.c: Likewise.
35891         * posix/pread64.c: Likewise.
35892         * posix/pwrite.c: Likewise.
35893         * posix/pwrite64.c: Likewise.
35894         * posix/sched_getaffinity.c: Likewise.
35895         * posix/sched_getp.c: Likewise.
35896         * posix/sched_gets.c: Likewise.
35897         * posix/sched_primax.c: Likewise.
35898         * posix/sched_primin.c: Likewise.
35899         * posix/sched_rr_gi.c: Likewise.
35900         * posix/sched_setaffinity.c: Likewise.
35901         * posix/sched_setp.c: Likewise.
35902         * posix/sched_sets.c: Likewise.
35903         * posix/sched_yield.c: Likewise.
35904         * posix/setgid.c: Likewise.
35905         * posix/setlogin.c: Likewise.
35906         * posix/setpgid.c: Likewise.
35907         * posix/setresgid.c: Likewise.
35908         * posix/setresuid.c: Likewise.
35909         * posix/setsid.c: Likewise.
35910         * posix/setuid.c: Likewise.
35911         * posix/sleep.c: Likewise.
35912         * posix/spawni.c: Likewise.
35913         * posix/sysconf.c: Likewise.
35914         * posix/times.c: Likewise.
35915         * posix/wait.c: Likewise.
35916         * posix/wait3.c: Likewise.
35917         * posix/wait4.c: Likewise.
35918         * posix/waitpid.c: Likewise.
35919         * resolv/gai_sigqueue.c: Likewise.
35920         * resource/getpriority.c: Likewise.
35921         * resource/getrlimit.c: Likewise.
35922         * resource/getrusage.c: Likewise.
35923         * resource/nice.c: Likewise.
35924         * resource/setpriority.c: Likewise.
35925         * resource/setrlimit.c: Likewise.
35926         * resource/ulimit.c: Likewise.
35927         * rt/aio_cancel.c: Likewise.
35928         * rt/aio_fsync.c: Likewise.
35929         * rt/aio_read.c: Likewise.
35930         * rt/aio_sigqueue.c: Likewise.
35931         * rt/aio_suspend.c: Likewise.
35932         * rt/aio_write.c: Likewise.
35933         * rt/clock_getres.c: Likewise.
35934         * rt/clock_gettime.c: Likewise.
35935         * rt/clock_nanosleep.c: Likewise.
35936         * rt/clock_settime.c: Likewise.
35937         * rt/lio_listio.c: Likewise.
35938         * rt/mq_close.c: Likewise.
35939         * rt/mq_getattr.c: Likewise.
35940         * rt/mq_notify.c: Likewise.
35941         * rt/mq_open.c: Likewise.
35942         * rt/mq_receive.c: Likewise.
35943         * rt/mq_send.c: Likewise.
35944         * rt/mq_setattr.c: Likewise.
35945         * rt/mq_timedreceive.c: Likewise.
35946         * rt/mq_timedsend.c: Likewise.
35947         * rt/mq_unlink.c: Likewise.
35948         * rt/shm_open.c: Likewise.
35949         * rt/shm_unlink.c: Likewise.
35950         * rt/timer_create.c: Likewise.
35951         * rt/timer_delete.c: Likewise.
35952         * rt/timer_getoverr.c: Likewise.
35953         * rt/timer_gettime.c: Likewise.
35954         * rt/timer_settime.c: Likewise.
35955         * setjmp/__longjmp.c: Likewise.
35956         * setjmp/setjmp.c: Likewise.
35957         * signal/kill.c: Likewise.
35958         * signal/killpg.c: Likewise.
35959         * signal/raise.c: Likewise.
35960         * signal/sigaction.c: Likewise.
35961         * signal/sigaltstack.c: Likewise.
35962         * signal/sigblock.c: Likewise.
35963         * signal/sigignore.c: Likewise.
35964         * signal/sigintr.c: Likewise.
35965         * signal/signal.c: Likewise.
35966         * signal/sigpause.c: Likewise.
35967         * signal/sigpending.c: Likewise.
35968         * signal/sigqueue.c: Likewise.
35969         * signal/sigreturn.c: Likewise.
35970         * signal/sigset.c: Likewise.
35971         * signal/sigsetmask.c: Likewise.
35972         * signal/sigstack.c: Likewise.
35973         * signal/sigsuspend.c: Likewise.
35974         * signal/sigtimedwait.c: Likewise.
35975         * signal/sigvec.c: Likewise.
35976         * signal/sigwait.c: Likewise.
35977         * signal/sigwaitinfo.c: Likewise.
35978         * signal/sysv_signal.c: Likewise.
35979         * socket/accept.c: Likewise.
35980         * socket/accept4.c: Likewise.
35981         * socket/bind.c: Likewise.
35982         * socket/connect.c: Likewise.
35983         * socket/getpeername.c: Likewise.
35984         * socket/getsockname.c: Likewise.
35985         * socket/getsockopt.c: Likewise.
35986         * socket/isfdtype.c: Likewise.
35987         * socket/listen.c: Likewise.
35988         * socket/recv.c: Likewise.
35989         * socket/recvfrom.c: Likewise.
35990         * socket/recvmsg.c: Likewise.
35991         * socket/send.c: Likewise.
35992         * socket/sendmsg.c: Likewise.
35993         * socket/sendto.c: Likewise.
35994         * socket/setsockopt.c: Likewise.
35995         * socket/shutdown.c: Likewise.
35996         * socket/sockatmark.c: Likewise.
35997         * socket/socket.c: Likewise.
35998         * socket/socketpair.c: Likewise.
35999         * stdio-common/ctermid.c: Likewise.
36000         * stdio-common/cuserid.c: Likewise.
36001         * stdio-common/remove.c: Likewise.
36002         * stdio-common/rename.c: Likewise.
36003         * stdio-common/renameat.c: Likewise.
36004         * stdio-common/tempname.c: Likewise.
36005         * stdlib/getcontext.c: Likewise.
36006         * stdlib/makecontext.c: Likewise.
36007         * stdlib/setcontext.c: Likewise.
36008         * stdlib/swapcontext.c: Likewise.
36009         * stdlib/system.c: Likewise.
36010         * streams/fattach.c: Likewise.
36011         * streams/fdetach.c: Likewise.
36012         * streams/getmsg.c: Likewise.
36013         * streams/getpmsg.c: Likewise.
36014         * streams/putmsg.c: Likewise.
36015         * streams/putpmsg.c: Likewise.
36016         * sysdeps/unix/bsd/getpt.c: Likewise.
36017         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
36018         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
36019         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
36020         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
36021         Likewise.
36022         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
36023         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
36024         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
36025         * sysvipc/msgctl.c: Likewise.
36026         * sysvipc/msgget.c: Likewise.
36027         * sysvipc/msgrcv.c: Likewise.
36028         * sysvipc/msgsnd.c: Likewise.
36029         * sysvipc/semctl.c: Likewise.
36030         * sysvipc/semget.c: Likewise.
36031         * sysvipc/semop.c: Likewise.
36032         * sysvipc/semtimedop.c: Likewise.
36033         * sysvipc/shmat.c: Likewise.
36034         * sysvipc/shmctl.c: Likewise.
36035         * sysvipc/shmdt.c: Likewise.
36036         * sysvipc/shmget.c: Likewise.
36037         * termios/tcdrain.c: Likewise.
36038         * termios/tcflow.c: Likewise.
36039         * termios/tcflush.c: Likewise.
36040         * termios/tcgetattr.c: Likewise.
36041         * termios/tcgetpgrp.c: Likewise.
36042         * termios/tcsendbrk.c: Likewise.
36043         * termios/tcsetattr.c: Likewise.
36044         * termios/tcsetpgrp.c: Likewise.
36045         * time/adjtime.c: Likewise.
36046         * time/clock.c: Likewise.
36047         * time/getitimer.c: Likewise.
36048         * time/gettimeofday.c: Likewise.
36049         * time/setitimer.c: Likewise.
36050         * time/settimeofday.c: Likewise.
36051         * time/stime.c: Likewise.
36052         * time/time.c: Likewise.
36054 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
36056         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
36057         /usr/old/bin.
36059         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
36060         instead of spaces.
36061         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
36063 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
36065         [BZ #14796]
36066         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
36067         FE_TONEAREST before applying Dekker multiplication and Knuth
36068         addition.  Clear inexact exceptions and check for exact zero
36069         results afterwards.
36070         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36071         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
36072         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36073         * math/libm-test.inc (fma_test): Add more tests.
36074         (fma_test_towardzero): Likewise.
36075         (fma_test_downward): Likewise.
36076         (fma_test_upward): Likewise.
36077         * sysdeps/generic/math_private.h (default_libc_fesetround): New
36078         function.
36079         (libc_fesetround): New macro.
36080         (libc_fesetroundf): Likewise.
36081         (libc_fesetroundl): Likewise.
36082         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
36083         function.
36084         (libc_fesetround_387): Likewise.
36085         (libc_fesetroundf): New macro.
36086         (libc_fesetround): Likewise.
36087         (libc_fesetroundl): Likewise.
36088         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
36089         function.
36090         (libc_fesetroundf): New macro.
36091         (libc_fesetround): Likewise.
36092         (libc_fesetroundl): Likewise.
36093         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
36094         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
36095         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
36096         libm_hidden_ver.
36097         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
36098         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
36099         libm_hidden_def.
36100         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
36101         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
36102         libm_hidden_ver.
36103         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
36104         libm_hidden_def.
36106         [BZ #3439]
36107         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
36108         integer constant usable in #if and use that to give value to enum
36109         constant.
36110         (FE_DIVBYZERO): Likewise.
36111         (FE_UNDERFLOW): Likewise.
36112         (FE_OVERFLOW): Likewise.
36113         (FE_INVALID): Likewise.
36114         (FE_INVALID_SNAN): Likewise.
36115         (FE_INVALID_ISI): Likewise.
36116         (FE_INVALID_IDI): Likewise.
36117         (FE_INVALID_ZDZ): Likewise.
36118         (FE_INVALID_IMZ): Likewise.
36119         (FE_INVALID_COMPARE): Likewise.
36120         (FE_INVALID_SOFTWARE): Likewise.
36121         (FE_INVALID_SQRT): Likewise.
36122         (FE_INVALID_INTEGER_CONVERSION): Likewise.
36123         (FE_TONEAREST): Likewise.
36124         (FE_TOWARDZERO): Likewise.
36125         (FE_UPWARD): Likewise.
36126         (FE_DOWNWARD): Likewise.
36127         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
36128         (FE_DIVBYZERO): Likewise.
36129         (FE_OVERFLOW): Likewise.
36130         (FE_UNDERFLOW): Likewise.
36131         (FE_INEXACT): Likewise.
36132         (FE_TONEAREST): Likewise.
36133         (FE_DOWNWARD): Likewise.
36134         (FE_UPWARD): Likewise.
36135         (FE_TOWARDZERO): Likewise.
36136         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
36137         (FE_UNDERFLOW): Likewise.
36138         (FE_OVERFLOW): Likewise.
36139         (FE_DIVBYZERO): Likewise.
36140         (FE_INVALID): Likewise.
36141         (FE_TONEAREST): Likewise.
36142         (FE_TOWARDZERO): Likewise.
36143         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
36144         (FE_OVERFLOW): Likewise.
36145         (FE_UNDERFLOW): Likewise.
36146         (FE_DIVBYZERO): Likewise.
36147         (FE_INEXACT): Likewise.
36148         (FE_TONEAREST): Likewise.
36149         (FE_TOWARDZERO): Likewise.
36150         (FE_UPWARD): Likewise.
36151         (FE_DOWNWARD): Likewise.
36152         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
36153         (FE_DIVBYZERO): Likewise.
36154         (FE_OVERFLOW): Likewise.
36155         (FE_UNDERFLOW): Likewise.
36156         (FE_INEXACT): Likewise.
36157         (FE_TONEAREST): Likewise.
36158         (FE_DOWNWARD): Likewise.
36159         (FE_UPWARD): Likewise.
36160         (FE_TOWARDZERO): Likewise.
36162 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
36164         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
36166 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
36168         * scripts/cross-test-ssh.sh (command): Use newlines to separate
36169         commands.  Quote $PWD.
36170         (blacklist_exports): Don't use remove_newlines.  Replace "declare
36171         -x" by "export".
36172         (remove_newlines): Remove.
36174 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
36176         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
36177         * stdlib/stdlib.h (atof): Moved to ...
36178         * include/bits/stdlib-float.h: Here.  New file.
36179         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
36180         * stdlib/bits/stdlib-float.h: New file.
36181         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
36182         -mno-sse -mno-mmx.
36183         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
36184         <xmmintrin.h>.
36186 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
36188         * conform/conformtest.pl (@headers): Add fenv.h.
36189         * conform/data/fenv.h-data: New file.
36190         * include/fenv.h [_ISOMAC]: Disable all contents of file except
36191         include of <math/fenv.h>.
36193         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
36194         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
36195         && !UNIX98].  Enables tests for XOPEN2K8.
36196         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
36197         POSIX2008]: Likewise.
36199         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
36200         (struct rusage): Do not expect type or its members.
36202         [BZ #3439]
36203         * math/math.h (FP_NAN): Define macro to integer constant usable in
36204         #if and use that to give value to enum constant.
36205         (FP_INFINITE): Likewise.
36206         (FP_ZERO): Likewise.
36207         (FP_SUBNORMAL): Likewise.
36208         (FP_NORMAL): Likewise.
36210 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
36212         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
36213         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
36214         arguments.
36216 2012-11-02  Roland McGrath  <roland@hack.frob.com>
36218         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
36219         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
36220         autoconf-time if not.
36221         * configure.in: Remove AC_PREREQ.
36223 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36225         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
36226         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
36227         of the internal implementation.
36229 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
36231         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
36232         except include of <misc/sys/syslog.h>.
36234 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
36236         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
36237         function returns with a NULL context exit with zero.
36239 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36241         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
36243 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
36245         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
36246         (run_program_cmd): This.
36247         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
36248         (tst_langinfo): New variable.  Use it.
36250 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
36252         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
36253         floating point opcodes.
36255 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36257         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
36258         variable.
36260         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
36262         * sysdeps/mach/hurd/powerpc: Remove directory.
36263         * sysdeps/mach/powerpc: Likewise.
36265 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
36267         * scripts/check-local-headers.sh: Ignore c++ headers.
36269 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36271         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
36272         __libc_cleanup_region_start argument.
36274 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
36276         [BZ #14784]
36277         [BZ #14785]
36278         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
36279         x * y using scaling, not as x * y + z.
36280         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36281         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36282         * math/libm-test.inc (fma_test): Add more tests.
36283         (fma_test_towardzero): Likewise.
36284         (fma_test_downward): Likewise.
36285         (fma_test_upward): Likewise.
36287 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36289         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
36291 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
36293         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
36294         New variable.
36296 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
36298         * rt/tst-shm.c (worker): Correct checking for mmap failure.
36300 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
36302         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36303         Fix sort order.
36304         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36305         Likewise.
36307 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36309         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36310         Fix the order of the list for glibc 2.17.
36311         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36312         Likewise.
36314 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
36316         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36318 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
36320         [BZ #14610]
36321         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
36322         for low part of x being zero before using __atanl (y).
36323         * math/libm-test.inc (atan2_test): Add another test.
36325         * manual/install.texi (Configuring and compiling): Document
36326         general use of test-wrapper and test-wrapper-env.
36327         * INSTALL: Regenerated.
36329         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
36330         (__fma): Do not extract and scale down low bits on after-rounding
36331         systems when result rounded to normal precision would have normal
36332         exponent.
36333         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
36334         (__fmal): Do not extract and scale down low bits on after-rounding
36335         systems when result rounded to normal precision would have normal
36336         exponent.
36337         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
36338         (__fmal): Do not extract and scale down low bits on after-rounding
36339         systems when result rounded to normal precision would have normal
36340         exponent.
36341         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
36342         macro.
36343         (fma_test): Add more tests.
36344         (fma_test_towardzero): Likewise.
36345         (fma_test_downward): Likewise.
36346         (fma_test_upward): Likewise.
36348 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
36350         * sysdeps/i386/tininess.h: Renamed to ...
36351         * sysdeps/x86/tininess.h: This.
36352         * sysdeps/x86_64/tininess.h: Removed.
36354 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
36356         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
36357         input.  Use $(build-program-cmd).
36358         ($(objpfx)tst-array1-static.out): Likewise.
36359         ($(objpfx)tst-array2.out): Likewise.
36360         ($(objpfx)tst-array3.out): Likewise.
36361         ($(objpfx)tst-array4.out): Likewise.
36362         ($(objpfx)tst-array5.out): Likewise.
36363         ($(objpfx)tst-array5-static.out): Likewise.
36365 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
36367         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
36368         if defined.
36370         * nss/nsswitch.h (nss_interface_function): Provide new
36371         macro for use with NSS functions.
36372         * grp/initgroups.c: Use new macro.
36373         * nss/getXXbyYY.c: Likewise.
36374         * nss/getXXbyYY_r.c: Likewise.
36375         * nss/getXXent.c: Likewise.
36376         * nss/getXXent_r.c: Likewise.
36377         * sysdeps/posix/getaddrinfo.c: Likewise.
36379 2012-10-30  Andreas Jaeger  <aj@suse.de>
36381         * po/ru.po: Update Russion translation from translation project.
36383 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
36385         [BZ #14152]
36386         [BZ #14783]
36387         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
36388         result and shift together with sticky bit instead of replicating
36389         round-to-nearest rounding.
36390         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36391         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36392         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
36393         missing underflow exceptions.
36394         (fma_test_towardzero): Add more tests.
36395         (fma_test_downward): Likewise.
36396         (fma_test_upward): Likewise.
36398         [BZ #14047]
36399         * sysdeps/generic/tininess.h: New file.
36400         * sysdeps/i386/tininess.h: Likewise.
36401         * sysdeps/sh/tininess.h: Likewise.
36402         * sysdeps/x86_64/tininess.h: Likewise.
36403         * stdlib/tst-strtod-underflow.c: Likewise.
36404         * stdlib/tst-tininess.c: Likewise.
36405         * stdlib/strtod_l.c: Include <tininess.h>.
36406         (round_and_return): Do not set errno for exact underflow cases.
36407         Force an underflow exception when setting errno for underflow.
36408         Determine underflow based on rounding to normal precision if
36409         TININESS_AFTER_ROUNDING.
36410         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
36411         ERANGE for exact underflow cases.
36412         * stdlib/Makefile (tests): Add tst-tininess and
36413         tst-strtod-underflow.
36414         ($(objpfx)tst-tininess): Use $(link-libm).
36415         ($(objpfx)tst-strtod-underflow): Likewise.
36417 2012-10-30  Andreas Jaeger  <aj@suse.de>
36419         [BZ#14767]
36420         * elf/Makefile (tests): Remove conditional for have-initfini-array
36421         since this is now always required and the variable does not exist
36422         anymore.
36423         (tests-static): Likewise.
36424         (modules-names): Likewise.
36426         * po/eo.po: Add Esperanto translation from translation project.
36428         * elf/tst-array1.c (fini_array): Make writeable so that it can be
36429         merged with constructor/destructor.
36430         (init_array): Likewise.
36431         * elf/tst-array2dep.c (fini_array): Likewise.
36432         (init_array): Likewise.
36434 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
36436         * manual/message.texi: Delete @cartouche tags.
36438 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
36440         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
36441         EOPNOTSUPP.
36442         * sysdeps/mach/hurd/fsync.c: Likewise.
36444         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
36445         [_POSIX_REALTIME_SIGNALS]: Change condition to
36446         [_POSIX_REALTIME_SIGNALS > 0].
36448 2012-10-27  Andreas Jaeger  <aj@suse.de>
36450         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
36451         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
36452         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
36453         [__WORDSIZE != 64]: Likewise.
36455 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
36457         *  iconvdata/tst-table.sh: Remove ${SHELL}.
36458         *  iconvdata/tst-tables.sh: Likewise.
36460 2012-10-25  David S. Miller  <davem@davemloft.net>
36462         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36463         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
36464         of strtoull.
36466         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
36467         ifunc-impl-list.c
36468         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
36469         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
36470         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
36471         file.
36473 2012-10-25  Roland McGrath  <roland@hack.frob.com>
36475         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36476         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
36477         __getdirentries.
36479 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
36480             Jim Blandy  <jimb@codesourcery.com>
36482         * scripts/cross-test-ssh.sh: New file.
36483         * manual/install.texi (Configuring and compiling): Document use of
36484         cross-test-ssh.sh.
36485         * INSTALL: Regenerated.
36487 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
36489         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
36490         EOPNOTSUPP.
36492 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
36494         * Makeconfig (run-program-prefix): Fix comment.
36496 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
36497             Jim Blandy  <jimb@codesourcery.com>
36499         * Makeconfig (test-wrapper): New variable,
36500         (test-wrapper-env): Likewise.
36501         [$(cross-compiling) = yes && $(test-wrapper) != ""]
36502         (run-built-tests): Define to yes.
36503         (run-program-prefix): Use $(test-wrapper).
36504         (built-program-cmd): Likewise.
36505         * Rules (make-test-out): Use $(test-wrapper-env) and
36506         $(host-built-program-cmd).
36507         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
36508         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
36509         tst-pathopt.sh.
36510         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
36511         $(test-wrapper-env) to tst-rtld-load-self.sh.
36512         ($(objpfx)order2.out): Use $(test-wrapper).
36513         ($(objpfx)tst-initorder.out): Likewise.
36514         ($(objpfx)tst-initorder2.out): Likewise.
36515         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
36516         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
36517         (test_wrapper_env): New variable.  Use it to run ld.so.
36518         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
36519         Use it to run ld.so.
36520         (test_wrapper_env): Likewise.
36521         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
36522         $(test-wrapper) to run-iconv-test.sh.
36523         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
36524         (ICONV): Use $test_wrapper.
36525         * posix/Makefile ($(objpfx)globtest.out): Pass
36526         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
36527         globtest.sh, not $(run-program-prefix).
36528         * posix/globtest.sh (run_via_rtld_prefix): New variable.
36529         (test_wrapper): Likewise.
36530         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
36531         set together with run_via_rtld_prefix.
36532         (run_program_prefix): Define in terms of test_wrapper and
36533         run_via_rtld_prefix.
36535 2012-10-24  Roland McGrath  <roland@hack.frob.com>
36537         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
36538         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
36539         Targets removed.
36541         [BZ #14743]
36542         * include/time.h: Remove librt_hidden_proto (clock_gettime).
36543         Declare __clock_getres, __clock_gettime, __clock_settime,
36544         __clock_nanosleep, and __clock_getcpuclockid.
36545         * rt/clock_gettime.c: Define __clock_gettime as an alias.
36546         Remove librt_hidden_def (clock_gettime).
36547         * sysdeps/unix/clock_gettime.c: Likewise.
36548         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
36549         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
36550         * rt/clock_getres.c: Define __clock_getres as an alias.
36551         * sysdeps/posix/clock_getres.c: Likewise.
36552         * rt/clock_settime.c: Define __clock_settime as an alias.
36553         * sysdeps/unix/clock_settime.c: Likewise.
36554         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
36555         * sysdeps/unix/clock_nanosleep.c: Likewise.
36556         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
36557         * rt/clock-compat.c: New file.
36558         * rt/Makefile (librt-routines): Add clock-compat and move
36559         $(clock-routines) to ...
36560         (routines): ... here, new variable.
36561         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
36562         Don't add get_clockfreq here.
36563         * rt/Versions (libc: GLIBC_2.17): New version set.
36564         Add clock_* symbols here.
36565         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
36566         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
36567         (GLIBC_2.17): Add clock_* symbols.
36568         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
36569         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
36570         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36571         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36572         Likewise.
36573         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36574         Likewise.
36575         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36576         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
36577         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
36578         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
36579         * NEWS: Mention the move.
36581         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
36582         Use __open, __read, __close rather than their public counterparts.
36583         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36584         (__get_clockfreq_via_cpuinfo): Likewise.
36585         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
36586         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
36588         * config.h.in (HAVE_IFUNC): New #undef.
36589         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
36590         was successful.
36591         * configure: Regenerated.
36593 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
36595         * configure.in: Move READELF check to start of file.
36596         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
36597         libc_cv_asm_gnu_indirect_function in the process.
36598         * configure: Regenerated.
36600 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
36602         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
36603         send the output to /dev/null.
36604         (libc_cv_cc_with_libunwind): Likewise.
36605         (libc_cv_as_noexecstack): Likewise.
36606         * configure: Regenerate.
36608 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
36610         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
36612         * posix/globtest.sh (TMPDIR): Do not set.
36613         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
36614         (testout): Likewise.
36616 2012-10-24  Andreas Jaeger  <aj@suse.de>
36618         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
36619         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
36620         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
36621         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
36622         posix_fadvise64, posix_fallocate64.
36624         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
36625         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
36626         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
36627         Likewise.
36628         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
36629         Likewise.
36630         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
36632         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
36633         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
36634         <bits/fcntl-linux.h>.
36635         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
36637         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
36638         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
36639         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
36640         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
36641         [__WORDSIZE != 64]: Likewise.
36643 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
36645         * Makeconfig (run-built-tests): New variable.
36646         * Rules [$(cross-compiling) = yes]: Change condition to
36647         [$(run-built-tests) = no].
36648         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
36649         to [$(run-built-tests) = yes].
36650         * elf/Makefile [$(cross-compiling) = no]: Likewise
36651         * grp/Makefile [$(cross-compiling) = no]: Likewise.
36652         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
36653         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
36654         * intl/Makefile [$(cross-compiling) = no]: Likewise.
36655         * io/Makefile [$(cross-compiling) = no]: Likewise.
36656         * libio/Makefile [$(cross-compiling) = no]: Likewise.
36657         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
36658         * misc/Makefile [$(cross-compiling) = no]: Likewise.
36659         * posix/Makefile [$(cross-compiling) = no]: Likewise.
36660         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
36661         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
36662         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
36663         * string/Makefile [$(cross-compiling) = no]: Likewise.
36665         * posix/Makefile ($(objpfx)globtest.out): Pass
36666         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
36667         $(rtld-installed-name).
36668         * posix/globtest.sh (elf_objpfx): Remove variable.
36669         (rtld_installed_name): Likewise.
36670         (library_path): Likewise.
36671         (run_program_prefix): New variable.  Use for running globtest
36672         binary.
36674 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
36675             Joseph Myers  <joseph@codesourcery.com>
36677         * Makeconfig (host-built-program-cmd): New variable.
36678         * elf/Makefile (tst-stackguard1-ARGS): Use
36679         $(host-built-program-cmd).
36680         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
36681         (tst-spawn-ARGS): Likewise.
36682         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
36684 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
36685             Jim Blandy  <jimb@codesourcery.com>
36687         * Makeconfig (run-via-rtld-prefix): New variable.
36688         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
36689         (built-program-cmd): Likewise.
36691 2012-10-22  Andreas Jaeger  <aj@suse.de>
36693         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
36694         __O_RSYNC if it exists, otherwise to O_SYNC.
36696 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
36697             Joseph Myers  <joseph@codesourcery.com>
36699         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
36700         /dev/null.
36701         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
36702         from /dev/null
36703         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
36704         /dev/null.
36706 2012-10-22  Andreas Jaeger  <aj@suse.de>
36708         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
36709         Define always.
36710         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
36712         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
36713         bits/fcntl-linux.h.
36715         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
36716         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
36718         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
36719         to __O_LARGEFILE.
36720         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
36721         to __O_LARGEFILE.
36723 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
36724             Joseph Myers  <joseph@codesourcery.com>
36726         * config.make.in (NM): New variable.
36728 2012-10-21  Andreas Jaeger  <aj@suse.de>
36730         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
36731         definitions and declarations that are provided by
36732         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
36734 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
36736         [BZ #14683]
36737         * elf/Makefile (tests-static): Add tst-leaks1-static.
36738         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
36739         ($(objpfx)tst-leaks1-static): New rule.
36740         ($(objpfx)tst-leaks1-static-mem): Likewise.
36741         (tst-leaks1-static-ENV): New macro.
36742         * elf/dl-open.c (dl_open_worker): Check the main application
36743         only if SHARED is defined.
36744         * elf/tst-leaks1-static.c: New file.
36746 2012-10-20  Andreas Jaeger  <aj@suse.de>
36748         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
36749         generic values for Linux.
36750         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
36751         and declarations that are provided by <bits/fcntl-linux.h> and
36752         include <bits/fcntl-linux.h>.
36753         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
36754         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
36756 2012-10-20  Roland McGrath  <roland@hack.frob.com>
36758         * io/fcntl.h: Move include of <bits/types.h> to the top and
36759         include it unconditionally.
36761 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
36763         * wcsmbs/Makefile (tests-ifunc): New variable.
36764         (tests): Add $(tests-ifunc).
36765         * wcsmbs/test-wcschr-ifunc.c: New file.
36766         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
36767         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
36768         * wcsmbs/test-wcslen-ifunc.c: Likewise.
36769         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
36770         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
36772         * string/Makefile (tests-ifunc): New variable.
36773         (tests): Add $(tests-ifunc).
36774         * string/test-memccpy.c (TEST_NAME): New macro.
36775         * string/test-memchr.c (TEST_NAME): Likewise.
36776         * string/test-memcmp.c (TEST_NAME): Likewise.
36777         * string/test-memcpy.c (TEST_NAME): Likewise.
36778         * string/test-memmem.c (TEST_NAME): Likewise.
36779         * string/test-memmove.c (TEST_NAME): Likewise.
36780         * string/test-memset.c (TEST_NAME): Likewise.
36781         * string/test-rawmemchr.c (TEST_NAME): Likewise.
36782         * string/test-stpcpy.c (TEST_NAME): Likewise.
36783         * string/test-stpncpy.c (TEST_NAME): Likewise.
36784         * string/test-strcasecmp.c (TEST_NAME): Likewise.
36785         * string/test-strcasestr.c (TEST_NAME): Likewise.
36786         * string/test-strcat.c (TEST_NAME): Likewise.
36787         * string/test-strchr.c (TEST_NAME): Likewise.
36788         * string/test-strcmp.c(TEST_NAME): Likewise.
36789         * string/test-strcpy.c (TEST_NAME): Likewise.
36790         * string/test-strcspn.c (TEST_NAME): Likewise.
36791         * string/test-strlen.c (TEST_NAME): Likewise.
36792         * string/test-strncasecmp.c (TEST_NAME): Likewise.
36793         * string/test-strncmp.c (TEST_NAME): Likewise.
36794         * string/test-strncpy.c (TEST_NAME): Likewise.
36795         * string/test-strnlen.c (TEST_NAME): Likewise.
36796         * string/test-strpbrk.c (TEST_NAME): Likewise.
36797         * string/test-strrchr.c (TEST_NAME): Likewise.
36798         * string/test-strspn.c (TEST_NAME): Likewise.
36799         * string/test-strstr.c (TEST_NAME): Likewise.
36800         * string/test-bcopy-ifunc.c: New file.
36801         * string/test-bzero-ifunc.c: Likewise.
36802         * string/test-memccpy-ifunc.c: Likewise.
36803         * string/test-memchr-ifunc.c: Likewise.
36804         * string/test-memcmp-ifunc.c: Likewise.
36805         * string/test-memcpy-ifunc.c: Likewise.
36806         * string/test-memmem-ifunc.c: Likewise.
36807         * string/test-memmove-ifunc.c: Likewise.
36808         * string/test-mempcpy-ifunc.c: Likewise.
36809         * string/test-memset-ifunc.c: Likewise.
36810         * string/test-rawmemchr-ifunc.c: Likewise.
36811         * string/test-stpcpy-ifunc.c: Likewise.
36812         * string/test-stpncpy-ifunc.c: Likewise.
36813         * string/test-strcasecmp-ifunc.c: Likewise.
36814         * string/test-strcasestr-ifunc.c: Likewise.
36815         * string/test-strcat-ifunc.c: Likewise.
36816         * string/test-strchr-ifunc.c: Likewise.
36817         * string/test-strchrnul-ifunc.c: Likewise.
36818         * string/test-strcmp-ifunc.c: Likewise.
36819         * string/test-strcpy-ifunc.c: Likewise.
36820         * string/test-strcspn-ifunc.c: Likewise.
36821         * string/test-strlen-ifunc.c: Likewise.
36822         * string/test-strncasecmp-ifunc.c: Likewise.
36823         * string/test-strncat-ifunc.c: Likewise.
36824         * string/test-strncmp-ifunc.c: Likewise.
36825         * string/test-strncpy-ifunc.c: Likewise.
36826         * string/test-strnlen-ifunc.c: Likewise.
36827         * string/test-strpbrk-ifunc.c: Likewise.
36828         * string/test-strrchr-ifunc.c: Likewise.
36829         * string/test-strspn-ifunc.c: Likewise.
36830         * string/test-strstr-ifunc.c: Likewise.
36832         * debug/Makefile (tests-ifunc): New variable.
36833         (tests): Add $(tests-ifunc).
36834         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
36835         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
36836         * debug/test-stpcpy_chk-ifunc.c: New file.
36837         * debug/test-strcpy_chk-ifunc.c: Likewise.
36839 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
36841         [BZ #13601]
36842         * elf/dl-load.c (open_verify): Retry read if the entire ELF
36843         header is not read in.
36845 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
36847         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
36848         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
36849         directly.  Pass built executable to script as
36850         $(built-program-cmd).
36851         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
36852         $testprogram without using LD_LIBRARY_PATH and $ldso.
36854         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
36855         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
36856         $(rtld-installed-name).
36857         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
36858         (rtld_installed_name): Likewise.
36859         (library_path): Likewise.
36860         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
36861         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
36862         $(run-program-prefix) to tst-tables.sh.
36863         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
36864         it to run tst-table-from and tst-table-to.
36865         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
36866         Pass it to tst-table.sh.
36867         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
36868         $(run-program-prefix) to tst-gettext.sh.
36869         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
36870         tst-translit.sh.
36871         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
36872         tst-gettext2.sh.
36873         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
36874         to run tst-gettext.
36875         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
36876         to run tst-gettext2.
36877         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
36878         to run tst-translit.
36879         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
36880         $(run-program-prefix) to tst-mtrace.sh.
36881         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
36882         to run tst-mtrace.
36883         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
36884         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
36885         $(rtld-installed-name).
36886         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
36887         (rtld_installed_name): Likewise.
36888         (run_program_prefix): New variable.  Use it to run wordexp-test.
36890         * Makeconfig (ARCH): Remove all definitions.
36891         (machine): Likewise.
36892         [ARCH]: Remove conditional code.
36893         [!objdir]: Give error.
36894         [!objdir] (objpfx): Remove.
36895         [!objdir] (common-objpfx): Likewise.
36896         [!objdir] (common-objdir): Likewise.
36897         * configure.in (config_makefile): Remove.  Hardcode Makefile in
36898         AC_CONFIG_FILES call.
36899         * configure: Regenerated.
36901         [BZ #13888]
36902         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
36903         or TMPDIR.
36904         (testout): Likewise.
36906         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
36907         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
36908         $(rtld-installed-name).
36909         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
36910         (rtld_installed_name): Likwise.
36911         (runit): Remove function.
36912         (run_getconf): New variable,  Use it for running getconf binary.
36914 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
36916         [BZ #14716]
36917         * string/test-memmem.c (check_result): New function.
36918         (do_one_test): Use it.
36919         (check1): New function.
36920         (test_main): Use it.
36922 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
36924         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
36926 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
36928         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
36929         (_G_LSEEK64): Likewise.
36930         (_G_MMAP64): Likewise.
36931         (_G_FSTAT64): Likewise.
36932         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
36933         (_G_LSEEK64): Likewise.
36934         (_G_MMAP64): Likewise.
36935         (_G_FSTAT64): Likewise.
36936         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
36937         unconditional.  Call __mmap64 directly.
36938         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
36939         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
36940         __lseek64 directly.
36941         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
36942         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
36943         __mmap64 directly.
36944         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
36945         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
36946         __lseek64 directly.
36947         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
36948         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
36949         __lseek64 directly.
36950         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
36951         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
36952         __lseek64 directly.
36953         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
36954         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
36955         __fxstat64 directly.
36956         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
36957         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
36958         unconditional.
36959         (freopen64) [!_G_OPEN64]: Remove conditional code.
36960         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
36961         unconditional.
36962         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
36963         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
36964         unconditional.
36965         (ftello64) [!_G_LSEEK64]: Remove conditional code.
36966         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
36967         unconditional.
36968         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
36969         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
36970         unconditional.
36971         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
36972         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
36973         unconditional.
36974         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
36975         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
36976         unconditional.
36977         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
36978         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
36979         unconditional.
36980         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
36982 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
36984         [BZ #12140]
36985         * manual/memory.texi (Malloc Tunable Parameters): Add note
36986         about free list pointers overwriting some perturb bytes.
36987         Wording suggested by Roland McGrath.
36989 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
36991         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
36992         (lgamma_test): Likewise.
36993         (tgamma_test): Likewise.
36995 2012-10-16  Florian Weimer  <fweimer@redhat.com>
36997         [BZ #14700]
36998         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
36999         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
37001 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
37003         * NEWS: Mention BZ #14716.
37004         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
37005         when removing AVAILABLE1_USES_J macro.
37007 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
37009         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
37010         (__bswap_64): __uint64_t for unsigned 64-bit int.
37012 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
37014         * include/string.h (memmem): Declare libc hidden alias.
37015         * string/memmem.c (memmem): Define libc hidden alias.
37016         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
37017         __read, __close instead of open, read, close.
37019 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
37021         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
37022         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
37023         global and hidden.
37024         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
37025         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
37026         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
37027         Likewise.
37028         (__rawmemchr_sse2): Likewise.
37029         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
37030         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
37031         (__strchr_sse2): Likewise.
37032         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
37033         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
37034         (__strcasecmp_sse2): Likewise.
37035         (__strncasecmp_sse2): Likewise.
37036         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
37037         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
37038         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
37039         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
37040         (__strrchr_sse2): Likewise.
37041         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
37042         ifunc-impl-list.c.
37043         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
37044         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
37045         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
37046         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
37047         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
37048         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
37049         * sysdeps/x86_64/multiarch/memset.S: Likewise.
37050         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
37051         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
37052         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
37053         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
37054         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
37055         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
37056         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
37057         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
37058         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
37059         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
37060         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
37061         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
37062         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
37063         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
37064         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
37065         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
37066         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
37067         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
37068         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
37069         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
37070         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
37071         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
37072         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
37074         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
37075         global and hidden.
37076         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
37077         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
37078         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
37079         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
37080         Likewise.
37081         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
37082         Likewise.
37083         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
37084         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
37085         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
37086         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
37087         ifunc-impl-list.c.
37088         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
37089         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
37090         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
37091         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
37092         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
37093         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
37094         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
37095         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
37096         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
37097         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
37098         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
37099         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
37100         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
37101         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
37102         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
37103         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
37104         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
37105         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
37106         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
37107         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
37108         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
37109         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
37110         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
37111         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
37112         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
37113         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
37114         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
37115         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
37116         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
37117         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
37118         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
37119         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
37120         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
37121         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
37122         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
37123         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
37124         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
37125         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
37126         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
37127         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
37128         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
37130         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
37131         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
37132         * include/ifunc-impl-list.h: New file.
37133         * misc/ifunc-impl-list.c: Likewise.
37134         * misc/Makefile (routines): Add ifunc-impl-list.
37135         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
37136         * string/test-string.h: Include <ifunc-impl-list.h>.
37137         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
37138         TEST_NAME]: New variables.
37139         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
37140         are defined.
37141         (test_init): Call __libc_ifunc_impl_list to initialize
37142         func_list if TEST_IFUNC and TEST_NAME are defined.
37144         * string/Makefile (strop-tests): Add bcopy and bzero.
37145         * string/test-bcopy.c: New file.
37146         * string/test-bzero.c: Likewise.
37147         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
37148         defined.
37149         * string/test-memset.c: Support bzero test if TEST_BZERO is
37150         defined.
37151         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
37152         __libc_memmove.
37153         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
37154         __libc_memset.
37155         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
37156         of memset.
37158 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
37160         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
37161         * configure: Regenerated.
37163         * Makeconfig (+link-static-before-libc): Don't include
37164         $(link-static-libc).
37166         * libio/libio.h (_IO_pos_t): Remove.
37168 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
37170         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
37171         McGrath.
37173 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
37175         * crypt/crypt-entry.c: Include fips-private.h.
37176         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
37177         * crypt/md5c-test.c (main): Tolerate disabled MD5.
37178         * sysdeps/unix/sysv/linux/fips-private.h: New file.
37179         * sysdeps/generic/fips-private.h: New file, dummy fallback.
37181 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
37183         * crypt/crypt-private.h: Include stdbool.h.
37184         (_ufc_setup_salt_r): Return bool.
37185         * crypt/crypt-entry.c: Include errno.h.
37186         (__crypt_r): Return NULL with EINVAL for bad salt.
37187         * crypt/crypt_util.c (bad_for_salt): New.
37188         (_ufc_setup_salt_r): Check that salt is long enough and within
37189         the specified alphabet.
37190         * crypt/badsalttest.c: New file.
37191         * crypt/Makefile (tests): Add it.
37192         ($(objpfx)badsalttest): New.
37194 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
37196         * NEWS: Add entry for BZ #14602.
37198 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
37200         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
37201         type-generic.
37202         * math/libm-test.inc: Update comment listing what functions and
37203         macros are tested.
37204         (isgreater_test): New function.
37205         (isgreaterequal_test): Likewise.
37206         (isless_test): Likewise.
37207         (islessequal_test): Likewise.
37208         (islessgreater_test): Likewise.
37209         (isunordered_test): Likewise.
37210         (main): Call the new functions.
37212 2012-10-09  Roland McGrath  <roland@hack.frob.com>
37214         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
37215         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
37216         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
37217         * sysdeps/i386/configure: Regenerated.
37218         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
37219         * sysdeps/mach/configure: Regenerated.
37220         * sysdeps/mach/hurd/configure: Regenerated.
37221         * sysdeps/powerpc/configure: Regenerated.
37222         * sysdeps/powerpc/powerpc32/configure: Regenerated.
37223         * sysdeps/powerpc/powerpc64/configure: Regenerated.
37224         * sysdeps/s390/s390-32/configure: Regenerated.
37225         * sysdeps/s390/s390-64/configure: Regenerated.
37226         * sysdeps/sh/configure: Regenerated.
37227         * sysdeps/sparc/configure: Regenerated.
37228         * sysdeps/unix/sysv/linux/configure: Regenerated.
37229         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
37230         * sysdeps/x86_64/configure: Regenerated.
37232         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
37233         defined.  Don't check if MAP is NULL.
37235 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
37237         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
37238         (_G_stat64): Likewise.
37239         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
37240         (_G_stat64): Likewise.
37241         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
37242         instead of struct _G_stat64.
37243         * libio/fileops.c (mmap_remap_check): Likewise.
37244         (decide_maybe_mmap): Likewise.
37245         (_IO_new_file_seekoff): Likewise.
37246         (_IO_file_stat): Likewise.
37247         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
37248         _G_off64_t.
37249         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
37250         instead of struct _G_stat64.
37251         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
37253 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
37255         [BZ #14602]
37256         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37257         Replace with ...
37258         (CHECK_EOL): New macro.
37259         (two_way_short_needle): Check beginning of haystack for EOL.  Use
37260         CHECK_EOL.
37261         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37262         Replace with CHECK_EOL.
37263         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37264         Replace with CHECK_EOL.
37266 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
37268         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
37269         type-generic.
37270         * math/libm-test.inc: Update comment listing what functions and
37271         macros are tested.
37272         (finite_test): New function.
37273         (isinf_test): Likewise.
37274         (isnan_test): Likewise.
37275         (fpclassify_test): Test subnormal input.
37276         (isfinite_test): Likewise.
37277         (isnormal_test): Likewise.
37278         (main): Call the new functions.
37280 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
37282         [BZ #14660]
37283         * Makerules (%.dynsym): Force C locale when running
37284         $(OBJDUMP) --dynamic-syms.
37286 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
37288         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
37289         <stdint.h>.
37291 2012-10-06  David S. Miller  <davem@davemloft.net>
37293         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
37294         upper 32-bits of the length value in %o2 since we use branch-on-register
37295         tests which consider the entire 64-bit register.
37297 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
37299         * string/test-strstr.c (check2): Add a test for page boundary.
37301 2012-10-05  David S. Miller  <davem@davemloft.net>
37303         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
37304         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
37305         file.
37306         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
37307         sysdep_routines.
37308         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
37309         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
37310         and bzero when HWCAP_SPARC_CRYPTO is present.
37312 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
37314         [BZ #14602]
37315         * string/test-strstr.c (check2): New function.
37316         (test_main): Call check2.
37318         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
37319         and bug-strchr1.
37320         * string/bug-strcasestr1.c (do_test): Moved to ...
37321         * string/test-strcasestr.c (check1): Here.  New function.
37322         (do_one_test): Break out result checking code into ...
37323         (check_result): This.  New function.
37324         (do_one_test): Call check_result.
37325         (test_main): Call check1.
37326         * string/bug-strchr1.c (do_test): Moved to ...
37327         * string/test-strchr.c (check1): Here.  New function.
37328         (do_one_test): Break out result checking code into ...
37329         (check_result): This.  New function.
37330         (do_one_test): Call check_result.
37331         (test_main): Call check1.
37332         * string/bug-strstr1.c (main): Moved to ...
37333         * string/test-strstr.c (check1): Here.  New function.
37334         (do_one_test): Break out result checking code into ...
37335         (check_result): This.  New function.
37336         (do_one_test): Call check_result.
37337         (test_main): Call check1.
37338         * string/bug-strcasestr1.c: Removed.
37339         * string/bug-strchr1.c: Likewise.
37340         * string/bug-strstr1.c: Likewise.
37342         * elf/Makefile (dl-routines): Add hwcaps.
37343         * elf/dl-support.c (_dl_important_hwcaps): Removed.
37344         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
37345         (_dl_important_hwcaps): Moved to ...
37346         * elf/dl-hwcaps.c: Here.  New file.
37347         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
37349         [BZ #14557]
37350         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
37351         if IS_IN_rtld isn't defined.
37353         * elf/dl-support.c (_dl_sysinfo_map): New.
37354         Include "get-dynamic-info.h" and "setup-vdso.h".
37355         (_dl_non_dynamic_init): Call setup_vdso.
37356         * elf/dynamic-link.h: Don't include <assert.h>.
37357         (elf_get_dynamic_info): Moved to ...
37358         * elf/get-dynamic-info.h: Here.  New file.
37359         * elf/dynamic-link.h: Include "get-dynamic-info.h".
37360         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
37361         * elf/setup-vdso.h: Here.  New file.
37362         * elf/rtld.c: Include "setup-vdso.h".
37363         (dl_main): Call setup_vdso.
37365 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
37367         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
37368         creal in comment listing functions tested.  List finite, isinf,
37369         isnan, isless, islessequal, isgreater, isgreaterequal,
37370         islessgreater, isunordered, lgamma_r and pow10 as functions and
37371         macros not tested.  Mention which functions not tested are aliases
37372         for other functions.  Fix typo.  Note that signs of NaNs are not
37373         tested.
37375         * scripts/config.guess: Update from config.git.
37376         * scripts/config.sub: Likewise.
37378 2012-10-04  Roland McGrath  <roland@hack.frob.com>
37380         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
37381         * misc/madvise.c (madvise): Renamed to __madvise.
37382         Make madvise a weak alias.
37383         * include/sys/mman.h: Declare __madvise.
37384         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
37385         * sysdeps/unix/syscalls.list
37386         (madvise): Make __madvise the strong name, and madvise a weak alias.
37387         * sysdeps/unix/sysv/linux/syscalls.list
37388         (madvise, mmap): Remove redundant entries.
37389         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
37390         * malloc/malloc.c (mtrim): Likewise.
37391         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
37393 2012-10-03  Roland McGrath  <roland@hack.frob.com>
37395         * sysdeps/mach/hurd/dl-cache.c: File removed.
37396         * config.h.in (USE_LDCONFIG): New #undef.
37397         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
37398         * configure: Regenerated.
37399         * elf/Makefile (dl-routines): Add dl-cache only under
37400         [$(use-ldconfig) = yes].
37401         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
37402         cache on [USE_LDCONFIG].
37403         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
37404         [USE_LDCONFIG].
37405         * elf/rtld.c (dl_main): Likewise.
37407 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
37409         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
37410         _SC_LEVEL4_CACHE_LINESIZE.
37412 2012-10-03  Roland McGrath  <roland@hack.frob.com>
37414         * sysdeps/unix/bsd/confstr.h: File removed.
37416 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
37418         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
37419         sys/sdt-config.h.
37421 2012-10-02  Roland McGrath  <roland@hack.frob.com>
37423         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
37424         Make 'mapoff' field ElfW(Off) rather than off_t.
37426 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
37428         * nscd/Makefile: Remove nscd-cflags and all its users.
37429         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
37430         (CFLAGS-nonlib): Add compiler flags for nscd modules.
37432         [BZ #10631]
37433         * malloc.c (malloc_printerr): Clarify error message.
37435 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
37437         [BZ #14648]
37438         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
37439         Set bit_FMA_Usable if FMA is supported.
37440         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
37441         macro.
37442         (bit_FMA4_Usable): Updated.
37443         (index_FMA_Usable): New macro.
37444         (CPUID_FMA): Likewise
37445         (HAS_FMA): Defined with bit_FMA_Usable.
37447 2012-10-01  Roland McGrath  <roland@hack.frob.com>
37449         * bits/types.h (__swblk_t): Type removed.
37450         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
37451         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
37452         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
37453         (__SWBLK_T_TYPE): Likewise.
37454         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
37455         (__SWBLK_T_TYPE): Likewise.
37456         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
37457         (__SWBLK_T_TYPE): Likewise.
37458         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
37459         (__SWBLK_T_TYPE): Likewise.
37461 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
37462             Honza Horak <hhorak@redhat.com>
37464         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
37465         (xdr_mapname): Use YPMAXMAP as maxsize.
37466         (xdr_peername): Use YPMAXPEER as maxsize.
37467         (xdr_keydat): Use YPAXRECORD as maxsize.
37468         (xdr_valdat): Use YPMAXRECORD as maxsize.
37470 2012-10-01  Roland McGrath  <roland@hack.frob.com>
37472         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
37474         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
37475         * csu/init-first.c: ... here.
37476         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
37477         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
37478         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
37479         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
37480         * sysdeps/i386/init-first.c: File removed.
37481         * sysdeps/sh/init-first.c: File removed.
37483 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
37485         [BZ #14645]
37486         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
37487         if x * y might underflow to zero and z is zero.
37488         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37489         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37490         * math/libm-test.inc (min_subnorm_value): New variable.
37491         (fma_test): Add more tests.
37492         (fma_test_towardzero): Likewise.
37493         (fma_test_downward): Likewise
37494         (fma_test_upward): Likewise.
37495         (initialize): Set min_subnorm_value.
37497 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
37499         [BZ #14638]
37500         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
37501         0 + 0.
37502         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
37503         mode for addition resulting in exact zero.
37504         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
37505         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
37506         exact 0 + 0.
37507         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
37508         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37509         * math/libm-test.inc (fma_test): Add more tests.
37510         (fma_test_towardzero): New function.
37511         (fma_test_downward): Likewise.
37512         (fma_test_upward): Likewise.
37513         (main): Call the new functions.
37515 2012-09-28  David S. Miller  <davem@davemloft.net>
37517         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
37519 2012-09-28  Roland McGrath  <roland@hack.frob.com>
37521         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
37522         instead of SIGALRM.
37524         * sysdeps/gnu/_G_config.h: Moved to ...
37525         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
37526         * sysdeps/mach/hurd/_G_config.h: Moved to ...
37527         * sysdeps/generic/_G_config.h: ... here.
37529         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
37531         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
37533         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
37534         Conditionalize target on [libnss_test1.so-version].
37536         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
37538         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
37539         (elfobjdir): Move out of conditionals.
37541         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
37542         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
37543         (__nss_lookup_function): Conditionalize label remove_from_tree on
37544         [!DO_STATIC_NSS || SHARED], matching its only use.
37546 2012-09-28  David S. Miller  <davem@davemloft.net>
37548         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
37549         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
37550         file.
37551         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
37552         sysdep_routines.
37553         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
37554         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
37555         when HWCAP_SPARC_CRYPTO is present.
37557 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
37559         * io/tst-mknodat.c: Create a FIFO instead of a socket.
37561 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
37563         [BZ #6530]
37564         * stdio-common/vfprintf.c (process_string_arg): Revert
37565         2000-07-22 change.
37567 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
37569         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
37570         for testcase.
37571         * stdio-common/tst-sprintf.c: Include <locale.h>
37572         (main): Test sprintf's handling of incomplete multibyte
37573         characters.
37575 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
37577         * elf/dl-runtime.c (VERSYMIDX): Removed.
37578         * elf/dl-version.c (VERSYMIDX): Likewise.
37579         * elf/do-rel.h (VERSYMIDX): Likewise.
37580         (VALIDX): Likewise.
37581         * elf/dynamic-link.h (VERSYMIDX): Likewise.
37582         * elf/rtld.c (VALIDX): Likewise.
37583         (ADDRIDX): Likewise.
37584         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
37585         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
37586         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
37587         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
37588         (VALIDX): Likewise.
37589         (ADDRIDX): Likewise.
37591 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
37593         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
37595 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
37597         [BZ #11438]
37598         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
37599         to global scope.
37600         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
37601         addresses are in the same scope as 192.0.2/24.
37602         * posix/gai.conf: Document new scope table defaults.
37604 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
37606         [BZ #5298]
37607         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
37608         for ftell.  Compute offsets from write pointers instead.
37609         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
37611 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
37613         [BZ #14543]
37614         * libio/Makefile (tests): New test case tst-fseek.
37615         * libio/tst-fseek.c: New test case to verify that fseek/ftell
37616         combination works in wide mode.
37617         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
37618         state when the external buffer state changes.
37620 2012-09-27  David S. Miller  <davem@davemloft.net>
37622         [BZ #14376]
37623         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
37624         pass reloc->r_addend in as the 'high' argument to
37625         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
37627         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37629 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
37631         * rt/tst-aio2.c: Include <pthread.h>.
37632         * rt/tst-aio3.c: Likewise.
37634 2012-09-27  Steve Ellcey  <sellcey@mips.com>
37636         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
37638 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
37640         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
37641         contents on [SHARED].
37643 2012-09-26  Marek Polacek  <polacek@redhat.com>
37645         [BZ #14530]
37646         [BZ #13741]
37647         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
37648         for C++ and GCC <4.3 as well as for non GCC compilers.
37650 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
37652         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37654 2012-09-25  Roland McGrath  <roland@hack.frob.com>
37656         * Makefile.in (all, install): Declare with .PHONY.
37657         Reported by Michael Hope <michael.hope@linaro.org>.
37659 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37661         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
37662         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
37663         system header.
37664         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
37665         Likewise.
37666         (sydep_routines): Add the new and the internal functions.
37667         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
37668         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
37669         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
37670         (GLIBC_2.17): Add the new function.
37671         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
37672         (GLIBC_2.17): Likewise.
37673         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
37674         (GLIBC_2.17): Likewise.
37675         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
37676         (GLIBC_2.17): Likewise.
37677         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
37679 2012-09-25  Alan Modra  <amodra@gmail.com>
37681         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
37682         Add release barrier before setting once_control to say
37683         initialisation is done.  Add hints on lwarx.  Use macro in
37684         place of isync.
37685         (clear_once_control): Add release barrier.
37687 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
37689         [BZ #13629]
37690         * math/s_clog.c (__clog): Handle more values close to |z| = 1
37691         specially.
37692         * math/s_clog10.c (__clog10): Likewise.
37693         * math/s_clog10f.c (__clog10f): Likewise.
37694         * math/s_clog10l.c (__clog10l): Likewise.
37695         * math/s_clogf.c (__clogf): Likewise.
37696         * math/s_clogl.c (__clogl): Likewise.
37697         * math/Makefile (libm-calls): Add x2y2m1.
37698         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
37699         (__x2y2m1): Likewise.
37700         (__x2y2m1l): Likewise.
37701         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
37702         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
37703         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
37704         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
37705         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
37706         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
37707         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
37708         * sysdeps/i386/fpu/libm-test-ulps: Update.
37709         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37711         [BZ #14621]
37712         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
37713         int as type of variable DEPTH.
37714         (glob): Use size_t instead of int as type of variables NEWCOUNT
37715         and OLD_PATHC.
37717 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37719         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
37720         Add s_sincosf-sse2.
37721         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
37722         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
37723         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
37724         macros for using routine as __sincosf_ia32.
37725         Use macro for function declaration and weak_alias.
37726         * sysdeps/i386/fpu/libm-test-ulps: Update.
37728         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
37729         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37731         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
37732         subnormal argument.
37733         * math/s_cexpf.c (__cexpf): Likewise.
37734         * math/s_csinf.c (__csinf): Likewise.
37735         * math/s_csinhf.c (__csinhf): Likewise.
37736         * math/s_ctanf.c (__ctanf): Likewise.
37737         * math/s_ctanhf.c (__ctanhf): Likewise.
37738         * math/s_ccosh.c (__ccoshf): Likewise.
37739         * math/s_cexp.c (__cexpl): Likewise.
37740         * math/s_csin.c (__csin): Likewise.
37741         * math/s_csinh.c (__csinh): Likewise.
37742         * math/s_ctan.c (__ctan): Likewise.
37743         * math/s_ctanh.c (ctanh): Likewise.
37744         * math/s_ccoshl.c (__ccoshl): Likewise.
37745         * math/s_cexpl.c (__cexpl): Likewise.
37746         * math/s_csinl.c (__csinl): Likewise.
37747         * math/s_csinhl.c (__csinhl): Likewise.
37748         * math/s_ctanl.c (__ctanl): Likewise.
37749         * math/s_ctanhl.c (__ctanhl): Likewise.
37751 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
37753         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
37754         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
37755         (_IO_off_t): Define to __off_t, not _G_off_t.
37756         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
37757         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
37758         (_IO_wint_t): Define to wint_t, not _G_wint_t.
37759         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
37760         type of __dummy and __dummy2 fields.
37761         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
37762         (_G_ssize_t): Likewise.
37763         (_G_off_t): Likewise.
37764         (_G_pid_t): Likewise.
37765         (_G_uid_t): Likewise.
37766         (_G_wchar_t): Likewise.
37767         (_G_wint_t): Likewise.
37768         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
37769         (_G_ssize_t): Likewise.
37770         (_G_off_t): Likewise.
37771         (_G_pid_t): Likewise.
37772         (_G_uid_t): Likewise.
37773         (_G_wchar_t): Likewise.
37774         (_G_wint_t): Likewise.
37775         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
37776         (_G_ssize_t): Likewise.
37777         (_G_off_t): Likewise.
37778         (_G_pid_t): Likewise.
37779         (_G_uid_t): Likewise.
37780         (_G_wchar_t): Likewise.
37781         (_G_wint_t): Likewise.
37783 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
37785         * malloc/arena.c: Include malloc-sysdep.h.
37786         (shrink_heap): Use check_may_shrink_heap to decide if madvise
37787         is sufficient to shrink the heap or an unmap is needed.
37788         * sysdeps/generic/malloc-sysdep.h: New file.  Define
37789         new function check_may_shrink_heap.
37790         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
37791         new function check_may_shrink_heap.
37793 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
37795         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
37796         comments.
37798 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
37800         * catgets/test-gencat.sh: Add "set -e".
37801         * elf/tst-pathopt.sh: Likewise.
37802         * grp/tst_fgetgrent.sh: Likewise.
37803         * iconvdata/run-iconv-test.sh: Likewise.
37804         * intl/tst-gettext.sh: Likewise.
37805         * intl/tst-gettext2.sh: Likewise.
37806         * intl/tst-gettext4.sh: Likewise.
37807         * intl/tst-gettext6.sh: Likewise.
37808         * intl/tst-translit.sh: Likewise.
37809         * io/ftwtest-sh: Likewise.
37810         * libio/test-freopen.sh: Likewise.
37811         * malloc/tst-mtrace.sh: Likewise.
37812         * posix/globtest.sh: Likewise.
37813         * posix/tst-getconf.sh: Likewise.
37814         * posix/wordexp-tst.sh: Likewise.
37815         * stdio-common/tst-printf.sh: Likewise.
37816         * stdio-common/tst-unbputc.sh: Likewise.
37817         * stdlib/tst-fmtmsg.sh: Likewise.
37818         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
37819         * catgets/Makefile: Do not specify -e option when running
37820         testsuite shell scripts.
37821         * elf/Makefile: Likewise.
37822         * grp/Makefile: Likewise.
37823         * iconvdata/Makefile: Likewise.
37824         * intl/Makefile: Likewise.
37825         * io/Makefile: Likewise.
37826         * libio/Makefile: Likewise.
37827         * malloc/Makefile: Likewise.
37828         * posix/Makefile: Likewise.
37829         * stdio-common/Makefile: Likewise.
37830         * stdlib/Makefile: Likewise.
37831         * sysdeps/x86_64/Makefile: Likewise.
37833         * io/ftwtest-sh: Add copyright header.
37834         * posix/globtest.sh: Likewise.
37835         * posix/tst-getconf.sh: Likewise.
37836         * posix/wordexp-tst.sh: Likewise.
37837         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
37839 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
37841         [BZ #13679]
37842         * Makeconfig (+link): Defined as $(+link-static) if
37843         $(build-shared) isn't yes.
37844         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
37845         isn't yes.
37846         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
37848         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
37850         [BZ #14562]
37851         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
37852         new chunk size with MALLOC_ALIGN_MASK.
37854 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
37856         [BZ #5044]
37857         * stdio-common/printf_fphex.c: Include <stdbool.h> and
37858         <rounding-mode.h>.
37859         (__printf_fphex): Determine rounding using get_rounding_mode and
37860         round_away.
37861         * stdio-common/tst-printf-round.c (struct hex_test): New
37862         structure.
37863         (hex_tests): New variable.
37864         (test_hex_in_one_mode): New function.
37865         (do_test): Also run tests for hex float output.
37867 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
37869         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
37870         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
37871         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
37872         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
37873         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
37874         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
37875         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
37876         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
37878 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
37880         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
37881         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
37882         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
37883         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
37885 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
37887         [BZ #14579]
37888         * elf/rtld.c (dl_main): Limit the check for self loading to normal
37889         mode only.
37890         * elf/tst-rtld-load-self.sh: New test.
37891         * elf/Makefile: Run it.
37893 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
37895         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
37896         (tst-writev-ENV): Remove.
37897         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
37899 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
37901         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
37903 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
37905         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
37906         unconditional.
37907         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
37908         Likewise.
37909         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
37910         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
37911         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
37912         Likewise.
37914 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
37916         [BZ #14587]
37917         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
37918         * config.make.in (have-cpp-asm-debuginfo): Removed.
37919         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
37920         * configure: Regenerated.
37922 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
37924         [BZ #5044]
37925         * stdio-common/printf_fp.c: Include <stdbool.h> and
37926         <rounding-mode.h>.
37927         (___printf_fp): Determine rounding using get_rounding_mode and
37928         round_away.
37929         * stdio-common/tst-printf-round.c: New file.
37930         * stdio-common/Makefile (tests): Add tst-printf-round.
37931         (link-libm): New variable.
37932         ($(objpfx)tst-printf-round): Depend in $(link-libm).
37934 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
37936         [BZ #14576]
37937         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
37938         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
37939         Likewise.
37940         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
37941         Likewise.
37943 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
37945         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
37946         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37947         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37948         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37950 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
37952         [BZ #14518]
37953         * include/rounding-mode.h: New file.
37954         * sysdeps/generic/get-rounding-mode.h: Likewise.
37955         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
37956         * stdlib/strtod_l.c: Include <rounding-mode.h>.
37957         (MAX_VALUE): New macro.
37958         (MIN_VALUE): Likewise.
37959         (overflow_value): New function.
37960         (underflow_value): Likewise.
37961         (round_and_return): Use overflow_value and underflow_value to
37962         determine return values in overflow and underflow cases.  Use
37963         round_away to determine rounding depending on rounding mode.
37964         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
37965         determine return values in overflow and underflow cases.
37966         * stdlib/tst-strtod-round.c: Include <fenv.h>.
37967         (struct test_results): New structure.
37968         (struct test): Use struct test_results to store expected results
37969         for all rounding modes.
37970         (TEST): Include expected results for all rounding modes.
37971         (test_in_one_mode): New function.
37972         (do_test): Use test_in_one_mode to compute and check results.
37973         Check results for all rounding modes.
37974         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
37975         $(link-libm).
37977 2012-12-09  Allan McRae  <allan@archlinux.org>
37979         * sysdeps/i386/fpu/libm-test-ulps: Update
37981 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
37983         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
37984         (_G_int32_t): Likewise.
37985         (_G_uint16_t): Likewise.
37986         (_G_uint32_t): Likewise.
37987         (_G_HAVE_BOOL): Likewise.
37988         (_G_HAVE_ATEXIT): Likewise.
37989         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37990         (_G_HAVE_IO_FILE_OPEN): Likewise.
37991         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
37992         (_G_int32_t): Likewise.
37993         (_G_uint16_t): Likewise.
37994         (_G_uint32_t): Likewise.
37995         (_G_HAVE_BOOL): Likewise.
37996         (_G_HAVE_ATEXIT): Likewise.
37997         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37998         (_G_HAVE_IO_FILE_OPEN): Likewise.
37999         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
38000         (_G_int32_t): Likewise.
38001         (_G_uint16_t): Likewise.
38002         (_G_uint32_t): Likewise.
38003         (_G_HAVE_BOOL): Likewise.
38004         (_G_HAVE_ATEXIT): Likewise.
38005         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38006         (_G_HAVE_IO_FILE_OPEN): Likewise.
38008 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
38010         * csu/libc-tls.c: Update copyright years.
38012 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
38014         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
38015         [!_G_USING_THUNKS]: Remove conditional code.
38016         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
38017         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
38019         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
38020         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
38021         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38022         (_G_VTABLE_LABEL_PREFIX): Likewise.
38023         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38024         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38025         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38026         (_G_VTABLE_LABEL_PREFIX): Likewise.
38027         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
38028         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38029         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38030         (_G_VTABLE_LABEL_PREFIX): Likewise.
38031         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
38033 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
38035         * libio/Makefile: Include ../Makeconfig before tests.
38036         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
38037         only if $(build-shared) is yes.
38039         * iconv/gconv_db.c: Update copyright years.
38041 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38043         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
38044         unwind info if defined PIC. Fix special cases description.
38045         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
38047         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
38048         DP_HI_MASK entry.
38049         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
38051 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
38053         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
38055         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
38056         is NULL.
38058         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
38059         (LDLIBS-tst-chk4): This.
38060         (LDFLAGS-tst-chk5): Renamed to ...
38061         (LDLIBS-tst-chk5): This.
38062         (LDFLAGS-tst-chk6): Renamed to ...
38063         (LDLIBS-tst-chk6): This.
38064         (LDFLAGS-tst-lfschk4): Renamed to ...
38065         (LDLIBS-tst-lfschk4): This.
38066         (LDFLAGS-tst-lfschk5): Renamed to ...
38067         (LDLIBS-tst-lfschk5): This.
38068         (LDFLAGS-tst-lfschk6): Renamed to ...
38069         (LDLIBS-tst-lfschk6): This.
38071         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
38072         on $(common-objpfx)soversions.mk.
38074 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
38076         [BZ #10014]
38077         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
38078         example host name.
38080 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
38082         * malloc/arena.c (arena_get_retry): New function that gets
38083         another arena for the caller to try its request on.
38084         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
38085         current arena cannot fulfill the request.
38086         (__libc_memalign): Likewise.
38087         (__libc_memalign): Likewise.
38088         (__libc_pvalloc): Likewise.
38089         (__libc_calloc): Likewise.
38091 2012-09-05  John Tobey  <john.tobey@gmail.com>
38093         [BZ #13542]
38094         * manual/arith.texi (Operations on Complex): Fix description
38095         of carg branch cut.
38097 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
38099         [BZ #10014]
38100         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
38101         host name.
38103         [BZ #10038]
38104         * manual/memory.texi (Memory): Make order of menu items match
38105         order of sections.
38107 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38109         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
38110         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
38111         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
38113 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38115         * csu/libc-tls.c (static_dtv): Renamed to ...
38116         (_dl_static_dtv): This.  Make it global.
38117         (_dl_initial_dtv): Removed.
38118         (__libc_setup_tls): Updated.
38119         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
38120         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
38121         DL_INITIAL_DTV.
38123 2012-09-06  Petr Machata  <pmachata@redhat.com>
38125         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
38126         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
38127         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
38128         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
38130 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38132         [BZ #14545]
38133         * csu/libc-tls.c (_dl_initial_dtv): New variable.
38134         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
38135         freeing dtv[-1].
38137 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38139         [BZ #14544]
38140         * Makeconfig (link-static-before-libc): Replace $(+prector)
38141         with $(+prectorT).
38142         (link-static-after-libc): Replace $(+postctor) with
38143         $(+postctorT).
38144         (link-bounded): Replace $(+prector)/$(+postctor) with
38145         $(+prectorT)/$(+postctorT).
38146         (+prectorT): New macro.
38147         (+postctorT): Likewise.
38149 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
38151         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
38152         (round_str): Handle values above the maximum for IBM long double
38153         as inexact.
38154         * stdlib/tst-strtod-round.c (tests): Regenerated.
38156 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38158         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
38159         assembler flag.
38160         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
38161         zarch_nohighgprs around the zarch optimized routines.
38162         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
38163         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
38164         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
38165         for zarch.
38167 2012-09-05  David S. Miller  <davem@davemloft.net>
38169         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38171         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
38172         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
38173         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
38174         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
38175         entries.
38177 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38179         * malloc/arena.c: Fold copyright years.
38180         * malloc/mcheck.c, malloc/memusage.c: Likewise.
38182 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38184         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
38186 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38188         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
38190 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38192         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
38193         change internal state upon failure.
38195 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38197         * malloc/mcheck.c (mcheck_check_all): Fix typo.
38198         * malloc/memusage.c (mmap): Likewise.
38199         (mmap64, mremap): Likewise.  Adjust name in comment.
38201 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
38203         * libio/fileops.c: Fix typos in comments.
38204         * libio/oldfileops.c: Likewise.
38205         * libio/wfileops.c: Likewise.
38207 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
38209         [BZ #1349]
38210         * malloc/Makefile (tests): Add tst-malloc-usable test case.
38211         (tst-malloc-usable-ENV): Set environment for test case.
38212         * malloc/hooks.c (malloc_check_get_size): New function to get
38213         requested size.
38214         * malloc/malloc.c (musable): Use malloc_check_get_size.
38215         * malloc/tst-malloc-usable.c: New test case.
38217 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
38219         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
38221 2012-09-05  Allan McRae  <allan@archlinux.org>
38223         [BZ #13966]
38224         * configure.in (CXX_SYSINCLUDES): Use compiler output to
38225         determine header location.
38226         * configure: Regenerated.
38228 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
38230         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
38231         float format.
38232         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
38233         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
38234         format.
38235         (test): Regenerate.
38237 2012-09-04  David S. Miller  <davem@davemloft.net>
38239         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
38240         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
38241         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
38243 2012-09-04  Florian Weimer  <fweimer@redhat.com>
38245         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
38246         failures.
38248         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
38250 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
38252         [BZ #9914]
38253         * libio/iogetdelim.c: Include <limits.h>.
38254         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
38255         + len + 1 would overflow.
38257 2012-09-03  Andreas Jaeger  <aj@suse.de>
38259         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38260         * sysdeps/i386/fpu/libm-test-ulps: Update.
38262 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38264         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
38265         Add s_sinf-sse2, s_conf-sse2.
38267         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
38268         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
38269         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
38270         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
38272         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
38273         for using routine as __sinf_ia32.
38274         Use macro for function declaration and weak_alias.
38275         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
38276         for using routine as __cosf_ia32.
38277         Use macro for function declaration and weak_alias.
38279         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
38280         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
38282         * sysdeps/x86_64/fpu/s_sinf.S: New file.
38283         * sysdeps/x86_64/fpu/s_cosf.S: New file.
38284         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38286         * math/libm-test.inc (cos_test): Add more test cases.
38287         (sin_test): Likewise.
38288         (sincos_test): Likewise.
38290 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38292         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
38293         (IFUNC_RESOLVE): Make pointers to the specialized implementations
38294         hidden.
38295         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
38297 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
38299         [BZ #14538]
38300         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
38301         first element of the GOT.
38302         (elf_machine_load_address): Return the difference between
38303         the runtime address of _DYNAMIC and elf_machine_dynamic ().
38305 2012-09-01  Allan McRae  <allan@archlinux.org>
38307         [BZ #13412]
38308         * configure.in (AWK): Require gawk version 3.0 or later.
38309         * configure: Regenerated.
38311 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
38313         * sysdeps/unix/sysv/linux/kernel-features.h
38314         (__ASSUME_POSIX_CPU_TIMERS): Remove.
38315         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
38316         [__NR_clock_getres]: Make code unconditional.
38317         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
38318         (clock_getcpuclockid): Remove code left unreachable by removal of
38319         conditionals.
38320         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
38321         code unconditional.
38322         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
38323         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38324         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
38325         Make code unconditional.
38326         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
38327         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38328         * sysdeps/unix/sysv/linux/clock_settime.c
38329         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
38330         conditional code.
38331         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
38332         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38334 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
38336         [BZ #14476]
38337         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
38338         scripts/test-installation.pl.
38340         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
38341         and $ld_so_version if it is set.
38343 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
38345         [BZ #14516]
38346         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
38347         failure if reading from procfs failed.
38348         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
38350 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
38352         * sysdeps/unix/sysv/linux/kernel-features.h
38353         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
38354         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
38355         Remove conditional code.
38356         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38357         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
38358         Remove conditional code.
38359         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38360         * sysdeps/unix/sysv/linux/i386/fxstat.c
38361         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38362         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38363         * sysdeps/unix/sysv/linux/i386/fxstatat.c
38364         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38365         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38366         * sysdeps/unix/sysv/linux/i386/lxstat.c
38367         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38368         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38369         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
38370         Remove conditional code.
38371         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38372         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
38373         Remove conditional code.
38374         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38375         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
38376         <kernel-features.h>.
38377         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
38378         Remove.
38379         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
38380         Remove conditional code.
38381         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38382         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
38383         Remove conditional.
38385 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
38387         [BZ #5400]
38388         * NEWS: Add fixed bug number.
38390 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
38392         [BZ #14519]
38393         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
38394         underflowing exponent in case of negative sign.
38395         * stdlib/tst-strtod-round-data: Add more tests.
38396         * stdlib/tst-strtod-round.c (tests): Regenerated.
38398         [BZ #3479]
38399         * stdlib/strtod_l.c (NDIG): Remove.
38400         (HEXNDIG): Likewise.
38401         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
38402         smallest representable value.
38403         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
38404         lie within an exact representation of 1/2 ulp of the result.
38405         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
38406         unconditionally.
38407         (TENS_P9_IDX): Define unconditionally.
38408         (TENS_P9_SIZE): Likewise.
38409         (TENS_P10_IDX): Likewise.
38410         (TENS_P10_SIZE): Likewise.
38411         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
38412         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
38413         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
38414         entries for 10^2^13 and 10^2^14.
38415         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
38416         (TENS_P13_IDX): Define.
38417         (TENS_P13_SIZE): Likewise.
38418         (TENS_P14_IDX): Likewise.
38419         (TENS_P14_SIZE): Likewise.
38420         (_fpioconst_pow10): Change array size to
38421         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
38422         unconditional.
38423         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
38424         1024]: Add entries for 10^2^13 and 10^2^14.
38425         [LAST_POW10 > _LAST_POW10]: Remove #error.
38426         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
38427         (_fpioconst_pow10): Change array size to
38428         FPIOCONST_POW10_ARRAY_SIZE.
38429         * stdlib/gen-fpioconst.c: New file.
38430         * stdlib/gen-tst-strtod-round.c: Likewise.
38431         * stdlib/tst-strtod-round-data: Likewise.
38432         * stdlib/tst-strtod-round.c: Likewise.
38433         * stdlib/Makefile (tests): Add tst-strtod-round.
38435         [BZ #14459]
38436         * stdlib/strtod_l.c: Include <stdint.h>.
38437         (NDEBUG): Do not define.
38438         (round_and_return): Change EXPONENT parameter to type intmax_t.
38439         Rearrange calculations to avoid internal overflow possibilities.
38440         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
38441         Rearrange calculations to avoid internal overflow possibilities.
38442         Assert that number fits inside MPNSIZE limbs.
38443         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
38444         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
38445         calculations and add assertions to avoid internal overflow
38446         possibilities.  Add casts to avoid signed/unsigned operations.
38447         * stdlib/tst-strtod-overflow.c: New file.
38448         * stdlib/Makefile (tests): Add tst-strtod-overflow.
38450 2012-08-25  Marek Polacek  <polacek@redhat.com>
38452         * time/time.h: Fix some typos in comments.
38454 2012-08-23  Roland McGrath  <roland@hack.frob.com>
38456         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
38457         * posix/tst-rfc3484-2.c: Likewise.
38458         * posix/tst-rfc3484-3.c: Likewise.
38460 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
38462         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
38463         (EF_ARM_ABI_FLOAT_HARD): Likewise.
38465 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
38467         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
38468         #include of fxstatat64.c.
38470 2012-08-22  Roland McGrath  <roland@hack.frob.com>
38472         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
38473         * shadow/getspent_r.c: Likewise.
38474         * shadow/getspnam.c: Likewise.
38475         * shadow/getspnam_r.c: Likewise.
38476         * gshadow/getsgent.c: Likewise.
38477         * gshadow/getsgent_r.c: Likewise.
38478         * gshadow/getsgnam.c: Likewise.
38479         * gshadow/getsgnam_r.c: Likewise.
38480         * inet/getnetbyad.c: Likewise.
38481         * inet/getnetbyad_r.c: Likewise.
38482         * inet/getnetbynm.c: Likewise.
38483         * inet/getnetbynm_r.c: Likewise.
38484         * inet/getnetent.c: Likewise.
38485         * inet/getnetent_r.c: Likewise.
38486         * inet/getproto.c: Likewise.
38487         * inet/getproto_r.c: Likewise.
38488         * inet/getprtent.c: Likewise.
38489         * inet/getprtent_r.c: Likewise.
38490         * inet/getprtname.c: Likewise.
38491         * inet/getprtname_r.c: Likewise.
38492         * inet/getrpcbyname.c: Likewise.
38493         * inet/getrpcbyname_r.c: Likewise.
38494         * inet/getrpcbynumber.c: Likewise.
38495         * inet/getrpcbynumber_r.c: Likewise.
38496         * inet/getrpcent.c: Likewise.
38497         * inet/getrpcent_r.c: Likewise.
38498         * inet/getaliasent.c: Likewise.
38499         * inet/getaliasent_r.c: Likewise.
38500         * inet/getaliasname.c: Likewise.
38501         * inet/getaliasname_r.c: Likewise.
38502         * nscd/getgrgid_r.c: Likewise.
38503         * nscd/getgrnam_r.c: Likewise.
38504         * nscd/gethstbyad_r.c: Likewise.
38505         * nscd/gethstbynm3_r.c: Likewise.
38506         * nscd/getpwnam_r.c: Likewise.
38507         * nscd/getpwuid_r.c: Likewise.
38508         * nscd/getsrvbynm_r.c: Likewise.
38509         * nscd/getsrvbypt_r.c: Likewise.
38510         * nscd/gai.c: Likewise.
38512         * configure.in (build_nscd): New substituted variable, set
38513         by --disable-build-nscd and defaults to $use_nscd.
38514         * configure: Regenerated.
38515         * config.make.in (build-nscd): New substituted variable.
38516         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
38517         Change conditional to require [$(build-nscd) = yes] as well.
38518         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
38520         [BZ# 13696]
38521         * configure.in (use_nscd): New substituted variable, set by
38522         --disable-nscd.  If enabled, define USE_NSCD.
38523         * configure: Regenerated.
38524         * config.h.in: Add USE_NSCD.
38525         * config.make.in (use-nscd): New substituted variable.
38526         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
38527         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
38528         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
38529         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
38530         (CFLAGS-getgrnam_r.c): Likewise.
38531         (CFLAGS-initgroups.c): Likewise.
38532         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
38533         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
38534         Variables removed.
38535         * inet/getnetgrent_r.c
38536         (nscd_setnetgrent): New function, broken out of ...
38537         (setnetgrent): ... here.  Call it.
38538         (innetgr): Conditionalize nscd bits on [USE_NSCD].
38539         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
38540         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
38541         * nscd/Makefile (routines, aux): Move definitions after include of
38542         Makeconfig.  Conditionalize on [$(use-nscd) != no].
38543         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
38544         Conditionalize on [USE_NSCD].
38545         (is_nscd, nscd_init_cb): Likewise.
38546         (nss_load_library): Conditionalize init callback on [USE_NSCD].
38547         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
38548         * nss/nss_db/db-init.c: Likewise.
38549         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
38550         [USE_NSCD].
38551         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
38552         (make_request): Use it.
38553         (cache_valid_p): New function.
38554         (__check_pf): Use it.
38555         * NEWS: Add item for --disable-nscd.
38557 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
38559         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
38560         to support sed >= 4.2.1-20-ga9bf076.
38561         * configure: Regenerated.
38563 2012-08-22  Roland McGrath  <roland@hack.frob.com>
38565         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
38566         Conditionalize whole body on [IREL].
38568 2012-08-22  Jeff Law <law@redhat.com>
38570         [BZ #14505]
38571         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
38572         if the family is PF_UNSPEC.
38574 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
38576         * Makerules (lib-version): Rename from V.
38577         (install-lib-nosubdir): Change V to lib-version.
38579 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
38581         [BZ #14252]
38582         * powerpc32/power6/wcschr.c: New file.
38583         * powerpc32/power6/wcscpy.c: New file.
38584         * powerpc32/power6/wcsrchr.c: New file.
38585         * powerpc64/power6/wcschr.c: New file.
38586         * powerpc64/power6/wcscpy.c: New file.
38587         * powerpc64/power6/wcsrchr.c: New file.
38589 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
38591         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
38592         (two_way_short_needle): Use it.
38593         * string/strstr.c (AVAILABLE1_USES_J): Define.
38594         * string/strcasestr.c: Likewise.
38596         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
38597         array references.
38598         * string/strcasestr.c (TOLOWER): Make side-effect safe.
38600         [BZ #11607]
38601         * NEWS: Add an entry.
38602         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
38603         define their defaults.
38604         (two_way_short_needle): Detect end-of-string on-the-fly.
38605         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
38606         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
38607         * string/bug-strcasestr1.c: New test.
38608         * string/Makefile: Run it.
38610 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
38612         [BZ #11607]
38613         * string/str-two-way.h (two_way_short_needle): Optimize matching of
38614         the first character.
38616 2012-08-21  Roland McGrath  <roland@hack.frob.com>
38618         * csu/elf-init.c (__libc_csu_irel): Function removed.
38619         * csu/libc-start.c (apply_irel): New function.
38620         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
38622 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
38624         * sysdeps/unix/sysv/linux/kernel-features.h
38625         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
38626         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
38627         <kernel-features.h>.
38628         [__NR_fadvise64_64]: Make code unconditional.
38629         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
38630         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
38631         !__NR_fadvise64_64)]: Likewise.
38632         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
38633         !__NR_fadvise64_64))]: Likewise.
38634         [__NR_fadvise64]: Make code unconditional.
38635         [!__NR_fadvise64]: Remove conditional code.
38636         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
38637         <kernel-features.h>.
38638         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38639         unconditional.
38640         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38641         conditional code.
38642         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
38643         not include <kernel-features.h>.
38644         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38645         unconditional.
38646         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38647         conditional code.
38648         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
38649         include <kernel-features.h>.
38650         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38651         unconditional.
38652         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38653         conditional code.
38655 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
38657         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
38658         slight instruction rearrangements per scrollpipe analysis.
38659         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
38661 2012-08-20  Roland McGrath  <roland@hack.frob.com>
38663         * manual/syslog.texi (syslog; vsyslog, closelog):
38664         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
38665         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
38667         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
38668         DSOCAPS to match condition on defining it.
38670 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
38672         * sysdeps/unix/sysv/linux/kernel-features.h
38673         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
38674         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
38675         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38676         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38677         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
38678         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38679         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38680         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
38681         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38682         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38684         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
38685         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
38687         * sysdeps/unix/sysv/linux/kernel-features.h
38688         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
38689         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
38690         unconditional.
38691         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38692         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
38693         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
38694         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38695         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
38696         Make code unconditional.
38697         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38698         (__mmap64) [!__NR_mmap2]: Likewise.
38699         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
38700         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
38701         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38702         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
38703         [__NR_mmap2]: Make code unconditional.
38704         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38705         (__mmap64) [!__NR_mmap2]: Likewise.
38707 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38709         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
38711 2012-08-18  Andreas Jaeger  <aj@suse.de>
38713         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
38715 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
38717         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
38718         * include/unistd.h (__have_sock_cloexec): Likewise.
38719         (__have_pipe2): Likewise.
38720         (__have_dup3): Likewise.
38722 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
38724         [BZ #9685]
38725         * include/unistd.h (__have_pipe2): Change define into an extern int.
38726         (__have_dup3): Likewise.
38727         * socket/have_sock_cloexec.c: Include fcntl.h.
38728         (__have_pipe2): New variable.
38729         (__have_dup3): Likewise.
38731 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
38733         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
38735 2012-08-17  Marek Polacek  <polacek@redhat.com>
38737         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
38738         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
38740 2012-08-17  Roland McGrath  <roland@hack.frob.com>
38742         * configure.in: Add AC_SUBST for sysheaders.
38743         * configure: Regenerated.
38744         * config.make.in (sysheaders): New substituted variable.
38746         * sysdeps/unix/mkfifo.c: Moved ...
38747         * sysdeps/posix/mkfifo.c: ... here.
38748         * sysdeps/unix/mkfifoat.c: Moved ...
38749         * sysdeps/posix/mkfifoat.c: ... here.
38751         * sysdeps/unix/utime.c: Moved ...
38752         * sysdeps/posix/utime.c: ... here.
38754         * sysdeps/unix/time.c: Moved ...
38755         * sysdeps/posix/time.c: ... here.
38756         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
38757         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
38759         * sysdeps/unix/nice.c: Moved ...
38760         * sysdeps/posix/nice.c: ... here.
38762         * sysdeps/unix/alarm.c: Moved ...
38763         * sysdeps/posix/alarm.c: ... here.
38765         * intl/Makefile ($(codeset_mo)): Depend on the input file.
38767 2012-08-17  Jeff Law <law@redhat.com>
38769         * intl/Makefile (codeset_mo): New variable.
38770         ($(codeset_mo)): New target.
38771         (tst-codeset.out): Depend on that.  Remove explicit rule.
38772         (tst-gettext3.out, tst-gettext5.out): Likewise.
38773         (LOCPATH-ENV, tst-codeset-ENV): New variables.
38774         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
38775         * intl/tst-codeset.sh: Remove.
38776         * intl/tst-gettext3.sh: Likewise.
38777         * intl/tst-gettext5.sh: Likewise.
38779 2012-08-17  Roland McGrath  <roland@hack.frob.com>
38781         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
38782         * sysdeps/unix/syscalls.list: ... here.
38784         * sysdeps/posix/getaddrinfo.c
38785         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
38786         (gaiconf_init, gaiconf_reload): Use them.
38787         [!_STATBUF_ST_NSEC]
38788         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
38789         Define using time_t rather than struct timespec.
38791         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
38792         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
38793         Macros removed.
38794         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
38795         [!NO_THREADS].
38796         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
38797         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
38798         Likewise.
38800         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
38801         __libc_cleanup_push argument.
38803         * bits/param.h: New file.
38804         * misc/sys/param.h: New file.
38805         * include/sys/param.h: New file.
38806         * misc/Makefile (headers): Add bits/param.h.
38807         * sysdeps/generic/sys/param.h: File removed.
38808         * sysdeps/unix/sysv/linux/bits/param.h: New file.
38809         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
38810         * sysdeps/mach/hurd/bits/param.h: New file.
38811         * sysdeps/mach/hurd/sys/param.h: File removed.
38813         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
38814         last change.
38816         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
38817         [_IO_MTSAFE_IO].
38818         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
38819         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
38820         New macros.
38822         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
38823         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
38824         rather than -D_IO_MTSAFE_IO conditionally.
38825         * stdio-common/Makefile (CPPFLAGS): Likewise.
38826         * wcsmbs/Makefile (CPPFLAGS): Likewise.
38827         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
38828         Use $(libio-mtsafe).
38829         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
38830         of -D_IO_MTSAFE_IO.
38831         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
38832         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
38833         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
38834         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
38835         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
38836         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
38837         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
38838         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
38839         (CFLAGS-fread_u_chk.c): Likewise.
38840         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
38841         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
38842         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
38843         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
38844         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
38845         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
38846         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
38847         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
38848         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
38850         * libio/Makefile: Test [$(libc-reentrant) = yes]
38851         instead of [$(filter %REENTRANT, $(defines)) nonempty].
38853         * Makeconfig
38854         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
38855         * sysdeps/pthread/configure: File removed.
38856         * sysdeps/pthread/Makeconfig: New file.
38857         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
38858         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
38860 2012-08-16  Gary Benson  <gbenson@redhat.com>
38862         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
38863         unmapping the first object in a namespace.
38865 2012-08-16  Roland McGrath  <roland@hack.frob.com>
38867         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
38868         (__internal_setnetgrent): ... this.  Add internal_function to
38869         definition.  Add libc_hidden_def.
38870         (setnetgrent): Update caller.
38871         (internal_endnetgrent): Renamed to ...
38872         (__internal_endnetgrent): ... this.  Add internal_function to
38873         definition.  Add libc_hidden_def.
38874         (endnetgrent): Update caller.
38875         (internal_getnetgrent_r): Renamed to ...
38876         (__internal_getnetgrent_r): ... this.  Add internal_function to
38877         definition.  Add libc_hidden_def.
38878         (__getnetgrent_r): Update caller.
38879         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
38881 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
38883         * stdlib/longlong.h: Update from GCC.
38885 2012-08-16  Roland McGrath  <roland@hack.frob.com>
38887         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
38888         on _QL, which is set by umul_ppmm but never used.
38889         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
38890         variables, which are set by GMP macros but never used.
38891         * stdio-common/_itowa.c (_itowa): Likewise.
38892         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
38893         * stdlib/mod_1.c (mpn_mod_1): Likewise.
38895 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
38897         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
38898         struct La_sh_regs is not constant.
38899         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
38900         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
38901         and struct La_sparc64_regs are not constant.
38903 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
38905         * sysdeps/unix/sysv/linux/kernel-features.h
38906         (__ASSUME_POSIX_TIMERS): Remove.
38907         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
38908         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38909         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
38910         Make code unconditional.
38911         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38912         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
38913         Make code unconditional.
38914         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38915         * sysdeps/unix/sysv/linux/clock_nanosleep.c
38916         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
38917         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38918         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
38919         Make code unconditional.
38920         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38921         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
38922         (__libc_missing_posix_timers): Remove.
38924 2012-08-15  Roland McGrath  <roland@hack.frob.com>
38926         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
38927         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
38929         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
38931         * elf/dl-sym.c: Include <stdlib.h>.
38933         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
38934         constants, which avoids warnings in 32-bit builds.
38936         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
38937         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
38939         * misc/lseek.c: File moved to ...
38940         * io/lseek.c: ... here.
38942         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
38944         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
38945         shifting LEN more than 31 bits at once.
38947 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38949         [BZ #14195]
38950         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
38951         segmentation fault for a case of two empty input strings.
38952         * string/test-strncasecmp.c (check1): Renamed to...
38953         (bz12205): ...this.
38954         (bz14195): Add new testcase for two empty input strings and N > 0.
38955         (test_main): Call new testcase, adapt for renamed function.
38957 2012-08-15  Andreas Jaeger  <aj@suse.de>
38959         [BZ #14090]
38960         * crypt/md5test2.c: New test, based on test supplied by Serge
38961         Belyshev <belyshev@depni.sinp.msu.ru>.
38962         * crypt/Makefile (xtests): Add md5test-giant..
38963         * crypt/Makefile ($(objpfx)md5test-giant): Add.
38965 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
38967         [BZ #14090]
38968         * crypt/md5.c (md5_process_block): Don't assume the buffer
38969         length is less than 2**32.
38970         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
38971         length is less than 2**64.
38973 2012-08-15  Roland McGrath  <roland@hack.frob.com>
38975         * string/str-two-way.h: Include <sys/param.h>.
38976         (MAX): Macro removed.
38978         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
38979         Move #define and #undef of memmove to just before and after
38980         including <string.h>.
38982         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
38983         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
38984         and after including <string.h>.  Move declarations of
38985         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
38986         to before #include "string/memmove.c".
38988         * include/dirent.h: Declare __getdirentries.
38990         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
38991         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
38993 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
38995         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
38996         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
38997         * sysdeps/i386/configure: Regenerated.
38998         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
38999         STABS_CURRENT_FILE, and STABS_FUN.
39000         (END): Remove call to STABS_FUN_END.
39001         (STABS_CURRENT_FILE1): Delete.
39002         (STABS_CURRENT_FILE): Likewise.
39003         (STABS_FUN): Likewise.
39004         (STABS_FUN_END): Likewise.
39005         (STABS_FUN2): Likewise.
39006         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
39007         * sysdeps/x86_64/configure: Regenerated.
39009 2012-08-14  Roland McGrath  <roland@hack.frob.com>
39011         * elf/dl-open.c: Include <atomic.h>.
39012         * elf/dl-lookup.c: Likewise.
39014 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
39016         * sysdeps/unix/sysv/linux/kernel-features.h
39017         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
39018         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
39019         unconditionally.
39020         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
39021         unconditionally.
39022         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
39023         condition on __ASSUME_CLONE_THREAD_FLAGS.
39025 2012-08-14  Andreas Jaeger  <aj@suse.de>
39027         * sysdeps/i386/fpu/libm-test-ulps: Update.
39029 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
39031         * include/atomic.h (atomic_exchange_and_add): Split into ...
39032         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
39033         New atomic macros.
39035 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
39037         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39039 2012-08-13  Jeff Law <law@redhat.com>
39041         * manual/stdio.texi (snprintf): Clarify handling of the trailing
39042         null byte in the output string.
39044 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
39046         * sysdeps/unix/sysv/linux/kernel-features.h
39047         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
39048         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
39049         (__ASSUME_ARG_MAX_STACK_BASED): Define.
39050         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
39051         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
39052         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
39053         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
39055 2012-08-09  Jeff Law <law@redhat.com>
39057         [BZ #13939]
39058         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
39059         When avoid_arena is set, don't retry in the that arena.  Pick the
39060         next one, whatever it might be.
39061         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
39062         (arena_lock): Pass in new parameter to arena_get2.
39063         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
39064         arena_get2.
39065         (__libc_malloc): Unify retrying after main arena failure with
39066         __libc_memalign version.
39067         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
39069 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
39071         [BZ #14166]
39072         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
39073         to __redirect_strstr.
39074         (__strstr_sse42): Use typeof __redirect_strstr.
39075         (__strstr_ia32): Likewise.
39076         (__libc_strstr): New prototype.
39077         (strstr): Renamed to ...
39078         (__libc_strstr): This.
39079         (strstr): New strong alias of __libc_strstr.
39080         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
39081         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
39082         __redirect_time.
39083         Include <time.h>.
39084         (__libc_time): New prototype.
39085         (time_ifunc): Replace time with __libc_time.
39086         (time): New strong alias and hidden definition of __libc_time.
39087         (__GI_time): Remove strong alias.
39088         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
39089         Include <stddef.h>.
39090         (memmove): Redefined to __redirect_memmove.
39091         (__memmove_sse2): Use typeof __redirect_memmove.
39092         (__memmove_ssse3): Likewise.
39093         (__memmove_ssse3_back): Likewise.
39094         (__libc_memmove): New prototype.
39095         (memmove): Renamed to ...
39096         (__libc_memmove): This.
39097         (memmove): New strong alias of __libc_memmove.
39099 2012-08-08  Mark Salter  <msalter@redhat.com>
39101         * elf/elf.h
39102         (R_MN10300_TLS_GD): Define.
39103         (R_MN10300_TLS_LD): Likewise.
39104         (R_MN10300_TLS_LDO): Likewise.
39105         (R_MN10300_TLS_GOTIE): Likewise.
39106         (R_MN10300_TLS_IE): Likewise.
39107         (R_MN10300_TLS_LE): Likewise.
39108         (R_MN10300_TLS_DTPMOD): Likewise.
39109         (R_MN10300_TLS_DTPOFF): Likewise.
39110         (R_MN10300_TLS_TPOFF): Likewise.
39111         (R_MN10300_SYM_DIFF): Likewise.
39112         (R_MN10300_ALIGN): Likewise.
39113         (R_MN10300_NUM): Update.
39115 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
39117         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
39118         Remove.
39120 2012-08-08  Roland McGrath  <roland@hack.frob.com>
39122         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
39124         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
39125         sysdeps/unix -> sysdeps/posix move.
39126         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
39128 2012-08-07      Allan McRae     <allan@archlinux.org>
39130         [BZ #14303]
39131         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
39132         (SUNOS_CPP): Likewise.
39133         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
39134         not found.
39135         (open_input): Call CPP using execvp.
39137 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
39139         * sysdeps/unix/sysv/linux/kernel-features.h
39140         (__ASSUME_PROT_GROWSUPDOWN): Remove.
39141         (__ASSUME_NO_CLONE_DETACHED): Likewise.
39142         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
39143         (__ASSUME_WAITID_SYSCALL): Likewise.
39144         * sysdeps/unix/sysv/linux/dl-execstack.c
39145         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
39146         code unconditional.
39147         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
39148         conditional code.
39149         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
39150         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
39151         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
39152         code.
39153         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
39154         unconditional.
39155         [__ASSUME_WAITID_SYSCALL]: Likewise.
39156         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
39158 2012-08-07  Roland McGrath  <roland@hack.frob.com>
39160         * sysdeps/unix/closedir.c: Renamed to ...
39161         * sysdeps/posix/closedir.c: ... here.
39162         * sysdeps/unix/dirfd.c: Renamed to ...
39163         * sysdeps/posix/dirfd.c: ... here.
39164         * sysdeps/unix/dirstream.h: Renamed to ...
39165         * sysdeps/posix/dirstream.h: ... here.
39166         * sysdeps/unix/fdopendir.c: Renamed to ...
39167         * sysdeps/posix/fdopendir.c: ... here.
39168         * sysdeps/unix/opendir.c: Renamed to ...
39169         * sysdeps/posix/opendir.c: ... here.
39170         * sysdeps/unix/readdir.c: Renamed to ...
39171         * sysdeps/posix/readdir.c: ... here.
39172         * sysdeps/unix/readdir_r.c: Renamed to ...
39173         * sysdeps/posix/readdir_r.c: ... here.
39174         * sysdeps/unix/rewinddir.c: Renamed to ...
39175         * sysdeps/posix/rewinddir.c: ... here.
39176         * sysdeps/unix/seekdir.c: Renamed to ...
39177         * sysdeps/posix/seekdir.c: ... here.
39178         * sysdeps/unix/telldir.c: Renamed to ...
39179         * sysdeps/posix/telldir.c: ... here.
39180         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
39181         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
39182         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
39183         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
39185         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
39186         * bits/fcntl.h: ... here.
39188         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
39189         not 0.
39190         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
39191         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
39192         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
39193         (struct flock): Move l_start, l_len to the beginning.
39194         Use __pid_t for l_pid.
39195         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
39196         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
39197         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
39198         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
39199         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
39200         [__USE_LARGEFILE64] (struct flock64): New type.
39201         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
39203         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
39204         * bits/dirent.h: ... here.
39206         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
39207         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
39209 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
39211         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39212         Change from 2.6.0 to 2.6.16.
39213         * sysdeps/unix/sysv/linux/configure: Regenerated.
39214         * sysdeps/unix/sysv/linux/kernel-features.h
39215         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
39216         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
39217         version.
39218         (__ASSUME_UTIMES): Likewise.
39219         (__ASSUME_CLONE_STOPPED): Remove.
39220         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
39221         architectures, not kernel version.
39222         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
39223         (__ASSUME_NO_CLONE_DETACHED): Likewise.
39224         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
39225         (__ASSUME_WAITID_SYSCALL): Likewise.
39226         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
39227         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
39228         * README: State 2.6.16 as minimum Linux kernel version.  Do not
39229         refer to older versions.
39231 2012-08-06  Roland McGrath  <roland@hack.frob.com>
39233         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
39234         Define alphasort64 as an alias.
39235         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
39236         Define versionsort64 as an alias.
39237         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
39238         Define scandir64 as an alias.
39239         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
39240         Define scandirat64 as an alias.
39241         * dirent/alphasort64.c (alphasort64):
39242         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
39243         * dirent/versionsort64.c: Likewise.
39244         * dirent/scandir64.c: Likewise.
39245         * dirent/scandirat64.c: Likewise.
39246         * sysdeps/wordsize-64/alphasort.c: File removed.
39247         * sysdeps/wordsize-64/alphasort64.c: File removed.
39248         * sysdeps/wordsize-64/scandir.c: File removed.
39249         * sysdeps/wordsize-64/scandir64.c: File removed.
39250         * sysdeps/wordsize-64/scandirat.c: File removed.
39251         * sysdeps/wordsize-64/scandirat64.c: File removed.
39252         * sysdeps/wordsize-64/versionsort.c: File removed.
39253         * sysdeps/wordsize-64/versionsort64.c: File removed.
39254         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
39255         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
39256         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
39257         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
39258         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
39259         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
39260         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
39261         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
39263         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
39264         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
39265         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
39266         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39267         [defined __arch64__ || defined __sparcv9]
39268         (__INO_T_MATCHES_INO64_T): New macro.
39269         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39270         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
39271         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
39272         * sysdeps/unix/sysv/linux/bits/dirent.h
39273         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
39274         (_DIRENT_MATCHES_DIRENT64): New macro.
39276         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
39277         Define lockf64 as an alias.
39278         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
39279         Define fseeko64 as an alias.
39280         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
39281         Define ftello64 as an alias.
39282         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
39283         Define _IO_fgetpos64 and fgetpos64 as aliases.
39284         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
39285         Define _IO_fsetpos64 and fsetpos64 as aliases.
39286         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
39287         Conditionalize body on this.
39288         * libio/fseeko64.c: Likewise.
39289         * libio/ftello64.c: Likewise.
39290         * libio/iofgetpos64.c: Likewise.
39291         * libio/iofsetpos64.c: Likewise.
39292         * sysdeps/wordsize-64/lockf.c: File removed.
39293         * sysdeps/wordsize-64/lockf64.c: File removed.
39294         * sysdeps/wordsize-64/fseeko.c: File removed.
39295         * sysdeps/wordsize-64/fseeko64.c: File removed.
39296         * sysdeps/wordsize-64/ftello.c: File removed.
39297         * sysdeps/wordsize-64/ftello64.c: File removed.
39298         * sysdeps/wordsize-64/iofgetpos.c: File removed.
39299         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
39300         * sysdeps/wordsize-64/iofsetpos.c: File removed.
39301         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
39302         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
39303         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
39304         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
39305         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
39306         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
39307         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
39308         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
39309         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
39310         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
39311         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
39313         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
39314         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
39315         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
39316         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39317         [defined __arch64__ || defined __sparcv9]
39318         (__OFF_T_MATCHES_OFF64_T): New macro.
39319         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39320         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
39321         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39322         (__OFF_T_MATCHES_OFF64_T): New macro.
39324 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
39326         * stdlib/secure-getenv.c (__secure_getenv): Replace
39327         GLIBC_2_16 with GLIBC_2_17.
39329 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
39331         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
39332         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39334 2012-08-03  David S. Miller  <davem@davemloft.net>
39336         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39338 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
39340         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
39341         Remove.
39342         (__ASSUME_CORRECT_SI_PID): Likewise.
39343         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
39344         (__ASSUME_TMPFS_NAME): Likewise.
39345         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
39346         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
39347         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
39348         (HAVE_AUX_SECURE): Make definition unconditional.
39349         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
39350         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
39352 2012-08-03  Roland McGrath  <roland@hack.frob.com>
39354         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
39355         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
39356         * sysdeps/mach/hurd/eloop-threshold.h: New file.
39357         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
39358         __eloop_threshold instead of SYMLOOP_MAX.
39360         * sysdeps/generic/eloop-threshold.h: New file.
39361         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
39362         of MAXSYMLINKS.
39363         * elf/chroot_canon.c (chroot_canon): Likewise.
39365 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
39367         [BZ #13717]
39368         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39369         Change to 2.6.0 everywhere.
39370         * sysdeps/unix/sysv/linux/configure: Regenerated.
39371         * sysdeps/unix/sysv/linux/kernel-features.h
39372         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
39373         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
39374         kernel versions.
39375         (__ASSUME_POSIX_TIMERS): Define unconditionally.
39376         (__ASSUME_FUTEX_REQUEUE): Remove.
39377         (__ASSUME_STATFS64): Define unconditionally.
39378         (__ASSUME_AT_SECURE): Likewise.
39379         (__ASSUME_CORRECT_SI_PID): Likewise.
39380         (__ASSUME_TGKILL): Define without depending on kernel version for
39381         i386.
39382         (__ASSUME_UTIMES): Likewise.
39383         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
39384         kernel version.
39385         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
39386         (__ASSUME_TMPFS_NAME): Likewise.
39387         * README: Update reference to Linux kernel versions.
39389 2012-08-02  Marek Polacek  <polacek@redhat.com>
39391         [BZ# 14150]
39392         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
39393         libc_cv_asm_type_prefix with %.
39394         * configure: Regenerated.
39395         * include/libc-symbols.h: Remove comment about
39396         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
39397         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
39398         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
39399         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
39400         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
39401         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
39402         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
39403         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
39404         * elf/tst-unique2mod1.c: Likewise.
39405         * elf/tst-unique1mod2.c: Likewise.
39406         * elf/tst-unique1mod1.c: Likewise.
39407         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
39408         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
39409         Replace ASM_TYPE_DIRECTIVE with .type.
39410         * sysdeps/s390/s390-64/sysdep.h: Likewise.
39411         * sysdeps/i386/sysdep.h: Likewise.
39412         * sysdeps/x86_64/sysdep.h: Likewise.
39413         * sysdeps/sh/sysdep.h: Likewise.
39414         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
39415         Do not define ASM_TYPE_DIRECTIVE.
39416         * sysdeps/powerpc/sysdep.h: Likewise.
39417         * sysdeps/powerpc/powerpc32/sysdep.h:
39418         Replace ASM_TYPE_DIRECTIVE with .type.
39419         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
39420         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
39421         * sysdeps/i386/fpu/e_powf.S: Likewise.
39422         * sysdeps/i386/fpu/e_expl.S: Likewise.
39423         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
39424         * sysdeps/i386/fpu/e_acosh.S: Likewise.
39425         * sysdeps/i386/fpu/e_pow.S: Likewise.
39426         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
39427         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
39428         * sysdeps/i386/fpu/s_expm1.S: Likewise.
39429         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
39430         * sysdeps/i386/fpu/e_log2.S: Likewise.
39431         * sysdeps/i386/fpu/e_log2l.S: Likewise.
39432         * sysdeps/i386/fpu/e_scalb.S: Likewise.
39433         * sysdeps/i386/fpu/e_powl.S: Likewise.
39434         * sysdeps/i386/fpu/e_log10f.S: Likewise.
39435         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
39436         * sysdeps/i386/fpu/e_logl.S: Likewise.
39437         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
39438         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
39439         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
39440         * sysdeps/i386/fpu/e_log2f.S: Likewise.
39441         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
39442         * sysdeps/i386/fpu/e_log.S: Likewise.
39443         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
39444         * sysdeps/i386/fpu/e_logf.S: Likewise.
39445         * sysdeps/i386/fpu/e_log10l.S: Likewise.
39446         * sysdeps/i386/fpu/e_atanh.S: Likewise.
39447         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
39448         * sysdeps/i386/fpu/e_log10.S: Likewise.
39449         * sysdeps/i386/fpu/s_frexp.S: Likewise.
39450         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
39451         * sysdeps/i386/fpu/s_asinh.S: Likewise.
39452         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
39453         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
39454         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
39455         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
39456         * sysdeps/i386/i686/strtok.S: Likewise.
39457         * sysdeps/i386/i386-mcount.S: Likewise.
39458         * sysdeps/i386/strtok.S: Likewise.
39459         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
39460         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
39461         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
39462         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
39463         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
39464         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
39465         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
39466         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
39467         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
39468         * sysdeps/x86_64/_mcount.S: Likewise.
39469         * sysdeps/x86_64/strtok.S: Likewise.
39470         * sysdeps/sh/_mcount.S: Likewise.
39472 2012-08-01  Roland McGrath  <roland@hack.frob.com>
39474         * libio/iofopen.c: Include <fcntl.h>.
39475         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
39476         (_IO_fopen64, fopen64): Define as aliases.
39477         * libio/iofopen64.c: Include <fcntl.h>.
39478         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
39479         Conditionalize body on this.
39480         * sysdeps/wordsize-64/iofopen.c: File removed.
39481         * sysdeps/wordsize-64/iofopen64.c: File removed.
39483 2012-08-01  Marek Polacek  <polacek@redhat.com>
39485         * libc/Makeconfig: Use elf in place of binfmt-subdir.
39486         Use dlfcn directly instead of a variable.
39487         (binfmt-subdir): Do not define.
39488         (dlfcn): Likewise.
39490 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
39492         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
39493         Remove all definitions.
39494         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
39495         <kernel-features.h>.
39496         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
39497         (miss_F_GETOWN_EX): Remove all definitions.
39498         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
39499         macro definition.
39500         [!__ASSUME_FCNTL64]: Remove conditional code.
39501         [__ASSUME_FCNTL64]: Make code unconditional.
39502         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
39503         <kernel-features.h>.
39504         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
39505         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
39506         (lockf64) [__NR_fcntl64]: Make code unconditional.
39507         (lockf64) [__ASSUME_FCNTL64]: Likewise.
39509         * sysdeps/unix/sysv/linux/kernel-features.h
39510         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
39511         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
39512         Make code unconditional.
39513         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39514         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39515         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
39516         [__NR_vfork]: Make code unconditional.
39517         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39518         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39519         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
39520         [__NR_vfork]: Make code unconditional.
39521         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39522         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39524 2012-08-01  Roland McGrath  <roland@hack.frob.com>
39526         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
39527         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
39529         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39530         Define mkstemp64 as an alias.
39531         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39532         Define mkstemps64 as an alias.
39533         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39534         Define mkostemp64 as an alias.
39535         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39536         Define mkostemps64 as an alias.
39537         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
39538         Conditionalize body on this.
39539         * misc/mkostemp64.c: Likewise.
39540         * misc/mkostemps64.c: Likewise.
39541         * misc/mkstemps64.c: Likewise.
39542         * sysdeps/wordsize-64/mkstemp64.c: File removed.
39543         * sysdeps/wordsize-64/mkostemp64.c: File removed.
39544         * sysdeps/wordsize-64/mkostemp.c: File removed.
39545         * sysdeps/wordsize-64/mkstemp.c: File removed.
39546         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
39547         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
39548         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
39549         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
39551         [BZ #14138]
39552         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
39553         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
39554         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
39555         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
39557         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
39558         compat_symbol macros from <shlib-compat.h> rather than the underlying
39559         default_symbol_version and symbol_version macros, so that DEFAULT
39560         lines in shlib-versions are respected.
39561         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
39563 2012-08-01  Florian Weimer  <fweimer@redhat.com>
39565         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
39566         Declare with warn_unused_result.
39567         (setgid, setregid, setegid, setresgid): Likewise.
39568         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
39569         Likewise.
39570         * WUR-REPORT: Remove set*id functions.
39572 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
39574         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
39576 2012-07-31  Roland McGrath  <roland@hack.frob.com>
39578         [BZ #10191]
39579         * include/sys/socket.h (__libc_accept, __libc_accept4):
39580         Add attribute_hidden.
39581         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
39583         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
39584         use of PTR_MANGLE.
39585         * inet/getnetgrent_r.c (setup): Likewise.
39587         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
39589 2012-07-31  David S. Miller  <davem@davemloft.net>
39591         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39593 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
39595         [BZ #13629]
39596         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
39597         value between 1.0 and 2.0 and smaller part has absolute value less
39598         than 1.0.
39599         * math/s_clog10.c (__clog10): Likewise.
39600         * math/s_clog10f.c (__clog10f): Likewise.
39601         * math/s_clog10l.c (__clog10l): Likewise.
39602         * math/s_clogf.c (__clogf): Likewise.
39603         * math/s_clogl.c (__clogl): Likewise.
39604         * math/libm-test.inc (clog_test): Add more tests.
39605         (clog10_test): Likewise.
39606         * sysdeps/i386/fpu/libm-test-ulps: Update.
39607         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39609 2012-07-31  Florian Weimer  <fweimer@redhat.com>
39611         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
39612         Exit with zero in case no suitable GID is found, and write a
39613         message to standard error.
39615 2012-07-30  Roland McGrath  <roland@hack.frob.com>
39617         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
39618         rather than to 1.
39619         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
39620         (MAXPATHLEN): Removed.
39621         (NOGROUP, NODEV): New macros.
39622         (setbit, clrbit, isset, isclr): New macros.
39623         (howmany, roundup, powerof2): New macros.
39624         (DEV_BSIZE): New macro.
39626         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
39627         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
39629         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
39630         definition on [!__NO_LONG_DOUBLE_MATH].
39632         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
39633         PTR_MANGLE and PTR_DEMANGLE.
39635         * socket/accept4.c (accept4): Rename to __libc_accept4.
39636         Define accept4 as a weak alias.
39638         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
39639         on [_DIRENT_HAVE_D_TYPE].
39640         * io/ftw.c (ftw_dir): Likewise.
39642         * io/xmknod.c (__xmknod): Don't check PATH for being null.
39644         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
39646         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
39647         Use the BSD numbers rather than the arbitrary ones we had.
39648         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
39649         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
39650         (SIGXCPU, SIGXFSZ): New macros.
39651         (_NSIG): Now 32.
39653         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
39654         initializer on [_LIBC_REENTRANT].
39656         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
39657         definitions inside [_POSIX_MAPPED_FILES].
39659         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
39661         * dirent/opendir.c: Include <fcntl.h>.
39663         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
39664         (__libc_getspecific): Likewise.
39665         (__libc_key_create): Likewise.
39667         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
39668         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
39669         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
39670         (tmpfile64): Define as alias.
39671         * sysdeps/wordsize-64/tmpfile.c: File removed.
39672         * sysdeps/wordsize-64/tmpfile64.c: File removed.
39673         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
39674         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
39676         * stdio-common/vfscanf.c: Include <stdbool.h>.
39677         * nss/makedb.c: Likewise.
39678         * stdio-common/_i18n_number.h: Likewise.
39679         * argp/argp-help.c: Likewise.
39680         * posix/wordexp.c: Likewise.
39681         * sysdeps/posix/spawni.c: Likewise.
39682         * nss/nss_files/files-initgroups.c: Likewise.
39683         * stdio-common/reg-modifier.c: Include <stdlib.h>.
39684         * nss/nss_files/files-initgroups.c: Likewise.
39685         * nss/nss_db/db-netgrp.c: Likewise.
39686         * nss/nss_db/db-initgroups.c: Likewise.
39687         * io/fchmodat.c: Include <sys/stat.h>.
39689         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
39690         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
39692         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
39693         [HAVE_MMAP].
39695         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
39696         Add multiple inclusion protection.
39698 2012-07-27  David S. Miller  <davem@davemloft.net>
39700         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39702 2012-07-27  Gary Benson  <gbenson@redhat.com>
39704         [BZ #14298]
39705         * elf/rtld.c: Include <stap-probe.h>.
39706         (dl_main): Added static probes "init_start" and "init_complete".
39707         * elf/dl-load.c: Include <stap-probe.h>.
39708         (lose): Take new parameter "nsid".
39709         Added static probe "map_failed".
39710         (_dl_map_object_from_fd): Pass namespace id to lose.
39711         Added static probe "map_start".
39712         (open_verify): Pass namespace id to lose.
39713         * elf/dl-open.c: Include <stap-probe.h>.
39714         (dl_open_worker) Added static probes "map_complete", "reloc_start"
39715         and "reloc_complete".
39716         * elf/dl-close.c: Include <stap-probe.h>.
39717         (_dl_close_worker): Added static probes "unmap_start" and
39718         "unmap_complete".
39719         * elf/rtld-debugger-interface.txt: New file documenting the above.
39721 2012-07-26  Roland McGrath  <roland@hack.frob.com>
39723         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
39724         rather than a string variable.
39725         * sunrpc/rpc_main.c (h_output): Likewise.
39726         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
39728 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
39730         * inet/check_native.c: New file.
39732 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
39734         [BZ #13629]
39735         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
39736         if larger part has absolute value 1.0.
39737         * math/s_clog10.c (__clog10): Likewise.
39738         * math/s_clog10f.c (__clog10f): Likewise.
39739         * math/s_clog10l.c (__clog10l): Likewise.
39740         * math/s_clogf.c (__clogf): Likewise.
39741         * math/s_clogl.c (__clogl): Likewise.
39742         * math/libm-test.inc (clog_test): Add more tests.
39743         (clog10_test): Likewise.
39744         * sysdeps/i386/fpu/libm-test-ulps: Update.
39745         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39747         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
39748         (pltexit): Likewise.
39749         (La_regs): Likewise.
39750         (La_retval): Likewise.
39751         (int_retval): Likewise.
39752         Update #error for removed macros to refer only to definitions in
39753         tst-audit.h.
39754         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
39755         macro.
39756         (pltexit): Likewise.
39757         (La_regs): Likewise.
39758         (La_retval): Likewise.
39759         (int_retval): Likewise.
39760         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
39761         macro.
39762         (pltexit): Likewise.
39763         (La_regs): Likewise.
39764         (La_retval): Likewise.
39765         (int_retval): Likewise.
39766         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
39767         macro.
39768         (pltexit): Likewise.
39769         (La_regs): Likewise.
39770         (La_retval): Likewise.
39771         (int_retval): Likewise.
39772         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
39773         macro.
39774         (pltexit): Likewise.
39775         (La_regs): Likewise.
39776         (La_retval): Likewise.
39777         (int_retval): Likewise.
39778         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
39779         macro.
39780         (pltexit): Likewise.
39781         (La_regs): Likewise.
39782         (La_retval): Likewise.
39783         (int_retval): Likewise.
39784         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
39785         macro.
39786         (pltexit): Likewise.
39787         (La_regs): Likewise.
39788         (La_retval): Likewise.
39789         (int_retval): Likewise.
39790         * sysdeps/generic/tst-audit.h: Update comment to refer only to
39791         macro definitions in tst-audit.h.
39792         * sysdeps/i386/tst-audit.h: New file.
39793         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
39794         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
39795         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
39796         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
39797         * sysdeps/sh/tst-audit.h: Likewise.
39798         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
39799         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
39800         * sysdeps/x86_64/tst-audit.h: Likewise.
39802 2012-07-26  Andreas Jaeger  <aj@suse.de>
39804         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
39805         ptrace.
39807         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
39808         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
39809         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
39810         PTRACE_O_MASK.
39811         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
39812         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
39813         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
39815         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
39816         value.
39818         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
39819         _sigsys.
39820         (si_call_addr, si_syscall, si_arch): Define new macro.
39821         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
39822         _sigsys.
39823         (si_call_addr, si_syscall, si_arch): Define new marcro.
39824         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
39825         _sigsys.
39826         (si_call_addr, si_syscall, si_arch): Define new macro.
39827         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
39828         _sigsys.
39829         (si_call_addr, si_syscall, si_arch): Define new macro.
39831 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
39833         [BZ #13717]
39834         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39835         Change to 2.4.21 where previously 2.4.1.
39836         * sysdeps/unix/sysv/linux/configure: Regenerated.
39837         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
39838         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
39839         Linux kernel version.
39840         (__ASSUME_STD_AUXV): Remove.
39841         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
39842         kernel version.
39843         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
39844         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
39845         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
39846         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
39847         (__ASSUME_NETLINK_SUPPORT): Likewise.
39848         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
39849         (__no_netlink_support): Remove conditional definition.
39850         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
39851         Remove.
39852         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
39853         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
39854         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
39855         (if_nameindex_ioctl): Remove.
39856         (if_nameindex_netlink): Do not handle __no_netlink_support.
39857         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
39858         code.
39859         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
39860         Remove conditional code.
39861         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
39862         code.
39863         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
39864         unconditional.
39865         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
39866         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
39867         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
39868         Remove.
39869         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
39870         [!__ASSUME_STD_AUXV]: Remove conditional code.
39871         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
39872         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
39873         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
39874         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
39875         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
39876         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
39877         code.
39878         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
39879         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
39880         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
39881         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
39882         conditional code.
39883         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
39884         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
39885         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
39886         code.
39887         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
39888         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
39889         conditional code.
39890         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
39891         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39892         code unconditional.
39893         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39894         conditional code.
39895         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39896         unconditional.
39897         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39898         conditional code.
39899         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
39900         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39901         unconditional.
39902         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39903         conditional code.
39904         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
39905         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39906         code unconditional.
39907         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39908         conditional code.
39909         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39910         unconditional.
39911         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39912         conditional code.
39913         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
39914         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39915         code unconditional.
39916         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39917         conditional code.
39918         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39919         unconditional.
39920         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39921         conditional code.
39923 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
39925         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
39926         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
39927         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
39928         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
39929         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
39930         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
39931         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
39932         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
39933         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
39934         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
39935         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
39936         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
39937         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
39938         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
39939         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
39940         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
39941         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
39942         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
39943         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
39944         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
39945         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
39946         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
39947         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
39949 2012-07-25  Florian Weimer  <fweimer@redhat.com>
39951         * Versions.def: Add GLIBC_2.17.
39952         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
39953         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
39954         Introduce __libc_secure_getenv.
39955         * stdlib/Versions (2.17): Add secure_getenv
39956         (GLIBC_PRIVATE): Add __libc_secure_getenv.
39957         * stdlib/secure-getenv.c: Rename __secure_getenv to
39958         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
39959         symbol __secure_getenv for GLIBC_2.0.
39960         * stdlib/tst-secure-getenv.c: New.
39961         * stdlib/Makefile (tests): Add testcase.
39962         * manual/startup.texi (Environment Access): Document
39963         secure_getenv.
39964         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
39965         __libc_secure_getenv.
39966         * inet/ruserpass.c (ruserpass): Likewise.
39967         * malloc/mtrace.c (mtrace): Likewise.
39968         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
39969         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
39970         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
39971         * sysdeps/posix/tempname.c: Likewise.  Evaluate
39972         HAVE_SECURE_GETENV.
39973         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
39974         __secure_getenv to __libc_secure_getenv.
39975         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
39976         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39977         Likewise.
39978         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
39979         Likewise.
39980         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
39981         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
39982         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
39983         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
39984         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
39985         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
39986         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
39988 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
39990         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
39991         (struct La_i86_retval): Likewise.
39992         (struct La_x86_64_regs): Likewise.
39993         (struct La_x86_64_retval): Likewise.
39994         (struct La_x32_regs): Likewise.
39995         (struct La_x32_retval): Likewise.
39996         (struct La_ppc32_regs): Likewise.
39997         (struct La_ppc32_retval): Likewise.
39998         (struct La_ppc64_regs): Likewise.
39999         (struct La_ppc64_retval): Likewise.
40000         (struct La_sh_regs): Likewise.
40001         (struct La_sh_retval): Likewise.
40002         (struct La_s390_32_regs): Likewise.
40003         (struct La_s390_32_retval): Likewise.
40004         (struct La_s390_64_regs): Likewise.
40005         (struct La_s390_64_retval): Likewise.
40006         (struct La_sparc32_regs): Likewise.
40007         (struct La_sparc32_retval): Likewise.
40008         (struct La_sparc64_regs): Likewise.
40009         (struct La_sparc64_retval): Likewise.
40010         (struct audit_ifaces): Remove architecture-specific pltenter and
40011         pltexit members.
40012         * sysdeps/i386/ldsodefs.h: New file.
40013         * sysdeps/powerpc/ldsodefs.h: Likewise.
40014         * sysdeps/s390/ldsodefs.h: Likewise.
40015         * sysdeps/sh/ldsodefs.h: Likewise.
40016         * sysdeps/sparc/ldsodefs.h: Likewise.
40017         * sysdeps/x86_64/ldsodefs.h: Likewise.
40019 2012-07-25  Marek Polacek  <polacek@redhat.com>
40021         [BZ #6808]
40022         * math/libm-test.inc (yn_test): Add another test.
40023         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
40024         to ERANGE when the result is +-Inf.
40025         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
40026         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
40027         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
40028         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
40030 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
40032         * conform/data/time.h-data (NULL): Use macro-constant.  Require
40033         equal to 0.
40034         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
40035         clock_t.
40036         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
40038 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
40040         * configure.in <sysdeps resolving>: Correct printing
40041         Implies_before.
40042         * configure: Regenerate.
40044 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
40046         * math/w_ilogb.c: Include <limits.h>.
40047         * math/w_ilogbl.c: Likewise.
40049 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
40051         * manual/lang.texi (__va_copy): Document primarily as ISO C99
40052         va_copy.  Document allowing for unavailable va_copy only as
40053         pre-C99 compatibility.
40054         * manual/string.texi (Copying and Concatenation): Use va_copy
40055         instead of __va_copy in concat example.
40057 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
40059         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
40060         (__sendto): Use create_address_port.  Initialize APORT and deallocate
40061         it if not null.
40063         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
40064         with O_NOLINK passed to __file_name_lookup.
40066         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
40067         with O_NOLINK passed to __file_name_lookup.
40069         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
40070         negative N or less than NGIDS.
40072         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
40073         type to string_t.  Set ERANGE as errno and return it if NAME is not big
40074         enough.  Use memcpy instead of strncpy.
40076 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
40078         * elf/Makefile (check-data): Remove.
40079         (localplt.data): New vpath directive.
40080         ($(objpfx)check-localplt.out): Use localplt.data from vpath
40081         instead of $(check-data).
40082         * scripts/data/localplt-generic.data: Move to ...
40083         * sysdeps/generic/localplt.data: ... here.
40084         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
40085         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
40086         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
40087         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
40088         ... here.
40089         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
40090         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
40091         ... here.
40092         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
40093         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
40094         ... here.
40095         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
40096         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
40097         ... here.
40098         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
40099         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
40100         ... here.
40101         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
40102         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
40103         ... here.
40105 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40107         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
40108         PPC32 and PPC64 files.
40109         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
40110         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
40112 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40114         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
40115         __makecontext_ret to ...
40116         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
40117         ... here and call exit if uc_link is NULL.  New file.
40118         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
40119         __makecontext_ret.S.
40120         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
40121         __makecontext_ret to ...
40122         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
40123         ... here and call exit if uc_link is NULL.  New file.
40124         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
40125         __makecontext_ret.S.
40127 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40129         * elf/elf.h (R_390_IRELATIVE): New definition.
40130         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
40131         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
40132         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
40133         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
40134         (elf_machine_lazy_rel): Likewise.
40135         * sysdeps/s390/dl-irel.h: New file.
40136         * sysdeps/s390/s390-64/memcpy.S: New asm code.
40137         * sysdeps/s390/s390-64/memset.S: New asm code.
40138         * sysdeps/s390/s390-64/memcmp.S: New asm code.
40139         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
40140         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
40141         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
40142         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
40143         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
40144         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
40145         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
40146         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
40147         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
40148         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
40149         * sysdeps/s390/s390-32/memcpy.S: New asm code.
40150         * sysdeps/s390/s390-32/memset.S: New asm code.
40151         * sysdeps/s390/s390-32/memcmp.S: New asm code.
40153 2012-07-17  Marek Polacek  <polacek@redhat.com>
40155         [BZ #14349]
40156         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
40157         * sysdeps/s390/s390-64/configure.in: Likewise.
40158         * sysdeps/sparc/configure.in: Likewise.
40159         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
40160         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
40161         * sysdeps/i386/configure.in: Likewise.
40162         * sysdeps/x86_64/configure.in: Likewise.
40163         * sysdeps/sh/configure.in: Likewise.
40164         * sysdeps/s390/s390-32/configure: Regenerated.
40165         * sysdeps/s390/s390-64/configure: Likewise.
40166         * sysdeps/x86_64/configure: Likewise.
40167         * sysdeps/sh/configure: Likewise.
40168         * sysdeps/powerpc/powerpc64/configure: Likewise.
40169         * sysdeps/powerpc/powerpc32/configure: Likewise.
40170         * sysdeps/sparc/configure: Likwise.
40171         * sysdeps/i386/configure: Likewise.
40173         * elf/dl-open.c: Comment fixes.
40175 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
40177         * Makefile [CXX] (check-data): Remove.
40178         [CXX] (c++-types.data): New vpath directive.
40179         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
40180         vpath.  Do not allow for C++ type data being missing.
40181         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
40182         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
40183         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
40184         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
40185         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
40186         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
40187         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
40188         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
40189         ... here.
40190         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
40191         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
40192         ... here.
40193         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
40194         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
40195         ... here.
40196         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
40197         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
40198         ... here.
40199         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
40200         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
40201         ... here.
40202         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
40203         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
40204         ... here.
40205         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
40206         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
40207         ... here.
40208         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
40209         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
40211         * elf/tls-macros.h (TLS_LE): Move architecture-specific
40212         definitions to architecture-specific files.
40213         (TLS_IE): Likewise.
40214         (TLS_LD): Likewise.
40215         (TLS_GD): Likewise.
40216         * sysdeps/i386/tls-macros.h: New file.
40217         * sysdeps/powerpc/tls-macros.h: Likewise.
40218         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
40219         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
40220         * sysdeps/sh/tls-macros.h: Likewise.
40221         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
40222         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
40223         * sysdeps/x86_64/tls-macros.h: Likewise.
40225 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
40227         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
40228         zero value for regular exit case.
40230         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
40231         (__start_context): Preserve zero value for regular exit case.
40233 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
40234             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40236         * manual/setjmp.texi (setcontext): Clarify normal process
40237         termination when uc_link is the null pointer.
40238         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
40239         exit call.
40241 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
40243         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
40244         preprocessor.  Test for each exception mask separately.
40246 2012-07-16  Andreas Jaeger  <aj@suse.de>
40248         * po/ru.po: Update from translation team.
40250 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
40252         * conform/data/string.h-data (NULL): Use macro-constant.  Require
40253         equal to 0.
40254         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
40255         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
40256         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
40257         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
40258         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40260 2012-07-13  Andreas Jaeger  <aj@suse.de>
40262         * po/fr.po: Update from translation team.
40264 2012-07-12  Marek Polacek  <polacek@redhat.com>
40266         [BZ #14173]
40267         * math/libm-test.inc (yn_test): Add test for BZ #14173.
40268         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
40269         loop condition.
40271 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
40273         [BZ #13717]
40274         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40275         Change to 2.4.1 where previously 2.4.0.
40276         * sysdeps/unix/sysv/linux/configure: Regenerated.
40277         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
40278         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
40279         version.
40280         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
40281         (__ASSUME_AT_CLKTCK): Remove.
40282         (__ASSUME_AT_PAGESIZE): Likewise.
40283         (__ASSUME_AT_XID): Likewise.
40284         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
40285         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
40286         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
40287         unconditionally.
40288         (HAVE_AUX_PAGESIZE): Likewise.
40289         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
40290         [__ASSUME_AT_CLKTCK]: Make code unconditional.
40291         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
40293 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
40295         [BZ #14307]
40296         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
40297         the temporary buffer used to invoke __gethostbyname2_r,
40298         __gethostbyaddr_r and gethostbyname4_r to make room for struct
40299         host_data / struct gaih_addrtuple.
40300         * resolv/nss_dns/dns-host.c (global scope): Move definition of
40301         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
40302         header file nss/nsswitch.h.
40303         * nss/nsswitch.h (global scope): Add definition of implementation
40304         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
40305         resolv/nss_dns/dns-host.c).
40307 2012-07-11  Andreas Jaeger  <aj@suse.de>
40309         * po/fr.po: Update from translation team.
40311         * po/sv.po: Update from translation team
40312         * po/fr.po: Another update from translation team.
40314 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40316         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
40317         for subnormals or multiply small sinh result by itself.
40318         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
40319         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40321 2012-07-11  David S. Miller  <davem@davemloft.net>
40323         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40325 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
40327         [BZ #14347]
40328         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
40329         (INTERNAL_MARK): Shift it here.
40331 2012-07-10  Marek Polacek  <polacek@redhat.com>
40333         [BZ #14151]
40334         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
40335         libc_cv_asm_global_directive with .globl.
40336         * configure: Regenerated.
40337         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
40338         with .globl.
40339         * sysdeps/i386/configure: Regenerated.
40340         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
40341         with .globl.
40342         * sysdeps/x86_64/configure: Regenerated.
40343         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
40344         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
40345         * elf/tst-unique2mod2.c: Likewise.
40346         * elf/tst-unique2mod1.c: Likewise.
40347         * elf/tst-unique1mod2.c: Likewise.
40348         * elf/tst-unique1mod1.c: Likewise.
40349         * sysdeps/s390/s390-32/sysdep.h: Likewise.
40350         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
40351         * sysdeps/s390/s390-64/sysdep.h: Likewise.
40352         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
40353         * sysdeps/mach/sysdep.h: Likewise.
40354         * sysdeps/i386/sysdep.h: Likewise.
40355         * sysdeps/i386/i386-mcount.S: Likewise.
40356         * sysdeps/x86_64/_mcount.S: Likewise.
40357         * sysdeps/x86_64/sysdep.h: Likewise.
40358         * sysdeps/sh/_mcount.S: Likewise.
40359         * sysdeps/sh/sysdep.h: Likewise.
40360         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
40361         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
40362         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
40363         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
40364         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
40365         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
40366         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
40367         * locale/localeinfo.h: Likewise.
40368         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
40369         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
40371 2012-07-09  Roland McGrath  <roland@hack.frob.com>
40373         [BZ #14336]
40374         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
40375         system".
40376         * manual/message.texi (The Uniforum approach): Likewise.
40377         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
40378         (glibc iconv Implementation): Likewise.
40380 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
40382         [BZ #14337]
40383         * math/s_clog.c (__clog): Avoid scaling a value down where that
40384         could result in underflow.
40385         * math/s_clog10.c (__clog10): Likewise.
40386         * math/s_clog10f.c (__clog10f): Likewise.
40387         * math/s_clog10l.c (__clog10l): Likewise.
40388         * math/s_clogf.c (__clogf): Likewise.
40389         * math/s_clogl.c (__clogl): Likewise.
40390         * math/libm-test.inc (clog_test): Add more tests.
40391         (clog10_test): Likewise.
40392         * sysdeps/i386/fpu/libm-test-ulps: Update.
40393         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40395 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
40397         [BZ #14283]
40398         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
40399         by 7 not 8 to examine high bit of fractional part.
40401         [BZ #14042]
40402         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
40403         for call to __mcount_internal.
40404         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
40405         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
40406         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
40408 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
40410         [BZ #14154]
40411         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
40412         approximation for values within 0x1p-13f of an odd multiple of
40413         pi/4.
40414         * math/libm-test.inc (tan_test): Do not allow spurious underflow
40415         exception.  Add more tests.
40416         * sysdeps/i386/fpu/libm-test-ulps: Update.
40418         [BZ #6778]
40419         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
40420         inputs and return -1 for them.  Do not check for +Inf in case not
40421         reachable for +Inf.
40422         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
40423         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
40424         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
40425         and return -1 for them.  Do not check for +Inf in case not
40426         reachable for +Inf.
40427         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
40428         define.
40429         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
40430         and return -1 for them.  Do not check for +Inf in case not
40431         reachable for +Inf.
40432         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
40433         spurious underflow.
40434         * sysdeps/i386/fpu/libm-test-ulps: Update.
40435         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40437 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
40439         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
40441 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
40443         [BZ #14157]
40444         [BZ #14331]
40445         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
40446         could result in spurious underflow.  Scale down values above
40447         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
40448         * math/s_csqrtf.c (__csqrtf): Likewise.
40449         * math/s_csqrtl.c (__csqrtl): Likewise.
40450         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
40451         spurious underflow.
40452         * sysdeps/i386/fpu/libm-test-ulps: Update.
40453         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40455 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
40457         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
40458         xopen-msg.sed.
40459         * catgets/xopen-msg.awk: New file.
40460         * catgets/xopen-msg.sed: Removed.
40462         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
40463         po2text.sed.
40464         * intl/po2test.awk: New file.
40465         * intl/po2test.sed: Removed.
40467 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
40469         [BZ #14328]
40470         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
40471         or multiply small sinh result by itself.
40472         * math/s_ctanf.c (__ctanf): Likewise.
40473         * math/s_ctanh.c (__ctanh): Likewise.
40474         * math/s_ctanhf.c (__ctanhf): Likewise.
40475         * math/s_ctanhl.c (__ctanhl): Likewise.
40476         * math/s_ctanl.c (__ctanl): Likewise.
40477         * math/libm-test.inc (ctan_test_tonearest): New function.
40478         (ctan_test_towardzero): Likewise.
40479         (ctan_test_downward): Likewise.
40480         (ctan_test_upward): Likewise.
40481         (ctanh_test_tonearest): Likewise.
40482         (ctanh_test_towardzero): Likewise.
40483         (ctanh_test_downward): Likewise.
40484         (ctanh_test_upward): Likewise.
40485         (main): Call these new functions.
40486         * sysdeps/i386/fpu/libm-test-ulps: Update.
40487         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40489 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
40491         * .gitignore: Delete /ports entry.
40493 2012-07-03  Andreas Jaeger  <aj@suse.de>
40495         * po/bg.po: Update from translation team.
40496         * po/cs.po: Likewise.
40497         * po/de.po: Likewise.
40498         * po/hr.po: Likewise.
40499         * po/nl.pl: Likewise.
40500         * po/pl.po: Likewise.
40501         * po/vi.po: Likewise.
40503 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
40505         * Makeconfig [!+link] (+link-before-libc): New variable.
40506         [!+link] (+link-after-libc): Likewise.
40507         [!+link] (+link-tests): Likewise.
40508         [!+link] (+link): Define in terms of $(+link-before-libc) and
40509         $(+link-after-libc).
40510         [!+link-static] (+link-static-before-libc): New variable.
40511         [!+link-static] (+link-static-after-libc): Likewise.
40512         [!+link-static] (+link-static-tests): Likewise.
40513         [!+link-static] (+link-static): Define in terms of
40514         $(+link-static-before-libc) and $(+link-static-after-libc).
40515         [build-shared] (link-libc-before-gnulib): New variable.
40516         [build-shared] (link-libc-tests): Likewise.
40517         [build-shared] (link-libc): Define in terms of
40518         $(link-libc-before-gnulib).
40519         [!build-shared] (link-libc-tests): New variable.
40520         (link-libc-static-tests): New variable.
40521         [!gnulib] (gnulib-arch): New variable.
40522         [!gnulib] (gnulib-tests): Likewise.
40523         [!gnulib] (static-gnulib-arch): Likewise.
40524         [!gnulib] (static-gnulib-tests): Likewise.
40525         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
40526         Define with "=" instead of ":=".
40527         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
40528         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
40529         * Rules (binaries-all-notests): New variable.
40530         (binaries-all-tests): Likewise.
40531         (binaries-static-notests): Likewise.
40532         (binaries-static-tests): Likewise.
40533         (binaries-all): Define using $(binaries-all-notests) and
40534         $(binaries-all-tests).
40535         (binaries-static): Define using $(binaries-static-notests) and
40536         $(binaries-static-tests).
40537         (binaries-shared-tests): New variable.
40538         (binaries-shared-notests): Likewise.
40539         (binaries-shared): Remove variable.
40540         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
40541         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
40542         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
40543         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
40544         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
40545         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
40546         * elf/Makefile (sln-modules): New variable.
40547         (extra-objs): Add $(sln-modules:=.o).
40548         (ldconfig-modules): Add static-stubs.
40549         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
40550         * elf/static-stubs.c: New file.
40552         [BZ #14283]
40553         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
40554         by 7 not 8 to examine high bit of fractional part.  Use volatile
40555         variables when splitting into final array of floats if
40556         __FLT_EVAL_METHOD__ != 0.
40557         * math/libm-test.inc (cos_test): Add another test.
40558         (sin_test): Likewise.
40559         * sysdeps/i386/fpu/libm-test-ulps: Update.
40561         [BZ #14273]
40562         * math/libm-test.inc (cosh_test): Add more tests.
40564         * version.h (RELEASE): Set to "development".
40565         (VERSION): Set to "2.16.90".
40567 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
40569         * NEWS: Update copyright. Remove last-updated date.
40570         Mention math library bug fixes and timezone data changes.
40571         * README: Mention GNU/Hurd, x32, and HPPA support status.
40573 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
40575         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
40577 2012-06-27  Andreas Jaeger  <aj@suse.de>
40579         * manual/contrib.texi (Contributors): Add Samuel Thibault.
40581 2012-06-25  Andreas Jaeger  <aj@suse.de>
40583         * sysdeps/s390/fpu/libm-test-ulps: Update.
40585 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
40586             Thomas Schwinge  <thomas@codesourcery.com>
40588         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
40589         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
40590         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
40591         fanotify_mark.
40593 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
40595         * sysdeps/mach/start.c: Remove file.
40596         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
40597         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
40598         * sysdeps/sh/init-first.c: Likewise.
40600         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
40601         registers for frame unwinding purposes, add CFI directives.
40602         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
40603         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
40604         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
40605         Likewise.
40607         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
40608         __fortify_fail returning.
40609         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
40611         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
40612         sysdeps/sh/____longjmp_chk.S.
40613         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
40614         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
40615         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
40616         (gen-as-const-headers): Append sigaltstack-offsets.sym.
40618         * sysdeps/sh/abort-instr.h: New file.
40619         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
40620         process in case exit returns.
40622         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
40623         initialize the GOT register before use.
40625         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
40626         calculation of ARGC > 4.
40628         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
40629         meaningful names to some local labels.
40631 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
40632             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40634         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
40635         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
40636         (__arch_compare_and_exchange_val_16_acq): Likewise.
40637         (__arch_compare_and_exchange_val_32_acq): Likewise.
40638         (atomic_exchange_and_add): Fix gUSA sequence.
40639         (atomic_add): Likewise.
40640         (atomic_add_negative): Likewise.
40641         (atomic_add_zero): Likewise.
40642         (atomic_bit_test_set): Likewise.
40644 2012-06-22  Andreas Schwab  <schwab@redhat.com>
40646         [BZ #13579]
40647         * include/link.h (struct link_map): Add l_free_initfini.
40648         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
40649         l_initfini.
40650         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
40651         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
40652         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
40653         set.
40655 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
40657         * configure.in: Use AC_LANG_SOURCE.
40658         * configure: Regenerate.
40660 2012-06-22  Roland McGrath  <roland@hack.frob.com>
40662         * configure.in (libc_cv_localstatedir): New substituted variable.
40663         * configure: Regenerated.
40664         * config.make.in (localstatedir): New variable, substituted from
40665         libc_cv_localstatedir.
40666         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
40667         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
40668         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
40669         * sysdeps/gnu/configure: Regenerated.
40671 2012-06-21  Jeff Law  <law@redhat.com>
40673         [BZ #14277]
40674         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
40675         free.  Simplify list management for _LIBC case.
40677 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
40679         [BZ #14273]
40680         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
40681         Clear sign bit of 64-bit integer value before comparing against
40682         overflow value.
40684         * sysdeps/mach/configure: Regenerated.
40686 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
40688         [BZ #14278]
40689         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
40691 2012-06-21  Jeff Law  <law@redhat.com>
40693         [BZ #13882]
40694         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
40695         uint16_t for elements in the "seen" array to avoid char overflows.
40696         * elf/dl-fini.c (_dl_sort_fini): Likewise.
40697         * elf/dl-open.c (dl_open_worker): Likewise.
40699 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
40701         * scripts/list-sources.sh: Scan PORTS for translations.
40702         * po/libc.pot: Regenerated.
40704 2012-06-21  Andreas Jaeger  <aj@suse.de>
40706         [BZ #12194]
40707         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
40708         warning.
40709         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
40710         * bits/byteswap-16.h (__bswap_16): Likewise.
40711         * bits/byteswap.h (__bswap_constant_16): Likewise.
40713 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
40715         [BZ #14117]
40716         * sysdeps/i386/fpu_control.h: Removed.
40717         * sysdeps/x86_64/fpu_control.h: Moved to ...
40718         * sysdeps/x86/fpu_control.h: Here.
40720         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
40721         (_FPU_SETCW): Likewise.
40723 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
40725         [BZ #14117]
40726         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
40727         * sysdeps/x86/fpu/bits/mathinline.h: This.
40728         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
40730         [BZ #14050]
40731         [BZ #14117]
40732         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
40733         functions if __x86_64__ is defined.
40735 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
40737         * string/endian.h: Add !__ASSEMBLER__ condition for including
40738         conversion interfaces.
40740 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
40742         [BZ #14241]
40743         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
40744         of ABS(x) in calculating zero to negative powers other than odd
40745         integers.
40746         * math/libm-test.inc (pow_test): Add more tests.
40748 2012-06-15  Andreas Jaeger  <aj@suse.de>
40750         * manual/contrib.texi (Contributors): Update entry of Liubov
40751         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
40752         Machado Filho.
40754 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
40756         * string/string.h: Add __wur to GNU version of strerror_r.
40758 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
40760         [BZ #14229]
40761         * string/Makefile (tests): Add tst-strtok_r.
40762         * string/tst-strtok_r.c: New file.
40763         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
40764         RAX_LP/RDX_LP on SAVE_PTR.
40766 2012-06-14  Roland McGrath  <roland@hack.frob.com>
40768         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
40770 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
40772         * libm_test.inc (csqrt_test): Allow more spurious underflow
40773         exceptions.
40774         (j0_test): Likewise.
40775         (j1_test): Likewise.
40776         (y0_test): Likewise.
40777         (y1_test): Likewise.
40779 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
40781         * po/Makefile (libc.pot): Use UTF-8 charset.
40783 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
40785         [BZ #14210]
40786         Suppress sign-conversion warning from FD_SET.
40787         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
40788         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
40789         not unsigned long int.
40790         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
40792 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
40794         [BZ #14050]
40795         [BZ #14117]
40796         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
40797         __extern_always_inline instead of __extern_inline.
40798         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
40799         (__signbit): Likewise.
40800         (__signbitl): Support C++ namespace.
40801         (lrintf): New inline function.
40802         (lrint): Likewise.
40803         (llrintf): Likewise.
40804         (llrint): Likewise.
40805         (fmaxf): Likewise.
40806         (fmax): Likewise.
40807         (fminf): Likewise.
40808         (fmin): Likewise.
40809         (rint): Likewise.
40810         (rintf): Likewise.
40811         (ceil): Likewise.
40812         (ceilf): Likewise.
40813         (floor): Likewise.
40814         (floorf): Likewise.
40815         (nearbyint): Likewise.
40816         (nearbyintf): Likewise.
40818 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
40820         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
40821         non-default versions.
40823 2012-06-11  Roland McGrath  <roland@hack.frob.com>
40825         [BZ #14218]
40826         * manual/argp.texi (Argp): Reword argp_parse description slightly.
40828 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
40830         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
40831         (FE_UPWARD, FE_DOWNWARD): Don't define.
40832         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
40833         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
40835         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
40836         reading it.
40837         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
40838         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
40840 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40842         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
40843         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
40844         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
40845         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
40847 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
40849         [BZ #14117]
40850         * sysdeps/i386/fpu/bits/fenv.h: Removed.
40851         * sysdeps/i386/fpu/Implies: New file.
40852         * sysdeps/x86_64/fpu/Implies: Likewise.
40853         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
40854         * sysdeps/x86/fpu/bits/fenv.h: This.
40856         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
40857         __SSE_MATH__.
40859 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
40861         [BZ #14134]
40862         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
40863         character 0xffff that matches the last element of the
40864         conversion table.
40866 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40868         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
40869         fmodl commit.
40871 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40873         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
40874         values higher than 25.6283.
40876 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40878         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
40879         subnormal exponent extraction and add some __builtin_expect.
40880         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
40881         Fix for subnormal mantissa calculation.
40883 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
40885         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
40886         cpu2 is -1 and errno is not ENOSYS.
40888 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
40890         [BZ #14117]
40891         * sysdeps/i386/i486/bits/string.h: Renamed to ...
40892         * sysdeps/x86/bits/string.h: This.
40893         * sysdeps/x86_64/bits/string.h: Removed.
40895         * sysdeps/i386/i486/bits/string.h: Define inline functions only
40896         if not compiling for x86-64, but compiling for >= i486.
40898         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
40899         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
40901         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
40902         New macro from Linux kernel 3.4.0.
40903         (FP_XSTATE_MAGIC2): Likewise.
40904         (FP_XSTATE_MAGIC2_SIZE): Likewise.
40905         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
40906         (struct _fpx_sw_bytes): New struct.
40907         (struct _xsave_hdr): Likewise.
40908         (struct _ymmh_state): Likewise.
40909         (struct _xstate): Likewise.
40911         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
40912         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
40913         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
40914         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
40915         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
40916         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
40918         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
40919         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
40920         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
40921         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
40922         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
40923         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
40925 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
40927         [BZ #13743]
40928         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
40929         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
40930         (sysdep_headers): Include sys/platform/ppc.h.
40931         * sysdeps/powerpc/test-gettimebase.c: Test for
40932         __ppc_get_timebase() to catch future ISA opcode/insn changes.
40933         * manual/Makefile (appendices): Include platform.texi.
40934         * manual/contrib.texi (Contributors): Update @node pointers.
40935         * manual/maint.texi (Maintenance): Likewise.
40936         (Platform): New node.
40937         * manual/platform.texi: New file.  Document the new features.
40939 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
40940             Jakub Jelinek  <jakub@redhat.com>
40942         [BZ #14188]
40943         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
40944         where __builtin_expect is unavailable.
40946 2012-06-03  David S. Miller  <davem@davemloft.net>
40948         * stdlib/longlong.h: Updated from GCC.
40950 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
40952         [BZ #14042]
40953         * sysdeps/powerpc/powerpc32/mcount.c: New file.
40954         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
40955         __mcount_internal.
40956         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
40957         (GLIBC_2.16): Likewise.
40959 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
40961         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
40963 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
40965         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
40966         (default-abi): New variable.
40967         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
40968         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
40969         variable.
40970         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
40971         Likewise.
40972         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
40973         Likewise.
40974         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
40975         Likewise.
40977         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
40978         definition.  Document in comment.
40980 2012-06-01  David S. Miller  <davem@davemloft.net>
40982         * stdlib/longlong.h: Updated from GCC.
40984 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
40986         [BZ #14117]
40987         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
40988         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
40989         sys/debugreg.h sys/io.h here.
40990         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
40991         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
40992         sys/io.h.
40993         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
40994         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
40995         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
40996         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
40997         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
40998         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
41000         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
41001         Define only if __x86_64__ is defined.
41003 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
41005         [BZ #14048]
41006         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
41007         Use int64_t for variable i.
41008         * math/libm-test.inc (fmod_test): Add more tests.
41010         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
41011         z computation is not scheduled after fetestexcept.
41012         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
41013         Use math_force_eval instead of asm to ensure calculation scheduled
41014         before exception test.
41015         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
41016         Ensure a1 + u.d computation is not scheduled after fetestexcept.
41018 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
41020         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
41021         computation is not scheduled after fetestexcept.
41023 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41025         [BZ #14117]
41026         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
41027         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
41029 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41031         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
41032         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
41034 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
41036         [BZ #14117]
41037         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
41038         <bits/wordsize.h>.
41039         (__WCHAR_MIN): Support __WORDSIZE == 64.
41040         (__WCHAR_MAX): Likewise.
41042         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
41043         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
41045         [BZ #14183]
41046         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
41047         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
41049         [BZ #14117]
41050         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
41051         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
41053         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
41054         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
41056         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
41057         Defined to 1 if __x86_64__ isn't defined.
41058         (_STAT_VER_LINUX_OLD): New.
41059         (st_atime): Remove duplicate.
41060         (st_mtime): Likewise.
41061         (st_ctime): Likewise.
41063 2012-05-31  David S. Miller  <davem@davemloft.net>
41065         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
41066         entries.
41068 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
41070         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
41071         gen-libm-test.pl.
41073         [BZ #14132]
41074         * elf/dl-reloc.c: Include <_itoa.h>.
41075         (_dl_reloc_bad_type): Remove use of INTUSE.
41076         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
41077         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
41078         * stdio-common/psiginfo.c (psiginfo): Likewise.
41079         * stdio-common/psignal.c (psignal): Likewise.
41080         * string/strsignal.c (strsignal): Likewise.
41081         * include/signal.h (_sys_siglist): Declare hidden proto.
41082         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
41083         INTVARDEF with libc_hidden_data_def.
41084         * stdio-common/itoa-udigits.c: Likewise.
41085         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
41086         (_itoa_lower_digits_internal): Remove declaration.
41087         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
41088         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
41089         (_sys_sigabbrev_internal): Remove aliases.
41090         (_sys_siglist): Define hidden alias.
41092 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
41094         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41095         bits/sysctl.h.
41097 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
41099         [BZ #14117]
41100         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
41101         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
41103         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
41104         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
41105         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
41106         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
41107         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
41108         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
41110         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
41111         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
41112         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
41114         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
41115         with __addr.
41116         (insw): Likewise.
41117         (insl): Likewise.
41118         (outsb): Likewise.
41119         (outsw): Likewise.
41120         (outsl): Likewise.
41122         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
41123         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
41124         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
41126         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
41127         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
41128         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
41129         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
41130         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
41131         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
41133         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
41134         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
41136         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
41137         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
41139         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
41140         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
41141         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
41143         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
41144         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
41145         to ...
41146         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
41148         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
41149         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
41150         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
41152         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
41153         for x86-64.
41154         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
41156 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
41158         * math/math.h (M_El): Use two more decimal places.
41159         (M_LOG2El): Likewise.
41160         (M_LOG10El): Likewise.
41161         (M_LN2l): Likewise.
41162         (M_LN10l): Likewise.
41163         (M_PIl): Likewise.
41164         (M_PI_2l): Likewise.
41165         (M_PI_4l): Likewise.
41166         (M_1_PIl): Likewise.
41167         (M_2_PIl): Likewise.
41168         (M_2_SQRTPIl): Likewise.
41169         (M_SQRT2l): Likewise.
41170         (M_SQRT1_2l): Likewise.
41172 2012-05-31  David S. Miller  <davem@davemloft.net>
41174         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
41175         values between float registers.
41176         * sysdeps/sparc/sparc64/memset.S: Likewise.
41177         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
41179 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
41181         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
41182         -D_FORTIFY_SOURCE=1.
41183         (CPPFLAGS-tst-longjmp_chk.c): Define.
41184         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
41185         (CPPFLAGS-tst-longjmp_chk2.c): Define.
41186         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
41187         CFLAGS-tst-wchar-h.c.
41189 2012-05-31  Marek Polacek  <polacek@redhat.com>
41191         [BZ #14132]
41192         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
41193         __endmntent_internal): Remove declaration.
41194         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
41195         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
41196         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
41198 2012-05-30  David S. Miller  <davem@davemloft.net>
41200         * sysdeps/sparc/sparc32/soft-fp/q_util.c
41201         (___Q_simulate_exceptions): Use real FP ops rather than writing
41202         into the %fsr.
41203         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
41204         Likewise.
41206 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41208         [BZ #14117]
41209         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
41210         * sysdeps/x86/bits/xtitypes.h: This.
41212         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
41213         * sysdeps/x86/bits/wordsize.h: This.
41215         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
41216         * sysdeps/x86/bits/huge_vall.h: This.
41218         * sysdeps/i386/bits/select.h: Removed.
41219         * sysdeps/x86_64/bits/select.h: Renamed to ...
41220         * sysdeps/x86/bits/select.h: This.
41222         * sysdeps/i386/bits/setjmp.h: Removed.
41223         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
41224         * sysdeps/x86/bits/setjmp.h: This.
41226         * sysdeps/i386/bits/mathdef.h: Removed.
41227         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
41228         * sysdeps/x86/bits/mathdef.h: This.
41230 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
41232         [BZ #14132]
41233         * include/sys/socket.h (__connect_internal)
41234         (__libc_sa_len_internal): Remove declaration.
41235         (__connect, __libc_sa_len): Declare hidden_proto.
41236         (SA_LEN): Remove use of INTUSE.
41237         * socket/connect.c: Add libc_hidden_def.
41238         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
41239         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
41240         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
41241         alias.
41242         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
41243         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
41244         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
41245         of adding _internal alias.
41247 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41249         [BZ #14117]
41250         * sysdeps/i386/bits/link.h: Removed.
41251         * sysdeps/i386/bits/linkmap.h: Likewise.
41252         * sysdeps/x86_64/bits/link.h: Renamed to ...
41253         * sysdeps/x86/bits/link.h: This.
41254         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
41255         * sysdeps/x86/bits/linkmap.h: This.
41257         * sysdeps/i386/bits/endian.h: Removed.
41258         * sysdeps/x86_64/bits/endian.h: Renamed to ...
41259         * sysdeps/x86/bits/endian.h: This.
41261         * sysdeps/i386/bits/byteswap.h: Removed.
41262         * sysdeps/i386/bits/byteswap-16.h: Likewise.
41263         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
41264         * sysdeps/x86/bits/byteswap.h: This.
41265         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
41266         * sysdeps/x86/bits/byteswap-16.h: This.
41267         * sysdeps/i386/Implies: Add x86.
41268         * sysdeps/x86_64/Implies: Likewise.
41270 2012-05-30  David S. Miller  <davem@davemloft.net>
41272         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
41273         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
41274         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
41275         (FP_TRAPPING_EXCEPTIONS): Define.
41276         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
41277         (FP_TRAPPING_EXCEPTIONS): Define.
41278         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
41279         subnormals only when inexact has been signalled or underflow
41280         exceptions are enabled.
41281         (_FP_PACK_CANONICAL): Likewise.
41283 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41285         [BZ #14183]
41286         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
41287         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
41289 2012-05-30  Richard Henderson  <rth@twiddle.net>
41291         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
41292         with #ifndef NOT_IN_libc.
41294         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
41295         marked to avoid plt entry.
41297 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41299         [BZ #14112]
41300         * Makeconfig (default-abi): New macro.
41301         (abi-includes): Likewise.
41302         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
41303         $(abi-$(default-abi)-lib-soname) for soname if defined.
41304         ($(common-objpfx)gnu/lib-names.stmp): Generate from
41305         abi-variants.
41306         * Makefile (installed-stubs): Likewise.
41307         * include/stubs-biarch.h: Removed.
41308         * scripts/lib-names.awk: Only handle one library at a time.
41309         * scripts/soversions.awk: Remove WORDSIZE support.
41310         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
41311         entries.
41312         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
41313         Removed.
41314         (syscall-list-default-condition): Likewise.
41315         (syscall-list-default-condition): Likewise.
41316         (syscall-list-includes): Likewise.
41317         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
41318         syscall-list-* with abi-*.  Handle undefined abi-variants.
41319         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
41320         * sysdeps/unix/sysv/linux/i386/Implies: New file.
41321         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
41322         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
41323         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
41324         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
41325         Removed.
41326         (syscall-list-32-options): Likewise.
41327         (syscall-list-32-condition): Likewise.
41328         (syscall-list-64-options): Likewise.
41329         (syscall-list-64-condition): Likewise.
41330         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
41331         macro.
41332         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
41333         Renamed to ...
41334         (abi-*): This.
41335         (abi-64-ld-soname): New macro.
41336         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
41337         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
41338         Renamed to ...
41339         (abi-*): This.
41340         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
41341         * sysdeps/x86_64/x32/shlib-versions: Likewise.
41343 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
41345         * sysdeps/unix/sysv/linux/kernel-features.h
41346         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
41347         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
41348         include <kernel-features.h>.
41349         [!__NR_ftruncate64]: Remove conditional code.
41350         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41351         [__NR_ftruncate64]: Make code unconditional.
41352         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41353         * sysdeps/unix/sysv/linux/truncate64.c: Do not
41354         include <kernel-features.h>.
41355         [!__NR_ftruncate64]: Remove conditional code.
41356         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41357         [__NR_ftruncate64]: Make code unconditional.
41358         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41359         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
41360         include <kernel-features.h>.
41361         [!__NR_ftruncate64]: Remove conditional code.
41362         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41363         [__NR_ftruncate64]: Make code unconditional.
41364         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41365         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
41366         include <kernel-features.h>.
41367         [!__NR_ftruncate64]: Remove conditional code.
41368         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41369         [__NR_ftruncate64]: Make code unconditional.
41370         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41372         * configure.in (libc_cv_fpie): Weaken to a compile test using
41373         LIBC_TRY_CC_OPTION.
41374         * configure: Regenerated.
41376 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41378         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
41379         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
41380         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
41381         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
41382         Refreshed.
41383         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
41384         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
41385         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
41386         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
41387         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
41388         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
41389         Refreshed.
41391 2012-05-27  David S. Miller  <davem@davemloft.net>
41393         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
41394         (___Q_zero): New.
41395         (__Q_simulate_exceptions): Return void.  Change to simulate
41396         exceptions by writing into the %fsr.
41397         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
41398         (__Qp_handle_exceptions): Likewise.
41399         (numbers): Delete.
41400         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
41401         __Qp_handle_exceptions.
41402         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
41403         __Qp_handle_exceptions.
41404         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
41405         as unused and give dummy FP_RND_NEAREST initializer.
41406         (FP_INHIBIT_RESULTS): Define.
41407         (___Q_simulate_exceptions): Update declaration.
41408         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
41409         formatting.
41410         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
41411         as unused and give dummy FP_RND_NEAREST initializer.
41412         (__Qp_handle_exceptions): Update declaration.
41413         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
41414         formatting.
41416 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
41418         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
41419         the temporary FPU control word.
41420         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
41421         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
41422         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
41423         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
41424         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
41425         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
41426         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
41427         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
41428         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
41429         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
41430         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
41432 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41434         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
41435         fields.
41437 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
41439         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
41440         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
41441         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
41442         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
41443         Likewise.
41444         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
41445         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
41446         Likewise.
41448 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
41450         * po/h.po: Update from translation team.
41452 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
41454         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
41456         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
41457         handling of denormals.
41458         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
41459         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
41460         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
41461         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
41462         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
41463         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
41464         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
41465         Likewise.
41467 2012-05-26  Marek Polacek  <polacek@redhat.com>
41469         [BZ #14152]
41470         * math/libm-test.inc (fma_test): Don't always expect underflow
41471         exception.
41473 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
41475         [BZ #12416]
41476         * elf/tst-execstack.c: Include stackinfo.h.
41477         (do_test): Adjust test case to ensure that pthread_getattr_np
41478         behaviour remains the same after marking stack executable.
41480 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
41482         * sysdeps/unix/sysv/linux/kernel-features.h
41483         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
41484         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
41485         kernel-features.h.
41486         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
41487         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
41488         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
41489         kernel-features.h.
41490         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
41491         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
41493 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
41495         * configure.in: Define the default includes to being none.
41496         * configure: Regenerated.
41498 2012-05-25  Roland McGrath  <roland@hack.frob.com>
41500         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
41501         * sysdeps/x86_64/setjmp.S: Likewise.
41502         * sysdeps/i386/bsd-setjmp.S: Likewise.
41503         * sysdeps/i386/bsd-_setjmp.S: Likewise.
41504         * sysdeps/i386/setjmp.S: Likewise.
41505         * sysdeps/i386/__longjmp.S: Likewise.
41506         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
41507         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
41509         * include/stap-probe.h: New file.
41510         * configure.in: Handle --enable-systemtap.
41511         * configure: Regenerated.
41512         * config.h.in (USE_STAP_PROBE): New #undef.
41513         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
41514         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
41515         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
41517 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
41519         [BZ #13717]
41520         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
41521         to 2.4.0 where earlier.
41522         * sysdeps/unix/sysv/linux/configure: Regenerated.
41523         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
41524         <kernel-features.h>.
41525         [__ASSUME_32BITUIDS]: Make code unconditional.
41526         [!__ASSUME_32BITUIDS]: Remove conditional code.
41527         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
41528         <kernel-features.h>.
41529         [__ASSUME_32BITUIDS]: Make code unconditional.
41530         [!__ASSUME_32BITUIDS]: Remove conditional code.
41531         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
41532         [__ASSUME_32BITUIDS]: Make code unconditional.
41533         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
41534         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
41535         <kernel-features.h>.
41536         [__ASSUME_32BITUIDS]: Make code unconditional.
41537         [!__ASSUME_32BITUIDS]: Remove conditional code.
41538         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
41539         <kernel-features.h>.
41540         [__ASSUME_32BITUIDS]: Make code unconditional.
41541         [!__ASSUME_32BITUIDS]: Remove conditional code.
41542         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
41543         <kernel-features.h>.
41544         [__ASSUME_32BITUIDS]: Make code unconditional.
41545         [!__ASSUME_32BITUIDS]: Remove conditional code.
41546         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
41547         <kernel-features.h>.
41548         [__ASSUME_32BITUIDS]: Make code unconditional.
41549         [!__ASSUME_32BITUIDS]: Remove conditional code.
41550         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
41551         <kernel-features.h>.
41552         [__ASSUME_32BITUIDS]: Make code unconditional.
41553         [!__ASSUME_32BITUIDS]: Remove conditional code.
41554         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
41555         <kernel-features.h>.
41556         [__ASSUME_32BITUIDS]: Make code unconditional.
41557         [!__ASSUME_32BITUIDS]: Remove conditional code.
41558         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
41559         <kernel-features.h>.
41560         [__ASSUME_32BITUIDS]: Make code unconditional.
41561         [!__ASSUME_32BITUIDS]: Remove conditional code.
41562         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
41563         <kernel-features.h>.
41564         [__ASSUME_32BITUIDS]: Make code unconditional.
41565         [!__ASSUME_32BITUIDS]: Remove conditional code.
41566         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
41567         <kernel-features.h>.
41568         [__ASSUME_32BITUIDS]: Make code unconditional.
41569         [!__ASSUME_32BITUIDS]: Remove conditional code.
41570         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
41571         <kernel-features.h>.
41572         [__ASSUME_32BITUIDS]: Make code unconditional.
41573         [!__ASSUME_32BITUIDS]: Remove conditional code.
41574         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
41575         <kernel-features.h>.
41576         [__NR_setresgid] (__setresgid): Do not declare.
41577         [__ASSUME_32BITUIDS]: Make code unconditional.
41578         [!__ASSUME_32BITUIDS]: Remove conditional code.
41579         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
41580         <kernel-features.h>.
41581         [__NR_setresuid] (__setresuid): Do not declare.
41582         [__ASSUME_32BITUIDS]: Make code unconditional.
41583         [!__ASSUME_32BITUIDS]: Remove conditional code.
41584         * sysdeps/unix/sysv/linux/i386/setfsgid.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/setfsuid.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/setgid.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/setgroups.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/setregid.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/setresgid.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/setresuid.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/setreuid.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/setuid.c: Do not include
41617         <kernel-features.h>.
41618         [__ASSUME_32BITUIDS]: Make code unconditional.
41619         [!__ASSUME_32BITUIDS]: Remove conditional code.
41620         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
41621         <kernel-features.h>.
41622         [__ASSUME_32BITUIDS]: Make code unconditional.
41623         [!__ASSUME_32BITUIDS]: Remove conditional code.
41624         * sysdeps/unix/sysv/linux/kernel-features.h
41625         (__ASSUME_SETRESUID_SYSCALL): Remove.
41626         (__ASSUME_SETRESGID_SYSCALL): Likewise.
41627         (__ASSUME_32BITUIDS): Likewise.
41628         (__ASSUME_LDT_WORKS): Likewise.
41629         (__ASSUME_O_DIRECTORY): Likewise.
41630         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
41631         architecture but not kernel version.
41632         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
41633         (__ASSUME_MMAP2_SYSCALL): Likewise.
41634         (__ASSUME_STAT64_SYSCALL): Likewise.
41635         (__ASSUME_IPC64): Likewise.
41636         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
41637         <kernel-features.h>.
41638         [__ASSUME_32BITUIDS]: Make code unconditional.
41639         [!__ASSUME_32BITUIDS]: Remove conditional code.
41640         * sysdeps/unix/sysv/linux/opendir.c: Do not include
41641         <kernel-features.h>.
41642         [__ASSUME_O_DIRECTORY]: Make code unconditional.
41643         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
41644         132096]: Remove conditional code.
41645         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
41646         * sysdeps/unix/sysv/linux/s390/s390-32/chown.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/s390/s390-32/lchown.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/setegid.c: Do not include
41655         <kernel-features.h>.
41656         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
41657         unconditional.
41658         (__setresgid): Do not declare.
41659         [__ASSUME_32BITUIDS]: Make code unconditional.
41660         [!__ASSUME_32BITUIDS]: Remove conditional code.
41661         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
41662         <kernel-features.h>.
41663         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
41664         unconditional.
41665         (__setresuid): Do not declare.
41666         [__ASSUME_32BITUIDS]: Make code unconditional.
41667         [!__ASSUME_32BITUIDS]: Remove conditional code.
41668         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
41669         <kernel-features.h>.
41670         [__ASSUME_32BITUIDS]: Make code unconditional.
41671         [!__ASSUME_32BITUIDS]: Remove conditional code.
41672         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
41673         <kernel-features.h>.
41674         [__ASSUME_32BITUIDS]: Make code unconditional.
41675         [!__ASSUME_32BITUIDS]: Remove conditional code.
41677 2012-05-25  Richard Henderson  <rth@twiddle.net>
41679         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
41680         dl_hwcap to ifunc resolver.
41681         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
41682         elf_ifunc_invoke.
41683         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
41684         dl_hwcap to ifunc resolver.
41685         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
41687 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
41689         [BZ #14153]
41690         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
41691         for |x| <= 2**-26, not 2**-57.
41692         * math/libm-test.inc (acos_test): Do not allow spurious underflow
41693         exception.
41695 2012-05-24  Jeff Law  <law@redhat.com>
41697         * stdio-common/Makefile (tests): Add bug25.
41698         * stdio-common/bug25.c: New test.
41700 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
41702         [BZ #13576]
41703         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
41704         multiple of MALLOC_ALIGNMENT in size.
41705         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
41707 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
41709         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
41710         Require >= 256.
41711         (FILENAME_MAX): Use macro-int-constant.
41712         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
41713         (_IOFBF): Use macro-int-constant.
41714         (_IOLBF): Likewise.
41715         (_IONBF): Likewise.
41716         (SEEK_CUR): Likewise.
41717         (SEEK_END): Likewise.
41718         (SEEK_SET): Likewise.
41719         (TMP_MAX): Likewise.
41720         (EOF): Use macro-int-constant.  Require < 0.
41721         (NULL): Use macro-constant.  Require == 0.
41722         (stdin): Require type to be FILE *.
41723         (stdout): Likewise.
41724         (stderr): Likewise.
41725         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
41726         macro-int-constant.
41727         (EXIT_SUCCESS): Likewise.
41728         (NULL): Use macro-constant.  Require == 0.
41729         (RAND_MAX): Use macro-int-constant.
41730         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
41731         [C99-based standards] (strtof): Require function.
41732         [C99-based standards] (strtold): Likewise.
41733         [C99-based standards] (strtoll): Likewise.
41734         [C99-based standards] (strtoull): Likewise.
41735         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
41736         [ISO || ISO99 || ISO11] (limits.h): Likewise.
41737         [ISO || ISO99 || ISO11] (math.h): Likewise.
41738         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
41739         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
41740         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41742 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
41744         [BZ #14132]
41745         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
41746         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
41747         * intl/dgettext.c (DCGETTEXT): Likewise.
41748         * intl/gettext.c (DCGETTEXT): Likewise.
41749         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
41750         * posix/regex_internal.h (gettext): Likewise.
41751         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
41752         Remove declaration.
41753         * include/argz.h (__argz_count_internal)
41754         (__argz_stringify_internal): Remove declaration.
41755         (__argz_count, __argz_stringify): Declare hidden proto.
41756         * intl/dcgettext.c: Remove use of INTDEF.
41757         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
41758         * string/argz-stringify.c: Likewise.
41759         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
41760         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
41761         Declare hidden proto.
41762         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
41763         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
41764         Declare hidden proto.
41765         * include/stdio.h (__asprintf_internal): Don't declare.
41766         (__asprintf): Don't define as macro.  Declare hidden proto.
41767         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
41768         (__fsetlocking): Declare hidden proto.
41769         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
41770         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
41771         hidden proto.
41772         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
41773         (_IO_setlinebuf): Remove use of INTUSE.
41774         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
41775         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
41776         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
41777         Remove declaration.
41778         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
41779         (_IO_do_flush): Remove use of INTUSE.
41780         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
41781         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
41782         (_IO_adjust_column, _IO_least_wmarker)
41783         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
41784         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
41785         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
41786         (_IO_default_doallocate, _IO_wdefault_doallocate)
41787         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
41788         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
41789         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
41790         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
41791         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
41792         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
41793         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
41794         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
41795         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
41796         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
41797         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
41798         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
41799         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
41800         proto.
41801         (_IO_flush_all_internal, _IO_adjust_column_internal)
41802         (_IO_default_uflow_internal, _IO_default_finish_internal)
41803         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
41804         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
41805         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
41806         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
41807         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
41808         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
41809         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
41810         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
41811         (_IO_file_close_internal, _IO_file_close_it_internal)
41812         (_IO_file_underflow_internal, _IO_file_overflow_internal)
41813         (_IO_file_init_internal, _IO_file_attach_internal)
41814         (_IO_file_fopen_internal, _IO_file_read_internal)
41815         (_IO_file_sync_internal, _IO_file_seek_internal)
41816         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
41817         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
41818         (_IO_str_underflow_internal, _IO_str_overflow_internal)
41819         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
41820         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
41821         (_IO_list_all_internal, _IO_link_in_internal)
41822         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
41823         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
41824         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
41825         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
41826         (_IO_do_write_internal, _IO_padn_internal)
41827         (_IO_getline_info_internal, _IO_getline_internal)
41828         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
41829         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
41830         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
41831         (_IO_vfscanf_internal, _IO_vfprintf_internal)
41832         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
41833         (_IO_init_internal, _IO_un_link_internal): Don't declare.
41834         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
41835         with libc_hidden_ver, remove use of INTUSE.
41836         * libio/genops.c: Likewise.
41837         * libio/freopen.c: Likewise.
41838         * libio/freopen64.c: Likewise.
41839         * libio/iofclose.c: Likewise.
41840         * libio/iofdopen.c: Likewise.
41841         * libio/iofflush.c: Likewise.
41842         * libio/iofflush_u.c: Likewise.
41843         * libio/iofgets.c: Likewise.
41844         * libio/iofgets_u.c: Likewise.
41845         * libio/iofopen.c: Likewise.
41846         * libio/iofopncook.c: Likewise.
41847         * libio/iofread.c: Likewise.
41848         * libio/iofread_u.c: Likewise.
41849         * libio/ioftell.c: Likewise.
41850         * libio/iofwrite.c: Likewise.
41851         * libio/iogetline.c: Likewise.
41852         * libio/iogets.c: Likewise.
41853         * libio/iogetwline.c: Likewise.
41854         * libio/iopadn.c: Likewise.
41855         * libio/iopopen.c: Likewise.
41856         * libio/ioseekoff.c: Likewise.
41857         * libio/ioseekpos.c: Likewise.
41858         * libio/iosetbuffer.c: Likewise.
41859         * libio/iosetvbuf.c: Likewise.
41860         * libio/ioungetc.c: Likewise.
41861         * libio/ioungetwc.c: Likewise.
41862         * libio/iovdprintf.c: Likewise.
41863         * libio/iovsprintf.c: Likewise.
41864         * libio/iovsscanf.c: Likewise.
41865         * libio/memstream.c: Likewise.
41866         * libio/obprintf.c: Likewise.
41867         * libio/oldfileops.c: Likewise.
41868         * libio/oldiofclose.c: Likewise.
41869         * libio/oldiofdopen.c: Likewise.
41870         * libio/oldiofopen.c: Likewise.
41871         * libio/oldiopopen.c: Likewise.
41872         * libio/oldstdfiles.c: Likewise.
41873         * libio/putc.c: Likewise.
41874         * libio/setbuf.c: Likewise.
41875         * libio/setlinebuf.c: Likewise.
41876         * libio/stdfiles.c: Likewise.
41877         * libio/strops.c: Likewise.
41878         * libio/vasprintf.c: Likewise.
41879         * libio/vscanf.c: Likewise.
41880         * libio/vsnprintf.c: Likewise.
41881         * libio/vswprintf.c: Likewise.
41882         * libio/wfiledoalloc.c: Likewise.
41883         * libio/wfileops.c: Likewise.
41884         * libio/wgenops.c: Likewise.
41885         * libio/wmemstream.c: Likewise.
41886         * libio/wstrops.c: Likewise.
41887         * libio/__fpurge.c: Likewise.
41888         * libio/__fsetlocking.c: Likewise.
41889         * assert/assert.c: Likewise.
41890         * debug/fgets_chk.c: Likewise.
41891         * debug/fgets_u_chk.c: Likewise.
41892         * debug/fread_chk.c: Likewise.
41893         * debug/fread_u_chk.c: Likewise.
41894         * debug/gets_chk.c: Likewise.
41895         * debug/obprintf_chk.c: Likewise.
41896         * debug/vasprintf_chk.c: Likewise.
41897         * debug/vdprintf_chk.c: Likewise.
41898         * debug/vsnprintf_chk.c: Likewise.
41899         * debug/vsprintf_chk.c: Likewise.
41900         * malloc/mtrace.c: Likewise.
41901         * misc/error.c: Likewise.
41902         * misc/syslog.c: Likewise.
41903         * stdio-common/asprintf.c: Likewise.
41904         * stdio-common/fxprintf.c: Likewise.
41905         * stdio-common/getw.c: Likewise.
41906         * stdio-common/isoc99_fscanf.c: Likewise.
41907         * stdio-common/isoc99_scanf.c: Likewise.
41908         * stdio-common/isoc99_vfscanf.c: Likewise.
41909         * stdio-common/isoc99_vscanf.c: Likewise.
41910         * stdio-common/isoc99_vsscanf.c: Likewise.
41911         * stdio-common/printf-prs.c: Likewise.
41912         * stdio-common/printf_fp.c: Likewise.
41913         * stdio-common/printf_fphex.c: Likewise.
41914         * stdio-common/printf_size.c: Likewise.
41915         * stdio-common/putw.c: Likewise.
41916         * stdio-common/scanf.c: Likewise.
41917         * stdio-common/sprintf.c: Likewise.
41918         * stdio-common/tmpfile.c: Likewise.
41919         * stdio-common/vfprintf.c: Likewise.
41920         * stdio-common/vfscanf.c: Likewise.
41921         * stdlib/strfmon_l.c: Likewise.
41922         * sunrpc/openchild.c: Likewise.
41923         * sunrpc/xdr_stdio.c: Likewise.
41924         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
41925         * sysdeps/mach/hurd/tmpfile.c: Likewise.
41927 2012-05-24  Roland McGrath  <roland@hack.frob.com>
41929         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
41931         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
41932         in the third column, to generate for the shared library an IFUNC
41933         that uses _dl_vdso_vsym.
41934         * Makerules (COMPILE.c, compile-stdin.c): New variables.
41935         * Makeconfig (object-suffixes-noshared): New variable.
41937         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
41938         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
41939         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
41940         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
41942         [BZ #14132]
41943         * include/sys/time.h (__gettimeofday): Remove macro.
41944         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
41945         * time/gettimeofday.c (__gettimeofday): Remove #undef.
41946         Remove INTDEF.
41947         (__gettimeofday): Add libc_hidden_def.
41948         (gettimeofday): Add libc_hidden_weak.
41949         * sysdeps/mach/gettimeofday.c: Likewise.
41950         * sysdeps/posix/gettimeofday.c: Likewise.
41951         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
41952         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
41953         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
41954         (__gettimeofday_internal): Remove strong_alias.
41955         (__gettimeofday): Add libc_hidden_def.
41956         (gettimeofday): Add libc_hidden_weak.
41957         * sysdeps/unix/syscalls.list (gettimeofday):
41958         Remove __gettimeofday_internal alias.
41960 2012-05-24  Daniel Jacobowitz  <drow@false.org>
41961             H.J. Lu  <hongjiu.lu@intel.com>
41963         [BZ #12495]
41964         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
41965         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
41966         (largebin_index_32_big): New.
41967         (largebin_index): Use it for 16-byte alignment.
41968         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
41969         correction with front_misalign.
41971 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
41973         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
41974         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
41975         Likewise.
41976         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
41977         Likewise.
41978         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
41979         Likewise.
41980         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
41981         Likewise.
41982         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
41983         Likewise.
41984         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
41985         Likewise.
41986         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
41987         Likewise.
41988         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
41989         Likewise.
41990         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
41991         Likewise.
41992         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
41993         Likewise.
41994         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
41995         Likewise.
41996         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
41997         Likewise.
41999         * scripts/data/c++-types-x32-linux-gnu.data: New file.
42000         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
42002 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
42004         [BZ #10846]
42005         [BZ #14036]
42006         * math/libm-test.inc (exp_test): Add test from bug 14036.
42007         (pow_test): Add test from bug 10846.
42009         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
42010         and other flags.
42011         (special_function): Do not include flags in test name.
42012         (parse_args): Likewise.
42013         * sysdeps/i386/fpu/libm-test-ulps: Update.
42014         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42015         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
42016         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
42017         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42019         * math/gen-libm-test.pl (%beautify): Add entries for underflow
42020         exceptions.
42021         * math/libm-test.inc ("Philosophy"): Update comment about
42022         exception testing.
42023         (UNDERFLOW_EXCEPTION): New macro.
42024         (UNDERFLOW_EXCEPTION_OK): Likewise.
42025         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
42026         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
42027         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
42028         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
42029         (INVALID_EXCEPTION_OK): Update value.
42030         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
42031         (OVERFLOW_EXCEPTION_OK): Likewise.
42032         (IGNORE_ZERO_INF_SIGN): Likewise.
42033         (test_exceptions): Handle underflow exceptions.
42034         (acos_test): Update for underflow exception expectations.
42035         (cexp_test): Likewise.
42036         (clog_test): Likewise.
42037         (clog10_test): Likewise.
42038         (csqrt_test): Likewise.
42039         (ctan_test): Likewise.
42040         (ctanh_test): Likewise.
42041         (exp_test): Likewise.
42042         (exp10_test): Likewise.
42043         (exp2_test): Likewise.
42044         (expm1_test): Likewise.
42045         (fma_test): Likewise.
42046         (j0_test): Likewise.
42047         (jn_test): Likewise.
42048         (nexttoward_test): Likewise.
42049         (pow_test): Likewise.
42050         (scalbn_test): Likewise.
42051         (scalbln_test): Likewise.
42052         (tan_test): Likewise.
42053         (y1_test): Likewise.
42054         * sysdeps/i386/fpu/libm-test-ulps: Update.
42055         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42057 2012-05-23  David S. Miller  <davem@davemloft.net>
42059         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
42060         (__libc_sigaction): Remove unused local variables.
42062 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42064         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
42066 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
42068         mktime: avoid signed integer overflow
42069         * time/mktime.c (__mktime_internal): Do not mishandle the case
42070         where diff == INT_MIN.
42072         mktime: simplify computation of average
42073         * time/mktime.c (ranged_convert): Use new time_t_avg function
42074         instead of rolling our own (probably-slower) code.
42076         mktime: do not assume signed right shift propagates sign bit
42077         * time/mktime.c (isdst_differ): New static function.
42078         (__mktime_internal): No need to normalize tm_isdst now.
42079         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
42080         tm_isdst values.
42082         mktime: merge another wrapv change from gnulib
42083         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
42084         from some compilers.
42086         mktime: remove incorrect attempt at unusual arithmetics
42087         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
42088         The code didn't really work on such machines anyway.
42089         (TYPE_MINIMUM): Assume two's complement.
42090         (twos_complement_arithmetic): Verify that long_int and time_t
42091         are two's complement (or unsigned, in the latter case).
42093         mktime: check signed shifts on long_int and time_t, too
42094         * time/mktime.c (SHR): Check that shifts work as desired
42095         on the types long_int and time_t too, as SHR is used on
42096         such types.
42098         mktime: do not assume 'long' is wide enough
42099         * time/mktime.c (verify): Move decl up.
42100         (long_int): New type.
42101         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
42102         to remove assumption in the code that 'long' is wide enough to
42103         store year values.  This assumption is not true on x32 and on
42104         some non-glibc platforms.
42106         mktime: merge wrapv change from gnulib
42107         * time/mktime.c (WRAPV): New macro.
42108         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
42109         (guess_time_tm, __mktime_internal): Do not assume that signed
42110         integer overflow wraps around; modern compilers generate code
42111         where this assumption is no longer valid.
42113 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42115         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
42116         Replace "jmp L(pseudo_end)" with "ret".
42117         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
42118         Likewise.
42120 2012-05-23  Andreas Jaeger  <aj@suse.de>
42122         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
42123         * sysdeps/unix/sysv/linux/poll.c: Remove file.
42125 2012-05-23  Andreas Jaeger  <aj@suse.de>
42126             Maximilian Attems  <max@stro.at>
42128         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
42129         New macros.
42131 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42133         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
42134         code so that pseudo_end is just ret and the stack pointer is
42135         correct also for static library in error case.
42137 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
42139         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
42140         move to syscalls.list.
42141         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
42142         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
42143         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
42144         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
42146         * manual/install.texi (Running make install): Do not mention Linux
42147         kernel version for which pt_chown is not needed.
42148         (Linux): Do not mention problems with nscd with 2.0 kernels.
42149         * INSTALL: Regenerated.
42151 2012-05-23  Andreas Jaeger  <aj@suse.de>
42153         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
42154         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
42155         macro.
42156         * sysdeps/unix/sysv/linux/s390/bits/mman.h
42157         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42158         * sysdeps/unix/sysv/linux/sh/bits/mman.h
42159         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42160         * sysdeps/unix/sysv/linux/i386/bits/mman.h
42161         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42162         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
42163         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42164         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
42165         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42166         * sysdeps/unix/sysv/linux/bits/in.h
42167         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
42169 2012-05-22  Roland McGrath  <roland@hack.frob.com>
42171         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
42172         (PREPARE_VERSION): Just use assert instead, it will be elided
42173         under [NDEBUG] anyway.
42175 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42177         * sysdeps/unix/sysv/linux/Makefile: Include
42178         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
42179         (sysdep_routines): Remove sysctl.
42180         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
42181         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
42182         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
42183         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
42184         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
42186 2012-05-22  Andreas Jaeger  <aj@suse.de>
42188         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
42189         that pseudo_end is just ret and the stack pointer is correct also
42190         for static library in error case.
42192 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
42194         [BZ #14122]
42195         * nss/nsswitch.c (defconfig_entries): New variable.
42196         (__nss_database_lookup): Don't leak defconfig entries.
42197         (nss_parse_service_list): Don't leak on error paths.
42198         (free_database_entries): New function.
42199         (free_defconfig): New function.
42200         (free_mem): Move common code to free_database_entries.
42202 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42204         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
42205         Add arch_prctl.
42206         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
42208         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
42209         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
42210         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
42211         New macro.
42212         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
42213         (INTERNAL_SYSCALL_TYPES): Likewise.
42214         (LOAD_ARGS_TYPES_[1-6]): Likewise.
42215         (LOAD_REGS_TYPES_[1-6]): Likewise.
42216         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
42217         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
42219 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42221         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
42222         copysignl for GLIBC_2_0.
42223         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
42224         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
42225         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
42226         logbl for GLIBC_2_0.
42227         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
42228         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
42230 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42232         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
42233         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42235         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
42236         Use "neg %eax".
42238         * time/mktime.c: Update copyright years.
42240 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
42242         mktime: merge comment-quoting-style change from gnulib
42243         * time/mktime.c: Quote 'like this' in comments.
42244         The GNU coding standards suggest that we no longer quote `like this',
42245         as "`" and "'" are typically rendered asymmetrically nowadays.
42246         The typical gnulib style is to quote 'like this' when quoting
42247         code, and "like this" when quoting English.
42249         * time/mktime.c (compile-command): Add "-I.".
42251         mktime: merge mktime-internal.h change from gnulib
42252         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
42254         mktime: merge time_r change from gnulib
42255         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
42257         mktime: merge DEBUG change from gnulib
42258         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
42259         case system <time.h> has a #define.
42261         mktime: merge <sys/types.h> change from gnulib
42262         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
42263         since <time.t> is now guaranteed to define time_t.
42265         mktime: merge HAVE_CONFIG_H change from gnulib
42266         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
42268 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42270         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
42271         Use "neg %eax".
42273         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
42274         __rlim_t cast.
42275         (struct rusage): Use anonymous union to pad each field to
42276         __syscall_slong_t.
42278 2012-05-21  David S. Miller  <davem@davemloft.net>
42280         * Makefules (o-iterator): Remove .s cases.
42281         (compile-command.s): Delete.
42282         (COMPILE.s): Delete.
42283         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
42285 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
42287         * configure.in (libc_cv_predef_stack_protector): Only consider
42288         "foobar" and "__stack_chk_fail" lines in libc_undefs.
42289         * configure: Regenerated.
42291 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
42293         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
42294         New macro.  Use R*LP on int and pointer.
42295         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
42296         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
42297         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
42298         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
42300         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
42301         [__WORDSIZE_TIME64_COMPAT32] instead of
42302         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
42303         (struct utmp): Likewise.
42304         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
42305         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
42306         Renamed to ...
42307         (__WORDSIZE_TIME64_COMPAT32): This.
42308         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
42309         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
42310         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
42311         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
42312         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
42313         (__WORDSIZE_TIME64_COMPAT32): New macro.
42315 2012-05-21  Andreas Jaeger  <aj@suse.de>
42317         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
42318         only if [SHARED]. Add prototype for __wcschr_ia32.
42320 2012-05-21  Roland McGrath  <roland@hack.frob.com>
42322         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
42323         of %rbp unmolested in the jmp_buf while mangling the low bits.
42324         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
42325         unmolested high bits of %rbp while demangling the low bits.
42326         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
42328 2012-05-21  Andreas Jaeger  <aj@suse.de>
42330         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
42331         * sunrpc/svc_simple.c: Use it for registerrpc.
42332         * sunrpc/xcrypt.c: Use it for passwd2des.
42334         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
42336 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
42338         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
42339         Don't define if [__SYSCALL_WORDSIZE != 32].
42340         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
42341         New macro.
42343 2012-05-21  Bruno Haible  <bruno@clisp.org>
42344             Andreas Jaeger  <aj@suse.de>
42346         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
42347         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
42348         inptr and inend for must_buffer_ch.
42349         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
42350         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
42351         * stdio-common/Makefile (tests): Remove bug15.
42352         (bug15-ENV): Remove macro.
42353         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
42354         anymore.
42356 2012-05-19  Andreas Jaeger  <aj@suse.de>
42357             Roland McGrath  <roland@hack.frob.com>
42359         * manual/contrib.texi: Completely rewritten. It contains now an
42360         alphabetical list of contributors and their contributions.
42362 2012-05-21  Richard Henderson  <rth@twiddle.net>
42364         * misc/getauxval.c (__getauxval): Use unsigned long int.
42365         * misc/sys/auxv.h: Include <sys/cdefs.h>.
42366         (getauxval): Use unsigned long int.
42368 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
42370         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
42372 2012-05-21  Roland McGrath  <roland@hack.frob.com>
42374         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
42375         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
42376         __alignof__ (long double).
42378 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42380         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42382 2012-05-20  Richard Henderson  <rth@twiddle.net>
42384         * misc/getauxval.c: New file.
42385         * misc/sys/auxv.h: New file.
42386         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
42387         (routines): Add getauxval.
42388         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
42389         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
42390         * elf/dl-sysdep.c (_dl_auxv): Remove.
42391         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
42392         * elf/dl-support.c (_dl_auxv): New variable.
42393         (_dl_aux_init): Initialize it.
42394         * manual/startup.texi (Auxiliary Vector): New node.
42395         * sysdeps/generic/bits/hwcap.h: New file.
42396         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
42397         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
42398         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
42399         * sysdeps/sparc/sysdep.h: ... here.  Include it.
42400         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
42401         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
42402         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42403         Update.
42404         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
42405         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
42406         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
42407         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
42408         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
42409         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
42410         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
42411         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
42413 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42415         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42417 2012-05-19  David S. Miller  <davem@davemloft.net>
42419         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42421 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
42423         [BZ #14123]
42424         * math/s_ccosh.c: Include <float.h>
42425         (__ccosh): Avoid internal overflow calculating sinh and cosh
42426         values before multiplying by sin and cos values.
42427         * math/s_ccoshf.c: Likewise.
42428         * math/s_ccoshl.c: Likewise.
42429         * math/s_csin.c: Likewise.
42430         * math/s_csinf.c: Likewise.
42431         * math/s_csinl.c: Likewise.
42432         * math/s_csinh.c: Likewise.
42433         * math/s_csinhf.c: Likewise.
42434         * math/s_csinhl.c: Likewise.
42435         * math/libm-test.inc (ccos_test): Add more tests.
42436         (ccosh_test): Likewise.
42437         (csin_test): Likewise.
42438         (csinh_test): Likewise.
42439         * sysdeps/i386/fpu/libm-test-ulps: Update.
42440         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42442 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
42444         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
42445         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
42447         * sysdeps/x86_64/x32/_itoa.h: Add comment.
42449 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
42451         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
42452         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
42453         * sysdeps/powerpc/soft-fp/Versions: Likewise.
42454         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
42455         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
42456         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
42457         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
42458         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
42459         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
42460         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
42461         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
42462         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
42463         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
42464         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
42465         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
42466         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
42467         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
42468         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
42469         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
42470         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
42471         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
42472         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
42473         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
42474         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
42475         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
42476         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
42477         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
42478         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
42479         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
42480         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
42481         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
42483 2012-05-18  Andreas Jaeger  <aj@suse.de>
42485         * csu/.gitignore: Delete.
42487 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
42489         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
42490         (timex): Use __syscall_slong_t.
42492 2012-05-18  Andreas Jaeger  <aj@suse.de>
42493             Carlos O'Donell  <carlos_odonell@mentor.com>
42495         * manual/install.texi (Configuring and compiling): Update
42496         description about files modified in the source directory.
42497         * INSTALL: Regenerated.
42499 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
42501         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
42502         value.  Use "or" to set return value to -1.
42503         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
42504         negate return value.
42506 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42508         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
42509         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
42510         failure if the compiler has Graphite support disabled.
42511         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
42512         Likewise.
42513         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
42514         (CFLAGS-memmove.c): Likewise.
42515         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
42516         Likewise.
42518 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
42520         * sysdeps/x86_64/x32/_itoa.h: New file.
42522         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
42523         getdents system call only if kernel and user dirents have the
42524         same d_ino and d_off.
42526         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
42527         LLONG_MAX != LONG_MAX.
42528         (_itoa_word): Use _ITOA_WORD_TYPE on value.
42529         (_fitoa_word): Likewise.
42531         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
42532         years.
42533         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
42534         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
42535         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
42537         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
42538         include <bits/wordsize.h>.  Check __x86_64__ instead of
42539         __WORDSIZE.
42540         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
42541         if __x86_64__ is defined.  Use anonymous union on fpstate.
42543         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
42544         anonymous union.
42546 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
42548         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
42549         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
42550         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
42551         Refer to _rtld_local_ro instead of _rtld_global_ro.
42552         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
42553         Likewise.
42554         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
42555         Likewise.
42556         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
42557         Likewise.
42558         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
42559         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
42560         of _rtld_global, and rtld_progname instead of _dl_argv[0].
42562         * sysdeps/powerpc/powerpc32/dl-machine.c
42563         (__elf_machine_runtime_setup) [PROF]: Don't reference
42564         _dl_prof_resolve.
42566 2012-05-18  Andreas Jaeger  <aj@suse.de>
42568         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
42569         function only available for GCCs before 3.4 since GCC 3.4
42570         introduced a builtin.
42571         (lrint): Likewise.
42572         (llrintf): Likewise.
42573         (llrint): Likewise.
42574         (fmaxf): Likewise.
42575         (fmax): Likewise.
42576         (fminf): Likewise.
42577         (fmin): Likewise.
42578         (rint): Likewise.
42579         (rintf): Likewise.
42580         (nearbyint): Likewise.
42581         (nearbyintf): Likewise.
42582         (ceil): Likewise.
42583         (ceilf): Likewise.
42584         (floor): Likewise.
42585         (floorf): Likewise.
42587 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42589         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
42590         on both fields and cast pointer to __syscall_ulong_t.
42592         * bits/types.h (__fsword_t): New type.
42593         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
42594         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
42595         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42596         (__FSWORD_T_TYPE): Likewise.
42597         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42598         (__FSWORD_T_TYPE): Likewise.
42599         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42600         (__FSWORD_T_TYPE): Likewise.
42601         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
42602         (__FSWORD_T_TYPE): Likewise.
42603         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
42604         __SWORD_TYPE with __fsword_t.
42605         (statfs64): Likewise.
42607 2012-05-17  David S. Miller  <davem@davemloft.net>
42609         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
42611 2012-05-17  Andreas Jaeger  <aj@suse.de>
42613         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
42614         warning.
42616 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42618         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
42620 2012-05-17  Andreas Jaeger  <aj@suse.de>
42622         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
42623         when it is used.
42625 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
42627         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
42629 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42631         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
42632         * sysdeps/x86_64/tst-mallocalign1.c: New file.
42634 2012-05-17  Andreas Jaeger  <aj@suse.de>
42635             Carlos O'Donell  <carlos_odonell@mentor.com>
42637         [BZ #14059]
42638         * sysdeps/x86_64/multiarch/init-arch.h
42639         (bit_YMM_Usable): Rename to...
42640         (bit_AVX_Usable): ... this.
42641         (bit_FMA4_Usable): New macro.
42642         (bit_XMM_state): New macro.
42643         (bit_YMM_state): New macro.
42644         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
42645         [__ASSEMBLER__] (index_AVX_Usable): ... this.
42646         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
42647         (CPUID_OSXSAVE): New macro.
42648         (CPUID_AVX): New macro.
42649         (CPUID_FMA4): New macro.
42650         (index_YMM_Usable): Rename to...
42651         (index_AVX_Usable): ... this.
42652         (HAS_AVX): Use HAS_ARCH_FEATURE.
42653         (HAS_FMA4): Likewise.
42654         (HAS_YMM_USABLE): Remove.
42655         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
42656         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
42657         are present.
42658         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
42659         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
42660         * sysdeps/x86_64/multiarch/Makefile: Likewise.
42661         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
42662         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
42664 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
42666         * math/libm-test.c: Support platforms without multiple rounding modes.
42667         * math/bug-nextafter.c: Support platforms without FP exceptions.
42668         * math/bug-nexttoward.c: Likewise.
42669         * math/test-fenv.c: Likewise.
42670         * math/test-misc.c: Likewise.
42671         * stdlib/bug-getcontext.c: Likewise.
42673 2012-05-17  Andreas Jaeger  <aj@suse.de>
42675         * manual/examples/search.c (critter_cmp): Change signature to
42676         avoid warnings.
42677         * manual/string.texi (Collation Functions): Likewise.
42679 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42681         * bits/types.h: Fold copyright years.
42682         * bits/typesizes.h: Likewise.
42683         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
42684         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
42685         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
42686         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
42687         * time/time.h: Likewise.
42689 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
42691         [BZ #208]
42692         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
42693         in instead of returning them.  Return void.
42694         (__libc_mallinfo): Accumulate over all arenas.
42695         (__malloc_stats): Adjust for change in int_mallinfo interface.
42697 2012-05-16  Roland McGrath  <roland@hack.frob.com>
42699         [BZ #10375]
42700         * configure.in (NM): Add AC_CHECK_TOOL for it.
42701         (libc_extra_cflags): New substituted variable.
42702         Check for -fstack-protector being used implicitly.
42703         * configure: Regenerated.
42704         * config.make.in (config-extra-cflags): New variable,
42705         gets @libc_extra_cflags@.
42706         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
42708         [BZ #10375]
42709         * configure.in: Check for _FORTIFY_SOURCE being predefined.
42710         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
42711         * configure: Regenerated.
42712         * config.make.in (CPPUNDEFS): New substituted variable.
42713         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
42714         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
42715         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
42717 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42719         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
42720         (mq_attr): Use __syscall_slong_t.
42722 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42724         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
42725         Check __x86_64__ instead of __WORDSIZE.
42726         (_STAT_VER_LINUX): Likewise.
42727         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
42728         __syscall_ulong_t and __syscall_slong_t.
42729         (stat64): Likewise.
42731 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42733         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
42735 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42737         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
42739 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42741         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
42742         __syscall_ulong_t.
42744         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
42745         include <bits/wordsize.h>.  Check __x86_64__ instead of
42746         __WORDSIZE.
42747         (greg_t): Use "__extension__ long long int" if __x86_64__ is
42748         defined.
42749         (mcontext_t): Replace "unsigned long" with "unsigned long long".
42751         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
42752         include <bits/wordsize.h>.  Check __x86_64__ instead of
42753         __WORDSIZE.
42754         (user_regs_struct): Use "__extension__ unsigned long long"
42755         instead of "unsigned long" if __x86_64__ is defined.
42756         (user): Likewise.  Pad after pointer field if __ILP32__ is
42757         defined.
42759 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
42761         * configure.in (makeinfo): Require version 4.5 or later.  Allow
42762         versions 5 to 9.
42763         * configure: Regenerated.
42764         * manual/install.texi (texinfo): Increase version requirement to
42765         4.5 or later.
42766         * INSTALL: Regenerated.
42768         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
42770 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42772         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
42774         * sysdeps/x86_64/x32/ffs.c: New file.
42776         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
42777         __syscall_ulong_t.
42778         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
42779         defined.  Use __syscall_ulong_t.
42780         (shminfo): Use __syscall_ulong_t.
42781         (shm_info): Likewise.
42783         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
42784         __syscall_ulong_t.
42786         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
42787         <bits/wordsize.h>.
42788         (msgqnum_t): Use __syscall_ulong_t.
42789         (msglen_t): Likewise.
42790         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
42791         __syscall_ulong_t.
42793         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
42794         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42796         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
42798         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
42799         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
42801         * sysvipc/sys/msg.h (msgbuf): Replace long int with
42802         __syscall_slong_t.
42804         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
42805         include <bits/wordsize.h>.  Check __x86_64__ instead of
42806         __WORDSIZE.
42808         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
42809         "unsigned long long int" if __x86_64__ is defined.
42810         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
42812         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
42813         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42814         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
42816         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
42817         <stdint.h>.
42818         (GET_PC): Cast to uintptr_t first.
42819         (GET_FRAME): Likewise.
42820         (GET_STACK): Likewise.
42822         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
42823         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
42824         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
42825         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
42826         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
42827         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
42828         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
42829         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
42830         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
42831         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
42832         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
42833         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
42834         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
42835         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
42836         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
42837         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
42838         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
42839         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
42840         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
42841         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
42842         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
42843         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
42844         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
42845         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
42846         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
42847         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
42848         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
42849         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
42850         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
42852 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
42854         * Makerules (+depfiles): Also collect depfiles from .oS in
42855         $(extra-objs).
42856         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
42857         .oS, $(libnldbl-routines)).
42859         * Makerules (native-compile-mkdep-flags): Define.
42860         * sunrpc/Makefile (extra-objs): Add $(addprefix
42861         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
42862         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
42863         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
42864         calling $(make-target-directory).
42866 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42868         * bits/types.h (__snseconds_t): Removed.
42869         * time/time.h (struct timespec): Replace __snseconds_t with
42870         __syscall_slong_t.
42871         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
42872         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
42873         Likewise.
42874         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42875         (__SNSECONDS_T_TYPE): Likewise.
42876         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42877         (__SNSECONDS_T_TYPE): Likewise.
42878         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42879         (__SNSECONDS_T_TYPE): Likewise.
42881 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42883         * sysdeps/mach/hurd/bits/typesizes.h
42884         (__SYSCALL_SLONG_TYPE): New macro.
42885         (__SYSCALL_ULONG_TYPE): Likewise.
42887 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42889         * bits/types.h (__syscall_slong_t): New type.
42890         (__syscall_ulong_t): Likewise.
42892         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
42893         (__SYSCALL_ULONG_TYPE): Likewise.
42894         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42895         (__SYSCALL_SLONG_TYPE): Likewise.
42896         (__SYSCALL_ULONG_TYPE): Likewise.
42897         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42898         (__SYSCALL_SLONG_TYPE): Likewise.
42899         (__SYSCALL_ULONG_TYPE): Likewise.
42900         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42901         (__SYSCALL_SLONG_TYPE): Likewise.
42902         (__SYSCALL_ULONG_TYPE): Likewise.
42904 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42906         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
42907         Add sigaltstack-offsets.sym.
42908         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
42909         <sigaltstack-offsets.h>.
42910         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
42911         longjmp_msg pointer.
42912         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
42913         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
42914         signal stack.
42915         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
42917 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
42919         * elf/stackguard-macros.h: Remove file.
42920         * sysdeps/generic/stackguard-macros.h: New file.
42921         * sysdeps/i386/stackguard-macros.h: Likewise.
42922         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
42923         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
42924         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
42925         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
42926         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
42927         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
42928         * sysdeps/x86_64/stackguard-macros.h: Likewise.
42929         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
42930         <elf/stackguard-macros.h>.
42932         [BZ #14109]
42933         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
42934         __aligned__ in attribute.
42935         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
42936         (gregset_t): Likewise.
42938 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42940         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
42941         * sysdeps/x86_64/64/Implies-after: Here.  New file.
42942         * sysdeps/x86_64/x32/Implies-after: New file.
42944 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42946         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
42947         and access return value for _dl_profile_fixup.  Use R10_LP to
42948         load frame size.
42950 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42952         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
42954 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42956         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
42957         * sysdeps/x86_64/x32/sysdep.h: New file.
42959 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42961         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
42962         * sysdeps/x86_64/setjmp.S: Likewise.
42964 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42966         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
42967         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
42968         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
42969         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
42970         remove unused global constant.
42972 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
42974         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
42975         include of <not-cancel.h>.
42977 2012-05-15  Roland McGrath  <roland@hack.frob.com>
42979         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
42981 2012-05-15  Jeff Law  <law@redhat.com>
42982             Andreas Jaeger  <aj@suse.de>
42984         [BZ #13594]
42985         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
42986         out from...
42987         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
42988         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
42989         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
42990         code changing __hst_map_handle.map.
42992 2012-05-15  Roland McGrath  <roland@hack.frob.com>
42994         * configure.in (sysnames): Look for Implies-before and Implies-after
42995         files.
42996         * configure: Regenerated.
42998 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43000         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
43001         8-byte data alignment with LP_SIZE alignment.
43003 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43005         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
43006         into R10_LP.
43008 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43010         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
43012 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43014         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
43015         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
43016         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
43017         Likewise.
43018         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
43020 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43022         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
43023         (stackinfo_sub_sp): Likewise.
43025 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43027         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
43028         RAX_LP.
43030 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43032         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
43033         into R*_LP.
43035 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43037         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
43038         sizes into R*_LP.
43040 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43042         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
43044 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43046         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
43047         into R11_LP and load __x86_64_shared_cache_size_half into
43048         R8_LP.
43050 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43052         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
43053         R8_LP.
43055 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43057         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
43058         logb for POWER7.
43059         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
43060         logbf for POWER7.
43061         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
43062         logbl for POWER7.
43063         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
43064         powerpc32/power7/fpu/s_logb.c via #include.
43065         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
43066         powerpc32/power7/fpu/s_logbf.c via #include.
43067         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
43068         powerpc32/power7/fpu/s_logbl.c via #include.
43070 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
43072         * README.libm: Remove file.
43074 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43076         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
43077         count for x32.  Use R*_LP and omit operand-size suffix.
43079 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43081         * shlib-versions: Move x86_64-.*-linux.* entries to ...
43082         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
43083         * sysdeps/x86_64/x32/shlib-versions: New file.
43085 2012-05-14  Roland McGrath  <roland@hack.frob.com>
43087         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
43088         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
43089         Use _dl_fatal_printf instead.
43091 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
43093         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
43094         set if not set by the user.  Do not allow for being unset.
43095         * sysdeps/unix/sysv/linux/configure: Regenerated.
43097 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43099         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
43100         the `q' suffix from lea and replace .quad with ASM_ADDR.
43102 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43104         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
43105         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
43106         instead of $17.
43107         (PTR_DEMANGLE): Likewise.
43109 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43111         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
43112         (LP_OP): Likewise.
43113         (ASM_ADDR): Likewise.
43114         (RAX_LP): Likewise.
43115         (RBP_LP): Likewise.
43116         (RBX_LP): Likewise.
43117         (RCX_LP): Likewise.
43118         (RDI_LP): Likewise.
43119         (RSI_LP): Likewise.
43120         (RSP_LP): Likewise.
43121         (R8_LP): Likewise.
43122         (R9_LP): Likewise.
43123         (R10_LP): Likewise.
43124         (R10_LP): Likewise.
43125         (R11_LP): Likewise.
43126         (R12_LP): Likewise.
43127         (R13_LP): Likewise.
43128         (R14_LP): Likewise.
43129         (R15_LP): Likewise.
43131 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43133         * sysdeps/x86_64/x32/dl-machine.h: New file.
43135 2012-05-14  Andreas Jaeger  <aj@suse.de>
43137         * manual/Makefile (subdir): Remove export of subdir.
43138         (all): Remove target.
43139         (.PHONY): Remove all from list.
43140         (mkinstalldirs): Remove.
43141         (.PHONY): Remove installdirs from list.
43142         ($(inst_infodir)/libc.info): Use make-target-directory.
43143         (installdirs): Remove.
43144         (subdir_%): Remove.
43145         (glibc-targets): Remove.
43146         (lib): Remove.
43147         (stubs): Remove.
43148         ($(objpfx)stubs ../po/manual.pot): Remove.
43149         ($(objpfx)stamp%): Remove.
43150         (make-target-directory): Remove.
43151         (subdir_install): Remove.
43152         (routines): Remove.
43153         (aux): Remove.
43154         (sources): Remove.
43155         (objects): Remove.
43156         (headers): Remove.
43158         [BZ #13750]
43159         * manual/.gitignore: Remove, it's not needed anymore.
43160         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
43161         all files in it.
43162         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
43163         directory.
43164         (texis): Renamed to $(objpfx)texis.
43165         (texis-path): New, contains path to generated files.
43166         (chapters.%): Use texis-path for complete path, add extra argument
43167         libc-texinfo.sh.
43168         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
43169         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
43170         (summary,texi, stamp-summary): Use complete path of
43171         files. Generate files in build dir.
43172         (dir-add.texi): Build in build dir.
43173         (libm-err.texi,stamp-libm-err): Likewise.
43174         (version.texi, stamp-version): Likewise.
43175         (.%c.texi): Likewise.
43176         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
43177         (mostlyclean): Remove target.
43178         (realclean): Remove target.
43179         (generated): Add new variable with contents from mostlyclean and
43180         realclean, remove entries duplicated in common-mostlyclean, add
43181         stamp-libm-err and stamp-version.
43182         (generated-dirs): Add libc directory.
43183         ($(inst_infodir)/libc.info): Install files from build dir.
43185         * manual/install.texi (Configuring and compiling): Adjust since
43186         the info files are not part of the tar ball anymore.
43188 2012-05-14  Andreas Jaeger  <aj@suse.de>
43190         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
43191         variable.
43193 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
43195         [BZ #13717]
43196         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
43197         to 2.2.0 where earlier.
43198         * sysdeps/unix/sysv/linux/configure: Regenerated.
43199         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
43200         Remove conditional code.
43201         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
43202         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
43203         Remove conditional code.
43204         [!__NR_lchown]: Likewise.
43205         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43206         [__NR_lchown]: Likewise.
43207         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
43208         comment referencing __ASSUME_LCHOWN_SYSCALL.
43209         * sysdeps/unix/sysv/linux/i386/sigaction.c
43210         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43211         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43212         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
43213         Remove conditional code.
43214         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
43215         (__protocol_available): Remove #if 0 code.
43216         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
43217         conditional code.
43218         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
43219         * sysdeps/unix/sysv/linux/kernel-features.h
43220         (__ASSUME_GETCWD_SYSCALL): Don't define.
43221         (__ASSUME_REALTIME_SIGNALS): Likewise.
43222         (__ASSUME_PREAD_SYSCALL): Likewise.
43223         (__ASSUME_PWRITE_SYSCALL): Likewise.
43224         (__ASSUME_POLL_SYSCALL): Likewise.
43225         (__ASSUME_LCHOWN_SYSCALL): Likewise.
43226         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
43227         non-SPARC.
43228         (__ASSUME_SIOCGIFNAME): Don't define.
43229         (__ASSUME_MSG_NOSIGNAL): Likewise.
43230         (__ASSUME_SENDFILE): Define unconditionally.
43231         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
43232         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
43233         conditional code.
43234         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
43235         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
43236         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
43237         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43238         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
43239         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
43240         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43241         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
43242         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43243         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43244         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
43245         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43246         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43247         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
43248         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43249         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43250         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
43251         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43252         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43253         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
43254         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43255         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43256         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
43257         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43258         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43259         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
43260         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43261         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43262         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
43263         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43264         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43265         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
43266         Remove conditional code.
43267         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43268         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
43269         Remove conditional code.
43270         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43271         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
43272         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
43273         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
43274         Remove conditional code.
43275         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43276         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
43277         Remove conditional code.
43278         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43279         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
43280         Remove conditional code.
43281         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43282         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
43283         Remove conditional code.
43284         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43285         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
43286         Remove conditional code.
43287         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43288         * sysdeps/unix/sysv/linux/sh/pwrite64.c
43289         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43290         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43291         * sysdeps/unix/sysv/linux/sigaction.c
43292         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43293         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43294         * sysdeps/unix/sysv/linux/sigpending.c
43295         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43296         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43297         * sysdeps/unix/sysv/linux/sigprocmask.c
43298         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43299         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43300         * sysdeps/unix/sysv/linux/sigsuspend.c
43301         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43302         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43303         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
43304         (__libc_missing_rt_sigs): Remove.
43305         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
43306         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
43307         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
43308         Remove conditional code.
43309         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
43310         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
43311         return 1.
43312         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
43313         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
43314         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
43315         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
43317 2012-05-14  Andreas Jaeger  <aj@suse.de>
43319         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
43320         it's not used in glibc.
43321         (__coshm1): Likewise.
43322         (__acosh1p): Likewise.
43323         (__sgn): Likewise.
43325         * manual/string.texi (Copying and Concatenation): Add missing
43326         variable in concat example.
43327         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
43329 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43331         [BZ #14103]
43332         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
43333         __builtin_clzl with __builtin_clzll.
43335 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43337         [BZ #14104]
43338         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
43339         libc_freeres_ptr.
43341 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43343         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
43344         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
43345         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
43346         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
43348 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
43350         * NEWS: Update ia64 info.
43352 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
43354         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
43355         used as bcopy.
43357 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
43359         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
43360         * sysdeps/unix/syscalls.list (dup3): Likewise.
43361         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
43362         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
43364 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
43366         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
43367         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
43369 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
43371         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
43372         thread pointer.
43373         (TLS_IE): Use mov/add instead of movq/addq to load thread
43374         pointer.
43375         (TLS_GD_PREFIX): New.
43376         (TLS_GD): Use it.
43378 2012-05-11  David S. Miller  <davem@davemloft.net>
43380         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
43381         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
43382         (_FPU_SETCW): Likewise.
43384 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43386         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
43387         is 32-byte aligned.
43389 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
43391         [BZ #11837]
43392         * iconvdata/gb18030.c: Update tables.
43393         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
43394         characters specially.
43395         (BODY for TO_LOOP): Add encoding of missing ranges.
43397 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
43399         [BZ #13673]
43400         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
43401         * sysdeps/mach/hurd/dup3.c: Likewise.
43402         * sysdeps/mach/hurd/readlinkat.c: Likewise.
43403         * sysdeps/powerpc/memmove.c:: Likewise.
43405 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43407         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
43408         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
43410 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43412         * elf/elf.h (R_X86_64_RELATIVE64): New.
43413         (R_X86_64_NUM): Updated.
43414         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
43415         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
43416         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
43417         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
43418         tst-quad1pie tst-quad2pie
43419         (modules-names): Add tst-quadmod1 tst-quadmod2.
43420         ($(objpfx)tst-quad1): New dependency.
43421         ($(objpfx)tst-quad2): Likewise.
43422         ($(objpfx)tst-quad1pie): Likewise.
43423         ($(objpfx)tst-quad2pie): Likewise.
43424         * sysdeps/x86_64/tst-quad1.c: New file.
43425         * sysdeps/x86_64/tst-quad1pie.c: New file.
43426         * sysdeps/x86_64/tst-quad2.c: Likewise.
43427         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
43428         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
43429         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
43430         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
43431         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
43433 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43435         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
43436         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
43437         * streams/stropts.h (t_scalar_t): Define type.
43439         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
43440         (_PATH_PRESERVE): Set to "/var/lib".
43441         (_PATH_RWHODIR): Set to "/var/spool/rwho".
43443         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
43444         instead of int.
43446         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
43447         if __dir_mkfile succeeded.
43449         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
43450         checking for _hurd_dtablesize.  Unlock it right after having
43451         finished _hurd_dtable allocation.
43453 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43455         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
43456         * sysdeps/mach/hurd/configure: Regenerated.
43457         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
43458         special-casing to...
43459         * sysdeps/gnu/configure.in: ... this new file.
43460         * sysdeps/unix/sysv/linux/configure: Regenerated.
43461         * sysdeps/gnu/configure: New generated file.
43463         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
43464         for Linux: use nsec instead of usec, as well as:
43465         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
43466         members of type struct timespec.
43467         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
43468         New macros.
43469         (struct stat64): Likewise.
43470         (_STATBUF_ST_NSEC): New macro.
43471         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
43473         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
43474         __strtoul_internal rather than strtoul.
43476 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43478         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
43479         and reject them.
43481 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43483         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
43484         which preserves existing values.
43485         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
43487 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43489         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
43490         TIMEOUT values.  Return EINVAL for NFDS values either negative or
43491         greater than FD_SETSIZE.
43493 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43495         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
43496         allocated, call __vm_protect to finish enabling the existing space, and
43497         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
43498         allocate the remainder.
43500 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43502         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
43503         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
43505 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43507         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
43508         sysdeps/mach/hurd/readlink.c.
43510         * posix/tst-sysconf.c (posix_options): Only use
43511         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
43512         _POSIX_SYNCHRONIZED_IO when they are defined
43513         * sysdeps/mach/hurd/bits/posix_opt.h:
43514         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
43515         (_XOPEN_REALTIME): Undefine macro.
43516         (_XOPEN_REALTIME_THREADS): Undefine macro.
43517         (_XOPEN_SHM): Undefine macro.
43518         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
43519         macro to -1.
43520         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
43521         macro to -1.
43522         (_POSIX_ASYNC_IO): Undefine macro.
43523         (_POSIX_PRIORITIZED_IO): Undefine macro.
43524         (_POSIX_SPIN_LOCKS): Define macro to -1.
43526         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
43527         SA_NODEFER, SA_RESETHAND.
43528         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
43529         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
43530         F_DUPFD_CLOEXEC.
43532 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43534         * elf/Makefile (pldd-modules): Define unconditionally.
43536 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43538         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
43540 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43542         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
43543         Return ENOENT when name is empty.
43544         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
43546 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43548         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
43550         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
43552 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43554         Fix mlock in all cases except non-readable pages.
43555         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
43556         instead of VM_PROT_ALL as parameter to __vm_wire function.
43558         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
43559         (__mkdir): When path is `/', just fail with EEXIST.
43560         * sysdeps/mach/hurd/mkdirat.c: Likewise.
43562 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43564         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
43565         <sys/uio.h> (for writev).
43566         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
43567         and <sys/param.h> (for MIN).
43569 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43571         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
43572         REQUESTED_TIME.  Properly set the remaining time and return EINTR
43573         if interrupted.
43575 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43577         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
43578         Depend on against $(link-rpcuserlibs).
43580 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43582         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
43583         (__libc_stack_end): Do not use attribute_relro.
43584         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
43585         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
43586         to libthread-provided value.
43587         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
43588         attribute_relro.
43590 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43592         [BZ #3748]
43593         * bits/libc-lock.h (__libc_once_get): New macro.
43594         * sysdeps/mach/bits/libc-lock.h: Likewise.
43595         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
43596         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
43597         instead of using implementation details.
43599         * libio/fileops.c: Unconditionally include <kernel-features.h>.
43600         * libio/freopen.c: Likewise.
43601         * libio/freopen64.c: Likewise.
43602         * misc/syslog.c: Likewise.
43603         * nscd/connections.c: Likewise.
43604         * nscd/netgroupcache.c: Likewise.
43605         * sysdeps/posix/getcwd.c: Likewise.
43607 2012-05-10  Roland McGrath  <roland@hack.frob.com>
43609         * math/w_ilogbf.c: Add #include <limits.h>.
43611 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43613         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
43614         path instead of returning without unlocking.
43616         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
43617         immediate-write ioctls.
43618         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
43620 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43622         * sysdeps/mach/hurd/i386/init-first.c (init): Use
43623         __builtin_frame_address instead of making assumptions about the
43624         location of the return address relative to DATA.  Force early load of
43625         the return address.
43626         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
43627         __builtin_frame_address.
43629         dup3 for GNU Hurd.
43630         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
43631         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
43632         implement dup3 and do some further code clean-ups.
43633         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
43634         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
43636 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43638         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
43640         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
43641         HURD_CRITICAL_END around holding _hurd_dtable_lock.
43642         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
43643         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
43644         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
43645         d->port.lock.
43647         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
43648         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
43649         when handler == SIG_ERR, not when handler != SIG_ERR.
43651 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43653         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
43654         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
43655         definitions.
43657         accept4 for GNU Hurd.
43658         * include/sys/socket.h (__libc_accept4): New prototype.
43659         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
43660         to implement __libc_accept4.
43661         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
43662         __libc_accept4.
43663         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
43665         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
43666         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
43667         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
43668         signal-defines.sym.
43670 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43672         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
43674 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43676         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
43677         assertion on O_CLOEXEC flag.
43678         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
43679         * hurd/intern-fd.c: Likewise.
43680         * hurd/port2fd.c: Likewise.
43682 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43684         [BZ #3906]
43685         * bits/in.h (IPV6_PKTINFO): Define new macro.
43686         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
43688 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43690         [BZ #13954]
43691         [BZ #13955]
43692         [BZ #13956]
43693         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
43694         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
43695         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
43696         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
43697         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
43698         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
43699         * math/libm-test.inc (logb_test) : Additional logb tests.
43701 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
43702             Andreas Jaeger  <aj@suse.de>
43704         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
43705         * configure: Regenerated.
43706         * config.h.in (LINK_OBSOLETE_RPC): New macro.
43707         * config.make.in (link-obsolete-rpc): New substituted variable.
43708         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
43709         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
43710         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
43711         (shared-only-routines): Don't set it under [link-obsolete-rpc],
43712         so that libc.a contains the symbols.
43713         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
43714         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
43715         * sunrpc/auth_none.c: Likewise.
43716         * sunrpc/auth_unix.c: Likewise.
43717         * sunrpc/authdes_prot.c: Likewise.
43718         * sunrpc/authuxprot.c: Likewise.
43719         * sunrpc/clnt_gen.c: Likewise.
43720         * sunrpc/clnt_perr.c: Likewise.
43721         * sunrpc/clnt_raw.c: Likewise.
43722         * sunrpc/clnt_simp.c: Likewise.
43723         * sunrpc/clnt_tcp.c: Likewise.
43724         * sunrpc/clnt_udp.c: Likewise.
43725         * sunrpc/clnt_unix.c: Likewise.
43726         * sunrpc/des_crypt.c: Likewise.
43727         * sunrpc/des_soft.c: Likewise.
43728         * sunrpc/get_myaddr.c: Likewise.
43729         * sunrpc/key_call.c: Likewise.
43730         * sunrpc/key_prot.c: Likewise.
43731         * sunrpc/netname.c: Likewise.
43732         * sunrpc/pm_getmaps.c: Likewise.
43733         * sunrpc/pm_getport.c: Likewise.
43734         * sunrpc/pmap_clnt.c: Likewise.
43735         * sunrpc/pmap_prot.c: Likewise.
43736         * sunrpc/pmap_prot2.c: Likewise.
43737         * sunrpc/pmap_rmt.c: Likewise.
43738         * sunrpc/publickey.c: Likewise.
43739         * sunrpc/rpc_cmsg.c: Likewise.
43740         * sunrpc/rpc_common.c: Likewise.
43741         * sunrpc/rpc_dtable.c: Likewise.
43742         * sunrpc/rpc_prot.c: Likewise.
43743         * sunrpc/rpc_thread.c: Likewise.
43744         * sunrpc/rtime.c: Likewise.
43745         * sunrpc/svc.c: Likewise.
43746         * sunrpc/svc_auth.c: Likewise.
43747         * sunrpc/svc_raw.c: Likewise.
43748         * sunrpc/svc_run.c: Likewise.
43749         * sunrpc/svc_tcp.c: Likewise.
43750         * sunrpc/svc_udp.c: Likewise.
43751         * sunrpc/svc_unix.c: Likewise.
43752         * sunrpc/svcauth_des.c: Likewise.
43753         * sunrpc/xcrypt.c: Likewise.
43754         * sunrpc/xdr.c: Likewise.
43755         * sunrpc/xdr_array.c: Likewise.
43756         * sunrpc/xdr_float.c: Likewise.
43757         * sunrpc/xdr_intXX_t.c: Likewise.
43758         * sunrpc/xdr_mem.c: Likewise.
43759         * sunrpc/xdr_rec.c: Likewise.
43760         * sunrpc/xdr_ref.c: Likewise.
43761         * sunrpc/xdr_sizeof.c: Likewise.
43762         * sunrpc/xdr_stdio.c: Likewise.
43764 2012-05-10  Roland McGrath  <roland@hack.frob.com>
43766         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
43767         change.  Update copyright years.
43769 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
43771         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
43773 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
43774             Joseph Myers  <joseph@codesourcery.com>
43775             Paul Pluzhnikov  <ppluzhnikov@google.com>
43777         [BZ #14012]
43778         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
43779         requiring rpcgen.
43780         [cross-compiling] (extra-libs): Likewise.
43781         [cross-compiling] (extra-libs-others): Likewise.
43782         [cross-compiling] (librpcsvc-routines): Likewise.
43783         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
43784         [cross-compiling] (omit-deps): Likewise.
43785         (sunrpc-CPPFLAGS): New variable.
43786         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
43787         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
43788         (cross-rpcgen-objs): New variable.
43789         (extra-objs): Append $(cross-rpcgen-objs).
43790         ($(cross-rpcgen-objs)): New rule.
43791         ($(objpfx)cross-rpcgen): Likewise.
43792         (rpcgen-cmd): Define to use $(built-program-file).  Expand
43793         comment.
43794         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
43795         ($(objpfx)x%.stmp): Likewise.
43796         * sunrpc/proto.h [IS_IN_build] (_): Define.
43797         [IS_IN_build] (_libc_intl_domainname): Likewise.
43799 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43801         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
43802         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
43803         and R_X86_64_TPOFF64.
43805 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
43807         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
43808         sysdeps/unix/sysv/syscalls.list.
43809         (stime): Likewise.
43810         (utime): Likewise.
43811         * sysdeps/unix/sysv/syscalls.list: Remove file.
43813 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
43815         [BZ #3440]
43816         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
43817         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
43818         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
43819         (__LC_IDENTIFICATION): Make these macros useful in #if
43820         expressions, as required by C99.
43822 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
43824         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
43825         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
43826         after this.
43828 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
43830         * stdlib/longlong.h: Updated from GCC.
43832 2012-05-09  Andreas Jaeger  <aj@suse.de>
43834         * nscd/nscd.c (run_modes): Make named enum, reorder so that
43835         default is first entry.
43836         (run_mode): Set type.
43837         (main): Remove informal message about syslog.
43838         (options): Fix typo.
43840         [BZ #14053]
43841         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
43842         to asm.
43843         (lrint): Likewise.
43844         (llrintf): Likewise.
43845         (llrint): Likewise.
43846         (rint): Likewise.
43847         (rintf): Likewise.
43848         (nearbyint): Likewise.
43849         (nearbyintf): Likewise.
43851 2012-05-09  Andreas Jaeger  <aj@suse.de>
43852             Pedro Alves  <palves@redhat.com>
43854         * nscd/nscd.c (run_mode): Use enum.
43855         (main): Cleanup coding style issue.
43857 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
43858             Andreas Jaeger  <aj@suse.de>
43860         * nscd/nscd.c (go_background): Replaced with...
43861         (run_mode): ... this.
43862         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
43863         (options): Add -F --foreground.
43864         (main): Implement it.
43865         (parse_opt): Parse it.
43867 2012-05-09  Andreas Jaeger  <aj@suse.de>
43869         [BZ #14083]
43870         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
43871         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
43872         -Wconversion warning.
43873         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
43874         Likewise.
43876 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
43878         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
43879         == 0.
43880         (LC_ALL): Use macro-int-constant.
43881         (LC_COLLATE): Likewise.
43882         (LC_CTYPE): Likewise.
43883         (LC_MESSAGES): Likewise.
43884         (LC_MONETARY): Likewise.
43885         (LC_NUMERIC): Likewise.
43886         (LC_TIME): Likewise.
43887         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
43888         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
43889         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43890         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
43891         Specify type.
43892         [C99-based standards] (float_t): Expect type.
43893         [C99-based standards] (double_t): Expect type.
43894         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
43895         type.
43896         [C99-based standards] (HUGE_VALL): Likewise.
43897         [C99-based standards] (INFINITY): Likewise.
43898         [C99-based standards] (NAN): Likewise.
43899         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
43900         [C99-based standards] (FP_NAN): Likewise.
43901         [C99-based standards] (FP_NORMAL): Likewise.
43902         [C99-based standards] (FP_SUBNORMAL): Likewise.
43903         [C99-based standards] (FP_ZERO): Likewise.
43904         [C99-based standards] (FP_FAST_FMA): Use
43905         optional-macro-int-constant.  Specify type.  Require == 1.
43906         [C99-based standards] (FP_FAST_FMAF): Likewise.
43907         [C99-based standards] (FP_FAST_FMAL): Likewise.
43908         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
43909         [C99-based standards] (FP_ILOGBNAN): Likewise.
43910         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
43911         Specify type.
43912         [C99-based standards] (MATH_ERREXCEPT): Likewise.
43913         [C99-based standards] (math_errhandling): Specify type.
43914         [ISO99 || ISO11] (signgam): Do not allow.
43915         [non-C99-based standards] (copysignf): Do not allow.
43916         [non-C99-based standards] (exp2f): Likewise.
43917         [non-C99-based standards] (log2f): Likewise.
43918         [non-C99-based standards] (modff): Allow.
43919         [non-C99-based standards] (erff): Do not allow.
43920         [non-C99-based standards] (erfcf): Likewise.
43921         [non-C99-based standards] (gammaf): Likewise.
43922         [non-C99-based standards] (hypotf): Likewise.
43923         [non-C99-based standards] (j0f): Likewise.
43924         [non-C99-based standards] (j1f): Likewise.
43925         [non-C99-based standards] (jnf): Likewise.
43926         [non-C99-based standards] (lgammaf): Likewise.
43927         [non-C99-based standards] (tgammaf): Likewise.
43928         [non-C99-based standards] (y0f): Likewise.
43929         [non-C99-based standards] (y1f): Likewise.
43930         [non-C99-based standards] (ynf): Likewise.
43931         [non-C99-based standards] (isnanf): Likewise.
43932         [non-C99-based standards] (acoshf): Likewise.
43933         [non-C99-based standards] (asinhf): Likewise.
43934         [non-C99-based standards] (atanhf): Likewise.
43935         [non-C99-based standards] (cbrtf): Likewise.
43936         [non-C99-based standards] (expm1f): Likewise.
43937         [non-C99-based standards] (ilogbf): Likewise.
43938         [non-C99-based standards] (log1pf): Likewise.
43939         [non-C99-based standards] (logbf): Likewise.
43940         [non-C99-based standards] (nextafterf): Likewise.
43941         [non-C99-based standards] (remainderf): Likewise.
43942         [non-C99-based standards] (rintf): Likewise.
43943         [non-C99-based standards] (scalbf): Likewise.
43944         [non-C99-based standards] (copysignl): Likewise.
43945         [non-C99-based standards] (exp2l): Likewise.
43946         [non-C99-based standards] (log2l): Likewise.
43947         [non-C99-based standards] (modfl): Allow.
43948         [non-C99-based standards] (erfl): Do not allow.
43949         [non-C99-based standards] (erfcl): Likewise.
43950         [non-C99-based standards] (gammal): Likewise.
43951         [non-C99-based standards] (hypotl): Likewise.
43952         [non-C99-based standards] (j0l): Likewise.
43953         [non-C99-based standards] (j1l): Likewise.
43954         [non-C99-based standards] (jnl): Likewise.
43955         [non-C99-based standards] (lgammal): Likewise.
43956         [non-C99-based standards] (tgammal): Likewise.
43957         [non-C99-based standards] (y0l): Likewise.
43958         [non-C99-based standards] (y1l): Likewise.
43959         [non-C99-based standards] (ynl): Likewise.
43960         [non-C99-based standards] (isnanl): Likewise.
43961         [non-C99-based standards] (acoshl): Likewise.
43962         [non-C99-based standards] (asinhl): Likewise.
43963         [non-C99-based standards] (atanhl): Likewise.
43964         [non-C99-based standards] (cbrtl): Likewise.
43965         [non-C99-based standards] (expm1l): Likewise.
43966         [non-C99-based standards] (ilogbl): Likewise.
43967         [non-C99-based standards] (log1pl): Likewise.
43968         [non-C99-based standards] (logbl): Likewise.
43969         [non-C99-based standards] (nextafterl): Likewise.
43970         [non-C99-based standards] (remainderl): Likewise.
43971         [non-C99-based standards] (rintl): Likewise.
43972         [non-C99-based standards] (scalbl): Likewise.
43973         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43974         [non-C99-based standards] (FP_*): Do not allow.
43975         [C99-based standards] (FP_*): Change to
43976         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
43977         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43978         allow.
43979         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
43980         (SIG_ERR): Likewise.
43981         [X/Open-based standards] (SIG_HOLD): Likewise.
43982         (SIG_IGN): Likewise.
43983         (SIGABRT): Use macro-int-constant.  Specify type.  Require
43984         positive value.
43985         (SIGFPE): Likewise.
43986         (SIGILL): Likewise.
43987         (SIGINT): Likewise.
43988         (SIGSEGV): Likewise.
43989         (SIGTER): Likewise.
43990         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
43991         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
43992         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
43993         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
43994         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
43995         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
43996         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
43997         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
43998         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
43999         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
44000         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
44001         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
44002         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
44003         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
44004         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
44005         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
44006         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
44007         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
44008         [X/Open-based standards] (SIGTRAP): Likewise.
44009         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
44010         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
44011         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
44012         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
44013         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44014         allow.
44016 2012-05-08  Ian Wienand  <ianw@vmware.com>
44018         [BZ #14080]
44019         * time/tzset.c (__tzset_parse_tz): Update default rules for
44020         daylight time changes in the Energy Policy Act of 2005.
44022 2012-05-09  Andreas Jaeger  <aj@suse.de>
44024         [BZ #13983]
44025         * elf/ldconfig.c (parse_conf): Change string to make clear that
44026         ldconfig only issued a warning if ld.so.conf does not exist.
44028 2012-05-08  David S. Miller  <davem@davemloft.net>
44030         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
44031         movxtod instead of popping the value on the stack.
44033         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44035 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
44037         * config.h.in: Add HAVE_ARM_PCS_VFP.
44039 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
44041         [BZ #13979]
44042         * include/features.h: Warn if user requests __FORTIFY_SOURCE
44043         checking but the checks are disabled for any reason.
44045 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
44047         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
44048         and ELF64_R_TYPE with ELFW(R_TYPE).
44050 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
44052         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
44053         (ulimit): Likewise.
44055         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
44056         (settimeofday): Likewise.
44058 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
44060         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
44061         a struct th_u2 inside the union, and move tu_block/tu_code into
44062         a new th_u3 union of tu_block/tu_code inside of that.  Move
44063         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
44064         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
44065         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
44066         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
44067         (th_stuff): Change to th_u1.tu_stuff.
44068         (th_data): Define.
44069         (th_msg): Change to th_u1.th_u2.tu_data.
44071 2012-05-07  David S. Miller  <davem@davemloft.net>
44073         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44075         [BZ #14074]
44076         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
44077         (SETUP_PIC_REG): Use it.
44078         (SETUP_PIC_REG_LEAF): Use it.
44080 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
44082         [BZ #13885]
44083         [BZ #13923]
44084         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44085         USE_AS_EXPM1L.
44086         (EXPL_FINITE): Likewise.
44087         (FLDLOG): Likewise.
44088         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
44089         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
44090         e_expl.S.
44091         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44092         USE_AS_EXPM1L.
44093         (EXPL_FINITE): Likewise.
44094         (FLDLOG): Likewise.
44095         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
44096         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
44097         e_expl.S.
44098         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
44099         test of -max_value argument for long double.
44100         * sysdeps/i386/fpu/libm-test-ulps: Update.
44101         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44103 2012-05-06  David S. Miller  <davem@davemloft.net>
44105         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
44106         quad soft-float symbols whose references which are compiler
44107         generated.
44108         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
44110 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
44112         [BZ #13884]
44113         [BZ #13914]
44114         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44115         USE_AS_EXP10L.
44116         (EXPL_FINITE): Likewise.
44117         (FLDLOG): Likewise.
44118         (c0): Likewise.
44119         (c1): Likewise.
44120         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
44121         Adjust comments for base varying.
44122         (__expl_finite): Change alias to EXPL_FINITE.
44123         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
44124         e_expl.S.
44125         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
44126         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
44127         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
44128         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
44129         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44130         USE_AS_EXP10L.
44131         (EXPL_FINITE): Likewise.
44132         (FLDLOG): Likewise.
44133         (c0): Likewise.
44134         (c1): Likewise.
44135         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
44136         Adjust comments for base varying.
44137         (__expl_finite): Change alias to EXPL_FINITE.
44138         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
44139         tests for bugs.
44140         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44142         [BZ #14064]
44143         * math/libm-test.inc (check_float_internal): Correct ulp
44144         calculation for subnormal expected results.
44146 2012-05-06  Andreas Jaeger  <aj@suse.de>
44148         * Makeconfig (+math-flags): New, set to -frounding-math.
44149         (+cflags): Add +math-flags so that all of glibc gets compiled with
44150         it.
44152         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
44154 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
44156         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
44157         Disable one test.
44159         [BZ #13787]
44160         [BZ #13922]
44161         [BZ #14036]
44162         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
44163         (__ieee754_expl): Allow for and saturate large arguments.
44164         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
44165         (u_threshold): Likewise.
44166         (__exp): Call __ieee754_exp before checking for overflow and
44167         underflow.
44168         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
44169         (u_threshold): Likewise.
44170         (__expf): Call __ieee754_expf before checking for overflow and
44171         underflow.
44172         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
44173         (u_threshold): Likewise.
44174         (__expl): Call __ieee754_expl before checking for overflow and
44175         underflow.
44176         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
44177         (__ieee754_expl): Allow for and saturate large arguments.
44178         * math/libm-test.inc (exp_test): Add another test.  Do not allow
44179         missing overflow exception on overflow.
44180         (expm1_test): Do not allow missing overflow exception on overflow.
44182         * sysdeps/i386/fpu/e_expl.c: Move to ...
44183         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
44184         rather than using inline asm.
44185         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
44186         * sysdeps/x86_64/fpu/e_expl.S: Copy from
44187         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
44189         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
44190         (nice): Likewise.
44191         (poll): Likewise.
44192         (signal): Likewise.
44193         (time): Likewise.
44194         (times): Likewise.
44196 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44198         * sysdeps/unix/syscalls.list (adjtime): Add entry from
44199         sysdeps/unix/common/syscalls.list.
44200         (fchmod): Likewise.
44201         (fchown): Likewise.
44202         (ftruncate): Likewise.
44203         (getrusage): Likewise.
44204         (gettimeofday): Likewise.
44205         (setpgid): Likewise.
44206         (setregid): Likewise.
44207         (setreuid): Likewise.
44208         (sigaction): Likewise.
44209         (truncate): Likewise.
44210         (vhangup): Likewise.
44211         * sysdeps/unix/common/syscalls.list: Remove file.
44212         * sysdeps/unix/bsd/Implies: Don't include unix/common.
44213         * sysdeps/unix/sysv/linux/Implies: Likewise.
44215 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
44217         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
44218         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
44219         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
44220         Moved to ...
44221         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
44222         Here.
44223         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
44224         to ...
44225         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
44226         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
44227         to ...
44228         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
44229         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
44230         to ...
44231         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
44232         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
44233         to ...
44234         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
44235         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
44236         to ...
44237         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
44238         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
44239         to ...
44240         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
44241         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
44242         to ...
44243         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
44244         Here.
44245         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
44246         to ...
44247         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
44248         Here.
44249         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
44250         to ...
44251         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
44252         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
44253         Moved to ...
44254         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
44255         Here.
44256         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
44257         to ...
44258         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
44260 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44262         * sysdeps/unix/common/bits/dirent.h: Remove file.
44263         * sysdeps/unix/common/bits/fcntl.h: Likewise.
44265         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
44266         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
44267         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
44268         * sysdeps/unix/bsd/isatty.c: Likewise.
44269         * sysdeps/unix/bsd/tcdrain.c: Likewise.
44270         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
44271         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
44273 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44275         [BZ #13563]
44276         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
44277         long double comparison inaccuracies.
44278         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
44279         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44281 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
44283         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
44284         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
44286 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44288         [BZ #14049]
44289         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
44290         nonzero digits before rounding a hex value.
44291         * stdlib/tst-strtod.c (tests): Add another test.
44293 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
44295         * sysdeps/s390/fpu/libm-test-ulps: Update.
44297 2012-05-03  Andreas Jaeger  <aj@suse.de>
44299         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
44300         does not get optimized out.
44301         (malloc_opt_barrier): New.
44303 2012-05-03  Andreas Jaeger  <aj@suse.de>
44304             Roland McGrath  <roland@hack.frob.com>
44306         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
44307         intermediate file deletion.
44308         (generated): Add .symlist files.
44310 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
44312         [BZ #13775]
44313         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
44314         Redirect under this condition.
44315         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
44316         [__USE_GNU] (__dprintf_chk): Not under this condition.
44317         [__USE_GNU] (__vdprintf_chk): Likewise.
44318         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
44319         under this condition.
44320         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
44321         [__USE_XOPEN2K8] (dprintf): Define under this condition.
44322         [__USE_XOPEN2K8] (vdprintf): Likewise.
44323         [__USE_GNU] (__dprintf_chk): Not under this condition.
44324         [__USE_GNU] (__vdprintf_chk): Likewise.
44325         [__USE_GNU] (dprintf): Likewise.
44326         [__USE_GNU] (vdprintf): Likewise.
44328 2012-05-03  Roland McGrath  <roland@hack.frob.com>
44330         * elf/Makefile (common-generated): Set this instead of generated for
44331         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
44332         $(all-built-dso)-derived lists.
44334 2012-05-03  Andreas Jaeger  <aj@suse.de>
44336         * sysdeps/i386/fpu/libm-test-ulps: Update.
44338         * FAQ: Removed.
44339         * FAQ.in: Likewise.
44340         * scripts/gen-FAQ.pl: Likewise.
44341         * manual/install.texi (Installation): Point to online location of
44342         FAQ.
44343         * Makefile (files-for-dist): Remove FAQ.
44344         (FAQ): Remove.
44346 2012-05-02  Allan McRae  <allan@archlinux.org>
44348         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
44349         (LDFLAGS-reldepmod5.so): Likewise.
44350         (LDFLAGS-reldep6mod1.so): Likewise.
44351         (LDFLAGS-reldep6mod4.so): Likewise.
44352         (LDFLAGS-reldep8mod3.so): Likewise.
44353         (LDFLAGS-unload4mod1.so): Likewise.
44354         (LDFLAGS-unload4mod2.so): Likewise.
44355         (LDFLAGS-tst-initorder): Likewise.
44356         (LDFLAGS-tst-initordera2.so): Likewise.
44357         (LDFLAGS-tst-initordera3.so): Likewise.
44358         (LDFLAGS-tst-initordera4.so): Likewise.
44359         (LDFLAGS-tst-initorderb2.so): Likewise.
44360         (LDFLAGS-noload): Likewise.
44361         (LDFLAGS-next): Likewise.
44362         (LDFLAGS-order2mod1.so): Likewise.
44363         (LDFLAGS-order2mod2.so): Likewise.
44364         (LDFLAGS-tst-initorder2): Likewise.
44365         (LDFLAGS-tst-initorder2a.so): Likewise.
44366         (LDFLAGS-tst-initorder2b.so): Likewise.
44367         (LDFLAGS-tst-initorder2c.so): Likewise.
44368         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
44370 2012-05-02  David S. Miller  <davem@davemloft.net>
44372         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44374 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
44376         [BZ #14055]
44377         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
44379 2012-05-02  Andreas Jaeger  <aj@suse.de>
44381         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
44382         since we manipulate rounding mode.
44383         (CPPFLAGS-test-idouble.c): Likewise.
44384         (CPPFLAGS-test-ifloat.c): Likewise.
44385         (CFLAGS-test-ldouble.c): Likewise.
44386         (CFLAGS-test-double.c): Likewise.
44387         (CFLAGS-test-float.c): Likewise.
44388         (CFLAGS-test-misc.c): Likewise.
44389         (CFLAGS-test-test-fenv.c): Likewise.
44391 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44393         [BZ #2550]
44394         [BZ #2570]
44395         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
44396         comparisons to determine direction to adjust input.
44398 2012-05-01  Roland McGrath  <roland@hack.frob.com>
44400         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
44401         output to the target.
44403         * scripts/localplt.awk: New file.
44404         * elf/Makefile ($(objpfx)check-localplt): Target removed.
44405         (check-localplt-CFLAGS): Variable removed.
44406         ($(all-built-dso:=.jmprel)): New static pattern rule.
44407         (generated): Add those targets.
44408         (localplt-built-dso): New variable.
44409         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
44411         * elf/check-localplt.c: File removed.
44413         * scripts/check-execstack.awk: New file.
44414         * elf/Makefile ($(objpfx)check-execstack): Target removed.
44415         (check-execstack-CFLAGS): Variable removed.
44416         ($(objpfx)check-execstack.h): Target removed.
44417         ($(objpfx)execstack-default): New target.
44418         (generated): Add that instead of check-execstack.h.
44419         ($(all-built-dso:=.phdr)): New static pattern rule.
44420         (generated): Add those targets.
44421         * elf/check-execstack.c: File removed.
44423         * scripts/check-textrel.awk: New file.
44424         * elf/Makefile ($(objpfx)check-textrel): Target removed.
44425         (check-textrel-CFLAGS): Variable removed.
44426         (all-built-dso): Use := to define.o
44427         ($(all-built-dso:=.dyn)): New static pattern rule.
44428         (generated): Add those targets.
44429         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
44430         * config.make.in (READELF): New substituted variable.
44431         * elf/check-textrel.c: File removed.
44433 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
44435         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44436         allow.
44437         * conform/data/ctype.h-data [C99-based standards] (isblank):
44438         Expect function.
44439         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
44440         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
44441         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44442         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
44443         Specify type.  Require positive value.
44444         (EILSEQ): Likewise.
44445         (ERANGE): Likewise.
44446         [ISO || POSIX] (EILSEQ): Do not expect.
44447         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
44448         Specify type.  Require positive value.
44449         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
44450         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
44451         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
44452         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
44453         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
44454         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
44455         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
44456         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
44457         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
44458         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
44459         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
44460         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
44461         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
44462         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
44463         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
44464         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
44465         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
44466         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
44467         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
44468         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
44469         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
44470         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
44471         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
44472         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
44473         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
44474         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
44475         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
44476         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
44477         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
44478         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
44479         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
44480         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
44481         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
44482         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
44483         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
44484         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
44485         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
44486         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
44487         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
44488         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
44489         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
44490         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
44491         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
44492         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
44493         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
44494         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
44495         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
44496         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
44497         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
44498         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
44499         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
44500         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
44501         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
44502         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
44503         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
44504         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
44505         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
44506         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
44507         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
44508         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
44509         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
44510         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
44511         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
44512         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
44513         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
44514         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
44515         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
44516         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
44517         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
44518         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
44519         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
44520         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
44521         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
44522         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
44523         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
44524         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
44525         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
44526         Require >= 2.
44527         (FLT_ROUNDS): Expect as macro, not constant.
44528         (FLT_MANT_DIG): Use macro-int-constant.
44529         (DBL_MANT_DIG): Likewise.
44530         (LDBL_MANT_DIG): Likewise.
44531         (FLT_DIG): Likewise.
44532         (DBL_DIG): Likewise.
44533         (LDBL_DIG): Likewise.
44534         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
44535         (DBL_MIN_EXP): Likewise.
44536         (LDBL_MIN_EXP): Likewise.
44537         (FLT_MAX_EXP): Use macro-int-constant.
44538         (DBL_MAX_EXP): Likewise.
44539         (LDBL_MAX_EXP): Likewise.
44540         (FLT_MAX_10_EXP): Likewise.
44541         (DBL_MAX_10_EXP): Likewise.
44542         (LDBL_MAX_10_EXP): Likewise.
44543         (FLT_MAX): Use macro-constant.
44544         (DBL_MAX): Likewise.
44545         (LDBL_MAX): Likewise.
44546         (FLT_EPSILON): Use macro-constant.  Give upper bound.
44547         (DBL_EPSILON): Likewise.
44548         (LDBL_EPSILON): Likewise.
44549         (FLT_MIN): Likewise.
44550         (DBL_MIN): Likewise.
44551         (LDBL_MIN): Likewise.
44552         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
44553         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
44554         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
44555         [ISO11] (FLT_HAS_SUBNORM): Likewise.
44556         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
44557         [ISO11] (DBL_DECIMAL_DIG): Likewise.
44558         [ISO11] (FLT_DECIMAL_DIG): Likewise.
44559         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
44560         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
44561         [ISO11] (FLT_TRUE_MIN): Likewise.
44562         [ISO11] (LDBL_TRUE_MIN): Likewise.
44563         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44564         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
44565         (SCHAR_MIN): Use macro-int-constant.  Specify type.
44566         (SCHAR_MAX): Likewise.
44567         (UCHAR_MAX): Likewise.
44568         (CHAR_MIN): Likewise.
44569         (CHAR_MAX): Likewise.
44570         (MB_LEN_MAX): Use macro-int-constant.
44571         (SHRT_MIN): Use macro-int-constant.  Specify type.
44572         (SHRT_MAX): Likewise.
44573         (USHRT_MAX): Likewise.
44574         (INT_MAX): Likewise.
44575         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
44576         bound negative.
44577         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
44578         bound with "U".
44579         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
44580         bound with "L".
44581         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
44582         bound negative.  Suffix upper bound with "L".
44583         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
44584         bound with "UL".
44585         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
44586         Specify type.
44587         [C99-based standards] (LLONG_MAX): Likewise.
44588         [C99-based standards] (ULLONG_MAX): Likewise.
44589         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
44590         == 0.
44591         [ISO11] (max_align_t): Require type.
44592         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44594         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
44595         from $CFLAGS, without defining away __attribute__ calls.
44596         (checknamespace): Use $CFLAGS_namespace.
44598         * conform/conformtest.pl (@keywords): Only include C99 keywords
44599         for standards based on C99 or C11.
44601         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
44602         Disable tests.
44603         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
44604         UNIX98]: Likewise.
44606         * conform/conformtest.pl: Handle "macro-int-constant" and test for
44607         usability of symbols in #if.
44609         * conform/conformtest.pl: If macro or constant types start
44610         "promoted:", expect the symbol to be of the following type
44611         promoted by the integer promotions.
44613         * conform/conformtest.pl: Parse all "constant" and "macro" lines
44614         in one place.  Also handle "macro-constant".
44616         * conform/conformtest.pl: Only accept expected macro values with
44617         "==".  Parse all "macro" lines in one place.
44618         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
44620         * conform/conformtest.pl: Handle braced types on "constant" lines
44621         instead of handling "typed-constant".
44622         * conform/data/signal.h-data: Use "constant" instead of
44623         "typed-constant".
44625         * conform/conformtest.pl: Handle "optional-" at start of lines in
44626         one place rather than duplicating several cases.  Handle each
44627         format of "macro" line with initial "optional-".
44629         * conform/conformtest.pl: Only accept expected constant or
44630         optional-constant values with "==".  Parse all "constant" lines in
44631         one place.  Parse all "optional-constant" lines in one place.
44632         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
44633         * conform/data/fmtmsg.h-data: Likewise.
44634         * conform/data/netinet/in.h-data: Likewise.
44635         * conform/data/tar.h-data: Likewise.
44636         * conform/data/limits.h-data: Use "==" form on "constant" and
44637         "optional-constant" lines.
44639         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
44640         Use -std=c99 for XOPEN2K.
44641         (@knownproblems): Remove.
44642         (newtoken): Don't check %isknown.
44644         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
44645         Do not expect macro.
44646         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
44647         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
44648         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
44649         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
44650         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
44651         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
44652         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
44653         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
44654         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
44655         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
44656         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
44657         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
44658         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
44659         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
44660         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
44661         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
44662         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
44663         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
44664         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
44665         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
44666         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
44667         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
44668         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
44669         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
44670         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
44671         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
44672         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
44673         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
44674         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
44675         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
44676         [XPG3] (acosh): Likewise.
44677         [XPG3] (asinh): Likewise.
44678         [XPG3] (atanh): Likewise.
44679         [XPG3] (cbrt): Likewise.
44680         [XPG3] (expm1): Likewise.
44681         [XPG3] (ilogb): Likewise.
44682         [XPG3] (log1p): Likewise.
44683         [XPG3] (logb): Likewise.
44684         [XPG3] (nextafter): Likewise.
44685         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
44686         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
44687         [XPG3] (remainder): Likewise.
44688         [XPG3] (rint): Likewise.
44689         [XPG3 || XPG4 || UNIX98] (round): Likewise.
44690         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
44691         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
44692         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
44693         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
44694         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
44695         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
44696         [UNIX98 || XOPEN2K] (scalb): Expect.
44697         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
44698         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
44699         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
44700         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
44701         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
44702         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
44703         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
44704         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
44705         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
44706         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
44707         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
44708         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
44709         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
44710         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
44711         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
44712         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
44713         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
44714         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
44715         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
44716         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
44717         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
44718         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
44719         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
44720         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
44721         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
44722         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
44723         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
44724         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
44725         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
44726         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
44727         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
44728         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
44729         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
44730         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
44731         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
44732         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
44733         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
44734         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
44735         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
44736         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
44737         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
44738         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
44739         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
44740         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
44741         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
44742         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
44743         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
44744         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
44745         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
44746         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
44747         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
44748         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
44749         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
44750         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
44751         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
44752         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
44753         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
44754         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
44755         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
44756         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
44757         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
44758         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
44759         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
44760         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
44761         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
44762         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
44763         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
44764         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
44765         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
44766         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
44767         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
44768         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
44769         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
44770         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
44771         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
44772         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
44773         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
44774         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
44775         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
44776         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
44777         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
44778         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
44779         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
44780         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
44781         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
44782         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
44783         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
44784         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
44785         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
44786         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
44787         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
44788         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
44789         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
44790         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
44791         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
44792         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
44793         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
44794         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
44795         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
44796         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
44797         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
44798         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
44799         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
44800         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
44801         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
44802         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
44803         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
44804         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
44805         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
44806         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
44807         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
44808         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
44809         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
44810         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
44811         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
44812         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
44813         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
44814         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
44815         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
44816         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
44817         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
44818         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
44819         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
44820         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
44821         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
44822         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
44823         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
44824         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
44825         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
44826         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
44827         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
44828         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
44829         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
44830         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
44831         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
44832         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
44833         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
44835         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
44836         _XOPEN_SOURCE_EXTENDED for XPG4.
44838         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
44840         * Makeconfig (localtime): Remove variable.
44841         (inst_localtime-file): Likewise.
44843 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
44845         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
44846         Update.
44847         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
44848         Update.
44849         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
44850         Update.
44851         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
44852         Update.
44853         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
44854         Update.
44855         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
44856         Update.
44857         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
44858         Update.
44859         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
44860         Update.
44861         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
44862         Update.
44864 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
44866         [BZ #2550]
44867         [BZ #2570]
44868         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
44869         comparisons to determine direction to adjust input.
44870         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
44871         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
44872         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
44873         Likewise.
44874         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
44875         Likewise.
44876         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
44877         Likewise.
44878         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
44879         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
44880         Likewise.
44881         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
44882         Likewise.
44883         * math/libm-test.inc (nexttoward_test): Add more tests.
44885 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
44887         [BZ #14040]
44888         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
44889         in version GLIBC_2.1, not GLIBC_2.0.
44890         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
44891         Likewise.
44893 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
44895         [BZ #13942]
44896         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
44897         (1 - x) * (1 + x).
44898         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
44899         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
44900         * math/libm-test.inc (acos_test): Add more tests.
44901         (asin_test): Likewise.
44902         * sysdeps/i386/fpu/libm-test-ulps: Update.
44903         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44905         [BZ #14034]
44906         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
44907         of square root.
44908         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
44909         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
44910         * math/libm-test.inc (acos_test_tonearest): New function.
44911         (acos_test_towardzero): Likewise.
44912         (acos_test_downward): Likewise.
44913         (acos_test_upward): Likewise.
44914         (asin_test_tonearest): Likewise.
44915         (asin_test_towardzero): Likewise.
44916         (asin_test_downward): Likewise.
44917         (asin_test_upward): Likewise.
44918         (main): Call the new functions.
44919         * sysdeps/i386/fpu/libm-test-ulps: Update.
44920         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44922         [BZ #13884]
44923         [BZ #13924]
44924         * math/e_exp10.c: Include <float.h>.
44925         (__ieee754_exp10): Handle underflow here rather than multiplying
44926         large negative argument by M_LN10.
44927         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
44928         of __ieee754_expf.
44929         * math/e_exp10l.c: Include <float.h>.
44930         (__ieee754_exp10l): Handle underflow here rather than multiplying
44931         large negative argument by M_LN10l.
44932         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
44933         spurious overflow exception on underflow.
44935 2012-04-29  Marek Polacek  <polacek@redhat.com>
44937         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
44938         (__fortify_function): New macro.
44939         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
44940         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
44941         __extern_always_inline.
44942         * libio/bits/stdio2.h: Likewise.
44943         * libio/bits/stdio.h: Likewise.
44944         * string/string.h: Likewise.
44945         * string/bits/string3.h: Likewise.
44946         * include/stdio.h: Likewise.
44947         * stdlib/bits/stdlib.h: Likewise.
44948         * stdlib/stdlib.h: Likewise.
44949         * rt/bits/mqueue2.h: Likewise.
44950         * rt/mqueue.h: Likewise.
44951         * posix/bits/unistd.h: Likewise.
44952         * posix/unistd.h: Likewise.
44953         * io/bits/poll2.h: Likewise.
44954         * io/bits/fcntl2.h: Likewise.
44955         * io/fcntl.h: Likewise.
44956         * io/sys/poll.h: Likewise.
44957         * misc/bits/syslog.h: Likewise.
44958         * misc/bits/syslog-ldbl.h: Likewise.
44959         * misc/sys/syslog.h: Likewise.
44960         * socket/bits/socket2.h: Likewise.
44961         * socket/sys/socket.h: Likewise.
44962         * debug/tst-chk1.c: Likewise.
44963         * wcsmbs/bits/wchar2.h: Likewise.
44964         * wcsmbs/bits/wchar-ldbl.h: Likewise.
44965         * wcsmbs/wchar.h: Likewise.
44967 2012-04-29  Andreas Jaeger  <aj@suse.de>
44969         * Makerules (tests): Remove enable-check-abi protection.
44970         (check-abi-warn): Remove.
44971         (check-abi-%): Remove check-abi-warn usage.
44973         * configure.in: Remove check-abi configure option.
44974         * configure: Regenerated.
44975         * config.make.in (enable-check-abi): Remove.
44977 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
44979         [BZ #14033]
44980         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
44981         double functions to double *_finite functions.
44983         [BZ #13941]
44984         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
44985         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
44986         LDBL_MIN_EXP.
44987         * stdio-common/Makefile (tests): Add tst-sprintf3.
44988         * stdio-common/tst-sprintf3.c: New file.
44990         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
44991         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
44993 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
44995         * conform/conformtest.pl: Remove duplicate typed-constant
44996         handling.
44998 2012-04-28  David S. Miller  <davem@davemloft.net>
45000         * Makerules (%.abilist): Add vpath on sysdep_dirs.
45001         (check-abi-%): Remove AWK script prerequisite and explicit
45002         abilist directory.
45003         (check-abi): Rewrite to just diff the symlist with the abilist.
45004         (config-tls, config-abi-config): Delete, no longer used.
45005         (update-abi-%): Remove AWK script and explicit abilist directory.
45006         (update-abi): Rewrite to simply compare and conditionally copy the
45007         symlist and the sysdep abilist file.  Remove update-abi-config
45008         checks.
45009         * abilist/ld.abilist: Remove.
45010         * abilist/libBrokenLocale.abilist: Remove.
45011         * abilist/libanl.abilist: Remove.
45012         * abilist/libcrypt.abilist: Remove.
45013         * abilist/libdl.abilist: Remove.
45014         * abilist/librt.abilist: Remove.
45015         * abilist/libthread_db.abilist: Remove.
45016         * abilist/libutil.abilist: Remove.
45017         * scripts/extract-abilist.awk: Remove.
45018         * scripts/merge-abilist.awk: Remove.
45019         * sysdeps/generic/libcidn.abilist: New file.
45020         * sysdeps/generic/libnss_compat.abilist: New file.
45021         * sysdeps/generic/libnss_db.abilist: New file.
45022         * sysdeps/generic/libnss_dns.abilist: New file.
45023         * sysdeps/generic/libnss_files.abilist: New file.
45024         * sysdeps/generic/libnss_hesiod.abilist: New file.
45025         * sysdeps/generic/libnss_nis.abilist: New file.
45026         * sysdeps/generic/libnss_nisplus.abilist: New file.
45027         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
45028         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
45029         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
45030         file.
45031         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
45032         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
45033         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
45034         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
45035         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
45036         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
45037         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
45038         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
45039         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
45040         file.
45041         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
45042         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
45043         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
45044         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
45045         file.
45046         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
45047         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
45048         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
45049         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
45050         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
45051         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
45052         file.
45053         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
45054         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
45055         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
45056         file.
45057         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
45058         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
45059         New file.
45060         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
45061         New file.
45062         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
45063         New file.
45064         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
45065         New file.
45066         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
45067         New file.
45068         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
45069         New file.
45070         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
45071         New file.
45072         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
45073         New file.
45074         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
45075         New file.
45076         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
45077         New file.
45078         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
45079         New file.
45080         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
45081         New file.
45082         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
45083         New file.
45084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
45085         file.
45086         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
45087         New file.
45088         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
45089         New file.
45090         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
45091         file.
45092         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
45093         New file.
45094         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
45095         New file.
45096         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
45097         file.
45098         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
45099         New file.
45100         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
45101         New file.
45102         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
45103         New file.
45104         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
45105         New file.
45106         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
45107         New file.
45108         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
45109         New file.
45110         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
45111         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
45112         file.
45113         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
45114         New file.
45115         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
45116         file.
45117         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
45118         file.
45119         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
45120         file.
45121         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
45122         file.
45123         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
45124         file.
45125         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
45126         New file.
45127         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
45128         file.
45129         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
45130         file.
45131         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
45132         New file.
45133         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
45134         file.
45135         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
45136         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
45137         file.
45138         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
45139         New file.
45140         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
45141         file.
45142         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
45143         file.
45144         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
45145         file.
45146         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
45147         file.
45148         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
45149         file.
45150         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
45151         New file.
45152         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
45153         file.
45154         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
45155         file.
45156         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
45157         New file.
45158         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
45159         file.
45160         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
45161         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
45162         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
45163         file.
45164         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
45165         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
45166         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
45167         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
45168         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
45169         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
45170         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
45171         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
45172         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
45173         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
45174         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
45175         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
45176         file.
45177         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
45178         New file.
45179         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
45180         file.
45181         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
45182         file.
45183         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
45184         file.
45185         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
45186         file.
45187         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
45188         file.
45189         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
45190         New file.
45191         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
45192         New file.
45193         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
45194         file.
45195         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
45196         New file.
45197         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
45198         file.
45199         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
45200         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
45201         file.
45202         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
45203         New file.
45204         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
45205         file.
45206         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
45207         file.
45208         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
45209         file.
45210         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
45211         file.
45212         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
45213         file.
45214         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
45215         New file.
45216         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
45217         New file.
45218         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
45219         file.
45220         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
45221         New file.
45222         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
45223         file.
45225 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
45227         * conform/conformtest.pl: Fix typo in handling typed-constant from
45228         allow-header.
45230 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
45232         * README: Cut down references to pre-2.6 Linux kernels and
45233         Linuxthreads.  Update lists of configurations in libc and ports
45234         and sort alphabetically.  Say "or newer" with Linux kernel version
45235         requirements.
45237         * config.h.in [IS_IN_build]: Allow compiling without optimization.
45239 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
45241         [BZ #887]
45242         * math/libm-test.inc (logb_test_downward): New test to expose
45243         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
45244         rounding mode.
45246 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
45248         [BZ #14027]
45249         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
45250         to be done.
45251         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
45252         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
45254 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
45256         * sysdeps/unix/i386/brk.S: Remove file.
45257         * sysdeps/unix/i386/dl-brk.S: Likewise.
45258         * sysdeps/unix/i386/pipe.S: Likewise.
45259         * sysdeps/unix/i386/sigreturn.S: Likewise.
45260         * sysdeps/unix/i386/syscall.S: Likewise.
45261         * sysdeps/unix/i386/vfork.S: Likewise.
45262         * sysdeps/unix/i386/wait.S: Likewise.
45264         * sysdeps/unix/common/tcsendbrk.c: Move to ...
45265         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
45267         * configure.in (arm*-none*): Do not allow without
45268         --enable-hacker-mode.
45269         (netbsd*): Remove case setting base_os.
45270         (386bsd*): Likewise.
45271         (freebsd*): Likewise.
45272         (bsdi*): Likewise.
45273         (osf*): Likewise.
45274         (sunos*): Likewise.
45275         (ultrix*): Likewise.
45276         (newsos*): Likewise.
45277         (dynix*): Likewise.
45278         (*bsd*): Likewise.
45279         (sysv*): Likewise.
45280         (isc*): Likewise.
45281         (esix*): Likewise.
45282         (sco*): Likewise.
45283         (minix*): Likewise.
45284         (irix4*): Likewise.
45285         (irix6*): Likewise.
45286         (solaris[2-9]*): Likewise.
45287         (none): Likewise.
45288         * configure: Regenerated.
45290 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45292         [BZ #11521]
45293         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
45294         overflow or cancellation in calculating denominator.
45295         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
45296         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
45297         down expression to avoid unexpected rounding in newer GCCs.
45298         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
45300 2012-04-26  David S. Miller  <davem@davemloft.net>
45302         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
45303         long-double compat symbols.
45304         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
45305         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
45306         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
45307         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
45308         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
45309         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
45310         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
45311         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
45312         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
45313         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
45314         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
45315         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
45316         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45318 2012-04-25  David S. Miller  <davem@davemloft.net>
45320         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
45321         HWCAP_* values only after the memory barriers have been defined.
45322         (atomic_full_barrier): Define.
45323         (atomic_read_barrier): Define.
45324         (atomic_write_barrier): Define.
45326 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
45328         * shlib-versions: Add libgcc_s version information.
45329         * sysdeps/generic/libgcc_s.h: Remove.
45330         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
45331         libgcc_s.h.
45332         * sysdeps/gnu/unwind-resume.c: Likewise.
45333         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
45335 2012-04-25  David S. Miller  <davem@davemloft.net>
45337         * sysdeps/unix/sparc/brk.S: Delete.
45338         * sysdeps/unix/sparc/dl-brk.S: Delete.
45339         * sysdeps/unix/sparc/pipe.S: Delete.
45340         * sysdeps/unix/sparc/sysdep.S: Delete.
45341         * sysdeps/unix/sparc/sysdep.h: Delete.
45342         * sysdeps/unix/sparc/vfork.S: Delete.
45343         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
45344         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
45345         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
45346         (ret_ERRVAL, r0, r1, MOVE): Define.
45347         (JUMPTARGET): Remove.
45348         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
45349         sysdeps/unix/sparc/sysdep.h
45350         (ENTRY, END): Remove.
45351         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45353 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
45355         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
45356         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
45357         -DIS_IN_build.
45359         * timezone/README: Update upstream location and email address for
45360         tzcode and tzdata.
45361         * timezone/zdump.c: Update from tzcode 2012b.
45362         * timezone/zic.c: Likewise.
45364         * configure.in (libc_cv_as_needed): Remove test.
45365         * configure: Regenerated.
45366         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
45367         conditional definition.
45368         [$(have-as-needed) != yes] (no-as-needed): Likewise.
45369         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
45370         * config.make.in (have-as-needed): Remove variable.
45372 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
45373             Paul Pluzhnikov  <ppluzhnikov@google.com>
45375         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
45376         strings correctly.
45378 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
45380         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
45381         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
45382         * sysdeps/sh/strlen.S: Likewise.
45384 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
45386         * sysdeps/unix/fork.S: Remove file.
45387         * sysdeps/unix/i386/fork.S: Likewise.
45388         * sysdeps/unix/sparc/fork.S: Likewise.
45390         * sysdeps/unix/system.c: Remove file.
45391         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
45393         * sysdeps/unix/getegid.S: Remove file.
45394         * sysdeps/unix/geteuid.S: Likewise.
45396 2012-04-24  Roland McGrath  <roland@hack.frob.com>
45398         * scripts/check-localplt.awk: New file.
45399         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
45400         of diff.
45401         * scripts/data/localplt-generic.data: Add a comment.
45403         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
45404         NODE when __dir_mkfile failed.
45405         * sysdeps/mach/hurd/symlinkat.c: Likewise.
45406         Reported by Ludovic Courtès <ludo@gnu.org>.
45408 2012-04-24  Andreas Jaeger  <aj@suse.de>
45410         * Makerules (common-clean): Also remove gen-as-const-headers
45411         files.
45413 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
45415         * Makerules (native-compile): Do not change working directory for
45416         build.  Use $(OUTPUT_OPTION) in command.
45417         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
45419 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45421         [BZ #13886]
45422         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
45423         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
45424         * math/libm-test.inc (floor_test): Add more tests.
45425         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
45427 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
45429         * sysdeps/unix/getdents.c: Remove file.
45430         * sysdeps/unix/sysv/getdents.c: Likewise.
45431         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
45433         * sysdeps/unix/syscalls.list (madvise): Add syscall from
45434         sysdeps/unix/mman/syscalls.list.
45435         (mmap): Likewise.
45436         (mprotect): Likewise.
45437         (msync): Likewise.
45438         (munmap): Likewise.
45439         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
45440         * sysdeps/unix/mman/syscalls.list: Remove.
45441         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
45443         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
45444         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
45445         * configure: Regenerated.
45446         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
45447         $(libgcc_s_suffix).
45448         * config.make.in (libgcc_s_suffix): Remove variable.
45450 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
45452         * sysdeps/unix/sysv/gethostname.c: Move to ...
45453         * sysdeps/posix/gethostname.c: ... here.
45455         * sysdeps/unix/execve.S: Remove file.
45457         * sysdeps/unix/_exit.S: Remove file.
45459 2012-04-23  Andreas Jaeger  <aj@suse.de>
45461         [BZ #13739]
45462         * manual/Makefile: Remove make dist support, there's no
45463         need for a stand-alone documentation tar ball.
45464         (TEXI2DVI): Define always, it's not in Makeconfig.
45465         (dist): Removed.
45466         (tar-it): Removed.
45467         (edition): Removed.
45468         (glibc-doc-$(edition).tar): Removed
45469         (%.Z): Removed.
45470         (%.gz): Removed.
45471         (%.uu): Removed.
45472         (ETAGS): Remove, it's in Makeconfig.
45473         (move-if-change): Remove, it's in Makeconfig.
45475 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
45477         [BZ #13970]
45478         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
45479         (strtod, strtof, strtold, strtol, strtoul, strtoq)
45480         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
45481         (strtod_l, strtof_l, strtold_l): Remove __wur.
45482         It is not necessarily an error to ignore strtol's return value.
45483         One can reliably look at the stored endptr to decide whether
45484         the number had valid syntax.
45486 2012-04-21  Andreas Jaeger  <aj@suse.de>
45488         [BZ #13739]
45489         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
45491 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
45493         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
45494         * sysdeps/unix/sysv/Versions: Remove file.
45496 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
45498         [BZ #13927]
45499         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45501 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
45503         [BZ #7064]
45504         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
45505         version from __vm86.
45507 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
45509         * sysdeps/unix/common/lxstat.c: Remove file.
45510         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
45512         * sysdeps/unix/sysv/Makefile: Remove file.
45514         * sysdeps/unix/sysv/direct.h: Remove file.
45516         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
45517         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
45518         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
45519         * sysdeps/unix/sysv/bits/signum.h: Likewise.
45520         * sysdeps/unix/sysv/bits/stat.h: Likewise.
45521         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
45522         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
45524         * sysdeps/unix/sysv/setrlimit.c: Remove file.
45526         * sysdeps/unix/xmknod.c: Remove file.
45527         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
45529         * sysdeps/unix/sysv/settimeofday.c: Remove file.
45531         * sysdeps/unix/sysv/i386/time.S: Remove file.
45533         * sysdeps/unix/fxstat.c: Remove file.
45534         * sysdeps/unix/xstat.c: Likewise.
45535         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
45537         * sysdeps/unix/sysv/sigaction.c: Remove file.
45539         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
45540         (sysdep_headers): Remove variable.
45541         [termio.h not in sysdep_headers] (generated): Likewise.
45542         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
45543         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
45544         * sysdeps/unix/sysv/tcdrain.c: Likewise.
45545         * sysdeps/unix/sysv/tcflow.c: Likewise.
45546         * sysdeps/unix/sysv/tcflush.c: Likewise.
45547         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
45548         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
45549         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
45550         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
45551         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
45553         * sysdeps/unix/siglist.c: Remove file.
45555         * sysdeps/unix/getppid.S: Remove file.
45557         * sysdeps/unix/mkdir.c: Remove file.
45558         * sysdeps/unix/rmdir.c: Likewise.
45560 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
45562         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
45563         ERR_MAX value.
45564         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
45565         errlist-compat value.
45567 2012-04-18  David S. Miller  <davem@davemloft.net>
45569         * sysdeps/generic/memcopy.h (reg_char): Delete.
45570         * debug/strcat_chk.c: Use char, not reg_char.
45571         * debug/strcpy_chk.c: Likewise.
45572         * debug/strncat_chk.c: Likewise.
45573         * debug/strncpy_chk.c: Likewise.
45574         * string/memchr.c: Likewise.
45575         * string/memrchr.c: Likewise.
45576         * string/rawmemchr.c: Likewise.
45577         * string/strcat.c: Likewise.
45578         * string/strchr.c: Likewise.
45579         * string/strchrnul.c: Likewise.
45580         * string/strcmp.c: Likewise.
45581         * string/strcpy.c: Likewise.
45582         * string/strncat.c: Likewise.
45583         * string/strncmp.c: Likewise.
45584         * string/strncpy.c: Likewise.
45586 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
45588         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
45589         __builtin_memcopy is called when src and dest ranges are known to not
45590         overlap.
45592 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
45594         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
45595         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
45596         fwd_align_merge macro call.
45597         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
45598         bwd_align_merge macro call.
45599         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
45601 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
45603         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
45604         bwd_align_merge macros.
45605         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
45606         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
45607         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
45609 2012-04-18  David S. Miller  <davem@davemloft.net>
45611         * sysdeps/sparc/sparc64/memcopy.h: Delete.
45613 2012-04-18  Andreas Jaeger  <aj@suse.de>
45615         [BZ# 6794]
45616         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
45617         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
45618         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45620         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
45621         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
45622         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45624         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
45625         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
45626         Adjust for changed ldbl-128 files.
45628         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
45629         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
45630         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45632 2012-04-17  David S. Miller  <davem@davemloft.net>
45634         * sysdeps/sparc/sparc32/memcopy.h: Delete.
45636 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
45638         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
45639         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
45640         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
45641         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
45642         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
45643         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
45645 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45647         [BZ #6794]
45648         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
45649         * math/libm-test.inc: Add ilogb errno and exception tests.
45650         * math/w_ilogb.c: New file: ilogb wrapper.
45651         * math/w_ilogbf.c: New file: ilogbf wrapper.
45652         * math/w_ilogbl.c: New file: ilogbl wrapper.
45653         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
45654         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
45655         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
45656         exception being thrown with 0.0 as argument.
45657         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
45658         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
45659         exception being thrown with 0.0 as argument.
45660         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
45661         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
45662         exception being thrown with 0.0 as argument.
45663         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
45664         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
45665         exception being thrown with 0.0 as argument.
45666         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
45667         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
45668         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
45669         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
45670         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
45671         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
45672         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
45673         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
45674         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
45676 2012-04-17  Petr Baudis  <pasky@ucw.cz>
45678         * include/sys/uio.h: Change __vector to __iovec to avoid clash
45679         with altivec.
45681 2012-04-16  Marek Polacek  <polacek@redhat.com>
45683         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
45685 2012-04-16  Marek Polacek  <polacek@redhat.com>
45687         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
45688         operands of fdivp instruction.
45690 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
45692         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
45693         * elf/tst-auditmod3b.c: Likewise.
45694         * elf/tst-auditmod4b.c: Likewise.
45695         * elf/tst-auditmod5b.c: Likewise.
45696         * elf/tst-auditmod6b.c: Likewise.
45697         * elf/tst-auditmod6c.c: Likewise.
45698         * elf/tst-auditmod7b.c: Likewise.
45699         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
45700         * sysdeps/x86_64/preconfigure.in: Likewise.
45701         * sysdeps/x86_64/preconfigure: Regenerated.
45703 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
45705         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
45706         __ILP32__.
45708 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
45710         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45711         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
45713 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
45715         [BZ #13973]
45716         * locale/iso-639.def: Fix gl language name. Spotted by
45717         Yaron Shahrabani.
45719 2012-04-12  Roland McGrath  <roland@hack.frob.com>
45721         [BZ #2074]
45722         * libio/libio.h (__io_write_fn): Update comment.
45724 2012-04-12  Petr Baudis  <pasky@ucw.cz>
45726         [BZ #2074]
45727         * stdio.texi (Hook Functions): The user provided writer function
45728         is not allowed to return -1.
45730 2012-04-11  David S. Miller  <davem@davemloft.net>
45732         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45734 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
45736         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
45737         Add a leading slash to rtkaio.
45739 2012-04-11  Jim Meyering  <meyering@redhat.com>
45741         [BZ #11959]
45742         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
45743         It is not necessarily an error to ignore fwrite's return
45744         value.  One can reliably use ferror to test for errors after
45745         the fact.
45747 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
45749         * bits/types.h (__snseconds_t): New type.
45750         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
45752         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
45753         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
45754         (__SNSECONDS_T_TYPE): Likewise.
45755         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
45756         (__SNSECONDS_T_TYPE): Likewise.
45757         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
45758         (__SNSECONDS_T_TYPE): Likewise.
45760 2012-04-10  Andreas Jaeger  <aj@suse.de>
45762         [BZ #2636]
45763         * manual/time.texi (Processor Time): Return type of times is
45764         elapsed real time since an arbitrary point in the past.
45765         (CPU Time): Move CLK_TCK from here...
45766         (Processor Time): ...to here.  Correct description.
45767         * manual/conf.texi (Constants for Sysconf): Correct description of
45768         _SC_CLK_TCK.
45770 2012-04-10  David S. Miller  <davem@davemloft.net>
45772         [BZ #13967]
45773         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
45774         where the is a gap between DT_REL(A) and DT_JMPREL.
45776 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
45778         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
45779         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
45780         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
45782 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
45784         * elf/dl-support.c (_dl_inhibit_cache): New variable.
45785         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
45786         (dl_main): Handle --inhibit-cache.
45787         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
45788         _dl_inhibit_cache.
45789         * elf/dl-load.c (_dl_map_object): Use it.
45790         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
45792 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
45794         [BZ #13872]
45795         * sysdeps/i386/fpu/e_powl.S (p78): New object.
45796         (__ieee754_powl): Saturate large exponents rather than testing for
45797         overflow of y*log2(x).
45798         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
45799         * math/libm-test.inc (pow_test): Do not permit spurious overflow
45800         exceptions.
45802         [BZ #11521]
45803         * math/s_ctan.c: Include <float.h>.
45804         (__ctan): Avoid internal overflow or cancellation in calculating
45805         denominator.
45806         * math/s_ctanf.c: Likewise.
45807         * math/s_ctanl.c: Likewise.
45808         * math/s_ctanh.c: Likewise.
45809         * math/s_ctanhf.c: Likewise.
45810         * math/s_ctanhl.c: Likewise.
45811         * math/libm-test.inc (ctan_test): Add more tests.
45812         (ctanh_test): Likewise.
45813         * sysdeps/i386/fpu/libm-test-ulps: Update.
45814         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45816 2012-04-09  Andreas Jaeger  <aj@suse.de>
45818         [BZ #6894]
45819         * manual/filesys.texi (Directory Entries): Mention that d_namlen
45820         is an optional BSD extension.
45822         [BZ #10254]
45823         * manual/stdio.texi (Opening Streams): Document additional fopen
45824         parameters.
45826 2012-04-09  Roland McGrath  <roland@hack.frob.com>
45828         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
45829         %eax without telling the compiler.
45831 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
45833         [BZ # 13963]
45834         * manual/install.texi: Use sourceware.org.
45836 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
45838         [BZ #13873]
45839         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
45840         (__ieee754_pow): Generate overflow and underflow using huge*huge
45841         and tiny*tiny rather than just returning constant infinity or zero
45842         for large exponents.
45843         * math/libm-test.inc (pow_test): Require overflow exceptions for
45844         applicable cases of large exponents.
45846         [BZ #706]
45847         * sysdeps/i386/fpu/e_pow.S (p10): New object.
45848         (__ieee754_pow): Use iterative multiplication algorithm only for
45849         integer exponents with absolute value below 1024.  Check for odd
45850         integer exponents when using algorithm for real exponents.
45851         * math/libm-test.inc (pow_test): Add more tests.
45852         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45854 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
45856         [BZ #13705]
45857         * math/libm-test.inc (exp_test): Do not allow overflow exception
45858         on underflow test.
45860 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
45862         [BZ #13705]
45863         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
45864         instead of __kernel_standard_f.
45866 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
45868         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
45869         * sysdeps/x86_64/memset_chk.S: Likewise.
45871 2012-04-08  Andreas Jaeger  <aj@suse.de>
45873         [BZ #10153]
45874         * manual/startup.texi (Environment Access): Describe return value
45875         for putenv and setenv.
45877         [BZ #6895]
45878         * manual/filesys.texi (Directory Entries): Add description for
45879         DT_LNK.
45881         [BZ #6890]
45882         * manual/filesys.texi (Directory Entries): Clarify that it's file
45883         system not operating system in the description of DT_UNKNOWN.
45885         [BZ #6578]
45886         * manual/syslog.texi (closelog): Fix reference, it's openlog.
45888 2012-04-08  Stephen Compall  <s11@member.fsf.org>
45890         [BZ #6649]
45891         * manual/llio.texi (Opening and Closing Files): Add cross
45892         reference to explain mode argument.
45894 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
45896         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
45897         * sysdeps/x86_64/memset_chk.S: Likewise.
45899 2012-04-07  David S. Miller  <davem@davemloft.net>
45901         * elf/elf.h (R_SPARC_WDISP10): Define.
45902         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
45903         R_SPARC_SIZE32.
45904         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
45905         R_SPARC_SIZE64 and R_SPARC_H34.
45907 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
45909         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
45910         conditions and remove no longer applicable assertion.
45912 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
45914         * bits/byteswap.h: Include <features.h>.
45915         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
45916         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
45918 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
45920         * bits/byteswap.h (__bswap_16): Removed.
45921         Include <bits/byteswap-16.h> to get __bswap_16.
45922         * sysdeps/i386/bits/byteswap.h: Likewise.
45923         * sysdeps/s390/bits/byteswap.h: Likewise.
45924         * sysdeps/x86_64/bits/byteswap.h: Likewise.
45925         * bits/byteswap-16.h: New file.
45926         * sysdeps/i386/bits/byteswap-16.h: Likewise.
45927         * sysdeps/s390/bits/byteswap-16.h: Likewise.
45928         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
45929         * string/Makefile (headers): Add bits/byteswap-16.h.
45931 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
45933         [BZ #13895]
45934         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
45935         extra indirection.
45936         * nss/Makefile (tests-static, tests): Add tst-nss-static.
45937         * nss/tst-nss-static.c: New.
45939 2012-04-06  Robert Millan  <rmh@gnu.org>
45941         [BZ #6486]
45942         * manual/llio.texi (File Position Primitive): lseek
45943         refers to WHENCE when it really means OFFSET.
45945 2012-04-06  Andreas Jaeger  <aj@suse.de>
45947         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
45948         strncmp declarations.
45950         * abilist/libc.abilist: Add __poll and __ppoll.
45952 2012-04-05  David S. Miller  <davem@davemloft.net>
45954         * scripts/check-local-headers.sh: Accept a host triplet in the
45955         path matched by the exclude regexp.
45957         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
45958         definition.
45959         * sysdeps/powerpc/powerpc32/dl-machine.h
45960         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
45961         * sysdeps/s390/s390-32/dl-machine.h
45962         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45963         * sysdeps/sparc/sparc32/dl-machine.h
45964         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45965         * sysdeps/sparc/sparc64/dl-machine.h
45966         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45968         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
45969         lazy binding.
45970         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
45971         undefined symbol errors.
45973         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
45974         DT_NEEDED entries.
45976 2012-04-05  Michael Matz  <matz@suse.de>
45978         [BZ #13592]
45979         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
45981 2012-04-05  Andreas Jaeger  <aj@suse.de>
45983         [BZ #13908]
45984         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
45985         comment.
45987 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45989         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
45990         which ROUND is no valid rounding mode.
45992 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45994         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
45995         read again.
45996         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
45998 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46000         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
46001         an exception using FPU order intentionally.
46003 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46005         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
46006         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
46007         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
46008         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
46010 2012-04-05  Simon Josefsson  <simon@josefsson.org>
46012         [BZ #12340]
46013         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
46014         EINVAL when BUFLEN is too smal.
46016 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
46018         [BZ #13553]
46019         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
46020         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
46022 2012-04-03  Andreas Jaeger  <aj@suse.de>
46024         [BZ #13938]
46025         * manual/setjmp.texi (System V contexts): Fix sentence.
46027         [BZ #13926]
46028         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
46029         New macro for this case.
46030         [!__GNUC__] (__bswap_64): New inline function for this case.
46031         * sysdeps/x86_64/bits/byteswap.h: Likewise.
46032         * bits/byteswap.h: Likewise.
46033         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
46034         ull, guard with __GLIBC_HAVE_LONG_LONG.
46036         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
46037         __GLIBC_HAVE_LONG_LONG.
46039         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
46040         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
46042 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
46044         [BZ #13691]
46045         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
46046         inptr and inend, rather than using last_ch.
46048 2012-04-02  David S. Miller  <davem@davemloft.net>
46050         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
46051         * stdio-common/printf-parse.h (read_int): Change return type to
46052         'int', return -1 on INT_MAX overflow.
46053         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
46054         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
46055         overflows INT_MAX.  Check for overflow of in-format-string precision
46056         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
46057         SIZE_MAX not INT_MAX for integer overflow test.
46058         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
46059         skip the construct in the format string but do not record anything.
46060         * stdio-common/bug22.c: Adjust to test both width/prevision
46061         INT_MAX overflow as well as total length INT_MAX overflow.  Check
46062         explicitly for proper errno values.
46064 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
46066         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
46067         CHAR_MAX.
46068         * string/test-strcmp.c [! WIDE]: Likewise.
46069         * time/tst-mktime2.c: Likewise for INT_MAX.
46070         * string/test-string.h: #include <sys/param.h> for MIN.
46072         * csu/init-first.c (__libc_init_first): Call __ctype_init.
46073         * sysdeps/i386/init-first.c (init): Likewise.
46074         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
46075         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
46076         * sysdeps/sh/init-first.c (init): Likewise.
46078 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
46080         * po/ru.po: Update from translation team.
46081         * po/vi.po: Likewise.
46083 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
46085         * resolv/nss_dns/dns-host.c: Merge copyright years.
46087 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46089         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
46090         Optimize memcpy with prefetch if
46091         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
46092         src, dst pointers have unequal 16 byte alignments.
46094 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
46096         [BZ #13928]
46097         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
46098         from a CNAME entry and return the minimum ttl for the query.
46099         (gaih_getanswer_slice): Likewise.
46101 2012-03-30  Jeff Law  <law@redhat.com>
46103         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
46104         due to long keys.
46105         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
46106         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
46108         * resolv/nss_dns/dns-host.c: Update copyright year.
46110 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
46112         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
46113         requests to save a system call.  Fix check that all bytes are sent.
46115         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
46116         comments for sendmmsg.
46118 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
46120         [BZ #13691]
46121         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
46122         with only 1 character between 0x0041 and 0x01b0.
46123         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
46124         * wcsmbs/tst-mbsnrtowcs.c: New file.
46126 2012-03-29  David S. Miller  <davem@davemloft.net>
46128         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
46129         small copies by hand.
46131 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
46133         [BZ #13761]
46134         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
46135         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
46136         group memberships.
46138 2012-03-28  David S. Miller  <davem@davemloft.net>
46140         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
46141         that branches into memcpy.
46142         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
46143         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
46144         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
46145         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
46146         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
46147         bits.
46148         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
46149         implementation too.
46150         * sysdeps/sparc/mempcpy.S: New file.
46152         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
46153         the IFUNC routine in the libc case.
46154         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46156         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
46157         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
46158         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
46159         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
46160         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
46161         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
46162         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
46163         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
46165         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
46166         loop to 256 bytes instead of 64 bytes and fix test signedness.
46168         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
46169         * sysdeps/sparc/sparc32/Makefile: rather than here...
46170         * sysdeps/sparc/sparc64/Makefile: and here.
46172 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
46174         * malloc/mallocbug.c: Avoid warnings about unused variables.
46176 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
46178         [BZ #13760]
46179         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
46180         in the right place. Discard and retry query if response is
46181         larger than input buffer size.
46183 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
46185         [BZ #369]
46186         [BZ #2678]
46187         [BZ #3866]
46188         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
46189         x for large integer exponent.
46190         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
46191         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
46192         sign of result as needed afterwards.
46193         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
46194         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
46195         result for underflowing pow the same as for overflow.
46196         (__kernel_standard_l): Handle powl overflow and underflow here
46197         rather than calling __kernel_standard.
46198         * math/libm-test.inc (pow_test): Add more tests.
46200         [BZ #3868]
46201         [BZ #13879]
46202         [BZ #13910]
46203         [BZ #13911]
46204         [BZ #13912]
46205         [BZ #13913]
46206         [BZ #13915]
46207         [BZ #13916]
46208         [BZ #13917]
46209         [BZ #13918]
46210         [BZ #13919]
46211         [BZ #13920]
46212         [BZ #13921]
46213         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
46214         * sysdeps/ieee754/k_standard.c: Include <float.h>.
46215         (__kernel_standard_l): New function.
46216         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
46217         __kernel_standard.
46218         * math/w_acosl.c (__acosl): Likewise.
46219         * math/w_asinl.c (__asinl): Likewise.
46220         * math/w_atan2l.c (__atan2l): Likewise.
46221         * math/w_atanhl.c (__atanhl): Likewise.
46222         * math/w_coshl.c (__coshl): Likewise.
46223         * math/w_exp10l.c (__exp10l): Likewise.
46224         * math/w_exp2l.c (__exp2l): Likewise.
46225         * math/w_fmodl.c (__fmodl): Likewise.
46226         * math/w_hypotl.c (__hypotl): Likewise.
46227         * math/w_j0l.c (__j0l, __y0l): Likewise.
46228         * math/w_j1l.c (__j1l, __y1l): Likewise.
46229         * math/w_jnl.c (__jnl, __ynl): Likewise.
46230         * math/w_lgammal.c (__lgammal): Likewise.
46231         * math/w_log10l.c (__log10l): Likewise.
46232         * math/w_log2l.c (__log2l): Likewise.
46233         * math/w_logl.c (__logl): Likewise.
46234         * math/w_powl.c (__powl): Likewise.
46235         * math/w_remainderl.c (__remainderl): Likewise.
46236         * math/w_scalbl.c (sysv_scalbl): Likewise.
46237         * math/w_sinhl.c (__sinhl): Likewise.
46238         * math/w_sqrtl.c (__sqrtl): Likewise.
46239         * math/w_tgammal.c (__tgammal): Likewise.
46240         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
46241         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
46242         * math/libm-test.inc (acos_test): Add more tests.
46243         (acosh_test): Likewise.
46244         (asin_test): Likewise.
46245         (atanh_test): Likewise.
46246         (exp_test): Likewise.
46247         (exp10_test): Likewise.
46248         (exp2_test): Likewise.
46249         (expm1_test): Likewise.
46250         (lgamma_test): Likewise.
46251         (log_test): Likewise.
46252         (log10_test): Likewise.
46253         (log1p_test): Likewise.
46254         (log2_test): Likewise.
46255         (pow_test): Do not allow some spurious overflow exceptions.
46256         (sqrt_test): Add more tests.
46257         (tgamma_test): Likewise.
46258         (y0_test): Likewise.
46259         (y1_test): Likewise.
46260         (yn_test): Likewise.
46262 2012-03-27  Anton Blanchard  <anton@samba.org>
46264         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
46265         MAP_HUGETLB.
46266         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
46267         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
46268         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
46270 2012-03-27  David S. Miller  <davem@davemloft.net>
46272         * conform/Makefile: Run run-conformtest.sh using $(BASH).
46274         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
46275         have-as-vis3 check.
46277 2012-03-27  Andreas Jaeger  <aj@suse.de>
46279         * sysdeps/x86_64/elf/configure.in: Moved to ...
46280         * sysdeps/x86_64/configure.in: ... here.
46281         * sysdeps/x86_64/elf/start.S: Moved to ...
46282         * sysdeps/x86_64/start.S: ... here.
46283         * sysdeps/x86_64/elf/configure: Delete.
46285         * sysdeps/x86_64/configure.in: Merge contents from
46286         sysdeps/i386/configure.in (without i686 check).
46288         * sysdeps/i386/elf/Versions: Merge into ...
46289         * sysdeps/i386/Versions: ... this.
46290         * sysdeps/i386/elf/Versions: Delete file.
46291         * sysdeps/i386/elf/start.S: Moved to ...
46292         * sysdeps/i386/start.S: ...here.
46293         * sysdeps/i386/elf/configure.in: Merge into...
46294         * sysdeps/i386/configure.in: ...here.
46295         * sysdeps/i386/elf/configure.in: Delete file.
46296         * sysdeps/i386/elf/configure: Delete file.
46298         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
46299         * debug/backtracesyms.c: ... here.
46300         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
46301         * debug/backtracesymsfd.c: ... here.
46302         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
46303         * sysdeps/generic/ifunc-sel.h: ... here.
46305         * sysdeps/unix/i386/start.c: Delete file.
46306         * sysdeps/unix/sparc/start.c: Delete file.
46307         * sysdeps/unix/start.c: Delete file.
46309         * sysdeps/sh/elf/configure.in: Moved to ...
46310         * sysdeps/sh/configure.in: ... here.
46311         * sysdeps/sh/elf/start.S: Moved to ...
46312         * sysdeps/sh/start.S: ... here.
46313         * sysdeps/sh/elf/configure: Delete file.
46315         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
46316         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
46317         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
46318         * sysdeps/powerpc/powerpc64/entry.h: ... here.
46319         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
46320         * sysdeps/powerpc/powerpc64/start.S: here.
46321         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
46322         * sysdeps/powerpc/powerpc64/Makefile: ... this.
46323         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
46324         * sysdeps/powerpc/powerpc64/configure.in: ... this.
46325         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
46327         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
46328         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
46329         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
46330         * sysdeps/powerpc/powerpc32/start.S: ... here.
46331         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
46332         * sysdeps/powerpc/powerpc32/configure.in: ... this.
46333         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
46335         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
46336         * sysdeps/powerpc/ifunc-sel.h: ... here.
46337         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
46338         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
46340         * sysdeps/sparc/elf/configure.in: Moved to ...
46341         * sysdeps/sparc/configure.in: ... here.
46342         * sysdeps/sparc/elf/configure: Delete file.
46343         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
46344         * sysdeps/sparc/sparc32/start.S: ... here.
46345         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
46346         * sysdeps/sparc/sparc64/start.S: ... here.
46347         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
46348         * sysdeps/sparc/sparc32/Makefile: ... this.
46349         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
46350         * sysdeps/sparc/sparc64/Makefile: ... this.
46352         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
46353         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
46354         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
46355         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
46356         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
46357         * sysdeps/s390/s390-32/setjmp.S: ... here.
46358         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
46359         * sysdeps/s390/s390-32/configure.in: ... here.
46360         * sysdeps/s390/s390-32/elf/configure: Delete file.
46361         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
46362         * sysdeps/s390/s390-32/start.S: ... here.
46364         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
46365         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
46366         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
46367         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
46368         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
46369         * sysdeps/s390/s390-64/setjmp.S: ... here.
46370         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
46371         * sysdeps/s390/s390-64/configure.in: ... here
46372         * sysdeps/s390/s390-64/elf/configure: Delete file.
46373         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
46374         * sysdeps/s390/s390-64/start.S: ... here.
46375         * sysdeps/s390/s390-64/elf/configure: Delete.
46377         * configure.in: Remove support for elf directories in sysdeps.
46379         * configure: Regenerated.
46380         * sysdeps/i386/configure: Regenerated.
46381         * sysdeps/powerpc/powerpc32/configure: Regenerated.
46382         * sysdeps/powerpc/powerpc64/configure: Regenerated.
46383         * sysdeps/s390/s390-32/configure: Regenerated.
46384         * sysdeps/s390/s390-64/configure: Regenerated.
46385         * sysdeps/sh/configure: Regenerated.
46386         * sysdeps/sparc/configure: Regenerated.
46387         * sysdeps/x86_64/configure: Regenerated.
46389 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
46391         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46393         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
46394         denormal result into account.
46396 2012-03-25  Roland McGrath  <roland@hack.frob.com>
46398         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
46399         Reported by Allan McRae <allan@archlinux.org>.
46401 2012-03-23  Jeff Law  <law@redhat.com>
46403         * nss/getnssent.c (__nss_getent): Fix typo.
46405 2012-03-23  David S. Miller  <davem@davemloft.net>
46407         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46409 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
46411         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
46412         to pad to uint64_t for each field.
46413         (dl_tls_index): Replace unsigned long with uint64_t.
46415 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
46416         Paul Pluzhnikov  <ppluzhnikov@google.com>
46418         [BZ #6528]
46419         * grp/Makefile (otherlibs): Don't set it.
46420         * inet/Makefile (otherlibs): Likewise.
46421         * login/Makefile (otherlibs): Likewise.
46422         * nscd/Makefile (otherlibs): Likewise.
46423         * posix/Makefile (otherlibs): Likewise.
46424         * pwd/Makefile (otherlibs): Likewise.
46425         * rt/Makefile (otherlibs): Likewise.
46426         * sunrpc/Makefile (otherlibs): Likewise.
46427         * nss/Makefile (otherlibs): Likewise.
46428         Add libnss_files to routines and static-only-routines.
46429         ($(objpfx)getent): Remove rule.
46430         * resolv/Makefile: Add libnss_dns and libresolv to routines and
46431         static-only-routines.
46433 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
46435         [BZ #13892]
46436         * math/s_cexp.c: Include <float.h>.
46437         (__cexp): Handle exp result overflowing not necessarily
46438         overflowing both real and imaginary parts of result.
46439         * math/s_cexpf.c: Likewise.
46440         * math/s_cexpl.c: Likewise.
46441         * math/libm-test.inc (cexp_test): Add more tests.
46442         * sysdeps/i386/fpu/libm-test-ulps: Update.
46443         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46445 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46447         * include/link.h (ELFW): New macro.
46448         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
46449         Replace ELF64_R_TYPE with ELFW(R_TYPE).
46451 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46453         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
46454         with uint64_t.
46456 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46458         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
46459         declaration.
46460         (struct La_x32_retval): Likewise.
46462 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46464         * sysdeps/x86_64/preconfigure.in: New file.
46465         * sysdeps/x86_64/preconfigure: New generated file.
46467 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
46469         [BZ #13824]
46470         * math/e_exp2l.c: Include <float.h>.
46471         (__ieee754_exp2l): Handle overflow and underflow cases
46472         separately.  Only pass fractional part of argument to
46473         __ieee754_expl.
46474         * math/libm-test.inc (exp2_test): Add more tests.
46476         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
46477         negating x to take absolute value.
46478         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
46479         Likewise.
46480         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
46481         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
46482         Likewise.
46483         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
46484         computing low part if x was negated.
46485         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
46487 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
46489         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
46490         la_x32_gnu_pltexit.
46491         (pltexit): Cast int_retval to ptrdiff_t.
46492         * elf/tst-auditmod3b.c: Likewise.
46493         * elf/tst-auditmod4b.c: Likewise.
46494         * elf/tst-auditmod5b.c: Likewise.
46495         * elf/tst-auditmod6b.c: Likewise.
46496         * elf/tst-auditmod6c.c: Likewise.
46497         * elf/tst-auditmod7b.c: Likewise.
46499         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
46500         and x32_gnu_pltexit.
46502         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
46503         __ELF_NATIVE_CLASS.
46504         (La_x32_regs): New macro.
46505         (La_x32_retval): Likewise.
46506         (la_x32_gnu_pltenter): New function prototype.
46507         (la_x32_gnu_pltexit): Likewise.
46509 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
46511         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
46512         exponent.
46514         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46516         * configure.in (libc_cv_cc_nofma): Check for option to disable
46517         generation of FMA instructions.
46518         * configure: Regenerate.
46519         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
46520         * sysdeps/ieee754/dbl-64/Makefile: New file.
46521         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
46522         Remove brandred-fma4.
46523         (CFLAGS-brandred-fma4.c): Remove.
46524         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
46525         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
46526         define.
46527         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
46528         define.
46530 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
46532         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
46533         LLONG_MAX != LONG_MAX.
46534         (_itoa_word): Use _ITOA_WORD_TYPE on value.
46535         (_fitoa_word): Likewise.
46536         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
46537         LLONG_MAX != LONG_MAX.
46538         * stdio-common/_itowa.h: Include <_itoa.h>.
46539         (_itowa_word): Use _ITOA_WORD_TYPE on value.
46540         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
46541         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
46542         only if not defined.
46543         (_ITOA_WORD_TYPE): Likewise.
46544         (_itoa_word): Use _ITOA_WORD_TYPE on value.
46545         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
46547 2012-03-21  David S. Miller  <davem@davemloft.net>
46549         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46551 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
46553         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
46554         of x86_64 when setting libc_cv_slibdir, libdir and
46555         libc_cv_localedir.
46556         * sysdeps/unix/sysv/linux/configure: Regenerated.
46558 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
46560         * manual/lang.texi (Old Varargs): Remove section.
46561         (How Variadic): Update menu.
46562         (va_start): Do not mention varargs.h.
46564 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
46565             Joseph Myers  <joseph@codesourcery.com>
46567         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
46568         link test.
46569         * configure: Regenerated.
46571 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
46573         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
46574         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
46575         conformtest.pl
46577 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
46579         * NOTES: Remove.
46580         * Makefile (files-for-dist): Remove NOTES.
46581         (NOTES): Remove rule.
46582         * README: Don't refer to NOTES.
46583         * manual/creature.texi: Don't include macros.texi.
46584         * manual/intro.texi (creature.texi): Remove comment referring to
46585         NOTES.
46587         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
46588         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
46589         * configure: Regenerated.
46590         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
46591         LIBC_TRY_CC_OPTION.
46592         (libc_cv_as_i686): Likewise.
46593         (libc_cv_cc_avx): Likewise.
46594         (libc_cv_cc_sse2avx): Likewise.
46595         (libc_cv_cc_fma4): Likewise.
46596         (libc_cv_cc_novzeroupper): Likewise.
46597         * sysdeps/i386/configure: Regenerated.
46599         [BZ #13883]
46600         * sysdeps/i386/fpu/s_cexp.S: Remove.
46601         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46602         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46603         * math/libm-test.inc (cexp_test): Add more tests.
46604         * sysdeps/i386/fpu/libm-test-ulps: Update.
46605         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46607 2012-03-21  Allan McRae  <allan@archlinux.org>
46609         * timezone/Makefile: Do not install iso3166.tab and zone.tab
46611 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
46613         [BZ #13871]
46614         * math/w_exp2.c: Do not include <float.h>.
46615         (o_threshold, u_threshold): Remove.
46616         (__exp2): Calculate result before checking finiteness and calling
46617         __kernel_standard.
46618         * math/w_exp2f.c: Likewise.
46619         * math/w_exp2l.c: Likewise.
46620         * math/libm-test.inc (exp2_test): Require overflow exception for
46621         1e6 input.
46623         [BZ #3866]
46624         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
46625         range of signed 64-bit integers before using fistpll.  Remove
46626         checks for whether integers fit in mantissa bits.
46627         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
46628         the range of signed 32-bit integers before using fistpl.  Remove
46629         checks for whether integers fit in mantissa bits.
46630         * sysdeps/i386/fpu/e_powl.S (p64): New object.
46631         (__ieee754_powl): Test for y outside the range of signed 64-bit
46632         integers before using fistpll.  Reduce 64-bit values to 63-bit
46633         ones as needed.
46634         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
46635         divide-by-zero is raised for zero to large negative powers.
46636         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
46637         (__ieee754_powl): Test for y outside the range of signed 64-bit
46638         integers before using fistpll.  Reduce 64-bit values to 63-bit
46639         ones as needed.
46640         * math/libm-test.inc (pow_test): Add more tests.
46642 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
46644         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
46645         <stdio-common/_itoa.h>.
46646         * debug/segfault.c: Likewise.
46647         * elf/dl-cache.c: Likewise.
46648         * elf/dl-minimal.c: Likewise.
46649         * elf/dl-misc.c: Likewise.
46650         * elf/dl-sysdep.c: Likewise.
46651         * elf/dl-version.c: Likewise.
46652         * elf/rtld.c: Likewise.
46653         * hurd/hurdsock.c: Likewise.
46654         * hurd/lookup-retry.c: Likewise.
46655         * malloc/malloc.c: Likewise.
46656         * malloc/mtrace.c: Likewise.
46657         * nscd/nscd_getgr_r.c: Likewise.
46658         * nscd/nscd_getpw_r.c: Likewise.
46659         * nscd/nscd_getserv_r.c: Likewise.
46660         * posix/getopt_init.c: Likewise.
46661         * posix/wordexp.c: Likewise.
46662         * stdio-common/_itoa.c: Likewise.
46663         * stdio-common/printf_fphex.c: Likewise.
46664         * stdio-common/vfprintf.c: Likewise.
46665         * string/_strerror.c: Likewise.
46666         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
46667         * sysdeps/i386/i686/hp-timing.h: Likewise.
46668         * sysdeps/mach/_strerror.c: Likewise.
46669         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
46670         * sysdeps/mach/hurd/sethostid.c: Likewise.
46671         * sysdeps/mach/hurd/xmknodat.c: Likewise.
46672         * sysdeps/mach/xpg-strerror.c: Likewise.
46673         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
46674         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
46675         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
46676         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
46677         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
46678         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
46679         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
46680         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
46681         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
46682         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
46683         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
46684         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
46685         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
46686         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
46687         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
46688         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
46689         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
46690         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
46691         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
46692         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
46693         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
46695         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
46697         * stdio-common/_itoa.h: Moved to ...
46698         * sysdeps/generic/_itoa.h: Here.
46700         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
46702         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
46703         instead of "_itoa.h" and "_itowa.h".
46704         * stdio-common/vfprintf.: Likewise.
46706 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
46708         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
46709         <bits/wordsize.h>.
46710         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
46711         (__signbit): Likwise.
46712         (llrintf): Likwise.
46713         (llrint): Likwise.
46715 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
46717         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
46718         __WORDSIZE != 64.
46720 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
46722         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
46723         OVERFLOW_EXCEPTION_OK.
46724         * math/libm-test.inc ("Philosophy"): Update comment about
46725         exception testing.
46726         (OVERFLOW_EXCEPTION): Define.
46727         (OVERFLOW_EXCEPTION_OK): Likewise.
46728         (INVALID_EXCEPTION_OK): Renumber.
46729         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
46730         (IGNORE_ZERO_INF_SIGN): Likewise.
46731         (test_exceptions): Handle FE_OVERFLOW.
46732         (exp10_test): Expect overflow exceptions.
46733         (exp2_test): Likewise.
46734         (expm1_test): Likewise.
46735         (nextafter_test): Likewise.
46736         (pow_test): Likewise.
46737         (scalbn_test): Likewise.
46738         (scalbln_test): Likewise.
46740 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46742         * sysdeps/x86_64/bits/atomic.h
46743         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
46744         64bit integer.
46745         (atomic_exchange_acq): Likewise.
46746         (__arch_exchange_and_add_body): Likewise.
46747         (__arch_add_body): Likewise.
46748         (atomic_add_negative): Likewise.
46749         (atomic_add_zero): Likewise.
46751 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46753         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
46754         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
46756 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46758         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
46759         Check __x86_64__ instead of __WORDSIZE.
46761 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46763         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
46765 2012-03-19  David S. Miller  <davem@davemloft.net>
46767         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46769         * sysdeps/sparc/fpu/fenv_private.h: New file.
46770         * sysdeps/sparc/fpu/math_private.h: Use it.
46771         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
46772         Remove.
46773         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
46774         (libc_feholdexcept_setroundl): Remove.
46775         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
46776         Remove.
46777         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
46778         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
46780 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46782         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
46783         int64_t instead of long int.
46784         (INSERT_WORDS64): Likwise.
46786 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46788         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
46789         _Unwind_GetCFA return to _Unwind_Ptr first.
46791 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
46793         [BZ #13629]
46794         * math/s_clog.c: Include <float.h>.
46795         (__clog): Scale large or subnormal inputs.
46796         * math/s_clogf.c: Likewise.
46797         * math/s_clogl.c: Likewise.
46798         * math/s_clog10.c: Include <float.h>.
46799         (M_LOG10_2): Define.
46800         (__clog10): Scale large or subnormal inputs.
46801         * math/s_clog10f.c: Likewise.
46802         * math/s_clog10l.c: Likewise.
46803         * math/libm-test.inc (clog_test): Add more tests.
46804         (clog10_test): Likewise.
46805         * sysdeps/i386/fpu/libm-test-ulps: Update.
46806         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46808         [BZ #11451]
46809         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
46810         x and y.
46811         * math/libm-test.inc (atan2_test): Add another test.
46813         * Makerules (common-objdir-compile): Remove.
46814         * sysdeps/unix/Makefile (config-generated): Do not add
46815         $(unix-generated) to variable.
46816         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
46817         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
46818         Remove rule.
46819         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
46820         Likewise.
46821         [generic bits/local_lim.h] (before-compile): Do not append to
46822         variable.
46823         [generic bits/local_lim.h] (common-generated): Likewise.
46824         [generic sys/param.h] (before-compile): Do not append to variable.
46825         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
46826         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
46827         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
46828         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
46829         include.
46830         [generic sys/param.h] (sys/param.h-includes): Remove variable.
46831         [generic sys/param.h] (sys/param.h-includes): Remove rule.
46832         [generic sys/param.h] ($(addprefix
46833         $(common-objpfx),$(sys/param.h-includes))): Likewise.
46834         [generic sys/param.h] (common-generated): Do not append to
46835         variable.
46836         [generic sys/param.h] (sysdep_headers): Likewise.
46837         [generic bits/errno.h] (before-compile): Do not append to
46838         variable.
46839         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
46840         rule.
46841         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
46842         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
46843         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
46844         [generic bits/errno.h] (common-generated): Do not append to
46845         variable.
46846         [generic bits/ioctls.h] (before-compile): Do not append to
46847         variable.
46848         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
46849         rule.
46850         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
46851         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
46852         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
46853         rule.
46854         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
46855         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
46856         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
46857         [generic bits/ioctls.h] (common-generated): Do not append to
46858         variable.
46859         [generic sys/syscall.h] (syscall.h): Remove variable.
46860         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
46861         rule.
46862         [generic sys/syscall.h] (before-compile): Do not append to
46863         variable.
46864         [generic sys/syscall.h] (common-generated): Likewise.
46865         * sysdeps/unix/errnos-tmpl.c: Remove file.
46866         * sysdeps/unix/errnos.awk: Likewise.
46867         * sysdeps/unix/ioctls-tmpl.c: Likewise.
46868         * sysdeps/unix/ioctls.awk: Likewise.
46869         * sysdeps/unix/mk-local_lim.c: Likewise.
46870         * sysdeps/unix/snarf-ioctls: Likewise.
46872 2012-03-19  Richard Henderson  <rth@twiddle.net>
46874         * sysdeps/i386/fpu/fenv_private.h: New file.
46875         * sysdeps/i386/fpu/math_private.h: Use it.
46876         (math_opt_barrier, math_force_eval): Remove.
46877         (libc_feholdexcept_setround_53bit): Remove.
46878         (libc_feupdateenv_53bit): Remove.
46879         * sysdeps/x86_64/fpu/math_private.h: Likewise.
46880         (math_opt_barrier, math_force_eval): Remove.
46881         (libc_feholdexcept): Remove.
46882         (libc_feholdexcept_setround): Remove.
46883         (libc_fetestexcept, libc_fesetenv): Remove.
46884         (libc_feupdateenv_test): Remove.
46885         (libc_feupdateenv, libc_feholdsetround): Remove.
46886         (libc_feresetround): Remove.
46888         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
46889         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
46891         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
46892         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
46893         (libc_feupdateenv_testl): New.
46894         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
46895         (libc_feupdateenv_testf): New.
46896         (libc_feupdateenv): Use libc_feupdateenv_test.
46897         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
46898         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
46900         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
46901         (libc_feholdsetroundf, libc_feholdsetroundl): New.
46902         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
46903         (libc_feresetround_noex): New.
46904         (libc_feresetround_noexf): New.
46905         (libc_feresetround_noexl): New.
46906         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
46907         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
46908         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
46909         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
46910         SET_RESTORE_ROUND.
46911         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
46912         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
46913         (__cos): Likewise.
46914         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
46915         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
46916         SET_RESTORE_ROUND_NOEX.
46917         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
46918         SET_RESTORE_ROUND_NOEXF.
46919         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
46920         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
46921         (libc_feholdsetroundf): New.
46922         (libc_feresetround, libc_feresetroundf): New.
46924         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
46925         (libc_feholdexcept_setround_53bit): Convert from macro to function.
46926         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
46928         * sysdeps/generic/math_private.h: Include <fenv.h>.
46929         (default_libc_feholdexcept): New.
46930         (default_libc_feholdexcept_setround): New.
46931         (default_libc_fesetenv, default_libc_feupdateenv): New.
46932         (libc_feholdexcept): Only define if undefined.
46933         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
46934         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
46935         (libc_feholdexcept_setroundl): Likewise.
46936         (libc_feholdexcept_setround_53bit): Likewise.
46937         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
46938         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
46939         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
46940         (libc_feupdateenv_53bit): Likewise.
46941         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
46942         (libc_feholdexcept): Convert from macro to inline function.
46943         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
46944         (libc_fesetenv, libc_feupdateenv): Likewise.
46946         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
46947         not previously defined.
46948         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
46949         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
46950         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
46951         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
46952         * sysdeps/ieee754/flt-32/math_private.h: New file.
46953         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
46954         math_private.h below SET_FLOAT_WORD.
46955         (__isnan, __isinf_ns, __finite): Remove.
46956         (__isnanf, __isinf_nsf, __finitef): Remove.
46958 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
46960         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46962 2012-03-17  David S. Miller  <davem@davemloft.net>
46964         [BZ #6471]
46965         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
46966         for 2.16.
46968 2012-03-16  David S. Miller  <davem@davemloft.net>
46970         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
46971         warnings.
46973         [BZ #6471]
46974         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
46975         properly.
46976         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
46977         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
46978         sysdep_routines when subdir is sysvipc.
46979         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
46980         __getshmlba helper.
46982         * sysdeps/sparc/fpu/libm-test/ulps: Update.
46984 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46986         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
46987         [__LP64__].
46989 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46991         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
46992         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
46993         (__lround): Renamed to ...
46994         (__llround): This.  Replace long int with long long int.
46995         Define lround functions as aliases of llround functions.
46996         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
46998 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47000         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
47001         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
47002         adresses to uintptr_t.  Replace "long int" and "unsigned long
47003         int" with "greg_t" on va_arg.
47005 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47007         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
47008         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
47010         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
47011         Move e_machine check before EI_CLASS check.  Handle x32
47012         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
47013         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
47014         SKIP_EM_IA_64 and include
47015         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
47017         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
47018         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
47019         (add_system_dir): New macro.
47021         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
47022         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
47024 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
47026         [BZ #2551]
47027         [BZ #2552]
47028         [BZ #2553]
47029         [BZ #2554]
47030         [BZ #2562]
47031         [BZ #2563]
47032         [BZ #2565]
47033         [BZ #2566]
47034         [BZ #2576]
47035         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
47036         (y0): Likewise.
47037         * math/w_j0f.c (j0f): Likewise.
47038         (y0f): Likewise.
47039         * math/w_j0l.c (__j0l): Likewise.
47040         (__y0l): Likewise.
47041         * math/w_j1.c (j1): Likewise.
47042         (y1): Likewise.
47043         * math/w_j1f.c (j1f): Likewise.
47044         (y1f): Likewise.
47045         * math/w_j1l.c (__j1l): Likewise.
47046         (__y1l): Likewise.
47047         * math/w_jn.c (jn): Likewise.
47048         (yn): Likewise.
47049         * math/w_jnf.c (jnf): Likewise.
47050         (ynf): Likewise.
47051         * math/w_jnl.c (__jnl): Likewise.
47052         (__ynl): Likewise.
47053         * math/libm-test.inc (j0_test): Add more tests.
47054         (j1_test): Likewise.
47055         (jn_test): Likewise.  Add trailing semicolon to existing test.
47056         (y0_test): Likewise.
47057         (y1_test): Likewise.
47058         * sysdeps/i386/fpu/libm-test-ulps: Update.
47059         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47061         [BZ #13851]
47062         [BZ #13854]
47063         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
47064         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
47065         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
47066         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
47067         (__tanl): Set errno for infinite argument.
47068         * sysdeps/i386/fpu/mptan.c: Remove.
47069         * sysdeps/i386/fpu/s_tan.S: Likewise.
47070         * sysdeps/i386/fpu/s_tanl.S: Likewise.
47071         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
47072         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
47073         * math/libm-test.inc (tan_test): Add more tests and enable more
47074         tests for double and long double.
47075         * sysdeps/i386/fpu/libm-test-ulps: Update.
47076         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47078 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
47080         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
47081         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
47083 2012-03-16  Roland McGrath  <roland@hack.frob.com>
47085         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
47086         * configure.in: Use it for both main tree and add-ons.
47087         * configure: Regenerated.
47089 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47091         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
47093 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
47095         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
47096         in comment.
47098         [BZ #13851]
47099         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
47100         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
47101         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
47102         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
47103         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
47104         infinite argument.
47105         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
47106         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
47107         != 0 for prec == 2.
47108         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
47109         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
47110         * sysdeps/i386/fpu/s_cosl.S: Likewise.
47111         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
47112         * sysdeps/i386/fpu/s_sinl.S: Likewise.
47113         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
47114         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
47115         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
47116         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
47117         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
47118         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
47119         * math/libm-test.inc (cos_test): Add more tests and enable more
47120         tests for long double.
47121         (sin_test): Likewise.
47122         (sincos_test): Likewise.
47123         * sysdeps/i386/fpu/libm-test-ulps: Update.
47124         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47126 2012-03-16  David S. Miller  <davem@davemloft.net>
47128         * sysdeps/sparc/fpu/math_private.h: New file.
47130 2012-03-15  David S. Miller  <davem@davemloft.net>
47132         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
47133         file.
47134         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
47135         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
47136         file.
47137         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
47138         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
47139         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
47140         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
47141         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
47142         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
47143         sysdep routines.
47144         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
47146         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
47147         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
47149         * sysdeps/sparc/sparc-ifunc.h: New file.
47150         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
47151         sparc-ifunc.h
47152         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
47153         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
47154         Likewise.
47155         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
47156         Likewise.
47157         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
47158         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
47159         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
47160         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
47161         Likewise.
47162         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
47163         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
47164         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
47165         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
47166         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
47167         Likewise.
47168         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
47169         Likewise.
47170         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
47171         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
47172         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
47173         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
47174         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
47175         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
47176         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
47177         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
47178         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
47179         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
47180         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
47181         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
47182         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
47183         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
47184         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
47185         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
47186         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
47187         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
47188         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
47189         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
47190         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
47191         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
47192         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
47193         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
47195 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
47197         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
47198         scaling.
47199         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47201 2012-03-15  Andreas Jaeger  <aj@suse.de>
47203         [BZ #13852]
47204         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
47205         ieee754/flt-32 implementation for sin, cos and sincos.
47206         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
47207         * sysdeps/i386/fpu/s_cosf.S: Likewise.
47208         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
47209         * sysdeps/i386/fpu/s_sinf.S: Likewise.
47210         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
47211         ieee754/flt-32 implementation for tan.
47213         * math/libm-test.inc (cos_test): Enable some large input tests for
47214         float as well
47215         (sin_test): Likewise.
47216         (sincos_test): Likewise.
47217         (tan_test): Add tests for large input.
47219         * sysdeps/i386/fpu/libm-test-ulps: Update.
47221 2012-03-15  Andreas Jaeger  <aj@suse.de>
47223         [BZ #13658]
47224         * math/libm-test.inc (cos_test): Add more test cases.
47225         (sin_test): Likewise.
47226         (sincos_test): Likewise.
47228 2012-03-15  Andreas Jaeger  <aj@suse.de>
47230         [BZ #13837]
47231         * math/libm-test.inc (cos_test): Add a test case for large input
47232         value.
47233         (sin_test): Likewise.
47234         (sincos_test): Likewise.
47236 2012-03-15  Andreas Jaeger  <aj@suse.de>
47237             Joseph Myers  <joseph@codesourcery.com>
47239         [BZ #13658]
47240         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
47241         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
47242         * sysdeps/i386/fpu/branred.c: Likewise.
47243         * sysdeps/i386/fpu/dosincos.c: Likewise.
47244         * sysdeps/i386/fpu/mpa.c: Likewise.
47245         * sysdeps/i386/fpu/s_cos.S: Likewise.
47246         * sysdeps/i386/fpu/s_sin.S: Likewise.
47247         * sysdeps/i386/fpu/s_sincos.S: Likewise.
47248         * sysdeps/i386/fpu/sincos32.c: Likewise.
47250         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
47251         Define.
47252         (libc_feupdateenv_53bit): Define.
47253         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
47254         Define.
47255         (libc_feupdateenv_53bit): Define.
47257         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
47258         53 bit (without extend i386 double precision).
47260         * math/libm-test.inc (sincos_test): Add tests for large input.
47261         (sin): Likewise.
47262         (cos): Likewise.
47264         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
47266 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
47268         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47270 2012-03-15  David S. Miller  <davem@davemloft.net>
47272         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
47273         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
47274         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
47275         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
47276         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
47277         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
47278         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
47279         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
47280         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
47281         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
47282         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
47283         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
47284         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
47285         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
47286         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
47287         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
47288         file.
47289         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
47290         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
47291         file.
47292         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
47293         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
47294         file.
47295         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
47296         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
47297         file.
47298         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
47299         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
47300         fmin/fmax sysdep routines.
47301         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
47303 2012-03-14  David S. Miller  <davem@davemloft.net>
47305         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
47306         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
47307         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
47308         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
47309         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
47310         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
47311         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
47312         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
47313         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
47314         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
47315         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
47316         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
47317         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
47318         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
47319         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
47320         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
47321         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
47322         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
47323         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
47324         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
47325         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
47326         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
47327         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
47328         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
47329         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
47330         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
47331         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
47332         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
47333         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
47334         routines.
47335         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
47336         file.
47337         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
47338         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
47339         file.
47340         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
47341         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
47342         file.
47343         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
47344         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
47345         file.
47346         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
47347         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
47348         file.
47349         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
47350         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
47351         file.
47352         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
47353         file.
47354         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
47355         file.
47356         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
47357         file.
47358         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
47359         New file.
47360         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
47361         file.
47362         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
47363         file.
47364         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
47365         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
47366         file.
47367         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
47368         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
47369         file.
47370         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
47371         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
47372         file.
47373         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
47374         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
47375         VIS3 routines.
47377         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
47378         New file.
47380         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47382         * sysdeps/sparc/configure.in: New file.
47383         * sysdeps/sparc/configure: Generate.
47384         * configure.in (libc_cv_sparc_as_vis3): Substitute.
47385         * configure: Regenerate.
47386         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
47387         * config.make.in (have-as-vis3): New.
47388         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
47389         available use -Av9d instead of -Av9a.
47390         * sysdeps/sparc/sparc64/Makefile: Likewise.
47391         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
47392         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
47393         New file.
47394         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
47395         file.
47396         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
47397         New file.
47398         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
47399         file.
47400         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
47401         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
47402         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
47403         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
47404         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
47406         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
47407         fzeros/fnegs to load 0x80000000 into a float register instead of
47408         using the stack.
47409         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
47411 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
47413         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47414         bits/syscall.h.
47415         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
47416         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
47417         ($(inst_includedir)/bits/syscall.h): Remove rule.
47418         ($(objpfx)bits/syscall.d): Include instead of
47419         $(objpfx)syscall-list.d.
47420         (generated): Change syscall-list.h and syscall-list.d to
47421         bits/syscall.h and bits/syscall.d.
47423 2012-03-14  Roland McGrath  <roland@hack.frob.com>
47425         [BZ #13846]
47426         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
47428 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
47430         [BZ #13841]
47431         * math/s_csqrt.c: Include <float.h>.
47432         (__csqrt): Scale large or subnormal inputs.
47433         * math/s_csqrtf.c: Likewise.
47434         * math/s_csqrtl.c: Likewise.
47435         * math/libm-test.inc (csqrt_test): Add more tests.
47436         * sysdeps/i386/fpu/libm-test-ulps: Update.
47437         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47439         [BZ #13840]
47440         * math/libm-test.inc (hypot_test): Add more tests.
47442 2012-03-13  David S. Miller  <davem@davemloft.net>
47444         [BZ #13840]
47445         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
47446         double-precision for the calculation instead of scaling.
47448 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
47450         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
47451         manipulate bits before adding and subtracting TWO52[sx].
47452         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
47453         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
47454         Likewise.
47455         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
47457 2012-03-13  David S. Miller  <davem@davemloft.net>
47459         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
47460         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
47461         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
47462         rtld-global-offsets.h
47463         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
47465         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
47466         large parameters.
47468         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
47470         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
47471         'err' in the ifdef scope in which it is actually used.
47473         * nss/nss_db/db-init.c: Include string.h
47475 2012-03-12  David S. Miller  <davem@davemloft.net>
47477         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
47478         masking out of the most significant byte of random value used.
47479         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47480         Fix coding style in previous change.
47482         * sysdeps/unix/sysv/linux/kernel-features.h
47483         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
47484         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
47485         expression.
47486         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
47487         later.
47489 2012-03-11  David S. Miller  <davem@davemloft.net>
47491         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
47492         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
47493         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
47494         for 'resultvar' otherwise things get truncated on 64-bit.
47496         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47497         Fix masking out of the most significant byte of random value used.
47499         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47501 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
47503         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47505 2012-03-09  David S. Miller  <davem@davemloft.net>
47507         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
47508         variables with appropriate CPP guards.
47509         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
47510         from the frame pointer, not the stack pointer.  Correct layout
47511         comments.  Fix test on resulting framesize and the management of
47512         the outregs buffer for pltexit.  Preserve floating point return
47513         values across _dl_call_pltexit call.
47514         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
47515         framesize and the management of the outregs buffer for pltexit.
47516         Preserve floating point return values across _dl_call_pltexit
47517         call.
47518         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
47519         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
47520         (la_sparc64_gnu_pltexit): New functions.
47521         (print_exit): Fix format string for return register value.
47523 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
47525         * sunrpc/Makefile (others): Add rpcgen.
47526         ($(objpfx)rpcgen): Remove special build rule and dependency on
47527         libc.
47528         * sunrpc/rpcgen.c: New file.
47530 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
47532         [BZ #13673]
47533         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
47534         * stdio-common/bug-vfprintf-nargs.c: Likewise.
47535         * sysdeps/i386/crti.S: Likewise.
47536         * sysdeps/i386/crtn.S: Likewise.
47537         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
47538         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
47539         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
47540         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
47541         * sysdeps/sh/crti.S: Likewise.
47542         * sysdeps/sh/crtn.S: Likewise.
47543         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
47545         [BZ #13673]
47546         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
47547         with URL.
47548         * locale/programs/locfile-kw.gperf: Likewise.
47549         * locale/programs/charmap-kw.h: Regenerated.
47550         * locale/programs/locfile-kw.h: Likewise.
47552         [BZ #13673]
47553         * intl/plural.y: Replace FSF snail mail address with URL.
47554         * intl/plural.c: Regenerated.
47556 2012-03-09  Richard Henderson  <rth@twiddle.net>
47558         * include/math_private.h: Remove file.
47559         * math/math_private.h: Move file ...
47560         * sysdeps/generic/math_private.h: ... here.
47562         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
47563         * sysdeps/powerpc/fpu/math_private.h: Likewise.
47564         * sysdeps/x86_64/fpu/math_private.h: Likewise.
47566         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
47567         and <math_private.h>.
47568         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
47569         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
47570         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
47571         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
47572         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
47573         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
47574         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
47575         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47576         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
47577         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
47578         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47579         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
47580         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
47581         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
47582         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
47583         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
47584         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
47585         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
47586         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
47587         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
47588         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47589         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
47590         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
47591         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47592         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
47593         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
47594         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
47595         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
47596         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47597         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
47598         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
47599         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
47600         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
47601         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
47602         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
47603         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
47604         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
47605         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
47606         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
47607         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47608         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
47609         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
47610         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
47611         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
47612         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
47613         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
47614         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
47615         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
47616         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
47617         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
47618         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
47619         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
47620         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
47621         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
47622         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
47623         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
47624         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47625         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
47626         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
47627         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
47628         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
47629         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
47630         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47631         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
47632         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
47633         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
47634         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
47635         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
47636         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
47637         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
47638         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
47639         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
47640         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
47641         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
47642         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
47643         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
47644         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
47645         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
47646         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
47647         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
47648         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
47649         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
47650         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
47651         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
47652         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
47653         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
47654         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
47655         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
47656         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
47657         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
47658         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
47659         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
47660         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
47661         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
47662         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
47663         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
47664         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
47665         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
47666         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
47667         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
47668         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
47669         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
47670         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
47671         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
47672         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
47673         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
47674         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
47675         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
47676         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
47677         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
47678         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
47679         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
47680         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
47681         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
47682         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
47683         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
47684         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
47685         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
47686         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
47687         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
47688         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
47689         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
47690         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
47691         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
47692         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
47693         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
47694         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
47695         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
47696         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
47697         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
47698         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
47699         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
47700         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
47701         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
47702         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
47703         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47704         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
47705         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
47706         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
47707         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
47708         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
47709         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47710         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47711         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
47712         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
47713         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
47714         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
47715         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
47716         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
47717         * sysdeps/ieee754/k_standard.c: Likewise.
47718         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
47719         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
47720         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
47721         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
47722         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
47723         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
47724         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
47725         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
47726         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
47727         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
47728         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
47729         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
47730         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
47731         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
47732         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
47733         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
47734         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
47735         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
47736         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
47737         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
47738         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
47739         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
47740         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
47741         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
47742         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
47743         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
47744         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
47745         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
47746         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
47747         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
47748         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
47749         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
47750         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
47751         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
47752         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
47753         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
47754         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
47755         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
47756         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
47757         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
47758         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
47759         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
47760         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
47761         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
47762         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
47763         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
47764         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
47765         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
47766         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
47767         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
47768         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
47769         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
47770         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
47771         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
47772         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
47773         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
47774         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
47775         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
47776         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
47777         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
47778         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
47779         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
47780         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
47781         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
47782         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
47783         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
47784         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
47785         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
47786         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
47787         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
47788         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
47789         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
47790         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
47791         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
47792         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
47793         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
47794         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
47795         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
47796         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
47797         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
47798         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
47799         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
47800         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
47801         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
47802         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
47803         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
47804         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
47805         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
47806         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
47807         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
47808         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
47809         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
47810         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
47811         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
47812         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
47813         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
47814         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
47815         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
47816         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
47817         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
47818         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
47819         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
47820         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
47821         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
47822         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
47823         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
47824         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
47825         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
47826         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
47827         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
47828         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
47829         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
47830         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
47831         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
47832         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
47833         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
47834         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
47835         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
47836         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
47837         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
47838         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
47839         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
47840         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
47841         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
47842         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
47843         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
47844         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
47845         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
47846         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
47847         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
47848         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
47849         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
47850         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
47851         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
47852         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
47853         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
47854         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
47855         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
47856         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
47857         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
47858         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
47859         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
47860         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
47861         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
47862         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47863         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
47864         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
47865         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
47866         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
47867         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
47868         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
47869         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
47870         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47871         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
47872         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
47873         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
47874         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
47875         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
47876         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
47877         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
47878         * sysdeps/ieee754/s_lib_version.c: Likewise.
47879         * sysdeps/ieee754/s_matherr.c: Likewise.
47880         * sysdeps/ieee754/s_signgam.c: Likewise.
47881         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
47882         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
47883         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
47884         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
47885         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
47886         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
47887         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
47888         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
47889         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
47890         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
47891         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
47892         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
47893         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
47894         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
47895         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
47896         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
47897         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
47898         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
47899         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
47900         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
47901         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
47903 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
47905         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
47906         * sunrpc/rpc_main.c: Likewise.
47907         * sunrpc/rpc_svcout.c: Likewise.
47909 2012-03-09  David S. Miller  <davem@davemloft.net>
47911         * include/math_private.h: New file.
47913 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
47915         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
47916         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
47917         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
47918         from <bits/socket_type.h>.
47919         (enum __socket_type): Don't define here.
47920         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
47921         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47922         bits/socket_type.h.
47924         [BZ #13566]
47925         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
47926         checking __USE_GNU.
47928         * Makerules ($(inst_includedir)/%.h): New rule.
47929         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
47930         (install-others): Remove variable setting.
47931         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
47933 2012-03-08  Richard Henderson  <rth@twiddle.net>
47935         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
47936         from macro to inline function; merge with the
47937         !__LIBC_INTERNAL_MATH_INLINES version.
47938         (__ieee754_sqrtf): Likewise.
47940         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
47941         to inline function.
47942         (__rintf, __floor, __floorf): Likewise.
47944         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
47945         macro to inline function.
47946         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
47948         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
47949         not <math/math_private.h>.
47951 2012-03-08  David S. Miller  <davem@davemloft.net>
47953         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
47954         copyright year.
47955         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
47957 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
47959         * resolv/gai_misc.c (handle_requests): Fix struct timespec
47960         normalization.
47961         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
47962         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
47964 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
47966         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
47967         be defined individually, they must be defined as a block.  Define
47968         S for printing a string instead of hidint the different by using a
47969         macro for adding the 'l'.
47970         * stdio-common/tst-fphex-wide.c: Adjust.
47972 2012-03-07  Marek Polacek  <polacek@redhat.com>
47974         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
47976 2012-03-08  Marek Polacek  <polacek@redhat.com>
47978         [BZ #13806]
47979         * stdio-common/Makefile (tests): Add tst-fphex-wide.
47980         * stdio-common/tst-fphex.c: Define a few macros to make the
47981         test reusable.  Use them.
47982         * stdio-common/tst-fphex-wide.c: New file.
47984 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
47986         [BZ #6911]
47987         * manual/macros.texi (gnusystems): New macro.
47988         (nongnusystems): Likewise.
47989         (gnulinuxhurdsystems): Likewise.
47990         (gnuhurdsystems): Likewise..
47991         (gnulinuxsystems): Likewise.
47992         * manual/charset.texi: Use new macros or @theglibc{} to refer to
47993         variants of the GNU system, not "GNU system".
47994         * manual/conf.texi: Likewise.
47995         * manual/errno.texi: Likewise.  Update example of errno macro
47996         expansion.
47997         * manual/filesys.texi: Likewise.
47998         (getumask): Document as specific to GNU/Hurd.
47999         * manual/install.texi: Likewise.  Reword some references to
48000         GNU/Linux.
48001         * manual/intro.texi: Likewise.
48002         * manual/io.texi: Likewise.
48003         (File Name Portability): Detail which constraints are inapplicable
48004         to all GNU systems and which are only inapplicable to GNU/Hurd.
48005         * manual/job.texi: Likewise.
48006         * manual/llio.texi: Likewise.
48007         (O_NOCTTY): Document as present on GNU/Linux.
48008         * manual/maint.texi: Likewise.
48009         * manual/memory.texi: Likewise.
48010         * manual/pattern.texi: Likewise.
48011         * manual/pipe.texi: Likewise.
48012         * manual/process.texi: Likewise.
48013         * manual/resource.texi: Likewise.
48014         (RUSAGE_CHILDREN): Remove statement about specifying a particular
48015         child on GNU/Hurd.
48016         * manual/setjmp.texi: Likewise.
48017         * manual/signal.texi: Likewise.
48018         * manual/startup.texi: Likewise.
48019         * manual/stdio.texi: Likewise.
48020         * manual/terminal.texi: Likewise.
48021         (ONLCR): Document as POSIX.
48022         (OXTABS): Document availability on GNU/Linux as XTABS.
48023         (ONOEOT): Document availability separately from other bits.
48024         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
48025         * manual/time.texi: Likewise.
48026         * manual/users.texi: Likewise.
48027         * INSTALL: Regenerated.
48028         * sysdeps/gnu/errlist.c: Regenerated.
48030         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
48031         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
48032         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
48033         puts.
48034         * configure: Regenerated.
48036 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
48038         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
48039         default includes instead of AC_HEADER_CHECK.
48040         * sysdeps/i386/configure: Regenerated.
48042         [BZ #10716]
48043         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
48044         * math/s_cacoshf.c (__cacoshf): Likewise.
48045         * math/s_cacoshl.c (__cacoshl): Likewise.
48046         * math/s_casinh.c (__casinh): Set signs of result from argument.
48047         * math/s_casinhf.c (__casinhf): Likewise.
48048         * math/s_casinhl.c (__casinhl): Likewise.
48049         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
48050         (casinh_test): Add more tests.
48051         * sysdeps/i386/fpu/libm-test-ulps: Update.
48052         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48054 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
48056         * po/zh_TW.po: Update from translation team.
48058         * login/Makefile (distribute): Remove variable.
48059         * catgets/Makefile: Likewise.
48060         * mach/Makefile: Likewise.
48061         * malloc/Makefile: Likewise.
48062         * misc/Makefile: Likewise.
48063         * iconv/Makefile: Likewise.
48064         * nscd/Makefile: Likewise.
48065         * hurd/Makefile: Likewise.
48066         * manual/Makefile: Likewise.
48067         * locale/Makefile: Likewise.
48068         * intl/Makefile: Likewise.
48069         * conform/Makefile: Likewise.
48070         * nss/Makefile: Likewise.
48071         * time/Makefile: Likewise.
48072         * soft-fp/Makefile: Likewise.
48073         * dirent/Makefile: Likewise.
48074         * gmon/Makefile: Likewise.
48075         * po/Makefile: Likewise.
48076         * rt/Makefile: Likewise.
48077         * socket/Makefile: Likewise.
48078         * math/Makefile: Likewise.
48079         * signal/Makefile: Likewise.
48080         * debug/Makefile: Likewise.
48081         * elf/Makefile: Likewise.
48082         * timezone/Makefile: Likewise.
48083         * stdlib/Makefile: Likewise.
48084         * iconvdata/Makefile: Likewise.
48085         * sunrpc/Makefile: Likewise.
48086         * io/Makefile: Likewise.
48087         * argp/Makefile: Likewise.
48088         * inet/Makefile: Likewise.
48089         * hesiod/Makefile: Likewise.
48090         * grp/Makefile: Likewise.
48091         * csu/Makefile: Likewise.
48092         * wctype/Makefile: Likewise.
48093         * crypt/Makefile: Likewise.
48094         * libio/Makefile: Likewise.
48095         * string/Makefile: Likewise.
48096         * nis/Makefile: Likewise.
48097         * resolv/Makefile: Likewise.
48098         * stdio-common/Makefile: Likewise.
48099         * wcsmbs/Makefile: Likewise.
48100         * dlfcn/Makefile: Likewise.
48101         * posix/Makefile: Likewise.
48103         [BZ #6959]
48104         * timezone/Makefile: Don't install timezone files, just the programs
48105         and scripts.
48107 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
48109         * nss/databases.def: Add missing gshadow entry.
48111         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
48113 2012-03-06  Marek Polacek  <polacek@redhat.com>
48115         [BZ #13726]
48116         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
48117         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
48118         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
48119         * stdio-common/tst-long-dbl-fphex.c: New file.
48121 2012-03-06  David S. Miller  <davem@davemloft.net>
48123         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
48124         (set_obp_int): New function.
48125         (get_obp_int): New function.
48126         (__get_clockfreq_via_dev_openprom): Likewise.
48127         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
48128         Avoid unused variable warnings on 'val' and use builtin_expect.
48129         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
48130         __builtin_expect.
48131         (INLINE_CLONE_SYSCALL): Likewise.
48133 2012-03-05  David S. Miller  <davem@davemloft.net>
48135         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48137 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
48139         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48141         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
48142         only for |x| >= 40.
48143         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48145 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
48147         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
48148         Replace gettimeofday with __vdso_gettimeofday.
48150         * sysdeps/unix/sysv/linux/x86_64/init-first.c
48151         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
48152         __vdso_clock_gettime and __vdso_getcpu.
48154         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
48155         time with __vdso_time.
48157 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
48159         * manual/lang.texi (size_t): Note types to which size_t may be
48160         equivalent with the GNU C Library, but do not describe when
48161         differences between them are significant.
48163 2012-03-05  Andreas Jaeger  <aj@suse.de>
48165         * sysdeps/i386/fpu/libm-test-ulps: Update.
48167 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
48169         [BZ #3976]
48170         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
48171         (__ieee754_pow): Save and restore rounding mode and use
48172         round-to-nearest for main computations.
48173         * math/libm-test.inc (pow_test_tonearest): New function.
48174         (pow_test_towardzero): Likewise.
48175         (pow_test_downward): Likewise.
48176         (pow_test_upward): Likewise.
48177         (main): Call the new functions.
48178         * sysdeps/i386/fpu/libm-test-ulps: Update.
48179         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48181         [BZ #3976]
48182         * math/libm-test.inc (cosh_test_tonearest): New function.
48183         (cosh_test_towardzero): Likewise.
48184         (cosh_test_downward): Likewise.
48185         (cosh_test_upward): Likewise.
48186         (sinh_test_tonearest): Likewise.
48187         (sinh_test_towardzero): Likewise.
48188         (sinh_test_downward): Likewise.
48189         (sinh_test_upward): Likewise.
48190         (main): Call the new functions.
48191         * sysdeps/i386/fpu/libm-test-ulps: Update.
48192         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48194 2012-03-05  Tom de Vries  <tom@codesourcery.com>
48196         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
48197         default stack guard is set in last bytes.
48198         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
48200 2012-03-05  Kees Cook  <keescook@chromium.org>
48202         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
48204         [BZ #13656]
48205         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
48206         possibly allocate from heap instead of stack.
48207         * stdio-common/bug-vfprintf-nargs.c: New file.
48208         * stdio-common/Makefile (tests): Add nargs overflow test.
48210 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
48212         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48214 2012-03-03  Marek Polacek  <polacek@redhat.com>
48216         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
48217         * math/math_private.h: Likewise.
48218         * stdlib/tst-strtod.c: Likewise.
48219         * sysdeps/i386/i486/bits/atomic.h: Likewise.
48220         * sysdeps/x86_64/bits/atomic.h: Likewise.
48222 2012-03-02  David S. Miller  <davem@davemloft.net>
48224         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
48225         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
48226         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
48227         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
48228         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
48229         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
48230         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
48231         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
48233 2012-03-02  Roland McGrath  <roland@hack.frob.com>
48235         [BZ #13792]
48236         * manual/examples/README: New file, says the example source files
48237         can be used under GPL>=2.
48238         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
48239         line containing just "*/".
48240         * manual/examples/add.c: Add copyright header (GPL>=2).
48241         * manual/examples/argp-ex1.c: Likewise.
48242         * manual/examples/argp-ex2.c: Likewise.
48243         * manual/examples/argp-ex3.c: Likewise.
48244         * manual/examples/argp-ex4.c: Likewise.
48245         * manual/examples/atexit.c: Likewise.
48246         * manual/examples/db.c: Likewise.
48247         * manual/examples/dir.c: Likewise.
48248         * manual/examples/dir2.c: Likewise.
48249         * manual/examples/execinfo.c: Likewise.
48250         * manual/examples/filecli.c: Likewise.
48251         * manual/examples/filesrv.c: Likewise.
48252         * manual/examples/fmtmsgexpl.c: Likewise.
48253         * manual/examples/genpass.c: Likewise.
48254         * manual/examples/inetcli.c: Likewise.
48255         * manual/examples/inetsrv.c: Likewise.
48256         * manual/examples/isockad.c: Likewise.
48257         * manual/examples/longopt.c: Likewise.
48258         * manual/examples/memopen.c: Likewise.
48259         * manual/examples/memstrm.c: Likewise.
48260         * manual/examples/mkfsock.c: Likewise.
48261         * manual/examples/mkisock.c: Likewise.
48262         * manual/examples/mygetpass.c: Likewise.
48263         * manual/examples/pipe.c: Likewise.
48264         * manual/examples/popen.c: Likewise.
48265         * manual/examples/rprintf.c: Likewise.
48266         * manual/examples/search.c: Likewise.
48267         * manual/examples/select.c: Likewise.
48268         * manual/examples/setjmp.c: Likewise.
48269         * manual/examples/sigh1.c: Likewise.
48270         * manual/examples/sigusr.c: Likewise.
48271         * manual/examples/stpcpy.c: Likewise.
48272         * manual/examples/strdupa.c: Likewise.
48273         * manual/examples/strftim.c: Likewise.
48274         * manual/examples/strncat.c: Likewise.
48275         * manual/examples/subopt.c: Likewise.
48276         * manual/examples/swapcontext.c: Likewise.
48277         * manual/examples/termios.c: Likewise.
48278         * manual/examples/testopt.c: Likewise.
48279         * manual/examples/testpass.c: Likewise.
48280         * manual/examples/timeval_subtract.c: Likewise.
48282         [BZ #13792]
48283         * manual/time.texi (Elapsed Time): Move timeval_subtract example
48284         function to ...
48285         * manual/timeval_subtract.c.texi: ... here, new file.
48287 2012-03-02  David S. Miller  <davem@davemloft.net>
48289         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
48291 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
48293         [BZ #3976]
48294         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
48295         (__sin): Save and restore rounding mode and use round-to-nearest
48296         for all computations.
48297         (__cos): Save and restore rounding mode and use round-to-nearest
48298         for all computations.
48299         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
48300         <fenv.h>.
48301         (tan): Save and restore rounding mode and use round-to-nearest for
48302         all computations.
48303         * math/libm-test.inc (cos_test_tonearest): New function.
48304         (cos_test_towardzero): Likewise.
48305         (cos_test_downward): Likewise.
48306         (cos_test_upward): Likewise.
48307         (sin_test_tonearest): Likewise.
48308         (sin_test_towardzero): Likewise.
48309         (sin_test_downward): Likewise.
48310         (sin_test_upward): Likewise.
48311         (tan_test_tonearest): Likewise.
48312         (tan_test_towardzero): Likewise.
48313         (tan_test_downward): Likewise.
48314         (tan_test_upward): Likewise.
48315         (main): Call the new functions.
48316         * sysdeps/i386/fpu/libm-test-ulps: Update.
48317         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48319         [BZ #10135]
48320         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
48321         small n, then large n, before computing and testing k+n.
48322         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
48323         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
48324         Likewise.
48325         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
48326         Likewise.
48327         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
48328         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
48329         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
48330         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
48331         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
48332         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
48333         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
48334         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
48335         * math/libm-test.inc (scalbn_test): Add more tests.
48336         (scalbln_test): Likewise.
48338         * manual/filesys.texi (mode_t): Describe constraints on size and
48339         signedness, not exact equivalence to a particular type.
48340         (ino_t): Likewise.
48341         (ino64_t): Likewise.
48342         (dev_t): Likewise.
48343         (nlink_t): Likewise.
48344         (blkcnt_t): Likewise.
48345         (blkcnt64_t): Likewise.
48346         * manual/llio.texi (off_t): Likewise.
48348         [BZ #3976]
48349         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
48350         (__ieee754_exp): Save and restore rounding mode and use
48351         round-to-nearest for all computations.
48352         * math/libm-test.inc (exp_test_tonearest): New function.
48353         (exp_test_towardzero): Likewise.
48354         (exp_test_downward): Likewise.
48355         (exp_test_upward): Likewise.
48356         (main): Call the new functions.
48357         * sysdeps/i386/fpu/libm-test-ulps: Update.
48358         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48360 2012-03-01  Chris Demetriou  <cgd@google.com>
48362         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
48363         have predictable order.
48365 2012-03-01  David S. Miller  <davem@davemloft.net>
48367         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
48369         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
48370         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
48371         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
48372         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
48374         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
48375         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
48376         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
48377         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
48378         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
48379         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
48380         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
48381         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
48382         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
48384         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48386         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
48387         * sysdeps/sparc/fpu/libm-test-ulps: to here.
48388         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
48390         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
48391         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
48392         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
48393         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
48394         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
48395         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
48396         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
48397         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
48398         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
48399         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
48400         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
48401         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48402         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
48403         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
48404         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
48405         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
48406         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
48407         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
48408         * sysdeps/sparc/elf/configure: Regenerated.
48410 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
48412         * configure.in (AS, LD): Require binutils 2.20 or later.
48413         * configure: Regenerated.
48414         * manual/install.texi (Tools for Compilation): Give binutils 2.20
48415         as required minimum version.
48416         * INSTALL: Regenerated.
48418         [BZ #2541]
48419         [BZ #4108]
48420         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
48421         before squaring exponent.
48422         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
48423         bottom long double and 27 bits of top long double before squaring
48424         exponent.
48425         * math/libm-test.inc (erfc_test): Add more tests.
48426         * sysdeps/i386/fpu/libm-test-ulps: Update.
48427         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
48428         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48430 2012-03-01  Kai Tietz  <ktietz@redhat.com>
48432         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
48433         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
48434         containing bit-fields.
48435         * soft-fp/extended.h (_FP_UNION_E): Likewise.
48436         * soft-fp/single.h (_FP_UNION_S): Likewise.
48437         * soft-fp/double.h (_FP_UNION_D): Likewise.
48439 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
48441         [BZ #13786]
48442         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
48443         not include ../strcmp.S.
48444         [USE_AS_STRNCASECMP_L]: Likewise.
48445         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
48446         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
48447         * sysdeps/i386/i686/multiarch/strncase_l-c.c
48448         (__strncasecmp_l_ia32): Define as alias to
48449         __strncasecmp_l_nonascii.
48451         [BZ #5794]
48452         * math/libm-test.inc (expm1_test): Add test for bug 5794.
48453         * sysdeps/i386/fpu/libm-test-ulps: Update.
48454         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48456         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
48457         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48459 2012-02-29  Jeff Law  <law@redhat.com>
48461         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
48462         out of bounds read.
48464 2012-02-29  Marek Polacek  <polacek@redhat.com>
48466         [BZ #13706]
48467         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
48468         * elf/Makefile: Add rules to run tst-unused-dep.out.
48470 2012-02-28  David S. Miller  <davem@davemloft.net>
48472         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
48473         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
48474         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
48475         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
48476         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
48477         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
48479 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
48481         * math/libm-test.inc (llround_test): Move one test from
48482         lround_test.  Use TEST_f_L in moved test.
48483         (lround_test): Move misplaced test to llround_test.  Add testcase
48484         from bug 2561.
48486 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
48488         * sysdeps/x86_64/fpu/e_expf.S: New file.
48489         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
48491 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
48493         [BZ #13637]
48494         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
48495         of remain_len that may cause incomplete multi-byte character and
48496         false match.
48497         * posix/bug-regex33.c: New file.
48498         * posix/Makefile (tests): Add bug-regex33.
48500 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
48502         * manual/macros.texi: New file.
48503         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
48504         * manual/libc.texinfo: Include macros.texi.
48505         * manual/creatute.texi: Likewise.
48506         * manual/install.texi: Likewise.
48507         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
48508         @glibcadj{} in references to the GNU C Library.
48509         * manual/charset.texi: Likewise.
48510         * manual/conf.texi: Likewise.
48511         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
48512         when not using those macros.
48513         * manual/creature.texi: Likewise.
48514         * manual/crypt.texi: Likewise.
48515         * manual/errno.texi: Likewise.
48516         * manual/filesys.texi: Likewise.
48517         * manual/header.texi: Likewise.
48518         * manual/install.texi: Likewise.
48519         * manual/intro.texi: Likewise.
48520         * manual/io.texi: Likewise.
48521         * manual/job.texi: Likewise.
48522         * manual/lang.texi: Likewise.
48523         * manual/libc.texiinfo: Likewise.
48524         * manual/llio.texi: Likewise.
48525         * manual/locale.texi: Likewise.
48526         * manual/maint.texi: Likewise.
48527         * manual/math.texi: Likewise.
48528         * manual/memory.texi: Likewise.
48529         * manual/message.texi: Likewise.
48530         * manual/nss.texi: Likewise.
48531         * manual/pattern.texi: Likewise.
48532         * manual/process.texi: Likewise.
48533         * manual/resource.texi: Likewise.
48534         * manual/search.texi: Likewise.
48535         * manual/setjmp.texi: Likewise.
48536         * manual/signal.texi: Likewise.
48537         * manual/socket.texi: Likewise.
48538         * manual/startup.texi: Likewise.
48539         * manual/stdio.texi: Likewise.
48540         * manual/string.texi: Likewise.
48541         * manual/sysinfo.texi: Likewise.
48542         * manual/syslog.texi: Likewise.
48543         * manual/terminal.texi: Likewise.
48544         * manual/time.texi: Likewise.
48545         * manual/users.texi: Likewise.
48546         * INSTALL: Regenerated.
48547         * NOTES: Regenerated.
48548         * sysdeps/gnu/errlist.c: Regenerated.
48550 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
48552         * include/dirent.h: Include <dirstream.h> before
48553         <dirent/dirent.h>.
48555 2012-02-28  David S. Miller  <davem@davemloft.net>
48557         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
48558         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
48559         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
48560         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
48562 2012-02-27  David S. Miller  <davem@davemloft.net>
48564         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
48565         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
48566         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
48567         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
48569         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
48570         frame pointer instead of stack pointer relative arg slot.
48571         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
48572         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
48573         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
48575 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
48577         [BZ #3992]
48578         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
48580 2012-02-27  David S. Miller  <davem@davemloft.net>
48582         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
48583         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
48584         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
48585         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
48586         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
48587         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
48588         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
48589         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
48591 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
48593         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
48594         later.  Allow versions 5-9.
48595         * configure: Regenerated.
48596         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
48597         required minimum version and 4.6 as recommended version.  Do not
48598         mention bugs in GCC 2.7 and 2.8.
48599         * INSTALL: Regenerated.
48601 2012-02-27  David S. Miller  <davem@davemloft.net>
48603         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
48604         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
48605         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
48606         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
48607         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
48608         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
48609         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
48610         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
48612         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
48613         manipulate bits before adding and subtracting TWO112[sx].
48614         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
48616 2012-02-27  Roland McGrath  <roland@hack.frob.com>
48618         [BZ #13775]
48619         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
48620         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
48621         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
48622         being in POSIX, because they are in 1003.1-2008.
48624         * rt/tst-aio.c: Include <fcntl.h>.
48625         * rt/tst-aio7.c: Likewise.
48626         * rt/tst-aio64.c: Likewise.
48628         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
48630 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
48632         * manual/install.texi (--with-headers): Describe headers as
48633         interface headers, not private headers.
48634         (Specific advice for GNU/Linux systems): Describe use of headers
48635         from "make headers_install", not private headers from older
48636         kernels.
48637         * INSTALL: Regenerated.
48638         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
48639         Change to 2.6.19.
48640         * sysdeps/unix/sysv/linux/configure: Regenerated.
48642         * manual/llio.texi (fclean): Remove documentation.
48644         * manual/Makefile (libc-texi-generated): New variable.  Include
48645         version.texi.
48646         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
48647         $(libc-texi-generated), not duplicated list of files.
48648         (version.texi, stamp-version): New rules.
48649         (realclean): Remove $(libc-texi-generated), not individual files
48650         from that list.  Do not remove dir-add.texinfo.
48651         * manual/libc.texinfo: Comment out uses of edition numbers and
48652         references to printed manual.  Remove last-updated dates.
48653         (EDITION): Comment out.
48654         (ISBN): Likewise.
48655         (VERSION, UPDATED): Remove.
48656         (version.texi): Include.
48658 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
48660         * sysdeps/posix/spawni.c: Include <signal.h>.
48661         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
48662         * sysdeps/pthread/aio_fsync.c: Likewise.
48664 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
48666         * conform/Makefile (tests): Run only when not cross-compiling and
48667         when fast-check is not defined.
48669         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
48670         * conform/data/limits.h-data: Fixes for POSIX2008.
48671         * conform/run-conformtest.sh: Run all tests.
48672         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
48673         headers.
48674         * include/bits/dlfcn.h: Likewise.
48675         * include/langinfo.h: Likewise.
48676         * include/monetary.h: Likewise.
48677         * include/sys/poll.h: Likewise.
48679         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
48680         for __USE_GNU.
48681         * posix/spawn.h: Define __need_sigset_t.
48682         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
48683         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
48684         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
48685         to get sigevent_t only.
48686         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
48687         only for __USE_GNU.
48688         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
48689         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48690         process_vm_writev only for __USE_GNU.
48691         * termios/termios.h: Declare tcgetsid also for POSIX2008.
48693         * conform/Makefile: For now ignore errors from run-conformtest.
48694         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
48695         POSIX to avoid namespace pollution.  Don't prepend headers.
48696         * conform/data/aio.h-data: Fixes for POSIX testing.
48697         * conform/data/fcntl.h-data: Likewise.
48698         * conform/data/glob.h-data: Likewise.
48699         * conform/data/grp.h-data: Likewise.
48700         * conform/data/pthread.h-data: Likewise.
48701         * conform/data/pwd.h-data: Likewise.
48702         * conform/data/signal.h-data: Likewise.
48703         * conform/data/spawn.h-data: Likewise.
48704         * conform/data/stdio.h-data: Likewise.
48705         * conform/data/stdlib.h-data: Likewise.
48706         * conform/data/stropts.h-data: Likewise.
48707         * conform/data/sys/mman.h-data: Likewise.
48708         * conform/data/sys/stat.h-data: Likewise.
48709         * conform/data/sys/types.h-data: Likewise.
48710         * conform/data/sys/wait.h-data: Likewise.
48711         * conform/data/time.h-data: Likewise.
48712         * conform/data/unistd.h-data: Likewise.
48713         * conform/data/utime.h-data: Likewise.
48715         * io/sys/stat.h: fchmod was always in POSIX.
48716         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
48717         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
48718         * rt/aio.h: Define __need_timespec before including <time.h>.
48719         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
48720         struct.  Add forward declaration of pthread_attr_t and use it in
48721         sigevent.
48722         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
48723         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
48724         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
48725         always remove CLK_TCK definition.
48727 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
48729         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
48731 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
48733         * conform/run-conformtest.sh: New file.
48734         * conform/Makefile: Run run-conformtest for tests.
48735         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
48736         support.
48738         * conform/data/uchar.h-data: New file.
48739         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
48740         * conform/data/arpa/inet.h-data: Likewise.
48741         * conform/data/assert.h-data: Likewise.
48742         * conform/data/complex.h-data: Likewise.
48743         * conform/data/cpio.h-data: Likewise.
48744         * conform/data/ctype.h-data: Likewise.
48745         * conform/data/dirent.h-data: Likewise.
48746         * conform/data/dlfcn.h-data: Likewise.
48747         * conform/data/errno.h-data: Likewise.
48748         * conform/data/fcntl.h-data: Likewise.
48749         * conform/data/float.h-data: Likewise.
48750         * conform/data/fmtmsg.h-data: Likewise.
48751         * conform/data/fnmatch.h-data: Likewise.
48752         * conform/data/ftw.h-data: Likewise.
48753         * conform/data/glob.h-data: Likewise.
48754         * conform/data/grp.h-data: Likewise.
48755         * conform/data/iconv.h-data: Likewise.
48756         * conform/data/inttypes.h-data: Likewise.
48757         * conform/data/langinfo.h-data: Likewise.
48758         * conform/data/libgen.h-data: Likewise.
48759         * conform/data/limits.h-data: Likewise.
48760         * conform/data/locale.h-data: Likewise.
48761         * conform/data/math.h-data: Likewise.
48762         * conform/data/monetary.h-data: Likewise.
48763         * conform/data/mqueue.h-data: Likewise.
48764         * conform/data/ndbm.h-data: Likewise.
48765         * conform/data/net/if.h-data: Likewise.
48766         * conform/data/netdb.h-data: Likewise.
48767         * conform/data/netinet/in.h-data: Likewise.
48768         * conform/data/nl_types.h-data: Likewise.
48769         * conform/data/poll.h-data: Likewise.
48770         * conform/data/pthread.h-data: Likewise.
48771         * conform/data/pwd.h-data: Likewise.
48772         * conform/data/regex.h-data: Likewise.
48773         * conform/data/sched.h-data: Likewise.
48774         * conform/data/search.h-data: Likewise.
48775         * conform/data/semaphore.h-data: Likewise.
48776         * conform/data/setjmp.h-data: Likewise.
48777         * conform/data/signal.h-data: Likewise.
48778         * conform/data/spawn.h-data: Likewise.
48779         * conform/data/stdarg.h-data: Likewise.
48780         * conform/data/stdio.h-data: Likewise.
48781         * conform/data/stdlib.h-data: Likewise.
48782         * conform/data/string.h-data: Likewise.
48783         * conform/data/strings.h-data: Likewise.
48784         * conform/data/stropts.h-data: Likewise.
48785         * conform/data/sys/ipc.h-data: Likewise.
48786         * conform/data/sys/mman.h-data: Likewise.
48787         * conform/data/sys/msg.h-data: Likewise.
48788         * conform/data/sys/resource.h-data: Likewise.
48789         * conform/data/sys/select.h-data: Likewise.
48790         * conform/data/sys/sem.h-data: Likewise.
48791         * conform/data/sys/shm.h-data: Likewise.
48792         * conform/data/sys/socket.h-data: Likewise.
48793         * conform/data/sys/stat.h-data: Likewise.
48794         * conform/data/sys/statvfs.h-data: Likewise.
48795         * conform/data/sys/time.h-data: Likewise.
48796         * conform/data/sys/timeb.h-data: Likewise.
48797         * conform/data/sys/times.h-data: Likewise.
48798         * conform/data/sys/types.h-data: Likewise.
48799         * conform/data/sys/uio.h-data: Likewise.
48800         * conform/data/sys/un.h-data: Likewise.
48801         * conform/data/sys/utsname.h-data: Likewise.
48802         * conform/data/sys/wait.h-data: Likewise.
48803         * conform/data/syslog.h-data: Likewise.
48804         * conform/data/tar.h-data: Likewise.
48805         * conform/data/termios.h-data: Likewise.
48806         * conform/data/utime.h-data: Likewise.
48807         * conform/data/utmpx.h-data: Likewise.
48808         * conform/data/varargs.h-data: Likewise.
48809         * conform/data/wchar.h-data: Likewise.
48810         * conform/data/wctype.h-data: Likewise.
48811         * conform/data/wordexp.h-data: Likewise.
48813         * include/stropts.h: New file.
48814         * include/uchar.h: New file.
48815         * include/aio.h: Changes to allow conformtest.pl to use the headers.
48816         * include/assert.h: Likewise.
48817         * include/ctype.h: Likewise.
48818         * include/dirent.h: Likewise.
48819         * include/dlfcn.h: Likewise.
48820         * include/fcntl.h: Likewise.
48821         * include/fnmatch.h: Likewise.
48822         * include/glob.h: Likewise.
48823         * include/grp.h: Likewise.
48824         * include/libio.h: Likewise.
48825         * include/locale.h: Likewise.
48826         * include/math.h: Likewise.
48827         * include/net/if.h: Likewise.
48828         * include/netdb.h: Likewise.
48829         * include/netinet/in.h: Likewise.
48830         * include/pthread.h: Likewise.
48831         * include/pwd.h: Likewise.
48832         * include/regex.h: Likewise.
48833         * include/sched.h: Likewise.
48834         * include/search.h: Likewise.
48835         * include/setjmp.h: Likewise.
48836         * include/signal.h: Likewise.
48837         * include/stdio.h: Likewise.
48838         * include/stdlib.h: Likewise.
48839         * include/string.h: Likewise.
48840         * include/sys/cdefs.h: Likewise.
48841         * include/sys/mman.h: Likewise.
48842         * include/sys/msg.h: Likewise.
48843         * include/sys/resource.h: Likewise.
48844         * include/sys/select.h: Likewise.
48845         * include/sys/socket.h: Likewise.
48846         * include/sys/stat.h: Likewise.
48847         * include/sys/statvfs.h: Likewise.
48848         * include/sys/time.h: Likewise.
48849         * include/sys/times.h: Likewise.
48850         * include/sys/uio.h: Likewise.
48851         * include/sys/utsname.h: Likewise.
48852         * include/sys/wait.h: Likewise.
48853         * include/termios.h: Likewise.
48854         * include/time.h: Likewise.
48855         * include/ulimit.h: Likewise.
48856         * include/unistd.h: Likewise.
48857         * include/utime.h: Likewise.
48858         * include/wchar.h: Likewise.
48859         * include/wctype.h: Likewise.
48860         * include/wordexp.h: Likewise.
48862         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
48864         * time/time.h: TIME_UTC must be a macro.
48865         Make timespec_get available for ISO C11 only as well.
48867 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
48869         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
48870         Reported by Peng Haitao <penght@cn.fujitsu.com>.
48872 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48874         * configure.in: Use -o not -a in test for unsupported multi-arch.
48876 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48878         * manual/texinfo.tex: Update to version 2012-01-19.16.
48880 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48882         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
48884 2012-02-24  Roland McGrath  <roland@hack.frob.com>
48886         [BZ #13738]
48887         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
48888         * manual/fdl-1.3.texi: New file.
48889         * manual/fdl-1.1.texi: File removed.
48891         [BZ #13738]
48892         * manual/libc.texinfo (FDL_VERSION): New @set.
48893         Use it for mention of FDL in cover text.
48894         (Documentation License): Use it in @include file name.
48896 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48897             Roland McGrath  <roland@hack.frob.com>
48899         [BZ #5461]
48900         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
48901         (not LONG_LONG_MAX and LONG_LONG_MIN.
48902         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
48903         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
48904         name.
48905         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
48907 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48909         [BZ #2547]
48910         [BZ #11365]
48911         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
48912         manipulate bits before adding and subtracting TWO23[sx].
48913         * math/libm-test.inc (nearbyint_test): Add more tests.
48915 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48917         [BZ #2548]
48918         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
48919         bits before adding and subtracting TWO23[sx].
48920         * math/libm-test.inc (rint_test): Add more tests.
48921         (rint_test_tonearest): Likewise.
48922         (rint_test_towardzero): Likewise.
48923         (rint_test_downward): Likewise.
48924         (rint_test_upward: Likewise.
48926 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48928         [BZ #10110]
48929         * include/stdc-predef.h: New file.  Extracted from features.h.
48930         * include/features.h: Include stdc-predef.h.
48931         * Makefile (headers): Add stdc-predef.h.
48932         * CONFORMANCE (Compiler limitations): Update.
48934 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48936         * manual/libc.texinfo (VERSION, UPDATED): Revert.
48938 2012-02-21  David S. Miller  <davem@davemloft.net>
48940         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
48941         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
48943 2012-02-20  David S. Miller  <davem@davemloft.net>
48945         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
48946         using a normal save/restore sequence, rather than allocating a
48947         dummy stack frame just to store a frame pointer and restore.
48948         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48950 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
48952         * manual/install.texi: Fix stray word in line-wrapped comment.
48954 2012-02-20  David S. Miller  <davem@davemloft.net>
48956         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
48957         both binutils and gcc support GOTDATA.
48959         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
48960         "rd %pc" in the PIC register setup sequences.
48962         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
48963         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
48964         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
48965         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
48966         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
48967         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
48968         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
48969         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48970         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
48971         (SYSCALL_ERROR_HANDLER): Likewise.
48972         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
48973         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
48974         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
48975         (SYSCALL_ERROR_HANDLER): Likewise.
48977         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
48978         (HAVE_GCC_GOTDATA): New.
48979         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
48980         relocation support in both binutils and gcc.
48981         * sysdeps/sparc/elf/configure: Regenerate.
48983         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
48984         * sysdeps/sparc/sparc32/elf/configure: Delete.
48985         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
48986         * sysdeps/sparc/sparc64/elf/configure: Delete.
48987         * sysdeps/sparc/elf/configure.in: New file.
48988         * sysdeps/sparc/elf/configure: Generate.
48990         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
48991         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
48992         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
48993         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
48994         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
48996 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
48998         * manual/install.texi: Do not mention specific glibc version
48999         numbers.
49000         * manual/libc.texinfo (VERSION, UPDATED): Update.
49001         (@copying): Use @copyright{} and range of years.
49003 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49005         [BZ #13695]
49006         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
49007         [crti.S not in sysdirs] (generated): Do not append.
49008         [crti.S not in sysdirs] (omit-deps): Likewise.
49009         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
49010         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
49011         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
49012         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
49013         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
49014         Likewise.
49015         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
49016         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
49017         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
49018         * csu/defs.awk: Remove file.
49019         * sysdeps/generic/initfini.c: Likewise.
49020         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
49021         variable.
49022         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
49023         Likewise.
49025 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49027         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
49028         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
49029         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
49030         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
49031         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49032         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
49033         <bits/epoll.h>.
49034         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
49035         (__EPOLL_PACKED): Define to empty if not defined by
49036         <bits/epoll.h>.
49037         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
49038         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49039         bits/epoll.h.
49041 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49043         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
49044         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
49045         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
49046         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
49047         <bits/timerfd.h>.
49048         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
49049         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49050         bits/timerfd.h.
49052 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49054         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
49055         in C locale.
49056         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
49057         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
49058         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
49059         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49061 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
49063         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49064         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
49066 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
49068         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
49069         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
49070         defined.
49071         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
49072         Likewise.
49073         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
49074         entry for 2.16.
49076 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
49078         * math/w_acos.c: Use non-signaling floating-point comparisons.
49079         * math/w_acosf.c: Likewise.
49080         * math/w_acosh.c: Likewise.
49081         * math/w_acoshf.c: Likewise.
49082         * math/w_acoshl.c: Likewise.
49083         * math/w_acosl.c: Likewise.
49084         * math/w_asin.c: Likewise.
49085         * math/w_asinf.c: Likewise.
49086         * math/w_asinl.c: Likewise.
49087         * math/w_atanh.c: Likewise.
49088         * math/w_atanhf.c: Likewise.
49089         * math/w_atanhl.c: Likewise.
49090         * math/w_exp2.c: Likewise.
49091         * math/w_exp2f.c: Likewise.
49092         * math/w_exp2l.c: Likewise.
49093         * math/w_j0.c: Likewise.
49094         * math/w_j0f.c: Likewise.
49095         * math/w_j0l.c: Likewise.
49096         * math/w_j1.c: Likewise.
49097         * math/w_j1f.c: Likewise.
49098         * math/w_j1l.c: Likewise.
49099         * math/w_jn.c: Likewise.
49100         * math/w_jnf.c: Likewise.
49101         * math/w_log.c: Likewise.
49102         * math/w_log10.c: Likewise.
49103         * math/w_log10f.c: Likewise.
49104         * math/w_log10l.c: Likewise.
49105         * math/w_log2.c: Likewise.
49106         * math/w_log2f.c: Likewise.
49107         * math/w_log2l.c: Likewise.
49108         * math/w_logf.c: Likewise.
49109         * math/w_logl.c: Likewise.
49110         * math/w_sqrt.c: Likewise.
49111         * math/w_sqrtf.c: Likewise.
49112         * math/w_sqrtl.c: Likewise.
49113         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49114         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
49115         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49116         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49117         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49119 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49121         [BZ #9739]
49122         * manual/string.texi (strnlen): Use correct parameter name in
49123         equivalent expression.
49125 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49127         [BZ #11174]
49128         * manual/users.texi (seteuid): Consistently use neweuid for
49129         argument name.
49131 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49133         [BZ #13704]
49134         * manual/nss.texi (Services in the NSS configuration): Correct
49135         list of services in example configuration file.
49137 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
49139         [BZ #11322]
49140         * manual/arith.texi: Remove statements about negative zero
49141         behaving identically to zero.
49143 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
49145         [BZ #5993]
49146         * manual/install.texi: Do not document upgrading from libc5.
49148 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
49150         [BZ #4596]
49151         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
49153 2012-02-18  David S. Miller  <davem@davemloft.net>
49155         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
49156         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
49157         %o7 across the call.
49158         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
49159         instead.
49160         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
49161         SETUP_PIC_REG_LEAF.
49162         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49163         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
49164         * sysdeps/sparc/crtn.S: Likewise.
49166 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
49168         * aout/Makefile: Remove.
49170 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
49172         [BZ #13058]
49173         * manual/examples/argp-ex1.c (main): Format definition in GNU
49174         style.
49175         * manual/examples/argp-ex2.c (main): Likewise.
49176         * manual/examples/argp-ex3.c (main): Likewise.
49177         * manual/examples/argp-ex4.c (main): Likewise.
49178         * manual/examples/longopt.c (main): Use new-style prototype
49179         definition.
49180         * manual/examples/strncat.c (main): Specify return type and use
49181         (void) for arguments.
49182         * manual/examples/subopt.c (main): Use char **argv argument.
49184 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49186         [BZ #5077]
49187         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
49188         rounding modes.
49190 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
49192         [BZ #6907]
49193         * manual/string.texi (strchr): Change when strchrnul is
49194         recommended.
49196 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
49198         [BZ #174]
49199         * manual/locale.texi (setlocale): Document LOCPATH.
49201 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49203         [BZ #10210]
49204         * manual/process.texi (execle): Move @dots{} before last argument.
49206 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
49208         [BZ #12047]
49209         * manual/charset.texi (Generic Charset Conversion): Fix typo
49210         (LC_TYPE -> LC_CTYPE).
49212 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
49214         [BZ #5805]
49215         * manual/arith.texi (scalbn): Use @var{} on parameter names.
49216         (scalbnf): Likewise.
49217         (scalbnl): Likewise.
49218         (scalbln): Likewise.
49219         (scalblnf): Likewise.
49220         (scalblnl): Likewise.
49221         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
49222         (vwarnx): Likewise.
49223         (verr): Likewise.
49224         (verrx): Likewise.
49225         * manual/filesys.texi (telldir): Use braces around return type.
49226         * manual/llio.texi (mmap): Add space after comma.
49227         (mmap64): Likewise.
49228         * manual/math.texi (jn): Use @var{} on parameter names.
49229         (jnf): Likewise.
49230         (jnl): Likewise.
49231         (yn): Likewise.
49232         (ynf): Likewise.
49233         (ynl): Likewise.
49234         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
49235         line.
49236         * manual/resource.texi (ulimit): Use @dots{} instead of literal
49237         "...".
49238         (sched_get_priority_min): Remove semicolon on @deftypefun line.
49239         (sched_get_priority_max): Likewise.
49240         * manual/signal.texi (sigvec): Add space after comma.
49241         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
49242         names.
49243         (if_indextoname): Likewise.
49244         (if_freenameindex): Likewise.
49245         (sendto): Use ',' instead of '.' in prototype.
49246         * manual/startup.texi (syscall): Use @dots{} instead of literal
49247         "...".
49248         * manual/stdio.texi (__fpending): Separate initial words of
49249         paragraph from @deftypefun line.
49250         * manual/syslog.texi (syslog): Use @dots{} instead of literal
49251         "...".
49252         (vsyslog): Use @var{} on parameter names.
49253         * manual/terminal.texi (stty): Use @var{} on parameter names.
49254         * manual/users.texi (getutmp): Use @var{} on parameter names.
49255         (getutmpx): Likewise.
49257 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49259         [BZ #6884]
49260         * manual/stdio.texi (fopen): Fix typos in description of
49261         ",ccs=STRING".
49263 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
49265         [BZ #4026]
49266         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
49267         get clock_id definition.
49269 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
49271         [BZ #4822]
49272         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
49273         (madvise): Cast every argument to void on its own.
49275 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49277         [BZ #9902]
49278         * manual/startup.texi (Exit Status): Fix typo.
49280 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49282         [BZ #10140]
49283         * manual/examples/argp-ex1.c: Include <stdlib.h>.
49284         * manual/examples/argp-ex2.c: Likewise.
49285         * manual/examples/argp-ex3.c: Likewise.
49287 2012-02-16  Richard Henderson  <rth@redhat.com>
49289         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
49290         * sysdeps/s390/s390-32/initfini.c: Remove.
49291         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
49292         * sysdeps/s390/s390-64/initfini.c: Remove.
49294 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
49296         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
49297         compiler output for sysdeps/generic/initfini.c.
49298         * sysdeps/sh/elf/initfini.c: Remove file.
49300 2012-02-16  David S. Miller  <davem@davemloft.net>
49302         [BZ #11494]
49303         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
49305         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
49306         * sysdeps/sparc/crti.S: New file.
49307         * sysdeps/sparc/crtn.S: New file.
49308         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
49309         * sysdeps/sparc/sparc64/Makefile: Likewise.
49311 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
49313         [BZ #3335]
49314         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
49316 2012-02-15  Roland McGrath  <roland@hack.frob.com>
49318         [BZ #4822]
49319         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
49321         * mach/devstream.c (cookie_io_functions_t): Macro removed.
49322         (write, read, close): Likewise.
49323         Patch by Aurelien Jarno <aurelien@aurel32.net>.
49325 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
49327         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
49328         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
49329         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
49330         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
49331         <bits/signalfd.h>.
49332         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
49333         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49334         bits/signalfd.h.
49336 2012-02-14  Marek Polacek  <polacek@redhat.com>
49338         * sysdeps/x86_64/crti.S: New file.
49339         * sysdeps/x86_64/crtn.S: New file.
49340         * sysdeps/x86_64/elf/initfini.c: Remove file.
49342 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
49344         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
49345         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
49346         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
49347         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
49348         <bits/inotify.h>.
49349         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
49350         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49351         bits/inotify.h.
49353 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
49355         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
49356         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
49357         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
49358         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
49359         <bits/eventfd.h>.
49360         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
49361         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49362         bits/eventfd.h.
49364 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
49366         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
49367         __feraiseexcept instead of feraiseexcept.
49369         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
49370         nanosleep invocations.
49371         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
49372         strings, and add error checking for a nanosleep invocations.
49374 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
49376         Replace FSF snail mail address with URLs, as per GNU coding standards.
49377         Most of the snail mail addresses were wrong anyway, and omitting
49378         them makes the source code easier to maintain.  Almost all of the
49379         changes are to license notices and to locale LC_IDENTIFICATION
49380         addresses, except for this one:
49381         * manual/libc.texinfo: In "Published by", give the FSF's URL,
49382         not its snail mail address.
49384 2012-02-09  Richard Henderson  <rth@twiddle.net>
49386         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
49387         of kernel-features.h.
49389         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
49391 2012-02-08  Marek Polacek  <polacek@redhat.com>
49393         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
49394         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
49395         * sysdeps/gnu/_G_config.h: Likewise.
49396         * sysdeps/generic/_G_config.h: Likewise.
49398 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
49400         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
49401         tests.
49402         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49404         * sysdeps/powerpc/powerpc32/crti.S: New file.
49405         * sysdeps/powerpc/powerpc32/crtn.S: New file.
49406         * sysdeps/powerpc/powerpc64/crti.S: New file.
49407         * sysdeps/powerpc/powerpc64/crtn.S: New file.
49409         * Makeconfig (have-initfini): Don't set.
49410         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
49411         * configure.in (nopic_initfini): Don't substitute.
49412         * config.h.in (HAVE_INITFINI): Don't #undef.
49413         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
49414         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
49416 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
49418         Support crti.S and crtn.S provided directly by architectures.
49419         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
49420         [crti.S in sysdirs] (omit-deps): Likewise.
49421         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
49422         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
49423         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
49424         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
49425         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
49426         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
49427         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
49428         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
49429         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
49430         compiler output for sysdeps/generic/initfini.c.
49431         * sysdeps/i386/elf/Makefile: Remove file.
49432         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
49434 2012-02-07  Marek Polacek  <polacek@redhat.com>
49436         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
49437         * sysdeps/gnu/_G_config.h: Likewise.
49438         * sysdeps/mach/hurd/_G_config.h: Likewise.
49440 2012-02-07  Marek Polacek  <polacek@redhat.com>
49442         * math/Makefile (tests): Add tst-CMPLX2.
49443         * math/tst-CMPLX2.c: New file.
49445 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
49447         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49449         * math/libm-test.inc (jn_test): Add missing L suffix.
49451 2012-02-06  Marek Polacek  <polacek@redhat.com>
49453         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
49454         * sysdeps/i386/fpu/e_powf.S: Likewise.
49455         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49456         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
49457         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49458         * sysdeps/i386/fpu/e_pow.S: Likewise.
49459         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
49460         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49461         * sysdeps/i386/fpu/s_expm1.S: Likewise.
49462         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
49463         * sysdeps/i386/fpu/e_log2.S: Likewise.
49464         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49465         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49466         * sysdeps/i386/fpu/e_powl.S: Likewise.
49467         * sysdeps/i386/fpu/s_log1p.S: Likewise.
49468         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49469         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
49470         * sysdeps/i386/fpu/e_logl.S: Likewise.
49471         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
49472         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
49473         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
49474         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
49475         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49476         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49477         * sysdeps/i386/fpu/e_log.S: Likewise.
49478         * sysdeps/i386/fpu/s_cexp.S: Likewise.
49479         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49480         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
49481         * sysdeps/i386/fpu/e_logf.S: Likewise.
49482         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49483         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49484         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
49485         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
49486         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
49487         * sysdeps/i386/fpu/e_log10.S: Likewise.
49488         * sysdeps/i386/fpu/s_frexp.S: Likewise.
49489         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49490         * sysdeps/i386/fpu/s_asinh.S: Likewise.
49491         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
49492         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49493         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
49494         * sysdeps/i386/asm-syntax.h: Likewise.
49495         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49496         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49497         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49498         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
49499         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
49500         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49501         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
49502         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
49503         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49504         * sysdeps/powerpc/sysdep.h: Likewise.
49505         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
49506         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
49508 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
49510         [BZ #411]
49511         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
49513 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
49515         * sysdeps/i386/sysdep.h: Include <features.h>.
49516         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
49517         version.
49519 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
49521         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
49522         Define.
49523         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
49524         LOAD_PIC_REG_STR.
49526 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
49528         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
49529         (SETUP_PIC_REG): Use GET_PC_THUNK.
49530         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
49531         macro.
49533 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
49535         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
49536         for non-PIC compilation.
49537         (SETUP_PIC_REG): Add .p2align directive.
49538         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
49539         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
49540         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
49541         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
49542         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
49543         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
49544         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
49545         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
49546         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
49547         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
49548         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
49549         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
49550         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
49551         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
49552         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
49553         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
49554         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
49555         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
49556         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
49557         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
49558         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
49559         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
49560         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
49561         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
49562         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
49563         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
49564         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
49565         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
49566         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
49567         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
49568         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
49569         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
49570         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
49571         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
49572         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
49573         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
49574         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
49575         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
49576         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
49577         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
49578         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
49580 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
49582         * math/tst-CMPLX.c: Include <stdio.h>.
49584 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
49586         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
49587         float.
49588         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
49589         * sysdeps/sparc/bits/mathdef.h: Likewise.
49591 2012-01-31  Marek Polacek  <polacek@redhat.com>
49593         * libio/libio.h: Don't define _PARAMS.
49594         * locale/programs/config.h: Don't define PARAMS.
49595         * stdlib/strtol_l.c: Likewise.
49596         (__strtol_l): Remove PARAMS from the prototype.
49598 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
49600         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
49601         names.  Just use the correct names.  Remove unnecessary wrapper
49602         functions.
49603         * malloc/arena.c: Likewise.
49604         * malloc/hooks.c: Likewise.
49606         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
49607         ARENA_TEST says not to.  Simplify test for creation of a new arena.
49608         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
49610 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
49612         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
49613         into tail calls.
49614         (update_get_addr): New function.
49615         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
49616         GET_ADDR_MODULE parameter.
49618 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
49620         * crypt/cert.c: Remove __STDC__ conditionals.
49621         * crypt/crypt-entry.c: Likewise.
49622         * crypt/crypt_util.c: Likewise.
49623         * libio/filedoalloc.c: Likewise.
49624         * libio/fileops.c: Likewise.
49625         * libio/genops.c: Likewise.
49626         * libio/iofclose.c: Likewise.
49627         * libio/iofdopen.c: Likewise.
49628         * libio/iofopen.c: Likewise.
49629         * libio/iofopen64.c: Likewise.
49630         * libio/iogetdelim.c: Likewise.
49631         * libio/iopopen.c: Likewise.
49632         * libio/obprintf.c: Likewise.
49633         * libio/oldfileops.c: Likewise.
49634         * libio/oldiofclose.c: Likewise.
49635         * libio/oldiofdopen.c: Likewise.
49636         * libio/oldiofopen.c: Likewise.
49637         * libio/oldiopopen.c: Likewise.
49638         * libio/wfiledoalloc.c: Likewise.
49639         * libio/wgenops.c: Likewise.
49640         * locale/programs/xmalloc.c: Likewise.
49641         * misc/syslog.c: Likewise.
49642         * stdio-common/xbug.c: Likewise.
49643         * string/memchr.c: Likewise.
49644         * string/memcmp.c: Likewise.
49645         * string/memrchr.c: Likewise.
49646         * string/rawmemchr.c: Likewise.
49647         * sysdeps/posix/getcwd.c: Likewise.
49648         * time/strftime_l.c: Likewise.
49650 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
49652         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
49653         * config.make.in (config-cflags-sse2avx): Define.
49654         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
49655         Fix typo.
49657 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
49659         * scripts/config.guess: Update from upstream config git repository.
49660         * scripts/config.sub: Likewise.
49662 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
49664         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
49665         (EM_NUM): Update.
49666         (R_TILEPRO_*, R_TILEGX_*): New macros.
49668         * scripts/firstversions.awk: Fix bug in version range handling.
49670         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
49672         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
49674         * include/sys/epoll.h: New file.
49675         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
49676         libc_hidden_def.
49678 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
49680         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
49681         Avoid unnecessary __WORDSIZE == 64 test.
49682         (fmaxf): Use VEX format if possible.
49683         (fmax): Likewise.
49684         (fminf): Likewise.
49685         (fmin): Likewise.
49687         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
49688         * math/math_private.h: Remove libc_fegetround* and
49689         libc_fesetround*.
49690         * sysdeps/i386/configure.in: Check for -msse2avx.
49691         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
49692         also if SSE2AVX is defined.
49693         Remove libc_fegetround* and libc_fesetround*.
49694         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
49695         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
49696         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
49697         of HAS_YMM_USABLE.
49698         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
49699         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
49700         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
49701         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
49702         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
49704         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
49706 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49708         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
49709         size is not set.
49710         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
49712 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
49714         [BZ #13618]
49715         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
49716         relocation.
49717         * Makeconfig (libm): Define.
49718         * elf/Makefile: Add rules to build and run tst-relsort1.
49719         * elf/tst-relsort1.c: New file.
49720         * elf/tst-relsort1mod1.c: New file.
49721         * elf/tst-relsort1mod2.c: New file.
49723 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
49725         * math/s_ldexp.c: Remove __STDC__ conditionals.
49726         * math/s_ldexpf.c: Likewise.
49727         * math/s_ldexpl.c: Likewise.
49728         * math/s_nextafter.c: Likewise.
49729         * math/s_nexttowardf.c: Likewise.
49730         * math/s_significand.c: Likewise.
49731         * math/s_significandf.c: Likewise.
49732         * math/s_significandl.c: Likewise.
49733         * math/w_jnl.c: Likewise.
49734         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
49735         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
49736         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
49737         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
49738         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
49739         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
49740         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
49741         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
49742         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
49743         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
49744         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
49745         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49746         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
49747         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
49748         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
49749         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
49750         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
49751         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
49752         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
49753         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49754         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49755         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
49756         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
49757         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
49758         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
49759         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
49760         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
49761         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
49762         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
49763         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
49764         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
49765         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
49766         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
49767         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
49768         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
49769         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
49770         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
49771         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
49772         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
49773         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
49774         * sysdeps/ieee754/k_standard.c: Likewise.
49775         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49776         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
49777         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
49778         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
49779         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
49780         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
49781         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
49782         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
49783         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
49784         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
49785         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
49786         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
49787         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
49788         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
49789         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
49790         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
49791         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
49792         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
49793         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
49794         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
49795         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
49796         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
49797         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
49798         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
49799         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
49800         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
49801         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49802         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49803         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49804         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
49805         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
49806         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
49807         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
49808         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
49809         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
49810         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
49811         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
49812         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
49813         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
49814         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
49815         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
49816         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
49817         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
49818         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
49819         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
49820         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
49821         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
49822         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
49823         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
49824         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
49825         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
49826         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
49827         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
49828         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
49829         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
49830         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
49831         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
49832         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49833         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49834         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49835         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
49836         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
49837         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
49838         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
49839         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
49840         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
49841         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
49842         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
49843         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
49844         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
49845         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
49846         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
49847         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
49848         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
49849         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
49850         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
49851         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
49852         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
49853         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
49854         * sysdeps/ieee754/s_matherr.c: Likewise.
49855         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
49856         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
49857         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
49858         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
49860 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
49862         * crypt/md5.h: Remove __STDC__ conditionals.
49863         * libio/libioP.h: Likewise.
49864         * locale/programs/config.h: Likewise.
49865         * sysdeps/generic/sysdep.h: Likewise.
49866         * sysdeps/i386/asm-syntax.h: Likewise.
49867         * sysdeps/s390/asm-syntax.h: Likewise.
49868         * sysdeps/unix/sysdep.h: Likewise.
49869         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
49870         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
49872 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
49874         * libio/libio.h: Remove __STDC__ conditionals.
49875         * malloc/obstack.h: Likewise.
49876         * math/complex.h: Likewise.
49877         * math/math.h: Likewise.
49878         * sysdeps/generic/_G_config.h: Likewise.
49879         * sysdeps/gnu/_G_config.h: Likewise.
49880         * sysdeps/mach/hurd/_G_config.h: Likewise.
49881         * sysdeps/powerpc/bits/mathdef.h: Likewise.
49882         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
49883         * sysdeps/sparc/bits/mathdef.h: Likewise.
49885 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
49887         [BZ #13583]
49888         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
49889         Clean up HAS_* macros.
49890         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
49891         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
49892         possible.
49893         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
49894         HAS_AVX.
49895         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
49896         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
49897         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
49898         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
49899         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
49901 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
49903         * elf/tst-unique3.cc (gets): Remove declaration.
49904         * elf/tst-unique3lib.cc (gets): Likewise.
49905         * elf/tst-unique3lib2.cc (gets): Likewise.
49906         * elf/tst-unique4.cc (gets): Likewise.
49908 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
49910         * include/stdio.h: Add C++ protection.  Add gets declarations and
49911         definitions.
49912         * debug/tst-chk1.c: Don't declare gets here.
49913         * stdio-common/tst-gets.c: Likewise.
49915 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
49917         * posix/glob: Remove directory.
49919 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
49921         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
49923 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
49925         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
49926         of the non-standard EPFNOSUPPORT.
49928 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49930         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
49931         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
49932         ANYWHERE set to 1 only on KERN_NO_SPACE error.
49934 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
49936         * wcsmbs/uchar.h: Test __STDC_VERSION__.
49938 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
49940         * nscd/aicache.c (addhstaiX): Do not cache negative results of
49941         transient errors.
49942         * nscd/grpcache.c (cache_addgr): Likewise.
49943         * nscd/hstcache.c (cache_addhst): Likewise.
49944         * nscd/initgrcache.c (addinitgroupsX): Likewise.
49945         * nscd/pwdcache.c (cache_addpw): Likewise.
49946         * nscd/servicescache.c (cache_addserv): Likewise.
49948 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
49950         * malloc/malloc.c: Various cleanups.
49951         * malloc/hooks.c: Likewise.
49953         * stdlib/Makefile (tests): Add bug-fmtmsg1.
49954         * stdlib/bug-fmtmsg1.c: New file.
49956         * stdlib/fmtmsg.c (init): Add missing unlock.
49957         Patch by Peng Haitao <penght@cn.fujitsu.com>.
49959 2012-01-12  Marek Polacek  <polacek@redhat.com>
49961         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
49962         and _GNU_SOURCE.
49964 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
49966         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
49967         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
49968         macro to ensure uniqueness of label name.
49969         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
49970         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
49972 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
49974         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
49976         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
49977         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
49978         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
49979         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
49981 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
49983         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
49985         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
49986         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
49987         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
49989         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
49991         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
49992         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
49993         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
49994         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
49996         * math/bits/math-finite.h: Add ldexp support.
49998 2012-01-10  Marek Polacek  <polacek@redhat.com>
50000         * locale/programs/localedef.h (show_archive_content): Add noreturn
50001         attribute.
50003 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
50005         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
50007 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50009         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
50011         * io/Makefile (headers): Add bits/poll2.h.
50013 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
50015         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
50016         typo #include statement.
50018 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50020         * include/sys/cdefs.h: Define __attribute_alloc_size.
50021         * catgets/gencat.c: Add alloc_size attribute and apply consistently
50022         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
50023         * elf/pldd.c: Likewise.
50024         * iconv/iconv_charmap.c: Likewise.
50025         * iconv/iconvconfig.c: Likewise.
50026         * iconv/strtab.c: Likewise.
50027         * locale/programs/locale.c: Likewise.
50028         * locale/programs/localedef.h: Likewise.
50029         * locale/programs/simple-hash.c: Likewise.
50030         * nscd/nscd.h: Likewise.
50031         * nss/makedb.c: Likewise.
50032         * sysdeps/generic/ldconfig.h: Likewise.
50033         * locale/programs/localedef.c: Remove xmalloc prototype.
50034         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
50036 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
50038         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
50039         appropriate.
50041 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50043         * math/Makefile (tests): Add tst-CMPLX.
50044         * math/tst-CMPLX.c: New file.
50046         * math/complex.h (CMPLXL): Fix typo.
50048         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
50049         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
50050         GLIBC_2.16.
50051         * debug/tst-chk1.c: Add poll and ppoll tests.
50052         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
50053         * include/sys/poll.h: Add hidden proto for ppoll.
50054         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
50055         * sysdeps/mach/hurd/ppoll.c: Likewise.
50056         * io/ppoll.c: Likewise.
50057         * debug/poll_chk.c: New file.
50058         * debug/ppoll_chk.c: New file.
50059         * include/bits/poll2.h: New file.
50060         * io/bits/poll2.h: New file.
50062         [BZ #1350]
50063         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
50065         * configure.in: static is always set to yes.  Remove.
50066         * config.make.in: Don't set build-static.
50067         * Makeconfig: Remove use of build-static.
50068         * dlfcn/Makefile: Likewise.
50069         * elf/Makefile: Likewise.
50070         * math/Makefile: Likewise.
50071         * misc/Makefile: Likewise.
50072         * nptl/Makefile: Likewise.
50073         * sysdeps/mach/hurd/Makefile: Likewise.
50075         * configure.in: PWD_P is not used anymore.
50076         * config.make.in: Remove PWD_P entry.
50078         * configure.in: Remove last remnants of RANLIB.
50079         No need to check for signed size_t anymore.
50080         Don't set libc_commonpagesize and libc_relro_required here for Alpha
50081         and IA-64.
50082         Remove __builtin_expect test because we require at least gcc 3.4.
50083         * aclocal.m4: Likewise.
50085         * wcsmbs/mbrtoc16.c: Implement using towc function.
50086         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
50087         * wcsmbs/wcsmbsload.c: Likewise.
50088         * iconv/gconv_simple.c: Likewise.
50089         * iconv/gconv_int.h: Likewise.
50090         * iconv/gconv_builtin.h: Likewise.
50091         * iconv/iconv_prog.c: Remove CHAR16 handling.
50093         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
50095         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
50097         * configure.in: Remove --with-elf and --enable-bounded options.
50098         Dont set base_machine for ia64.  More non-ELF conditions removed.
50099         Remove testing and setting of leading underscore information.
50100         * config.make.in (build-bounded): Set to no.
50101         * config.h.in: Remove NO_UNDERSCORES entry.
50102         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
50103         them.
50104         * csu/start.c: Remove !NO_UNDERSCORE code.
50105         * locale/localeinfo.h: Likewise.
50106         * sysdeps/generic/machine-gmon.h: Likewise.
50107         * sysdeps/generic/sysdep.h: Likewise.
50108         * sysdeps/i386/sysdep.h: Likewise.
50109         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
50110         * sysdeps/mach/sysdep.h: Likewise.
50111         * sysdeps/s390/s390-32/sysdep.h: Likewise.
50112         * sysdeps/s390/s390-64/sysdep.h: Likewise.
50113         * sysdeps/sh/sysdep.h: Likewise.
50114         * sysdeps/sparc/sparc32/alloca.S: Likewise.
50115         * sysdeps/unix/i386/sysdep.S: Likewise.
50116         * sysdeps/unix/sparc/start.c: Likewise.
50117         * sysdeps/unix/sparc/sysdep.S: Likewise.
50118         * sysdeps/unix/sparc/sysdep.h: Likewise.
50119         * sysdeps/unix/start.c: Likewise.
50120         * sysdeps/unix/x86_64/sysdep.S: Likewise.
50121         * sysdeps/x86_64/sysdep.h: Likewise.
50123 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
50125         [BZ #13553]
50126         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
50127         for non-gcc.
50128         * argp/argp-fmtstream.h: Use const instead __const.
50129         * argp/argp.h: Likewise.
50130         * assert/assert.h: Likewise.
50131         * bits/fenv.h: Likewise.
50132         * bits/sched.h: Likewise.
50133         * bits/sigset.h: Likewise.
50134         * bits/sigthread.h: Likewise.
50135         * catgets/nl_types.h: Likewise.
50136         * conform/data/pthread.h-data: Likewise.
50137         * crypt/crypt-private.h: Likewise.
50138         * crypt/crypt.h: Likewise.
50139         * crypt/crypt_util.c: Likewise.
50140         * ctype/ctype.h: Likewise.
50141         * debug/execinfo.h: Likewise.
50142         * debug/mbsnrtowcs_chk.c: Likewise.
50143         * debug/mbsrtowcs_chk.c: Likewise.
50144         * debug/wcsnrtombs_chk.c: Likewise.
50145         * debug/wcsrtombs_chk.c: Likewise.
50146         * debug/wcstombs_chk.c: Likewise.
50147         * dirent/dirent.h: Likewise.
50148         * dlfcn/dlfcn.h: Likewise.
50149         * elf/neededtest4.c: Likewise.
50150         * grp/grp.h: Likewise.
50151         * gshadow/gshadow.h: Likewise.
50152         * iconv/gconv.h: Likewise.
50153         * iconv/gconv_int.h: Likewise.
50154         * iconv/gconv_simple.c: Likewise.
50155         * iconv/iconv.h: Likewise.
50156         * iconv/loop.c: Likewise.
50157         * iconv/skeleton.c: Likewise.
50158         * include/aio.h: Likewise.
50159         * include/aliases.h: Likewise.
50160         * include/argz.h: Likewise.
50161         * include/arpa/inet.h: Likewise.
50162         * include/assert.h: Likewise.
50163         * include/dirent.h: Likewise.
50164         * include/dlfcn.h: Likewise.
50165         * include/execinfo.h: Likewise.
50166         * include/fcntl.h: Likewise.
50167         * include/fenv.h: Likewise.
50168         * include/glob.h: Likewise.
50169         * include/grp.h: Likewise.
50170         * include/libintl.h: Likewise.
50171         * include/mntent.h: Likewise.
50172         * include/netdb.h: Likewise.
50173         * include/pwd.h: Likewise.
50174         * include/rpc/netdb.h: Likewise.
50175         * include/sched.h: Likewise.
50176         * include/search.h: Likewise.
50177         * include/shadow.h: Likewise.
50178         * include/signal.h: Likewise.
50179         * include/stdio.h: Likewise.
50180         * include/stdlib.h: Likewise.
50181         * include/string.h: Likewise.
50182         * include/sys/socket.h: Likewise.
50183         * include/sys/stat.h: Likewise.
50184         * include/sys/statfs.h: Likewise.
50185         * include/sys/statvfs.h: Likewise.
50186         * include/sys/syslog.h: Likewise.
50187         * include/sys/time.h: Likewise.
50188         * include/sys/uio.h: Likewise.
50189         * include/time.h: Likewise.
50190         * include/unistd.h: Likewise.
50191         * include/utmp.h: Likewise.
50192         * include/wchar.h: Likewise.
50193         * include/wctype.h: Likewise.
50194         * inet/aliases.h: Likewise.
50195         * inet/arpa/inet.h: Likewise.
50196         * inet/netinet/ether.h: Likewise.
50197         * inet/netinet/in.h: Likewise.
50198         * intl/libintl.h: Likewise.
50199         * io/bits/fcntl2.h: Likewise.
50200         * io/fcntl.h: Likewise.
50201         * io/ftw.h: Likewise.
50202         * io/sys/poll.h: Likewise.
50203         * io/sys/stat.h: Likewise.
50204         * io/sys/statfs.h: Likewise.
50205         * io/sys/statvfs.h: Likewise.
50206         * io/utime.h: Likewise.
50207         * libio/bits/stdio.h: Likewise.
50208         * libio/bits/stdio2.h: Likewise.
50209         * libio/libio.h: Likewise.
50210         * libio/libioP.h: Likewise.
50211         * libio/stdio.h: Likewise.
50212         * locale/lc-ctype.c: Likewise.
50213         * locale/locale.h: Likewise.
50214         * login/utmp.h: Likewise.
50215         * malloc/arena.c: Likewise.
50216         * malloc/malloc.c: Likewise.
50217         * malloc/malloc.h: Likewise.
50218         * malloc/mcheck.c: Likewise.
50219         * malloc/mtrace.c: Likewise.
50220         * math/bits/mathcalls.h: Likewise.
50221         * math/fenv.h: Likewise.
50222         * math/math_private.h: Likewise.
50223         * misc/bits/error.h: Likewise.
50224         * misc/bits/syslog.h: Likewise.
50225         * misc/err.h: Likewise.
50226         * misc/error.h: Likewise.
50227         * misc/fstab.h: Likewise.
50228         * misc/mntent.h: Likewise.
50229         * misc/regexp.h: Likewise.
50230         * misc/search.h: Likewise.
50231         * misc/sgtty.h: Likewise.
50232         * misc/sys/mman.h: Likewise.
50233         * misc/sys/syslog.h: Likewise.
50234         * misc/sys/uio.h: Likewise.
50235         * misc/sys/xattr.h: Likewise.
50236         * misc/ttyent.h: Likewise.
50237         * nis/rpcsvc/ypclnt.h: Likewise.
50238         * nss/nss.h: Likewise.
50239         * posix/bits/unistd.h: Likewise.
50240         * posix/fnmatch.h: Likewise.
50241         * posix/glob.h: Likewise.
50242         * posix/sched.h: Likewise.
50243         * posix/spawn.h: Likewise.
50244         * posix/sys/wait.h: Likewise.
50245         * posix/unistd.h: Likewise.
50246         * posix/wordexp.h: Likewise.
50247         * pwd/pwd.h: Likewise.
50248         * resolv/netdb.h: Likewise.
50249         * resource/sys/resource.h: Likewise.
50250         * rt/aio.h: Likewise.
50251         * rt/bits/mqueue2.h: Likewise.
50252         * rt/mqueue.h: Likewise.
50253         * shadow/shadow.h: Likewise.
50254         * signal/signal.h: Likewise.
50255         * socket/send.c: Likewise.
50256         * socket/sendto.c: Likewise.
50257         * socket/sys/socket.h: Likewise.
50258         * stdio-common/printf.h: Likewise.
50259         * stdlib/bits/stdlib.h: Likewise.
50260         * stdlib/fmtmsg.h: Likewise.
50261         * stdlib/monetary.h: Likewise.
50262         * stdlib/stdlib.h: Likewise.
50263         * stdlib/ucontext.h: Likewise.
50264         * streams/stropts.h: Likewise.
50265         * string/argz.h: Likewise.
50266         * string/bits/string2.h: Likewise.
50267         * string/string.h: Likewise.
50268         * string/strings.h: Likewise.
50269         * sunrpc/rpc/auth.h: Likewise.
50270         * sunrpc/rpc/auth_des.h: Likewise.
50271         * sunrpc/rpc/clnt.h: Likewise.
50272         * sunrpc/rpc/netdb.h: Likewise.
50273         * sunrpc/rpc/pmap_clnt.h: Likewise.
50274         * sunrpc/rpc/xdr.h: Likewise.
50275         * sysdeps/generic/inttypes.h: Likewise.
50276         * sysdeps/generic/net/if.h: Likewise.
50277         * sysdeps/generic/sys/swap.h: Likewise.
50278         * sysdeps/gnu/net/if.h: Likewise.
50279         * sysdeps/gnu/utmpx.h: Likewise.
50280         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
50281         * sysdeps/i386/i486/bits/string.h: Likewise.
50282         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
50283         * sysdeps/s390/bits/string.h: Likewise.
50284         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
50285         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
50286         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
50287         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
50288         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
50289         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
50290         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
50291         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
50292         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
50293         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
50294         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
50295         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
50296         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
50297         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
50298         * sysdeps/unix/sysv/linux/readv.c: Likewise.
50299         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
50300         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
50301         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50302         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
50303         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
50304         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
50305         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
50306         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
50307         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
50308         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
50309         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
50310         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
50311         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50312         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
50313         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
50314         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
50315         * sysvipc/sys/ipc.h: Likewise.
50316         * sysvipc/sys/msg.h: Likewise.
50317         * sysvipc/sys/sem.h: Likewise.
50318         * sysvipc/sys/shm.h: Likewise.
50319         * termios/termios.h: Likewise.
50320         * time/sys/time.h: Likewise.
50321         * time/time.h: Likewise.
50322         * wcsmbs/bits/wchar2.h: Likewise.
50323         * wcsmbs/uchar.h: Likewise.
50324         * wcsmbs/wchar.h: Likewise.
50325         * wctype/wctype.h: Likewise.
50327         [BZ #13551]
50328         * Makeconfig: Remove all but ELF support including AIX support.
50329         * Makerules: Likewise.
50330         * config.h.in: Likewise.
50331         * config.make.in: Likewise.
50332         * configure: Likewise.
50333         * configure.in: Likewise.
50334         * csu/Makefile: Likewise.
50335         * csu/version.c: Likewise.
50336         * debug/Makefile: Likewise.
50337         * dlfcn/Makefile: Likewise.
50338         * elf/Makefile: Likewise.
50339         * extra-lib.mk: Likewise.
50340         * iconv/Makefile: Likewise.
50341         * include/libc-symbols.h: Likewise.
50342         * include/shlib-compat.h: Likewise.
50343         * resolv/Makefile: Likewise.
50344         * resolv/res_libc.c: Likewise.
50345         * rt/Makefile: Likewise.
50346         * sysdeps/i386/asm-syntax.h: Likewise.
50347         * sysdeps/i386/sysdep.h: Likewise.
50348         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
50349         * sysdeps/mach/sysdep.h: Likewise.
50350         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
50351         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
50352         * sysdeps/s390/asm-syntax.h: Likewise.
50353         * sysdeps/s390/s390-32/sysdep.h: Likewise.
50354         * sysdeps/s390/s390-64/sysdep.h: Likewise.
50355         * sysdeps/sh/sysdep.h: Likewise.
50356         * sysdeps/unix/sparc/sysdep.h: Likewise.
50357         * sysdeps/wordsize-32/divdi3.c: Likewise.
50358         * sysdeps/x86_64/sysdep.h: Likewise.
50360         * argp/Versions: Remove _argp_unlock_xxx.
50362         [BZ #13559]
50363         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
50364         * abilist/libBrokenLocale.abilist: Likewise.
50365         * abilist/libanl.abilist: Likewise.
50366         * abilist/libc.abilist: Likewise.
50367         * abilist/libcrypt.abilist: Likewise.
50368         * abilist/libdl.abilist: Likewise.
50369         * abilist/libm.abilist: Likewise.
50370         * abilist/libnsl.abilist: Likewise.
50371         * abilist/libpthread.abilist: Likewise.
50372         * abilist/libresolv.abilist: Likewise.
50373         * abilist/librt.abilist: Likewise.
50374         * abilist/libthread_db.abilist: Likewise.
50375         * abilist/libutil.abilist: Likewise.
50376         * abilist/libnss_db.abilist: New file.
50378         * scripts/abilist.awk: Add support for indirect functions.
50380         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
50382         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
50384         * shlib-versions: Remove entries for ports architectures.
50386         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
50387         files in ports.
50388         * elf/stackguard-macros.h: Remove support for IA-64.
50389         * elf/tst-auditmod1.c: Likewise.
50390         * sysdeps/generic/ldsodefs.h: Likewise.
50392         * sysdeps/unix/sysv/linux/configure.in: Ports should define
50393         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
50394         configure files.
50396         [BZ #13552]
50397         * configure.in: Remove --enable-omitfp support.
50398         * FAQ.in: Adjust.
50399         * config.make.in: Likewise.
50400         * Makeconfig: Likewise.
50401         * manual/install.texi: Likewise.
50403         In case anyone cares, the IA-64 architecture could move to ports.
50404         * sysdeps/ia64/*: Removed.
50405         * sysdeps/unix/sysv/linux/ia64/*: Removed.
50406         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
50408         [BZ #13555]
50409         * configure.in: Remove entries for unsupported architectures.
50411         [BZ #13533]
50412         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
50413         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
50414         routines.
50415         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
50416         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
50417         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
50418         fall back to using wcrtomb.
50419         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
50420         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
50421         renaming.
50422         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
50423         * wcsmbs/tst-c16c32-1.c: New file.
50425         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
50426         local variable.
50428         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
50430         * elf/tst-unique3.cc: Add explicit declaration of gets.
50431         * elf/tst-unique3lib.cc: Likewise.
50432         * elf/tst-unique3lib2.cc: Likewise.
50433         * elf/tst-unique4.cc: Likewise.
50435         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
50437 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
50439         [BZ #13566]
50440         * assert/assert.h (static_assert): Don't define for C++.
50441         * libio/stdio.h (gets): Do declare for C++ <= C++11.
50442         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
50444 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
50446         * iconv/loop.c (single loop): Fix assertion in storing of
50447         remaining bytes.
50449         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
50451 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
50453         * posix/getconf.c: Update copyright year.
50454         * nss/getent.c: Likewise.
50455         * nss/makedb.c: Likewise.
50456         * iconv/iconvconfig.c: Likewise.
50457         * iconv/iconv_prog.c: Likewise.
50458         * elf/ldconfig.c: Likewise.
50459         * elf/pldd.c: Likewise.
50460         * elf/sotruss.ksh: Likewise.
50461         * catgets/gencat.c: Likewise.
50462         * csu/version.c: Likewise.
50463         * elf/ldd.bash.in: Likewise.
50464         * elf/sprof.c (print_version): Likewise.
50465         * locale/programs/locale.c: Likewise.
50466         * locale/programs/localedef.c: Likewise.
50467         * login/programs/pt_chown.c: Likewise.
50468         * nscd/nscd.c (print_version): Likewise.
50469         * debug/xtrace.sh: Likewise.
50470         * malloc/memusage.sh: Likewise.
50471         * malloc/mtrace.pl: Likewise.
50472         * debug/catchsegv.sh: Likewise.
50474 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
50476         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
50477         pure attribute.
50479 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
50481         [BZ #13533]
50482         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
50483         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
50484         transformations.
50485         * iconv/gconv_int.h: Likewise.
50486         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
50487         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
50488         from libc for GLIBC_2.16.
50489         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
50490         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
50491         * wcsmbs/uchar.h: Really define mbstate_t.
50492         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
50493         * wcsmbs/c16rtomb.c: New file.
50494         * wcsmbs/mbrtoc16.c: New file.
50495         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
50496         for C/POSIX locale.
50497         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
50498         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
50500         * wcsmbs/wchar.h: Add missing __restrict.
50502 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
50504         [BZ #13532]
50505         * time/Makefile (routines): Add timespec_get.
50506         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
50507         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
50508         timespec for ISO C11.
50509         * time/timespec_get.c: New file.
50510         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
50511         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
50513         [BZ #13531]
50514         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
50515         * stdlib/stdlib.h: Declare aligned_alloc.
50516         * Versions.def: Add GLIBC_2.16 for libc.
50517         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
50519         [BZ 13527]
50520         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
50521         ISO C11.
50523         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
50524         code.
50526         [BZ #13528]
50527         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
50529         [BZ #13529]
50530         * assert/assert.h (static_assert): Define.
50532         * version.h: Update for 2.16 development version.
50534         [BZ #13526]
50535         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
50536         _ISOC11_SOURCE.
50538         * version.h (RELEASE): Bump for 2.15 release.
50539         * include/features.h (__GLIBC_MINOR__): Bump to 15.
50541         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
50542         Patch by Marek Polacek <mpolacek@redhat.com>.
50544         * bits/byteswap.h: Protect long long constants with __extension__.
50545         * sysdeps/i386/bits/byteswap.h: Likewise.
50546         * sysdeps/ia64/bits/byteswap.h: Likewise.
50547         * sysdeps/s390/bits/byteswap.h: Likewise.
50548         * sysdeps/x86_64/bits/byteswap.h: Likewise.
50550 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50552         [BZ #13540]
50553         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
50554         destination buffer.
50555         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
50557 2011-12-23  Marek Polacek  <polacek@redhat.com>
50559         * elf/dl-addr.c (determine_info): Add inline keyword.
50560         * elf/tst-auditmod4b.c (check_avx): Likewise.
50561         * elf/tst-auditmod6b.c (check_avx): Likewise.
50562         * elf/tst-auditmod6c.c (check_avx): Likewise.
50563         * elf/tst-auditmod7b.c (check_avx): Likewise.
50565 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
50567         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
50568         !__SSE_MATH__.
50570 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50572         [BZ #13540]
50573         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
50574         processing for last bytes.
50576 2011-08-06  Bruno Haible  <bruno@clisp.org>
50578         [BZ #13061]
50579         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
50580         U+0385, not to U+1FEE.
50582         [BZ #13062]
50583         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
50584         entry for U+00A5 U+0301.
50586 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
50588         [BZ #13166]
50589         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
50590         buffer for the output is too small.
50592         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
50593         optimization.
50595         [BZ #13185]
50596         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
50597         SSE flags if possible.
50599 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50601         [BZ #13540]
50602         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
50603         processing for last bytes.
50605 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
50607         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
50608         (syscall-list-default-options, syscall-list-default-condition)
50609         (syscall-list-includes): Define.
50610         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
50611         list of ABIs and options and #if conditions for each ABI.  Do not
50612         handle common syscalls between ABIs specially.
50613         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
50614         Remove.
50615         (syscall-list-variants, syscall-list-32bit-options)
50616         (syscall-list-32bit-condition, syscall-list-64bit-options)
50617         (syscall-list-64bit-condition): Define.
50618         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
50619         (syscall-list-variants, syscall-list-32bit-options)
50620         (syscall-list-32bit-condition, syscall-list-64bit-options)
50621         (syscall-list-64bit-condition): Define.
50622         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
50623         Remove.
50624         (syscall-list-variants, syscall-list-32bit-options)
50625         (syscall-list-32bit-condition, syscall-list-64bit-options)
50626         (syscall-list-64bit-condition): Define.
50627         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
50628         Remove.
50629         (syscall-list-variants, syscall-list-32bit-options)
50630         (syscall-list-32bit-condition, syscall-list-64bit-options)
50631         (syscall-list-64bit-condition): Define.
50633 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
50635         * locale/iso-639.def: Add brx entry.
50637         [BZ #13328]
50638         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
50639         Proposed by Mariusz_Cukr <marcukr@op.pl>.
50641         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
50642         __feraiseexcept_renamed.
50644 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
50646         [BZ #13538]
50647         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
50648         EPOLLET with unsigned values.
50649         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50650         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
50652         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
50653         to large cancellation.
50654         * math/s_cacoshf.c: Likewise.
50655         * math/s_cacoshl.c: Likewise.
50657 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
50659         [BZ #13305]
50660         [BZ #12786]
50661         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
50662         * math/s_cacoshf.c: Likewise.
50663         * math/s_cacoshl.c: Likewise.
50665 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
50667         [BZ #13439]
50668         * iconv/gconv.h: Define __GCONV_SWAP.
50669         * iconvdata/unicode.c: The swap bit must be stored in __flags.
50670         * iconvdata/utf-16.c: Likewise.
50671         * iconvdata/utf-32.c: Likewise.
50673 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
50675         [BZ #13524]
50676         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
50677         numerator after shifting it by one limb.
50679 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
50681         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
50682         under [__USE_EXTERN_INLINES].
50684 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
50686         [BZ #13446]
50687         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
50689 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50691         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
50692         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
50693         optimized code.
50694         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
50695         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
50696         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
50697         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
50698         for strncasecmp/strncasecmp_l compilation.
50699         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
50700         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
50702 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
50704         [BZ #13484]
50705         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
50706         of __asm__.
50708 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
50710         [BZ #13506]
50711         * time/tzfile.c (__tzfile_read): Check values from file header.
50713 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
50715         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
50716         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
50717         * powerpc/powerpc32/dl-start.S: Likewise.
50718         * powerpc/powerpc32/elf/start.S: Likewise.
50719         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
50720         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
50721         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
50722         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
50723         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
50724         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
50725         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
50726         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
50727         * powerpc/powerpc32/fpu/s_round.S: Likewise.
50728         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
50729         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
50730         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
50731         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
50732         * powerpc/powerpc32/memset.S: Likewise.
50733         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
50734         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
50735         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
50736         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
50737         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
50738         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
50739         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
50740         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
50741         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
50742         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
50743         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
50744         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
50745         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
50747 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50749         * math/libm-test.inc: Added more nearbyint tests.
50750         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
50751         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
50752         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
50753         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
50755 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
50757         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
50758         FD_CLOEXEC.
50760 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50762         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
50763         Add wcscpy-ssse3 wcscpy-c.
50764         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
50765         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
50766         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
50767         * sysdeps/x86_64/wcschr.S: New file.
50768         * sysdeps/x86_64/wcsrchr.S: New file.
50769         * string/test-strcmp.c: Remove checking of wcscmp function for
50770         wrong alignments.
50771         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
50772         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
50773         wcsrchr-sse2 wcsrchr-c.
50774         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
50775         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
50776         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
50777         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
50778         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
50779         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
50780         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
50781         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
50782         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
50783         * wcsmbc/wcschr.c (WCSCHR): New macro.
50785 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50787         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
50788         * wcsmbs/test-wcsrchr.c: New file.
50789         * string/test-strrchr.c: Add wcsrchr support.
50790         (WIDE): New macro.
50791         * wcsmbs/test-wcscpy.c: New file.
50792         * string/test-strcpy.c: Add wcscpy support.
50793         (WIDE): New macro.
50795 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
50797         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
50798         the inner loop.
50800 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
50802         [BZ #13472]
50803         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
50805 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
50807         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
50808         Minor optimizations.
50810         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
50811         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
50812         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
50814 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
50816         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
50817         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
50818         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
50819         for gcc to avoid warnings.
50820         * inet/Makefile (tests): Add tst-checks.
50821         * inet/tst-checks.c: New file.
50823         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
50824         warning.
50826         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
50827         __wmemcmp_sse2.
50829         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
50830         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
50832         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
50834 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
50836         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
50837         problem.
50839         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
50841 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
50843         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
50844         conditional on GCC version.
50845         (__arch_compare_and_exchange_val_8_acq)
50846         (__arch_compare_and_exchange_val_16_acq)
50847         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
50848         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
50849         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
50851 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
50853         * sysdeps/sh/backtrace.c: New file.
50855 2011-12-02  Andreas Schwab  <schwab@redhat.com>
50857         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
50858         parenthesis.
50860 2011-12-01  Andreas Schwab  <schwab@redhat.com>
50862         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
50863         falling back to utime.
50865 2011-11-30  Andreas Schwab  <schwab@redhat.com>
50867         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
50868         expectations for float.
50870 2011-11-29  Andreas Schwab  <schwab@redhat.com>
50872         * locale/weight.h (findidx): Add parameter len.
50873         * locale/weightwc.h (findidx): Likewise.
50874         * posix/fnmatch_loop.c (FCT): Adjust caller.
50875         * posix/regcomp.c (build_equiv_class): Likewise.
50876         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
50877         * posix/regexec.c (check_node_accept_bytes): Likewise.
50878         * string/strcoll_l.c (STRCOLL): Likewise.
50879         * string/strxfrm_l.c (STRXFRM): Likewise.
50881 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
50883         * Makefile.in: Remove CVSOPT handling.
50884         * configure.in: Remove use of AC_REVISION.
50885         * iconvdata/Makefile (distribute): No need to filter out CVS.
50886         * scripts/list-sources.sh: Remove CVS, subversion and monotone
50887         handling.
50889 2011-11-16  Andreas Schwab  <schwab@redhat.com>
50891         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
50892         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
50893         [USE_AS_STRNCASECMP_L]: Likewise.
50894         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
50895         NO_TLS_DIRECT_SEG_REFS.
50896         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
50897         Fix argument offsets for non-PIC.
50898         [USE_AS_STRNCASECMP_L]: Likewise.
50899         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
50900         NO_TLS_DIRECT_SEG_REFS.
50902 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
50904         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
50905         O_CLOEXEC.
50906         * locale/loadlocale.c (_nl_load_locale): Likewise.
50908 2011-11-15  Andreas Schwab  <schwab@redhat.com>
50910         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
50911         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
50912         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
50913         (SYSCALL_GETTIME): Set errno on error.
50915         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
50916         count references to noai6ai_cached.
50918 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
50920         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
50922         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
50923         FD_CLOEXEC for /proc/self/maps.
50925         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
50926         FD_CLOEXEC for /proc/meminfo.
50928         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
50929         gai.conf.
50931         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
50932         FD_CLOEXEC for given file.
50934         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
50936         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
50937         FD_CLOEXEC for /etc/hosts.
50938         (_gethtent): Likewise.
50940         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
50942         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
50943         cancellation and set FD_CLOEXEC for /etc/netgroup.
50945         * nss/nss_files/files-key.c (search): Don't allow cancellation when
50946         reading /etc/publickey.
50948         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
50949         allow cancellation when reading /etc/group.
50951         * nss/nss_files/files-alias.c (internal_setent): Don't allow
50952         cancellation.
50953         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
50955         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
50956         when using data file.
50958         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
50960         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
50961         (write_nis_obj): Use "c" and "e" in fopen.
50963         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
50965         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
50967         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
50969         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
50971         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
50972         locale.alias.
50974         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
50976         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
50978         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
50980         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
50981         file parsing and set FD_CLOEXEC.
50983 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
50985         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
50987 2011-11-14  Andreas Schwab  <schwab@redhat.com>
50989         * malloc/arena.c (arena_get2): Don't call reused_arena when
50990         _int_new_arena failed.
50992 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
50994         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
50995         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
50996         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
50997         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
50998         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
50999         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
51000         to compile strcasecmp and strncasecmp.
51001         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
51002         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
51004         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
51006 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
51008         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
51009         locale-defines.sym to gen-as-const-headers.
51010         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
51011         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
51012         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
51013         to compile strcasecmp and strncasecmp.
51014         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
51015         strcasecmp_l and strncasecmp_l.
51016         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
51017         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
51018         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
51019         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
51020         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
51021         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
51022         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
51023         * sysdeps/i386/i686/multiarch/strncase.S: New file.
51024         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
51025         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
51026         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
51028 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
51030         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
51031         result of SYSDEP_GETTIME_CPU to retval.
51032         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
51033         parameter list to macro.  Remove trailing semicolon.  Adjust users.
51035         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
51036         variable.
51038         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
51039         mantissa words.
51040         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
51042         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
51043         from unused variable.
51045         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
51046         DWARF definitions.
51047         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
51048         for assembling.
51050         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
51051         over namespaces.
51053         * sunrpc/rpc_prot.c (rejected): Fix case value.
51055         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
51056         unsigned long long int to avoid warnings in shift.
51058         * posix/regex_internal.c (re_string_reconstruct): Actually use result
51059         of use of trans.
51060         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
51061         variable tmp.
51063         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
51064         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
51065         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
51067         * nis/nis_table.c (nis_list): Use variable of correct type for
51068         result of __follow_path call.
51070 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51072         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
51073         of math functions ceil, trunc, floor, round, and sqrt, when
51074         avaliable on the platform.
51075         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
51076         name clash.
51077         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
51078         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
51079         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
51081 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
51083         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
51084         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
51086 2011-11-11  Roland McGrath  <roland@hack.frob.com>
51088         * include/unistd.h: Fix __readlink return type.
51089         Reported by Chris Metcalf <cmetcalf@tilera.com>.
51091 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
51093         * stdlib/ucontext.h: Undo last change for makecontext.
51095 2011-11-11  Andreas Schwab  <schwab@redhat.com>
51097         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
51099         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
51100         * setjmp/setjmp.h: Mark functions as non-leaf.
51101         * setjmp/bits/setjmp2.h: Likewise.
51102         * stdlib/ucontext.h: Likewise.
51104 2011-11-10  Andreas Schwab  <schwab@redhat.com>
51106         * malloc/arena.c (_int_new_arena): Don't increment narenas.
51107         (reused_arena): Don't check arena limit.
51108         (arena_get2): Atomically check arena limit.
51110 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
51112         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
51113         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
51115         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
51116         instructions.
51118 2011-11-07  Andreas Schwab  <schwab@redhat.com>
51120         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
51121         handler when locking.
51123         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
51124         Fix size of allocated buffer.
51126 2011-11-04  Andreas Schwab  <schwab@redhat.com>
51128         [BZ #10103]
51129         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
51130         declarations for long double functions.
51131         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
51133         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
51135 2011-11-03  Andreas Schwab  <schwab@redhat.com>
51137         * nscd/nscd.c (main): Don't start AVC thread until credentials are
51138         installed.
51140         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
51141         is disabled.
51143 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51145         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
51147 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
51149         * include/alloca.h (stackinfo_alloca_round): Define.
51150         (extend_alloca): Use it.
51151         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
51152         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
51153         here.
51155         * scripts/check-local-headers.sh: Ignore libaudit.h.
51157         * nscd/Makefile (extra-objs): Make recursively expanded.
51159 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
51161         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
51162         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
51164         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
51165         * posix/tst-rfc3484-2.c: Likewise.
51166         * posix/tst-rfc3484-3.c: Likewise.
51168         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
51169         process_vm_writev.
51170         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
51171         process_vm_writev.
51172         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
51173         process_vm_writev from libc using GLIBC_2.15 version.
51175         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
51177 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
51179         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
51180         stack usage.
51182 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
51184         [BZ #13367]
51185         * nss/getent.c (initgroups_keys): Show error message in case no group
51186         names are given.
51188         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
51189         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
51190         __bump_nl_timestamp.
51191         * nscd/connections (nscd_init): When host database is served open
51192         netlink socket and request notification about configuration changes.
51193         (main_loop_poll): Track netlink file descriptor and bump timestamp
51194         in case data becomes available.
51195         (main_loop_epoll): Likewise.
51196         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
51197         (database_pers_head): Add extra_data fileds.
51198         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
51199         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
51200         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
51201         Adjust caller.
51202         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
51203         in6ai data, call __free_in6ai.
51204         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
51205         Add -DHAVE_NETLINK.
51206         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
51207         interface information.  Reuse previous data if netlink timestamp
51208         is not changed.
51209         (__bump_nl_timestamp): New function.
51210         (__free_in6ai): New function.
51212 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
51214         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
51215         close_not_cancel_no_status here.
51216         (__check_pf): Reorganize code a bit to not call close twice if OOM.
51218 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
51220         [BZ #13276]
51221         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
51222         return value.
51224         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
51225         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
51226         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
51228 2011-07-03  Andreas Jaeger  <aj@suse.de>
51230         [BZ #10709]
51231         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
51232         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
51233         * math/libm-test.inc (sin_test): Add test case.
51235 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
51237         [BZ #13337]
51238         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
51239         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
51241         * elf/chroot_canon.c (chroot_canon): Cleanups.
51243         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
51245         [BZ #13335]
51246         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
51247         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
51249         * string/test-strchr.c: Make usable for strchrnul testing.
51250         * string/test-strchrnul.c: New file.
51251         * string/Makefile (strop-tests): Add strchrnul.
51253         * po/it.po: Update from translation team.
51254         * po/es.po: Likewise.
51256 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
51258         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
51259         the three constants needed as parameters.  Drop the others.
51260         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
51261         __m128i_strloadu_tolower.
51262         Create and initialize variable zero and use it in all the places
51263         where _mm_setzero_si128 was used.
51265         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
51266         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
51267         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
51268         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
51269         anymore.
51270         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
51271         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
51272         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
51273         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
51274         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
51275         __mpranred, __mptan.
51276         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
51277         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
51278         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
51279         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
51280         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
51281         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
51282         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
51283         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
51284         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
51286 2011-10-28  Andreas Schwab  <schwab@redhat.com>
51288         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
51289         redefine if SHARED.
51290         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
51292         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
51293         wide char related routines to wcsmbs subdir.
51295 2011-10-27  Andreas Schwab  <schwab@redhat.com>
51297         [BZ #13344]
51298         * misc/sys/cdefs.h (__THROWNL): Define.
51299         * posix/unistd.h: Use __THREADNL instead of __THREAD
51300         for memory synchronization functions.
51302 2011-10-26  Roland McGrath  <roland@hack.frob.com>
51304         [BZ #13349]
51305         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
51306         doesn't exist.
51307         * manual/stdio.texi (Obstack Streams): Node removed.
51309 2011-10-26  Andreas Schwab  <schwab@redhat.com>
51311         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
51312         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
51313         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
51315         * math/math_private.h (math_force_eval): Allow non-addressable
51316         arguments.
51317         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
51319 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51321         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
51322         file is not needed.
51324         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
51325         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
51326         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51327         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51328         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51329         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51330         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
51331         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
51332         Add AVX variants.
51333         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
51334         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
51335         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
51336         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
51337         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
51338         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
51339         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
51340         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
51341         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
51342         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
51343         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
51344         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
51345         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
51346         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
51347         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
51348         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
51349         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
51350         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
51351         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
51353         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
51354         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
51356         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
51357         place.  Use VEX encoding when compiling for AVX.
51359 2011-10-25  Andreas Schwab  <schwab@redhat.com>
51361         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
51362         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
51364         * string/test-strchr.c (do_test): Don't generate NUL bytes.
51366 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51368         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
51369         useless if() expression.
51370         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
51371         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
51372         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
51373         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
51374         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
51375         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
51376         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
51377         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
51378         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
51379         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
51380         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
51381         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
51382         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
51383         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
51384         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
51385         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
51386         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
51387         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
51388         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
51390         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
51392 2011-10-25  Andreas Schwab  <schwab@redhat.com>
51394         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
51395         condition.
51396         * elf/dl-fini.c (_dl_sort_fini): Likewise.
51398 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51400         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
51401         .text section.  Avoid duplicate constants.
51402         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
51403         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51404         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
51405         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51406         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51407         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51408         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51409         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51410         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
51411         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
51412         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
51413         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
51414         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
51415         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
51416         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
51417         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
51418         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
51419         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
51420         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
51421         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51422         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
51423         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
51424         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
51425         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
51426         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
51427         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
51428         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
51429         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
51430         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
51431         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
51432         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
51433         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
51434         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
51435         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
51436         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
51437         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
51438         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
51439         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
51440         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
51441         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
51442         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
51443         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
51444         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
51445         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
51446         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
51448 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
51450         * sysdeps/x86_64/dla.h: Move to ...
51451         * sysdeps/x86_64/fpu/dla.h: ...here.
51452         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
51453         situations.  Use __builtin_fma only for gcc 4.6 and up.
51455         * config.make.in: Add have-mfma4 entry.
51456         * configure.in: Substitute libc_cv_cc_fma4.
51457         * math/Makefile (dbl-only-routines): Add sincostab.
51458         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
51459         Use __sincostab not sincos.
51460         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
51461         name is a macro.
51462         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51463         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51464         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51465         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
51466         using __copysign.
51467         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
51468         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
51469         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
51470         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
51471         and __inv.
51472         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
51473         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
51474         __copysign.
51475         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
51476         define aliases when function name is a macro.
51477         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
51478         sysdeps/ieee754/dbl-64/sincos.tbl.
51479         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
51480         fma4-enabled routines.
51481         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
51482         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
51483         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
51484         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
51485         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
51486         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
51487         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
51488         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
51489         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
51490         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
51491         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
51492         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
51493         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
51494         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
51495         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
51496         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
51497         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
51498         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
51499         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
51500         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
51501         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
51502         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
51503         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
51504         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
51505         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
51506         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
51507         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
51508         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
51509         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
51510         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
51512         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
51513         rename.
51514         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51515         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51516         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51517         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51518         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51519         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51520         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51521         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51523 2011-10-24  Andreas Schwab  <schwab@redhat.com>
51525         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
51527 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
51529         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
51531         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
51532         prediction.
51533         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
51535         * string/strnlen.c: Don't define STRNLEN, reverse logic.
51536         Remove unused variable magic_bits.
51537         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
51539         * string/strnlen.c: Define and use STRNLEN macro.
51540         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
51541         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
51542         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
51543         * wcsmbs/wcslen.c: Define and use WCSLEN.
51544         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
51545         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
51546         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
51547         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
51548         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
51549         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
51550         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
51552 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51554         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51555         strnlen-sse2-no-bsf.
51556         Rename strlen-no-bsf to strlen-sse2-no-bsf.
51557         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
51558         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
51559         Add strnlen support.
51560         (USE_AS_STRNLEN): New macro.
51561         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
51562         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
51563         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
51564         * sysdeps/x86_64/wcslen.S: New file.
51566 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
51568         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
51569         XMM-moves are used for copying on small sizes.
51571 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51573         * wcsmbs/Makefile (strop-tests): Add wcschr.
51574         * wcsmbs/test-wcschr.c: New file.
51575         * string/test-strchr.c: Update.
51576         Add wcschr support.
51577         (WIDE): New macro.
51579 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51581         * wcsmbs/Makefile (strop-tests): Add wcslen.
51582         * wcsmbs/test-wcslen.c: New file.
51583         * string/test-strlen.c: Update.
51584         Add wcslen support.
51585         (WIDE): New macro.
51587 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
51589         * po/it.po: Update from translation team.
51591 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51593         * sysdeps/x86_64/wcscmp.S: Update.
51594         Fix wrong comparison semantics.
51595         wcscmp shall use signed comparison not unsigned.
51596         Don't use substraction to avoid overflow bug.
51597         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
51598         * wcsmbc/wcscmp.c: Likewise.
51599         * string/test-strcmp.c: Likewise.
51600         Add new tests to check cases with negative values.
51602 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
51604         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
51605         * sysdeps/x86_64/dla.h: ...here.  New file.
51606         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
51607         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51608         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51609         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51610         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51611         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
51612         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51613         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51614         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51616 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
51618         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
51619         __ynl_finite aliases.
51621 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
51623         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
51625         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
51626         define DLA_FMA.
51627         [DLA_FMA] (EMULV): Use DLA_FMA.
51628         [DLA_FMA] (MUL12): Use EMULV.
51629         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
51630         that are not needed.
51631         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51632         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51633         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51634         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51635         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51636         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51637         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51639 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
51641         * math/s_nan.c: Undef __nan.
51642         * math/s_nanf.c: Undef __nanf.
51643         * math/s_nanl.c: Undef __nanl.
51644         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
51645         "math_private.h".
51647 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
51649         * math/s_catan.c: Add branch predictions.
51650         * math/s_catanf.c: Likewise.
51651         * math/s_catanh.c: Likewise.
51652         * math/s_catanhf.c: Likewise.
51653         * math/s_catanhl.c: Likewise.
51654         * math/s_catanl.c: Likewise.
51655         * math/s_cexp.c: Likewise.
51656         * math/s_cexpf.c: Likewise.
51657         * math/s_cexpl.c: Likewise.
51658         * math/s_clog.c: Likewise.
51659         * math/s_clog10.c: Likewise.
51660         * math/s_clog10f.c: Likewise.
51661         * math/s_clog10l.c: Likewise.
51662         * math/s_clogf.c: Likewise.
51663         * math/s_clogl.c: Likewise.
51664         * math/s_csqrt.c: Likewise.
51665         * math/s_csqrtf.c: Likewise.
51666         * math/s_csqrtl.c: Likewise.
51667         * math/s_ctanf.c: Likewise.
51668         * math/s_ctanh.c: Likewise.
51669         * math/s_ctanhf.c: Likewise.
51670         * math/s_ctanhl.c: Likewise.
51671         * math/s_ctanl.c: Likewise.
51673         * math/math_private.h: Define __nan, __nanf, __nanl.
51674         * math/s_cacosh.c: Include <math_private.h>.
51675         * math/s_cacoshl.c: Likewise.
51676         * math/s_casinh.c: Likewise.
51677         * math/s_casinhf.c: Likewise.
51678         * math/s_casinhl.c: Likewise.
51679         * math/s_ccos.c: Rely entire on ccosh.
51680         * math/s_ccosf.c: Rely entire on ccoshf.
51681         * math/s_ccosl.c: Rely entirely on ccoshl.
51682         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
51683         Remove tests for FE_INVALID.
51684         * math/s_ccoshf.c: Likewise.
51685         * math/s_ccoshl.c: Likewise.
51686         * math/s_csin.c: Likewise.
51687         * math/s_csinf.c: Likewise.
51688         * math/s_csinh.c Likewise.
51689         * math/s_csinhf.c: Likewise.
51690         * math/s_csinhl.c: Likewise.
51691         * math/s_csinl.c: Likewise.
51692         * math/s_ctan.c: Likewise.
51693         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
51694         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
51695         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
51697 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
51699         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
51700         compilation problems.
51702         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
51703         __builtin_expect.
51705 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
51707         * sysdeps/i386/configure.in: Test for -mfma4 option.
51708         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
51709         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
51710         COMMON_CPUID_INDEX_80000001.
51711         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
51712         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
51713         use it if FMA3 is not supported.
51714         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
51716         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
51717         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
51719 2011-10-20  Andreas Schwab  <schwab@redhat.com>
51721         [BZ #12892]
51722         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
51723         it would create a cycle with a link time dependency.
51725 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
51727         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
51728         instruction.
51729         * string/Makefile (strop-tests): Add rawmemchr.
51730         * string/test-rawmemchr.c: New file.
51732         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
51733         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
51734         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
51735         when compiling str{,n}casecmp and when AVX is available.  Hook up
51736         new optimized code in initializers.
51738 2011-10-19  Andreas Schwab  <schwab@redhat.com>
51740         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
51741         __feraiseexcept instead of feraiseexcept.
51743 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
51745         * math/math_private.h: Define defaults for libc_fetestexcept and
51746         libc_feupdateenv.
51747         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
51748         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
51749         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
51750         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
51751         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
51752         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
51753         libc_fetestexcept and libc_feupdateenv.
51755         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
51756         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
51757         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
51758         * sysdeps/x86_64/fpu/math_private.h: Define special version of
51759         libc_feholdexcept_setround.
51761         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
51762         Add s_nearbyint-c and s_nearbyintf-c.
51763         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
51764         nearbyintf inlines.
51765         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
51766         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
51767         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
51768         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
51770         * math/math_private.h: Define defaults for libc_fegetround,
51771         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
51772         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
51773         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
51774         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
51775         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
51776         standard functions.
51777         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
51778         Remove comments and hacks for old compiler versions.
51779         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
51780         libc_fegetround, libc_fesetround, libc_feholdexcept, and
51781         libc_feholdexceptl.
51783 2011-10-18  Andreas Schwab  <schwab@redhat.com>
51785         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
51786         (__feraiseexcept_renamed): Add __NTH.
51787         (feraiseexcept): Add __NTH.  Rename local variables to fix
51788         namespace violations.
51790 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
51792         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
51794         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
51796         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
51797         recently added interfaces.
51798         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
51800         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
51801         about macro parameter expansion.
51803         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
51804         __NO_MATH_INLINES is defined.  Cleanups.
51806         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
51807         and __floorf is target has SSE4.1.
51808         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
51809         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
51810         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
51811         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
51813         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
51814         name.
51815         (floorf): Likewise.
51817         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
51819 2011-10-17  Andreas Schwab  <schwab@redhat.com>
51821         * misc/sys/cdefs.h: Fix last change.
51823         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
51824         database lookup.
51826 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
51828         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
51830         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
51831         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
51832         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
51833         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
51834         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
51835         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
51836         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
51837         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
51838         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
51839         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
51840         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
51841         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
51842         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
51843         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
51844         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
51845         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
51846         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
51847         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
51848         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
51849         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
51850         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
51851         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
51853         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
51854         ceil, ceilf, floor, floorf.
51856         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
51857         Perform IRELATIVE relocations last.
51859         * elf/do-rel.h: Add another parameter nrelative, replacing the
51860         local variable with the same name.  Change name of the function
51861         to end in Rel or Rela (uppercase).
51862         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
51863         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
51864         elf_dynamic_do_##reloc function.
51866 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
51868         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
51869         is sufficient, at least on modern CPUs.
51871         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
51873         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
51874         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
51876         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
51877         __expl_finite.
51878         * math/bits/math-finite.h: Add entries for exp.
51879         * math/e_expl.c: Add __*_finite alias.
51880         * sysdeps/i386/fpu/e_exp.S: Likewise.
51881         * sysdeps/i386/fpu/e_expf.S: Likewise.
51882         * sysdeps/i386/fpu/e_expl.c: Likewise.
51883         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51884         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
51885         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
51886         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
51887         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
51888         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
51889         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
51891         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
51892         is sufficient, at least on modern CPUs.
51894         * ctype/ctype-info.c (__ctype_init): Define.
51895         * include/ctype.h (__ctype_init): Declare.
51896         (__ctype_b_loc): The variable is always initialized.
51897         (__ctype_toupper_loc): Likewise.
51898         (__ctype_tolower_loc): Likewise.
51899         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
51900         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
51902 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
51904         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
51906         * configure.in: Also look in $cxxmachine/include for C++ system
51907         headers.
51909 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51911         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
51912         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
51913         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
51914         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
51915         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
51916         (USE_AS_WMEMCMP): New macro.
51917         Fixing indents.
51918         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
51919         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
51920         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
51921         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
51922         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51923         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
51924         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
51925         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
51926         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
51927         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
51928         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
51929         (USE_AS_WMEMCMP): New macro.
51930         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
51931         * sysdeps/string/test-memcmp.c: Update.
51932         Fix simple_wmemcmp.
51933         Add new tests.
51934         * wcsmbs/wmemcmp.c: Update.
51935         (WMEMCMP): New macro.
51936         Fix overflow bug.
51938 2011-10-12  Andreas Jaeger  <aj@suse.de>
51940         [BZ #13268]
51941         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
51943 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
51945         * libio/iofwide.c (do_length): Avoid warning.
51947         * ctype/ctype.h (__isctype_f): Add missing __THROW.
51949 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
51951         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
51953         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
51954         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
51955         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
51956         * sysdeps/i386/i686/fpu/e_log.S: New file.
51957         * sysdeps/i386/i686/fpu/e_logf.S: New file.
51958         * sysdeps/i386/i686/fpu/e_logl.S: New file.
51960         * ctype/ctype.h: Add support for inlined isXXX functions when
51961         compiling C++ code.
51963 2011-10-14  Andreas Schwab  <schwab@redhat.com>
51965         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51967         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
51969 2011-10-13  Roland McGrath  <roland@hack.frob.com>
51971         [BZ #13291]
51972         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
51974 2011-10-13  Andreas Schwab  <schwab@redhat.com>
51976         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
51977         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
51978         feraiseexcept.
51980         * sysdeps/x86_64/memrchr.S: Check for zero size.
51982         * string/stratcliff.c: Add memrchr tests.
51984 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51986         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51987         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
51988         rawmemchr-sse2 rawmemchr-sse2-bsf.
51989         * sysdeps/i386/i686/multiarch/memchr.S: New file.
51990         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
51991         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
51992         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
51993         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
51994         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
51995         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
51996         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
51997         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
51998         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
51999         * string/memrchr.c (MEMRCHR): New macro.
52001 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
52003         Add integration with gcc's -ffinite-math-only and optimize wrapper
52004         functions in libm.
52005         * Versions.def: Define GLIBC_2.15 version for libm.
52006         * math/Makefile (headers): Add bits/math-finite.h.
52007         * math/bits/math-finite.h: New file.
52008         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
52009         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
52010         * math/e_acoshl.c: Add __*_finite alias.
52011         * math/e_acosl.c: Likewise.
52012         * math/e_asinl.c: Likewise.
52013         * math/e_atan2l.c: Likewise.
52014         * math/e_atanhl.c: Likewise.
52015         * math/e_coshl.c: Likewise.
52016         * math/e_exp10.c: Likewise.
52017         * math/e_exp10f.c: Likewise.
52018         * math/e_exp10l.c: Likewise.
52019         * math/e_exp2l.c: Likewise.
52020         * math/e_fmodl.c: Likewise.
52021         * math/e_gammal_r.c: Likewise.
52022         * math/e_hypotl.c: Likewise.
52023         * math/e_j0l.c: Likewise.
52024         * math/e_j1l.c: Likewise.
52025         * math/e_jnl.c: Likewise.
52026         * math/e_lgammal_r.c: Likewise.
52027         * math/e_log10l.c: Likewise.
52028         * math/e_log2l.c: Likewise.
52029         * math/e_logl.c: Likewise.
52030         * math/e_powl.c: Likewise.
52031         * math/e_sinhl.c: Likewise.
52032         * math/e_sqrtl.c: Likewise.
52033         * math/e_scalb.c: Completely rewritten and optimized.
52034         * math/e_scalbf.c: Likewise.
52035         * math/e_scalbl.c: Likewise.
52036         * math/w_acos.c: Likewise.
52037         * math/w_acosf.c: Likewise.
52038         * math/w_acosl.c: Likewise.
52039         * math/w_acosh.c: Likewise.
52040         * math/w_acoshf.c: Likewise.
52041         * math/w_acoshl.c: Likewise.
52042         * math/w_asin.c: Likewise.
52043         * math/w_asinf.c: Likewise.
52044         * math/w_asinl.c: Likewise.
52045         * math/w_atan2.c: Likewise.
52046         * math/w_atan2f.c: Likewise.
52047         * math/w_atan2l.c: Likewise.
52048         * math/w_atanh.c: Likewise.
52049         * math/w_atanhf.c: Likewise.
52050         * math/w_atanhl.c: Likewise.
52051         * math/w_exp10.c: Likewise.
52052         * math/w_exp10f.c: Likewise.
52053         * math/w_exp10l.c: Likewise.
52054         * math/w_fmod.c: Likewise.
52055         * math/w_fmodf.c: Likewise.
52056         * math/w_fmodl.c: Likewise.
52057         * math/w_j0.c: Likewise.
52058         * math/w_j0f.c: Likewise.
52059         * math/w_j0l.c: Likewise.
52060         * math/w_j1.c: Likewise.
52061         * math/w_j1f.c: Likewise.
52062         * math/w_j1l.c: Likewise.
52063         * math/w_jn.c: Likewise.
52064         * math/w_jnf.c: Likewise.
52065         * math/w_log.c: Likewise.
52066         * math/w_logf.c: Likewise.
52067         * math/w_logl.c: Likewise.
52068         * math/w_log10.c: Likewise.
52069         * math/w_log10f.c: Likewise.
52070         * math/w_log10l.c: Likewise.
52071         * math/w_log2.c: Likewise.
52072         * math/w_log2f.c: Likewise.
52073         * math/w_log2l.c: Likewise.
52074         * math/w_pow.c: Likewise.
52075         * math/w_powf.c: Likewise.
52076         * math/w_powl.c: Likewise.
52077         * math/w_remainder.c: Likewise.
52078         * math/w_remainderf.c: Likewise.
52079         * math/w_remainderl.c: Likewise.
52080         * math/w_scalb.c: Likewise.
52081         * math/w_scalbf.c: Likewise.
52082         * math/w_scalbl.c: Likewise.
52083         * math/w_sqrt.c: Likewise.
52084         * math/w_sqrtf.c: Likewise.
52085         * math/w_sqrtl.c: Likewise.
52086         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
52087         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
52088         used.
52089         * math/math_private.h: Declare __kernel_standard_f.
52090         * math/w_cosh.c: Remove cruft and optimize a bit.
52091         * math/w_coshf.c: Likewise.
52092         * math/w_coshl.c: Likewise.
52093         * math/w_exp2.c: Likewise.
52094         * math/w_exp2f.c: Likewise.
52095         * math/w_exp2l.c: Likewise.
52096         * math/w_hypot.c: Likewise.
52097         * math/w_hypotf.c: Likewise.
52098         * math/w_hypotl.c: Likewise.
52099         * math/w_lgamma.c: Likewise.
52100         * math/w_lgamma_r.c: Likewise.
52101         * math/w_lgammaf.c: Likewise.
52102         * math/w_lgammaf_r.c: Likewise.
52103         * math/w_lgammal.c: Likewise.
52104         * math/w_lgammal_r.c: Likewise.
52105         * math/w_sinh.c: Likewise.
52106         * math/w_sinhf.c: Likewise.
52107         * math/w_sinhl.c: Likewise.
52108         * math/w_tgamma.c: Likewise.
52109         * math/w_tgammaf.c: Likewise.
52110         * math/w_tgammal.c: Likewise.
52111         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
52112         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52113         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
52114         Minor optimizations.  Pretty printing.  Remove cruft.
52115         * sysdeps/i386/fpu/e_acosf.S: Likewise.
52116         * sysdeps/i386/fpu/e_acosh.S: Likewise.
52117         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
52118         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
52119         * sysdeps/i386/fpu/e_acosl.c: Likewise.
52120         * sysdeps/i386/fpu/e_asin.S: Likewise.
52121         * sysdeps/i386/fpu/e_asinf.S: Likewise.
52122         * sysdeps/i386/fpu/e_atan2.S: Likewise.
52123         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
52124         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
52125         * sysdeps/i386/fpu/e_atanh.S: Likewise.
52126         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
52127         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
52128         * sysdeps/i386/fpu/e_exp10.S: Likewise.
52129         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
52130         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
52131         * sysdeps/i386/fpu/e_exp2.S: Likewise.
52132         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
52133         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
52134         * sysdeps/i386/fpu/e_fmod.S: Likewise.
52135         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
52136         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
52137         * sysdeps/i386/fpu/e_hypot.S: Likewise.
52138         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
52139         * sysdeps/i386/fpu/e_log.S: Likewise.
52140         * sysdeps/i386/fpu/e_log10.S: Likewise.
52141         * sysdeps/i386/fpu/e_log10f.S: Likewise.
52142         * sysdeps/i386/fpu/e_log10l.S: Likewise.
52143         * sysdeps/i386/fpu/e_log2.S: Likewise.
52144         * sysdeps/i386/fpu/e_log2f.S: Likewise.
52145         * sysdeps/i386/fpu/e_log2l.S: Likewise.
52146         * sysdeps/i386/fpu/e_logf.S: Likewise.
52147         * sysdeps/i386/fpu/e_logl.S: Likewise.
52148         * sysdeps/i386/fpu/e_pow.S: Likewise.
52149         * sysdeps/i386/fpu/e_powf.S: Likewise.
52150         * sysdeps/i386/fpu/e_powl.S: Likewise.
52151         * sysdeps/i386/fpu/e_remainder.S: Likewise.
52152         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
52153         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
52154         * sysdeps/i386/fpu/e_scalb.S: Likewise.
52155         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
52156         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
52157         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
52158         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
52159         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
52160         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
52161         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52162         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52163         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
52164         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
52165         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
52166         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
52167         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
52168         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
52169         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
52170         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
52171         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
52172         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52173         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
52174         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
52175         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52176         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
52177         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
52178         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
52179         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52180         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
52181         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
52182         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
52183         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
52184         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
52185         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
52186         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
52187         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
52188         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
52189         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
52190         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52191         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
52192         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
52193         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
52194         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
52195         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
52196         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
52197         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
52198         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
52199         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
52200         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
52201         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
52202         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
52203         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
52204         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
52205         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
52206         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
52207         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
52208         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
52209         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
52210         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
52211         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
52212         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
52213         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
52214         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
52215         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
52216         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
52217         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
52218         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
52219         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
52220         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
52221         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
52222         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
52223         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
52224         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
52225         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
52226         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
52227         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
52228         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
52229         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
52230         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
52231         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
52232         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
52233         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
52234         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
52235         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
52236         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
52237         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
52238         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
52239         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
52240         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52241         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
52242         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
52243         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
52244         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52245         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
52246         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
52247         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
52248         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
52249         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
52250         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
52251         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
52252         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
52253         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
52254         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
52255         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
52256         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
52257         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
52258         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
52259         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
52260         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
52261         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
52262         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
52263         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
52264         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
52265         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
52266         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
52267         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
52268         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
52269         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
52270         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
52271         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
52272         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
52273         (__isnanf): Likewise.
52274         (__isinf_ns): Likewise.
52275         (__isinf_nsf): Likewise.
52276         (__finite): Likewise.
52277         (__finitef): Likewise.
52278         (__ieee754_sqrt): Define as macro.
52279         (__ieee754_sqrtf): Define as macro.
52280         (__ieee754_sqrtl): Define as macro.
52281         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
52282         inlined copy.
52283         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
52284         __FINITE_MATH_ONLY__ consistent.
52285         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
52287 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
52289         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
52290         of rawmemchr.
52292         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
52294 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
52296         * po/ja.po: Update from translation team.
52298 2011-10-08  Roland McGrath  <roland@hack.frob.com>
52300         * locale/programs/locarchive.c (prepare_address_space): New function.
52301         (create_archive, enlarge_archive, open_archive): Use it.
52303         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
52304         inside [SHARED], where it is used.
52306         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
52308         * nss/getent.c (netgroup_keys): Remove unused variable.
52309         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
52311 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
52313         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
52314         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
52315         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
52316         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
52317         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
52318         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
52319         * math/Makefile (libm-calls): Add s_isinf_ns.
52320         * math/divtc3.c: Use __isinf_nsl instead of isinf.
52321         * math/multc3.c: Likewise.
52322         * math/s_casin.c: Likewise.
52323         * math/s_casinf.c: Likewise.
52324         * math/s_casinl.c: Likewise.
52325         * math/s_ccos.c: Likewise.
52326         * math/s_ccosf.c: Likewise.
52327         * math/s_ccosl.c: Likewise.
52328         * math/s_ctan.c: Likewise.
52329         * math/s_ctanf.c: Likewise.
52330         * math/s_ctanh.c: Likewise.
52331         * math/s_ctanhf.c: Likewise.
52332         * math/s_ctanhl.c: Likewise.
52333         * math/s_ctanl.c: Likewise.
52334         * math/w_fmod.c: Likewise.
52335         * math/w_fmodf.c: Likewise.
52336         * math/w_fmodl.c: Likewise.
52337         * math/w_remainder.c: Likewise.
52338         * math/w_remainderf.c: Likewise.
52339         * math/w_remainderl.c: Likewise.
52340         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
52341         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
52342         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
52343         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
52344         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
52345         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
52346         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
52347         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
52349         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
52350         of the number.
52351         * stdio-common/printf_fphex.c: Likewise.
52352         * stdio-common/printf_size.c: Likewise.
52354         * math/e_exp10.c: Include math_private.h using <...> not "...".
52355         * math/e_exp10f.c: Likewise.
52356         * math/e_exp10l.c: Likewise.
52357         * math/e_exp2l.c: Likewise.
52358         * math/e_j0l.c: Likewise.
52359         * math/e_j1l.c: Likewise.
52360         * math/e_jnl.c: Likewise.
52361         * math/e_lgammal_r.c: Likewise.
52362         * math/e_rem_pio2l.c: Likewise.
52363         * math/e_scalb.c: Likewise.
52364         * math/e_scalbf.c: Likewise.
52365         * math/e_scalbl.c: Likewise.
52366         * math/k_cosl.c: Likewise.
52367         * math/k_sinl.c: Likewise.
52368         * math/k_tanl.c: Likewise.
52369         * math/s_cacoshf.c: Likewise.
52370         * math/s_catan.c: Likewise.
52371         * math/s_catanf.c: Likewise.
52372         * math/s_catanh.c: Likewise.
52373         * math/s_catanhf.c: Likewise.
52374         * math/s_catanhl.c: Likewise.
52375         * math/s_catanl.c: Likewise.
52376         * math/s_ccosh.c: Likewise.
52377         * math/s_ccoshf.c: Likewise.
52378         * math/s_ccoshl.c: Likewise.
52379         * math/s_cexp.c: Likewise.
52380         * math/s_cexpf.c: Likewise.
52381         * math/s_cexpl.c: Likewise.
52382         * math/s_clog.c: Likewise.
52383         * math/s_clog10.c: Likewise.
52384         * math/s_clog10f.c: Likewise.
52385         * math/s_clog10l.c: Likewise.
52386         * math/s_clogf.c: Likewise.
52387         * math/s_clogl.c: Likewise.
52388         * math/s_csin.c: Likewise.
52389         * math/s_csinf.c: Likewise.
52390         * math/s_csinh.c: Likewise.
52391         * math/s_csinhf.c: Likewise.
52392         * math/s_csinhl.c: Likewise.
52393         * math/s_csinl.c: Likewise.
52394         * math/s_csqrt.c: Likewise.
52395         * math/s_csqrtf.c: Likewise.
52396         * math/s_csqrtl.c: Likewise.
52397         * math/s_ctan.c: Likewise.
52398         * math/s_ctanf.c: Likewise.
52399         * math/s_ctanh.c: Likewise.
52400         * math/s_ctanhf.c: Likewise.
52401         * math/s_ctanhl.c: Likewise.
52402         * math/s_ctanl.c: Likewise.
52403         * math/s_ldexp.c: Likewise.
52404         * math/s_ldexpf.c: Likewise.
52405         * math/s_ldexpl.c: Likewise.
52406         * math/s_significand.c: Likewise.
52407         * math/s_significandf.c: Likewise.
52408         * math/s_significandl.c: Likewise.
52409         * math/w_acos.c: Likewise.
52410         * math/w_acosf.c: Likewise.
52411         * math/w_acosh.c: Likewise.
52412         * math/w_acoshf.c: Likewise.
52413         * math/w_acoshl.c: Likewise.
52414         * math/w_acosl.c: Likewise.
52415         * math/w_asin.c: Likewise.
52416         * math/w_asinf.c: Likewise.
52417         * math/w_asinl.c: Likewise.
52418         * math/w_atan2.c: Likewise.
52419         * math/w_atan2f.c: Likewise.
52420         * math/w_atan2l.c: Likewise.
52421         * math/w_atanh.c: Likewise.
52422         * math/w_atanhf.c: Likewise.
52423         * math/w_atanhl.c: Likewise.
52424         * math/w_cosh.c: Likewise.
52425         * math/w_coshf.c: Likewise.
52426         * math/w_coshl.c: Likewise.
52427         * math/w_dremf.c: Likewise.
52428         * math/w_exp10.c: Likewise.
52429         * math/w_exp10f.c: Likewise.
52430         * math/w_exp10l.c: Likewise.
52431         * math/w_exp2.c: Likewise.
52432         * math/w_exp2f.c: Likewise.
52433         * math/w_fmod.c: Likewise.
52434         * math/w_fmodf.c: Likewise.
52435         * math/w_fmodl.c: Likewise.
52436         * math/w_hypot.c: Likewise.
52437         * math/w_hypotf.c: Likewise.
52438         * math/w_hypotl.c: Likewise.
52439         * math/w_j0.c: Likewise.
52440         * math/w_j0f.c: Likewise.
52441         * math/w_j0l.c: Likewise.
52442         * math/w_j1.c: Likewise.
52443         * math/w_j1f.c: Likewise.
52444         * math/w_j1l.c: Likewise.
52445         * math/w_jn.c: Likewise.
52446         * math/w_jnf.c: Likewise.
52447         * math/w_jnl.c: Likewise.
52448         * math/w_lgamma.c: Likewise.
52449         * math/w_lgamma_r.c: Likewise.
52450         * math/w_lgammaf.c: Likewise.
52451         * math/w_lgammaf_r.c: Likewise.
52452         * math/w_lgammal.c: Likewise.
52453         * math/w_lgammal_r.c: Likewise.
52454         * math/w_log.c: Likewise.
52455         * math/w_log10.c: Likewise.
52456         * math/w_log10f.c: Likewise.
52457         * math/w_log10l.c: Likewise.
52458         * math/w_log2.c: Likewise.
52459         * math/w_log2f.c: Likewise.
52460         * math/w_log2l.c: Likewise.
52461         * math/w_logf.c: Likewise.
52462         * math/w_logl.c: Likewise.
52463         * math/w_pow.c: Likewise.
52464         * math/w_powf.c: Likewise.
52465         * math/w_powl.c: Likewise.
52466         * math/w_remainder.c: Likewise.
52467         * math/w_remainderf.c: Likewise.
52468         * math/w_remainderl.c: Likewise.
52469         * math/w_scalb.c: Likewise.
52470         * math/w_scalbf.c: Likewise.
52471         * math/w_scalbl.c: Likewise.
52472         * math/w_sinh.c: Likewise.
52473         * math/w_sinhf.c: Likewise.
52474         * math/w_sinhl.c: Likewise.
52475         * math/w_sqrt.c: Likewise.
52476         * math/w_sqrtf.c: Likewise.
52477         * math/w_sqrtl.c: Likewise.
52478         * math/w_tgamma.c: Likewise.
52479         * math/w_tgammaf.c: Likewise.
52480         * math/w_tgammal.c: Likewise.
52482         * po/ja.po: Update from translation team.
52484 2011-09-29  Andreas Jaeger  <aj@suse.de>
52486         [BZ #13179]
52487         * sunrpc/netname.c (netname2host): Fix logic.
52489         [BZ #6779]
52490         [BZ #6783]
52491         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
52492         correctly.
52493         * math/w_remainder.c (__remainder): Likewise.
52494         * math/w_remainderf.c (__remainderf): Likewise.
52495         * math/libm-test.inc (remainder_test): Add test cases.
52497 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52499         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
52500         sdiv_qrnnd.
52502 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
52504         * string/test-memcmp.c: Avoid unncessary #defines.
52505         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
52507 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52509         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
52510         Use new sse2 version for core i3 - i7 as it's faster
52511         than sse42 version.
52512         (bit_Prefer_PMINUB_for_stringop): New.
52513         * sysdeps/x86_64/rawmemchr.S: Update.
52514         Replace with faster SSE2 version.
52515         * sysdeps/x86_64/memrchr.S: New file.
52516         * sysdeps/x86_64/memchr.S: Update.
52517         Replace with faster SSE2 version.
52519 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
52521         * elf/dl-load.c (lose): Add cast to avoid warning.
52523 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
52525         * po/ca.po: Update from translation team.
52527         * inet/getnetgrent_r.c: Hook up nscd.
52528         * nscd/Makefile (routines): Add nscd_netgroup.
52529         (nscd-modules): Add netgroupcache.
52530         (CFLAGS-netgroupcache.c): Define.
52531         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
52532         (cache_search): Add const to second parameter.
52533         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
52534         INNETGR.
52535         (dbs): Add netgrdb entry.
52536         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
52537         (verify_persistent_db): Handle netgrdb.
52538         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
52539         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
52540         GETFDNETGR.
52541         (netgroup_response_header): Define.
52542         (innetgroup_response_header): Define.
52543         (datahead): Add netgroup_response_header and innetgroup_response_header
52544         elements.
52545         * nscd/nscd.conf: Add entries for netgroup cache.
52546         * nscd/nscd.h (dbtype): Add netgrdb.
52547         (_PATH_NSCD_NETGROUP_DB): Define.
52548         (netgroup_iov_disabled): Declare.
52549         (xmalloc, xcalloc, xrealloc): Move declarations here.
52550         (cache_search): Adjust prototype.
52551         Add netgroup-related prototypes.
52552         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
52553         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
52554         (__nscd_innetgr): Declare.
52555         * nscd/selinux.c (perms): Use access_vector_t as element type and
52556         add netgroup-related initializers.
52557         * nscd/netgroupcache.c: New file.
52558         * nscd/nscd_netgroup.c: New file.
52559         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
52560         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
52561         For four parameters use innetgr.
52562         * nss/nss_files/files-init.c: Add definition and callback for netgr.
52563         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
52564         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
52565         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
52567         * nscd/connections.c (register_traced_file): Don't register file
52568         for disabled databases.
52570 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
52572         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
52574         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
52575         from tree and freeing node.
52577 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
52579         * nss/nsswitch.c (__nss_database_lookup): Handle
52580         nss_parse_service_list out of memory case.
52582 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
52584         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
52585         out of memory case.
52587 2011-10-04  Andreas Schwab  <schwab@redhat.com>
52589         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
52590         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
52591         pass it down.
52592         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
52593         elf_machine_rela, elf_machine_lazy_rel.
52594         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
52595         (ELF_DYNAMIC_DO_REL): Likewise.
52596         (ELF_DYNAMIC_DO_RELA): Likewise.
52597         (ELF_DYNAMIC_RELOCATE): Likewise.
52598         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
52599         to ELF_DYNAMIC_DO_REL.
52600         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
52601         (dl_main): In trace mode always set __RTLD_NOIFUNC.
52602         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
52603         elf_machine_rela.
52604         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
52605         skip_ifunc, don't call ifunc function if non-zero.
52606         (elf_machine_rela): Likewise.
52607         (elf_machine_lazy_rel): Likewise.
52608         (elf_machine_lazy_rela): Likewise.
52609         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
52610         (elf_machine_lazy_rel): Likewise.
52611         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
52612         Likewise.
52613         (elf_machine_lazy_rel): Likewise.
52614         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
52615         Likewise.
52616         (elf_machine_lazy_rel): Likewise.
52617         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
52618         (elf_machine_lazy_rel): Likewise.
52619         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
52620         (elf_machine_lazy_rel): Likewise.
52621         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
52622         (elf_machine_lazy_rel): Likewise.
52623         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
52624         (elf_machine_lazy_rel): Likewise.
52625         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
52626         (elf_machine_lazy_rel): Likewise.
52627         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
52628         (elf_machine_lazy_rel): Likewise.
52630 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
52632         * nss/nss_files/files-init.c (_nss_files_init): Use static
52633         initialization for all the *_traced_file variables.
52635 2011-09-28  Andreas Schwab  <schwab@redhat.com>
52637         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52639 2011-09-27  Roland McGrath  <roland@hack.frob.com>
52641         [BZ #13226]
52642         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
52644 2011-09-27  Andreas Schwab  <schwab@redhat.com>
52646         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
52647         Reread the line before reparsing it.
52649 2011-09-26  Andreas Schwab  <schwab@redhat.com>
52651         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
52653 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
52654             Maxim Kuvyrkov  <maxim@codesourcery.com>
52655             Joseph Myers  <joseph@codesourcery.com>
52657         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
52658         if needed for __stack_chk_guard.
52660 2011-09-19  Roland McGrath  <roland@hack.frob.com>
52662         * sysdeps/posix/spawni.c (script_execute): Always define it.
52663         It will be optimized away if unused.
52664         (maybe_script_execute): New function.
52665         (__spawni): Call it.
52667         * Makerules: Don't include tls.make.
52668         (config-tls): Always set to thread.
52669         * tls.make.c: File removed.
52671 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
52673         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
52674         * config.make.in (CPPFLAGS-config): New substituted variable.
52676 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
52678         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
52680         [BZ #13192]
52681         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
52682         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
52684 2011-09-15  Roland McGrath  <roland@hack.frob.com>
52686         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
52687         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
52688         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
52689         (CALL_FAIL): Likewise.
52690         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
52691         (CALL_FAIL): Macro removed.
52692         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
52694 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
52696         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
52697         for __FINITE_MATH_ONLY__ == 1.
52699 2011-09-15  Andreas Schwab  <schwab@redhat.com>
52701         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
52702         __ieee754_sqrt instead of sqrt.
52703         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
52704         __ieee754_sqrtf instead of sqrtf.
52705         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
52706         __floorf instead of floorf.
52707         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
52708         __floorf, __truncf instead of floorf, truncf.
52710 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
52712         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
52714         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
52715         __extern_always_inline.
52716         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
52717         32-bit.
52719 2011-09-14  Andreas Schwab  <schwab@redhat.com>
52721         * elf/rtld.c (dl_main): Also relocate in dependency order when
52722         doing symbol dependency testing.
52724 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
52726         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
52727         Always define `refsym'.
52729 2011-09-13  Andreas Schwab  <schwab@redhat.com>
52731         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
52732         (__FD_ELT): Renamed from __FDELT.
52733         * misc/bits/select2.h (__FD_ELT): Likewise.
52734         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
52735         __FD_MASK instead of __FDELT, __FDMASK.
52736         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
52737         Likewise.
52738         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
52739         Likewise.
52741         * elf/Makefile (gen-ldd): Fix pattern.
52743         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
52744         (init_tls): Likewise.
52746 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
52748         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
52750 2011-09-12  Andreas Schwab  <schwab@redhat.com>
52752         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
52753         `struct cmsghdr *' instead of `void *'.
52754         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
52755         Likewise.
52757 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
52759         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
52760         if non-absolute.
52761         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
52762         ldd_rewrite_script.
52764 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
52766         * configure.in: Remove --with-tls option.
52767         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
52768         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
52769         out in case it is missing.
52770         * sysdeps/ia64/elf/configure.in: Likewise.
52771         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
52772         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
52773         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
52774         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
52775         * sysdeps/sh/elf/configure.in: Likewise.
52776         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
52777         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
52778         * sysdeps/x86_64/elf/configure.in: Likewise.
52779         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
52780         * sysdeps/mach/hurd/tls.h: Likewise.
52782         [BZ #13067]
52783         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
52785         [BZ #13090]
52786         * configure.in: Fix use of AC_INIT.
52788         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
52790 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
52792         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
52793         __set_errno.
52794         * malloc/hooks.c: Likewise.
52796         [BZ #11929]
52797         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
52798         variables statically.
52799         (narenas): Initialize.
52800         (list_lock): Initialize.
52801         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
52802         initializtion of main_arena and list_lock.  Small cleanups.
52803         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
52804         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
52805         Add initializers to main_arena and mp_.
52806         (malloc_state): Remove pagesize member.  Change all users to use
52807         GLRO(dl_pagesize).
52809         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
52810         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
52811         is always initialized.
52813         * malloc/malloc.c: Removed unused configurations and dead code.
52814         * malloc/arena.c: Likewise.
52815         * malloc/hooks.c: Likewise.
52816         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
52818         * include/tls.h: Removed.  USE___THREAD must always be defined.
52819         * bits/libc-tsd.h: Don't handle !USE___THREAD.
52820         * elf/dl-libc.c: Likewise.
52821         * elf/dl-tsd.c: Likewise.
52822         * include/errno.h: Likewise.
52823         * include/netdb.h: Likewise.
52824         * include/resolv.h: Likewise.
52825         * inet/herrno-loc.c: Likewise.
52826         * inet/herrno.c: Likewise.
52827         * malloc/arena.c: Likewise.
52828         * malloc/hooks.c: Likewise.
52829         * malloc/malloc.c: Likewise.
52830         * resolv/res-state.c: Likewise.
52831         * resolv/res_libc.c: Likewise.
52832         * sysdeps/i386/dl-machine.h: Likewise.
52833         * sysdeps/ia64/dl-machine.h: Likewise.
52834         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
52835         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
52836         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
52837         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
52838         * sysdeps/sh/dl-machine.h: Likewise.
52839         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
52840         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
52841         * sysdeps/unix/i386/sysdep.S: Likewise.
52842         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
52843         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
52844         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
52845         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
52846         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
52847         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
52848         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
52849         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
52850         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
52851         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
52852         * sysdeps/unix/x86_64/sysdep.S: Likewise.
52853         * sysdeps/x86_64/dl-machine.h: Likewise.
52854         * tls.make.c: Likewise.
52856         * configure.in: Remove --with-__thread option.  Make tests for
52857         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
52858         tls_model attribute fail if no support is available.  Remove
52859         USE_IN_LIBIO.
52860         * Makeconfig: Adjust for dropped configure option.  All features are
52861         now mandatory.
52862         * Makerules: Likewise.
52863         * Versions.def: Likewise.
52864         * argp/argp-fmtstream.c: Likewise.
52865         * argp/argp-fmtstream.h: Likewise.
52866         * argp/argp-help.c: Likewise.
52867         * assert/assert.c: Likewise.
52868         * config.h.in: Likewise.
52869         * config.make.in: Likewise.
52870         * configure: Likewise.
52871         * configure.in: Likewise.
52872         * csu/Versions: Likewise.
52873         * csu/init.c: Likewise.
52874         * elf/tst-audit2.c: Likewise.
52875         * elf/tst-tls10.c: Likewise.
52876         * elf/tst-tls10.h: Likewise.
52877         * elf/tst-tls11.c: Likewise.
52878         * elf/tst-tls12.c: Likewise.
52879         * elf/tst-tls14.c: Likewise.
52880         * elf/tst-tlsmod11.c: Likewise.
52881         * elf/tst-tlsmod12.c: Likewise.
52882         * elf/tst-tlsmod13.c: Likewise.
52883         * elf/tst-tlsmod13a.c: Likewise.
52884         * elf/tst-tlsmod14a.c: Likewise.
52885         * elf/tst-tlsmod15b.c: Likewise.
52886         * elf/tst-tlsmod16a.c: Likewise.
52887         * elf/tst-tlsmod16b.c: Likewise.
52888         * elf/tst-tlsmod7.c: Likewise.
52889         * elf/tst-tlsmod8.c: Likewise.
52890         * elf/tst-tlsmod9.c: Likewise.
52891         * gmon/gmon.c: Likewise.
52892         * grp/fgetgrent_r.c: Likewise.
52893         * grp/putgrent.c: Likewise.
52894         * hurd/fopenport.c: Likewise.
52895         * include/libc-symbols.h: Likewise.
52896         * include/tls.h: Likewise.
52897         * intl/gettextP.h: Likewise.
52898         * intl/loadinfo.h: Likewise.
52899         * locale/global-locale.c: Likewise.
52900         * locale/localeinfo.h: Likewise.
52901         * mach/devstream.c: Likewise.
52902         * malloc/arena.c: Likewise.
52903         * malloc/set-freeres.c: Likewise.
52904         * misc/err.c: Likewise.
52905         * misc/getttyent.c: Likewise.
52906         * misc/mntent_r.c: Likewise.
52907         * posix/getopt.c: Likewise.
52908         * posix/wordexp.c: Likewise.
52909         * pwd/fgetpwent_r.c: Likewise.
52910         * resolv/Versions: Likewise.
52911         * resolv/res_hconf.c: Likewise.
52912         * shadow/fgetspent_r.c: Likewise.
52913         * shadow/putspent.c: Likewise.
52914         * stdio-common/printf_fphex.c: Likewise.
52915         * stdio-common/tmpfile.c: Likewise.
52916         * stdlib/abort.c: Likewise.
52917         * stdlib/fmtmsg.c: Likewise.
52918         * sunrpc/auth_unix.c: Likewise.
52919         * sunrpc/clnt_perr.c: Likewise.
52920         * sunrpc/clnt_tcp.c: Likewise.
52921         * sunrpc/clnt_udp.c: Likewise.
52922         * sunrpc/clnt_unix.c: Likewise.
52923         * sunrpc/openchild.c: Likewise.
52924         * sunrpc/svc_simple.c: Likewise.
52925         * sunrpc/svc_tcp.c: Likewise.
52926         * sunrpc/svc_udp.c: Likewise.
52927         * sunrpc/svc_unix.c: Likewise.
52928         * sunrpc/xdr.c: Likewise.
52929         * sunrpc/xdr_array.c: Likewise.
52930         * sunrpc/xdr_rec.c: Likewise.
52931         * sunrpc/xdr_ref.c: Likewise.
52932         * sunrpc/xdr_stdio.c: Likewise.
52934 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52936         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52938 2011-07-03  Andreas Jaeger  <aj@suse.de>
52940         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
52941         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
52942         regenerate with gen-libm-tests.pl.
52944 2010-05-12  Petr Baudis  <pasky@suse.cz>
52946         [BZ #11589]
52947         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
52948         around j0() zero points by switching to j1().
52949         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
52950         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
52951         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
52952         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
52954 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52956         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
52957         instead of 0.
52958         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
52959         instead of 0.
52960         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52961         Patch in part by Pavel Roskin <proski@gnu.org>.
52963         [BZ #13138]
52964         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
52965         realloc.
52966         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
52967         Free memory block if necessary.
52969         [BZ #12847]
52970         * libio/genops.c (INTDEF): For string streams the _lock pointer can
52971         be NULL.  Don't lock in this case.
52973 2011-09-09  Roland McGrath  <roland@hack.frob.com>
52975         * elf/elf.h (ELFOSABI_GNU): New macro.
52976         (ELFOSABI_LINUX): Define to that.
52978 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
52980         * string/strncat.c (strncat): Undef the symbol in case it has been
52981         defined in bits/string.h.
52983 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52985         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
52987         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
52988         link map.
52990 2011-08-17  Andreas Jaeger  <aj@suse.de>
52992         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
52994 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
52995             Ian Lance Taylor  <iant@google.com>
52997         * math/libm-test.inc (lround_test): New testcase.
52998         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
53000 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
53002         * Makefile: Remove support for automatic cvs check-ins.
53003         * Makerules: Likewise.
53004         * config.make.in: Likewise.
53005         * configure.in: Likewise.
53006         * intl/Makefile: Likewise.
53007         * locale/Makefile: Likewise.
53008         * po/Makefile: Likewise.
53009         * posix/Makefile: Likewise.
53010         * sysdeps/gnu/Makefile: Likewise.
53011         * sysdeps/mach/hurd/Makefile: Likewise.
53012         * sysdeps/sparc/sparc32/Makefile: Likewise.
53014         [BZ #13118]
53015         * posix/Makefile (bug-regex32-ENV): Define.
53016         Patch by John Stanley <jpsinthemix@verizon.net>.
53018         * misc/Makefile (headers): Add bits/select2.h.
53019         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
53020         * misc/bits/select2.h: New file.
53021         * include/bits/select2.h: New file.
53022         * debug/Makefile (routines): Add fdelt_chk.
53023         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
53024         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
53025         FD_ISSET.
53026         * debug/fdelt_chk.c: New file.
53028         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
53029         * wcsmbs/test-wmemcmp.c: Likewise.
53030         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
53031         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
53033 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53035         * string/Makefile (strop-tests): Add memcmp.
53036         * string/test-wmemcmp.c: New file.
53037         * string/test-memcmp.c: Add wmemcmp support.
53039 2011-09-08  Roland McGrath  <roland@hack.frob.com>
53041         [BZ #13153]
53042         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
53043         2011-07-19 change.
53045         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
53046         garbage value in a __mach_port_mod_refs call in the cases of the
53047         task-self and thread-self ports.
53049 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53051         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
53053 2011-09-08  Andreas Schwab  <schwab@redhat.com>
53055         * elf/dl-load.c (lose): Check for non-null L.
53057 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
53059         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
53061         * elf/dl-libc.c (dlerror_run): Pass back error code from
53062         dl_catch_error.
53064         [BZ #13123]
53065         * elf/dl-load.c (lose): Free l_origin if it is valid.
53067         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
53068         names.
53069         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
53070         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
53071         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
53072         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
53073         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
53074         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
53076 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53078         * sysdeps/powerpc/fpu/e_hypot.c: New file.
53079         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
53080         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
53081         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
53082         * sysdeps/powerpc/fpu/k_cosf.c: New file.
53083         * sysdeps/powerpc/fpu/k_sinf.c: New file.
53084         * sysdeps/powerpc/fpu/s_cosf.c: New file.
53085         * sysdeps/powerpc/fpu/s_sinf.c: New file.
53086         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
53087         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
53089 2011-08-15  Alan Modra  <amodra@gmail.com>
53091         [BZ #13092]
53092         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
53093         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
53094         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
53095         ppc_mcount to static-only-routines.
53096         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
53097         __mcount_internal.
53098         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
53099         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
53101 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
53103         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
53104         for finite and infinity parameters.
53106 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
53108         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
53109         and add nop instructions for throughput optimization.
53110         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
53112 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
53114         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
53115         aligned copy for power7 with vector-scalar instructions.
53116         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
53118 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
53120         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
53121         AVX check.
53123 2011-09-07  Andreas Schwab  <schwab@redhat.com>
53125         [BZ #13144]
53126         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
53127         last change.
53129 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
53131         * sysdeps/unix/sysv/linux/x86_64/init-first.c
53132         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
53133         syscall wrapper around clock_gettime in __vdso_clock_gettime.
53134         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
53135         clock_gettime.
53137 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
53139         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
53140         Forgot to demangle the pointer.
53142         * sysdeps/i386/sysdep.h: Define atom_text_section.
53143         * sysdeps/x86_64/sysdep.h: Likewise.
53144         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
53145         section with atom_text_section.
53146         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
53147         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
53148         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
53149         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
53150         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
53152         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
53153         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
53154         already be defined.  Change to take two parameters and don't assign
53155         result to variable.  Adjust all users.
53156         Define INTERNAL_GETTIME if not already defined.
53157         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
53158         call.
53159         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
53160         HAVE_CLOCK_GETTIME_VSYSCALL.
53161         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
53163         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
53164         gettimeofday vsyscall, just use time.
53166 2011-09-06  Andreas Schwab  <schwab@redhat.com>
53168         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
53169         <errno.h>.
53171 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
53173         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
53174         syscall on x86-64.
53175         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
53176         syscall.
53177         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
53178         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
53179         syscall if possible.
53181 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
53183         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
53184         e_ident.  Don't pass to find_mapsXX.
53185         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
53187 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53189         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53190         strchr-sse2-no-bsf strrchr-sse2-no-bsf
53191         * sysdeps/x86_64/multiarch/strchr.S: Update.
53192         Check bit_slow_BSF bit.
53193         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
53194         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
53195         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
53197 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
53199         [BZ #13134]
53200         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
53201         before glibc 2.15.
53202         (tryshell): Define.
53203         (__spawni): Change last parameter to be flag.  Test
53204         SPAWN_XFLAGS_USE_PATH flag to use path or not.
53205         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
53206         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
53207         * posix/spawni.c: Likewise.
53208         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
53209         * posix/spawnp.c: Likewise.  Change normal version to use
53210         SPAWN_XFLAGS_USE_PATH.
53211         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
53212         SPAWN_XFLAGS_TRY_SHELL.
53214         [BZ #13150]
53215         * posix/glob.h: Remove gcc 1.x support.
53217         [BZ #13068]
53218         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
53220 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53222         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53223         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
53224         strrchr-sse2-bsf
53225         * sysdeps/i386/i686/multiarch/strchr.S: New file.
53226         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
53227         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
53228         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
53229         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
53230         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
53232 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53234         * sysdeps/x86_64/wcscmp.S: New file.
53236         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
53237         wcscmp-c wcscmp-sse2
53238         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
53239         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
53240         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
53241         * wcsmbs/wcscmp.c: Allow renaming.
53243 2011-09-05  David S. Miller  <davem@davemloft.net>
53245         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
53246         stack slot, rather than the struct return pointer slot.
53247         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
53248         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
53249         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
53250         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
53252 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
53254         * po/ja.po: Update from translation team.
53256         [BZ #13144]
53257         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
53258         kernel in 64-bit binaries.
53260 2011-09-01  David S. Miller  <davem@davemloft.net>
53262         * elf/elf.h (HWCAP_SPARC_*): Move to..
53263         * sysdeps/sparc/sysdep.h: this new file and add new values.
53264         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
53265         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
53266         _DL_HWCAP_COUNT to 24.
53267         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
53268         entries.
53269         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
53270         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
53271         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
53272         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
53273         instead of magic constants.
53274         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
53276 2011-08-31  David S. Miller  <davem@davemloft.net>
53278         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
53279         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
53280         Reimplement to do errno handling inline.
53281         (SYSCALL_ERROR_HANDLER): New macro.
53282         (__SYSCALL_STRING): Do not do errno handling in asm.
53283         (__CLONE_SYSCALL_STRING): Delete.
53284         (__INTERNAL_SYSCALL_STRING): Delete.
53285         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
53286         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
53287         (PSEUDO): Reimplement to do errno handling inline.
53288         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
53289         (SYSCALL_ERROR_HANDLER): New macro.
53290         (__SYSCALL_STRING): Do not do errno handling in asm.
53291         (__CLONE_SYSCALL_STRING): Delete.
53292         (__INTERNAL_SYSCALL_STRING): Delete.
53293         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
53294         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
53295         i386.
53296         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
53297         (inline_syscall*): Add 'err' argument.
53298         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
53299         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
53300         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
53301         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
53303         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
53304         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
53306 2011-08-30  Andreas Schwab  <schwab@redhat.com>
53308         * elf/rtld.c (dl_main): Relocate objects in dependency order.
53310 2011-08-29  Jiri Olsa <jolsa@redhat.com>
53312         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
53313         directive.
53315 2011-08-24  David S. Miller  <davem@davemloft.net>
53317         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
53319 2011-08-24  Andreas Schwab  <schwab@redhat.com>
53321         * elf/Makefile: Add rules to build and run unload8 test.
53322         * elf/unload8.c: New file.
53323         * elf/unload8mod1.c: New file.
53324         * elf/unload8mod1x.c: New file.
53325         * elf/unload8mod2.c: New file.
53326         * elf/unload8mod3.c: New file.
53328         * elf/dl-close.c (_dl_close_worker): Reset private search list if
53329         it wasn't used.
53331 2011-08-23  David S. Miller  <davem@davemloft.net>
53333         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
53334         subtract stack bias.
53335         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
53336         %sp not %fp in calculations.
53337         (_JMPBUF_UNWINDS_ADJ): Likewise.
53339         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
53340         (aio_suspend): Call it to force an exception region around the
53341         AIO_MISC_WAIT() invocation.
53343 2011-08-23  Andreas Schwab  <schwab@redhat.com>
53345         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
53346         backslash.
53348 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
53350         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
53351         protection macro.
53352         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
53353         and <dl-machine.h>.
53354         (Elf64_FuncDesc): Remove.
53356 2011-08-22  David S. Miller  <davem@davemloft.net>
53358         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
53359         sigaltstack check, add missing cfi directives.
53360         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
53361         missing cfi directives, and sigaltstack handling.
53363 2011-08-16  Andreas Schwab  <schwab@redhat.com>
53365         [BZ #11724]
53366         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
53367         object is seen twice.
53368         * elf/dl-fini.c (_dl_sort_fini): Likewise.
53370         * elf/Makefile (distribute): Add tst-initorder2.c.
53371         (tests): Add tst-initorder2.
53372         (modules-names): Add tst-initorder2a tst-initorder2b
53373         tst-initorder2c tst-initorder2d.  Add rules to build them.
53374         ($(objpfx)tst-initorder2.out): New rule.
53375         * elf/tst-initorder2.c: New file.
53376         * elf/tst-initorder2.exp: New file.
53378 2011-08-22  Andreas Schwab  <schwab@redhat.com>
53380         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
53382         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
53383         dependencies back to end of function.
53385         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
53386         $(elfobjdir)/ld.so.
53388 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
53390         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
53391         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
53392         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
53393         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
53394         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
53395         of __vdso_gettimeofday.
53396         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
53397         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
53398         attribute_hidden.
53399         (_libc_vdso_platform_setup): Remove initialization of
53400         __vdso_gettimeofday and __vdso_time.
53402 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
53404         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
53405         and fgetc_unlocked.
53406         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
53407         getc_unlocked.
53409         * elf/dl-open.c (add_to_global): Report additions to the global scope
53410         for LD_DEBUG=scopes.
53411         (dl_open_worker): Also print scope of newly loaded dependencies.
53412         (_dl_show_scope): Indicate if there is no scope.
53414         [BZ #13114]
53415         * stdio-common/Makefile (tests): Add bug24.
53416         * stdio-common/bug24.c: New file.
53418 2011-08-19  Andreas Jaeger  <aj@suse.de>
53420         [BZ #13114]
53421         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
53422         non-existant file when using close-on-exec mode.
53424 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
53426         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
53427         the very first instruction.
53429         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
53430         the CFI state in the end.
53431         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
53432         inclusion of dl-trampoline.h.
53433         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
53435 2011-08-19  Andreas Schwab  <schwab@redhat.com>
53437         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
53438         expectations for long double.
53440         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
53441         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
53443 2011-08-14  David S. Miller  <davem@davemloft.net>
53445         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
53446         artificual limit depends upon the system page size.
53448 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
53450         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
53451         * resolv/Makefile: Define CFLAGS-libresolv.
53453 2011-08-17  Andreas Schwab  <schwab@redhat.com>
53455         * nss/makedb.c (compute_tables): Make variables used in nested
53456         function static.
53458 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
53460         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
53461         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
53462         if buffer was too small.
53464         * elf/pldd.c (main): Attach to all threads in the process.
53465         Rewrite /proc handling to use *at functions.
53467 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
53469         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
53470         specifies first scope to show.
53471         (dl_open_worker): Update callers.  Move printing scope of new
53472         object to before the relocation.
53473         * elf/rtld.c (dl_main): Update _dl_show_scope call.
53474         * sysdeps/generic/ldsodefs.h: Update declaration.
53476         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
53477         string for the scope number.
53479 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
53481         * nscd/servicescache.c (cache_addserv): Make sure written is always
53482         initialized.
53484 2011-08-14  Roland McGrath  <roland@hack.frob.com>
53486         * sysdeps/i386/i486/bits/atomic.h
53487         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
53488         statement expression, so as to suppress "set but not used" warning.
53489         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
53491         * string/strncat.c (STRNCAT): Use prototype definition.
53493         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
53494         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
53495         -Iprograms here.
53496         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
53497         (localedef-modules): Add localedef.
53498         (locale-modules): Add locale.
53500         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
53501         * elf/rtld.c (dl_main): Invert order of assignment in last change,
53502         to avoid a warning.
53504 2011-08-14  David S. Miller  <davem@davemloft.net>
53506         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
53507         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
53509 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
53511         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
53512         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
53513         * elf/rtld.c (dl_main): Set l_name of vDSO.
53514         Call _dl_show_scope when DL_DEBUG_SCOPES.
53515         (process_dl_debug): Recognize scopes flag and also set it for all.
53516         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
53517         Declare _dl_show_scope.
53519         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
53520         (do_dlopen): Pass caller_dlopen to dl_open.
53521         (__libc_dlopen_mode): Initialize caller_dlopen.
53523         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
53524         of libc.  Make tolower call locale-independent.  Optimize a bit by
53525         using isdigit instead of isalnum.
53526         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
53528 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
53530         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
53531         was a dependency or dynamically loaded.
53533 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
53535         * intl/l10nflist.c: Allow architecture-specific pop function.
53536         * sysdeps/x86_64/l10nflist.c: New file.
53538         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
53539         classification.
53541 2011-08-10  Andreas Schwab  <schwab@redhat.com>
53543         * include/dirent.h: Add libc_hidden_proto for scandirat and
53544         scandirat64.  Don't declare __scandirat64.
53545         * dirent/scandirat.c: Add libc_hidden_def.
53546         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
53547         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
53549 2011-08-10  David S. Miller  <davem@davemloft.net>
53551         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
53552         enum.
53553         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
53554         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
53555         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
53557 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
53559         * Versions.def [libc]: Add GLIBC_2.15.
53560         * dirent/Makefile (routines): Add scandirat and scandirat64.
53561         * dirent/Versions [libc]: Export scandirat and scandirat64 for
53562         GLIBC_2.15.
53563         * dirent/dirent.h: Declare scandirat and scandirat64.
53564         * dirent/scandirat.c: New file.
53565         * dirent/scandirat64.c: New file.
53566         * sysdeps/wordsize-64/scandirat.c: New file.
53567         * sysdeps/wordsize-64/scandirat64.c: New file.
53568         * dirent/opendir.c: Define opendirat.
53569         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
53570         using scandirat.
53571         * dirent/scandir64.c: Adjust for scandir.c change.
53572         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
53573         __scandirat64, and __scandir_cancel_handler.
53574         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
53575         additional parameter and use openat instead of open (outside of ld.so).
53576         Add new __opendir as wrapper around __opendirat.
53577         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
53578         here without requiring old scandirat implementation.
53580 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
53582         * dirent/scandir.c (cancel_handler): Renamed to
53583         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
53584         defined.  Adjust users.
53585         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
53586         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
53588 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
53590         * string/test-string.h (IMPL): Use __STRING to expand name and then
53591         stringify it.
53593         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
53594         of cleanups.
53596 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53598         * string/Makefile: Update.
53599         (strop-tests): Append strncat.
53600         * string/test-wcscmp.c: New file.
53601         New comprehensive test for wcscmp.
53602         * string/test-strcmp.c: Update.
53603         (WIDE): New define.
53605 2011-07-22  Andreas Schwab  <schwab@redhat.com>
53607         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
53608         line.
53610 2011-07-26  Andreas Schwab  <schwab@redhat.com>
53612         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
53613         encoding to ACE if AI_IDN.
53615 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
53617         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
53618         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
53620 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53622         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
53623         Fix overflow bug in strncat.
53624         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
53626         * string/test-strncat.c: Update.
53627         Add new tests for checking overflow bugs.
53629 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53631         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53632         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
53633         * sysdeps/i386/i686/multiarch/strcat.S: New file.
53634         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
53635         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
53636         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
53637         * sysdeps/i386/i686/multiarch/strncat.S: New file.
53638         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
53639         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
53641         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
53642         (USE_AS_STRCAT): Define.
53643         Add strcat and strncat support.
53644         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
53646 2011-07-25  Andreas Schwab  <schwab@redhat.com>
53648         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
53649         __n bigger than INT_MAX+1.
53650         (__strncmp_g): Likewise.
53652 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
53654         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
53655         * libio/stido.h: Likewise.
53657         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
53658         (AF_NFC): Define.
53659         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
53660         (AF_NFC): Define.
53662         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
53663         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
53664         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
53665         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
53666         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
53668         [BZ #13021]
53669         * scripts/test-installation.pl: Don't expect libnss_test1 to be
53670         installed.
53672         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
53673         typo.
53674         (_dl_x86_64_save_sse): Likewise.
53676 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
53678         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
53679         OSXSAVE.
53680         (_dl_x86_64_save_sse): Likewise.
53682         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
53684         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
53686 2011-07-21  Andreas Schwab  <schwab@redhat.com>
53688         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
53689         change.
53690         (_dl_x86_64_save_sse): Use correct AVX check.
53692 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53694         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
53695         bug in strncpy/strncat.
53696         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
53698 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
53700         * string/tester.c (test_strcat): Add tests for different alignments
53701         of source and destination.
53702         (test_strncat): Likewise.
53704 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
53706         [BZ #12852]
53707         * posix/glob.c (glob): Check passed in values before using them in
53708         expressions to avoid some overflows.
53709         (glob_in_dir): Likewise.
53711         [BZ #13007]
53712         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
53713         check for AVX enablement so that we don't crash with old kernels and
53714         new hardware.
53715         * elf/tst-audit4.c: Add same checks here.
53716         * elf/tst-audit6.c: Likewise.
53718         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
53720 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
53722         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
53724 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
53726         * po/cs.po: Update from translation team.
53727         * po/bg.po: Likewise.
53729 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
53731         * misc/sys/cdefs.h: Add support for const attribute.
53732         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
53733         to gnu_dev_{major,minor,makedev} functions.
53735 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
53737         * intl/dcigettext.c (get_output_charset): Add missing bracket.
53739 2011-07-20  Andreas Schwab  <schwab@redhat.com>
53741         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
53742         strlen results.
53744 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53746         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
53747         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
53748         register in order to avoid conflicts with the soft frame pointer
53749         being held in r11 when necessary.
53750         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
53751         (INTERNAL_VSYSCALL_NCS): Likewise.
53753 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
53755         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
53756         * elf/dl-fini.c (_dl_fini): Adjust caller.
53757         * elf/dl-close.c (_dl_close_worker): Likewise.
53758         * sysdeps/generic/ldsodefs.h: Adjust declaration.
53760 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
53762         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
53763         "aux_cache->nlibs < 0".
53765         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
53766         in the reload-count case.
53768 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53770         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53771         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
53772         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
53773         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
53774         * sysdeps/x86_64/multiarch/strcat.S: New file.
53775         * sysdeps/x86_64/multiarch/strncat.S: New file.
53776         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
53777         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
53778         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
53779         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
53780         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
53781         (USE_AS_STRCAT): Define.
53782         Add strcat and strncat support.
53783         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
53784         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
53785         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
53786         * string/strncat.c: Update.
53787         (USE_AS_STRNCAT): Define.
53788         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53789         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
53790         and i7.
53791         * sysdeps/x86_64/multiarch/init-arch.h
53792         (bit_Prefer_PMINUB_for_stringop): New.
53793         (index_Prefer_PMINUB_for_stringop): Likewise.
53794         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
53795         bit_Prefer_PMINUB_for_stringop.
53797 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
53799         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
53800         buffer64.
53801         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
53802         of casting of buffer.
53803         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
53804         buffer32 and buffer64.
53805         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
53806         writes instead of casting of buffer.
53807         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
53808         buffer32.
53809         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
53810         casting of buffer.
53812 2011-07-19  Andreas Schwab  <schwab@redhat.com>
53814         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
53816 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
53818         * nscd/nscd.c (termination_handler): Don't do anything for a database
53819         if it has not yet been initialized.
53821 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
53823         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
53825 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
53827         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
53829 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
53831         * po/nl.po: Update from translation team.
53832         * po/sv.po: Likewise.
53834 2011-07-16  Roland McGrath  <roland@hack.frob.com>
53836         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
53837         now disallowed by GCC.
53839         * configure.in (use-default-link): Default to yes if a test -shared
53840         link meets our qualifications.
53841         * configure: Regenerated.
53843         * config.make.in (output-format): New variable.
53844         * configure.in: Check for ld --print-output-format support.
53845         * configure: Regenerated.
53846         * Makerules ($(common-objpfx)format.lds)
53847         [$(output-format) != unknown]: Just use $(output-format),
53848         instead of the linker-script munging.
53850 2011-07-14  Roland McGrath  <roland@hack.frob.com>
53852         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
53853         of $(common-objpfx)shlib.lds.
53854         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
53856         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
53857         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
53859         * configure.in (-z relro check): Adjust test code to add a large
53860         writable data section after it.
53861         * configure: Regenerated.
53863 2011-07-11  Roland McGrath  <roland@hack.frob.com>
53865         * configure.in (-z relro check): Fix test code to make the variable
53866         truly const.
53867         * configure: Regenerated.
53869 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
53871         * nscd/nscd.h (struct traced_file): Define.
53872         (struct database_dyn): Remove inotify_descr, reset_res, and filename
53873         elements.  Add traced_files.
53874         (inotify_fd): Declare.
53875         (register_traced_file): Declare.
53876         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
53877         (inotify_fd): Export.
53878         (resolv_conf_descr): Remove.
53879         (nscd_init): Move inotify descriptor creation to main.
53880         Don't register files for notification here.
53881         (register_traced_file): New function.
53882         (invalidate_cache): Don't use reset_res to determine whether to call
53883         res_init, go through the list of registered files.
53884         (main_loop_poll): The inotify descriptors are now stored in the
53885         structures for the traced files.
53886         (main_loop_epoll): Likewise
53887         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
53888         to __nss_disable_nscd.
53889         * nscd/cache.c (prune_cache): There is no single inotify descriptor
53890         for a database anymore.  Check the records for all the registered
53891         files instead.
53892         * nss/Makefile (libnss_files-routines): Add files-init.
53893         (libnss_db-routines): Add db-init.
53894         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
53895         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
53896         * nss/nss_db/db-init.c: New file.
53897         * nss/nss_files/files-init.c: New file.
53898         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
53899         __nss_lookup_function.
53900         (__nss_lookup_function): Call nss_load_library.
53901         (nss_load_all_libraries): New function.
53902         (__nss_disable_nscd): Take parameter with callback function for files
53903         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
53904         used for the cached services.
53905         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
53906         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
53907         options for features to all the files in nscd.
53909         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
53911 2011-07-10  Roland McGrath  <roland@hack.frob.com>
53913         * csu/elf-init.c (__libc_csu_init): Comment typo.
53915 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
53917         * po/pl.po: Update from translation team.
53918         * po/ja.po: Likewise.
53919         * po/ru.po: Likewise.
53920         * po/ko.po: Likewise.
53921         * po/fr.po: Likewise.
53923 2011-07-09  Roland McGrath  <roland@hack.frob.com>
53925         * configure.in (.ctors/.dtors header and trailer check):
53926         Use an empirical test on a built program.
53927         * configure: Regenerated.
53929         * configure.in (-z relro check): Use an empirical test on a built DSO.
53930         Detect, but do not require, on ia64.
53931         * configure: Regenerated.
53933         * configure.in (READELF): Find it with AC_CHECK_TOOL.
53934         Update tests that use readelf to use $READELF instead.
53935         * configure: Regenerated.
53937 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
53939         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
53940         if the result is not used.
53942 2011-07-05  Andreas Jaeger  <aj@suse.de>
53944         [BZ#9696]
53945         * stdlib/tst-strtod.c: Add testcase.
53947 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
53949         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
53950         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
53951         The latter has a higher limit.  Take additional parameter to pass to
53952         the new function.
53953         (__pathconf): Pass file to __statfs_link_max.
53954         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
53955         __statfs_link_max.
53956         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
53957         __statfs_link_max.
53959         [BZ #12868]
53960         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
53961         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53962         Handle Lustre.
53963         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
53964         (__statfs_filesize_max): Likewise.
53965         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
53967 2011-07-05  Andreas Jaeger  <aj@suse.de>
53969         * resolv/res_comp.c (dn_skipname): Remove unused variable.
53971 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
53973         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
53974         `status' variable.
53975         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
53976         Likewise.
53978 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
53980         * Makefile (strop-tests): Add strncat.
53981         * string/test-strncat.c: New file.
53983 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
53985         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
53987 2011-06-21  Andreas Jaeger  <aj@suse.de>
53989         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
53990         Copy rule from iconvdata/Makefile.
53992 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
53994         [BZ #12922]
53995         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
53996         but no long options are defined, just return 'W'.
53998 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
54000         [BZ #9696]
54001         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
54003 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
54005         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
54006         netgroups to read.
54007         (innetgr): Likewise.
54009 2011-07-05  Roland McGrath  <roland@hack.frob.com>
54011         * config.make.in (install_root): Default to $(DESTDIR).
54013 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
54015         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
54017 2011-07-02  Roland McGrath  <roland@hack.frob.com>
54019         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
54021         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
54022         containing directory rather than embedding absolute directory names.
54024         * scripts/check-local-headers.sh: Rewritten using awk.
54025         Match by word, not by line.  Print error messages for matches.
54026         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
54028         * Makerules [shlib-lds-flags empty]:
54029         ($(common-objpfx)libc_pic.opts): New target.
54030         ($(common-objpfx)libc_pic.os.clean): New target.
54031         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
54033         * config.make.in (OBJCOPY): New variable.
54034         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
54035         * configure: Regenerated.
54037         * config.make.in (use-default-link): New variable.
54038         * configure.in (use_default_link): Grok --with-default-link to set it.
54039         * configure: Regenerated.
54040         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
54041         (shlib-lds, shlib-lds-flags): Define to empty.
54043         * Makerules (shlib-lds): New variable.
54044         (shlib-lds-flags): New variable.
54045         (build-shlib, build-moduile, build-module-asneeded): Use it.
54046         ($(common-objpfx)libc.so): Use $(shlib-lds).
54047         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
54048         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
54050         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
54051         DT_FLAGS/DT_FLAGS_1 with zero flags.
54053         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
54054         linker script munging.
54056 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
54058         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
54059         as 128-bit value.
54060         * crypt/sha512.c (sha512_process_block): Perform total addition using
54061         128-bit if possible.
54062         (__sha512_finish_ctx): Likewise.
54063         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
54064         as 64-bit value.
54065         * crypt/sha256.c (SWAP64): Define.
54066         (sha256_process_block): Perform total addition using 64-bit if
54067         possible.
54068         (__sha256_finish_ctx): Likewise.
54070 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
54072         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
54073         * nscd/initgrcache.c (addinitgroupsX): Likewise.
54074         * nscd/hstcache.c (cache_addhst): Likewise.
54075         * nscd/grpcache.c (cache_addgr): Likewise.
54076         * nscd/aicache.c (addhstaiX): Likewise
54077         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
54079 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
54081         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
54082         * nscd/initgrcache.c (addinitgroupsX): Likewise.
54083         * nscd/hstcache.c (cache_addhst): Likewise.
54084         * nscd/grpcache.c (cache_addgr): Likewise.
54085         * nscd/aicache.c (addhstaiX): Likewise
54087 2011-07-01  Andreas Schwab  <schwab@redhat.com>
54089         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
54090         domain only when needed.
54092 2011-06-30  Andreas Schwab  <schwab@redhat.com>
54094         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
54095         is always restored.
54097 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
54099         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
54100         are re-adding the entry.
54101         * nscd/servicescache.c (cache_addserv): Likewise.
54103 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
54105         * sysdeps/generic/dl-irel.h: fix protection against multiple
54106         inclusions.
54107         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
54109 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
54111         [BZ #12935]
54112         * malloc/memusage.sh: Fix quoting in message.
54113         * debug/xtrace.sh: Likewise.
54115         * configure.in: Remove support for --experimental-malloc option, make
54116         it the default.
54117         * config.make.in: Likewise.
54118         * malloc/Makefile: Likewise.
54120 2011-06-27  Andreas Schwab  <schwab@redhat.com>
54122         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
54123         two-byte characters.
54125 2011-06-27  Roland McGrath  <roland@hack.frob.com>
54127         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
54128         AC_CACHE_CHECK invocation.
54129         * configure: Regenerated.
54131         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
54133 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
54135         [BZ #12350]
54136         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
54137         bit from old_res_options.
54139         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
54141         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
54142         value type for setfct.
54144 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
54146         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
54147         __gettimeofday instead of gettimeofday.
54149 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
54151         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
54153 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
54155         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
54157         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
54158         info.
54160 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
54162         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54163         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
54164         strcpy-sse2-unaligned strncpy-sse2-unaligned
54165         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
54166         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
54167         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
54168         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
54169         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
54170         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
54171         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
54172         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
54173         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
54174         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
54175         (STRCPY): Support SSE2 and SSSE3 versions.
54177 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
54179         [BZ #12874]
54180         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
54181         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
54182         kernels which artificially limit size of requests.
54184 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
54186         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54187         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
54188         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
54189         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
54190         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
54191         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
54192         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
54193         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
54194         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
54195         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
54196         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
54197         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
54198         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
54199         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
54200         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
54201         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54202         Enable unaligned load optimization for Intel Core i3, i5 and i7
54203         processors.
54204         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
54205         Define.
54206         (index_Fast_Unaligned_Load): Define.
54207         (HAS_FAST_UNALIGNED_LOAD): Define.
54209 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
54211         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
54213 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
54215         [BZ #12907]
54216         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
54217         until it is clear that the information is realy needed.
54218         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
54220 2011-06-22  Andreas Schwab  <schwab@redhat.com>
54222         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
54224 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
54226         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
54227         /sys/devices/system/cpu/online if it is usable.
54229         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
54230         reading the information from the /proc filesystem to once a second.
54232 2011-06-21  Andreas Jaeger  <aj@suse.de>
54234         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
54235         NULL after inclusion of kernel headers.
54237 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
54239         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
54240         calls to internal_setent.
54242         [BZ #12885]
54243         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
54244         addresses using gethostbyname4_r ignore IPv4 addresses.
54246         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
54247         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
54249         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
54251 2011-06-20  David S. Miller  <davem@davemloft.net>
54253         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
54254         inclusions.
54255         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
54257         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
54258         (elf_irel): Use it.
54259         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
54260         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
54261         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
54262         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
54263         * sysdeps/x86_64/dl-irel.h: Likewise.
54265         * elf/dl-runtime.c: Use elf_ifunc_invoke.
54266         * elf/dl-sym.c: Likewise.
54268 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
54270         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
54271         need to dereference resplen2.
54273 2011-06-14  Andreas Schwab  <schwab@redhat.com>
54275         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
54277 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
54279         * Makeconfig: Define vardbdir and inst_vardbdir.
54280         * nss/Makefile: Add rules to install db-Makefile.
54282         * nss/nss_db/db-XXX.c: Cleanup.
54284         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
54285         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
54286         GLIBC_PRIVATE.
54287         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
54288         * nss/makedb.c: Implement -g option to specify that value strings
54289         are generated and should not be added to table iterated over for
54290         get*ent calls.
54291         * nss/nss_db/db-initgroups.c: New file.
54293         * nss/getent.c: Add support for initgroups lookups through getgrouplist
54294         interface.
54296         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
54297         (internal_getgrouplist): Adjust to name change.
54298         Update use_initgroups_entry if this is not the first call.
54299         * nss/databases.def: Add initgroups entry.
54301         * nss/makedb.c (compute_tables): Check result of multiple hash table
54302         sizes to minimize maximum chain length.
54304 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
54306         * Versions.def: Add entry for libnss_db.
54307         * shlib-versions: Likewise.
54308         * nss/Makefile: Add rules to build libnss_db.
54309         * nss/Versions: Add libnss_db information.  Organize libnss_files
54310         entries better.
54311         * nss/db-Makefile: Add gshadow support.  Change rules for the new
54312         makedb progra.  Some minor improvements to generate smaller files.
54313         * nss/nss_db/nss_db.h: Move NSS database header data structures to
54314         here from...
54315         * nss/makedb.c: ...here.
54316         Improve database format to be smaller and require less memory at
54317         runtime.
54318         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
54319         db anymore.
54320         * nss/nss_db/db-netgrp.c: Likewise.
54321         * nss/nss_db/db-open.c: Likewise.
54322         * nss/nss_files/flies-XXX.x: Adjust comments.
54323         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
54324         * nss/nss_files/files-grp.c: Likewise.
54325         * nss/nss_files/files-hosts.c: Likewise.
54326         * nss/nss_files/files-network.c: Likewise.
54327         * nss/nss_files/files-proto.c: Likewise.
54328         * nss/nss_files/files-pwd.c: Likewise.
54329         * nss/nss_files/files-rpc.c: Likewise.
54330         * nss/nss_files/files-service.c: Likewise.
54331         * nss/nss_files/files-sgrp.c: Likewise.
54332         * nss/nss_files/files-spwd.c: Likewise.
54333         * nss/nss_db/db-alias.c: Removed.
54334         * nss/nss_db/dummy-db.h: Removed.
54336 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
54338         * nss/makedb.c: Rewritten to not use database library.
54339         * nss/Makefile: Update to build new makedb program.
54341 2011-06-14  Andreas Jaeger  <aj@suse.de>
54343         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
54344         memset declaration.
54346 2011-06-10  Andreas Schwab  <schwab@redhat.com>
54348         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
54349         tmpbuf.
54351 2011-06-10  Roland McGrath  <roland@hack.frob.com>
54353         * Makerules (shlib.lds): Fail if the linker script comes out empty.
54354         * elf/Makefile ($(objpfx)ld.so): Likewise.
54356         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
54357         Don't list ld.so twice in dependencies.
54359         * posix/bug-regex31.c: Include <stdlib.h>.
54361         * nscd/hstcache.c (cache_addhst): Remove unused variable.
54363         * nis/nss_compat/compat-spwd.c
54364         (getspent_next_nss_netgr): Remove unused variable.
54365         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
54367         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
54368         nonmembers" output to use the right array.
54370         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
54372         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
54374         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
54375         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
54376         * catgets/gencat.c (read_input_file): Likewise.
54377         * locale/programs/locarchive.c (enlarge_archive): Likewise.
54379         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
54380         variable definition inside #if's controlling its use.
54382         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
54384         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
54386         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
54388         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
54389         unreachable code.
54391         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
54393         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
54394         * configure: Regenerated.
54396         * Makerules: Revert last change.
54397         * elf/Makefile: Likewise.
54399 2011-06-09  Roland McGrath  <roland@hack.frob.com>
54401         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
54402         * elf/Makefile ($(objpfx)librtld.os): Likewise.
54403         (reloc-link): Likewise.
54405 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
54407         * elf/Makefile: Add rules to build pldd.
54408         * elf/pldd.c: New file.
54409         * elf/pldd-xx.c: New file.
54411 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
54413         * version.h: Update for 2.15 development version.
54415 2011-06-07  David S. Miller  <davem@davemloft.net>
54417         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
54418         ifuncs.
54419         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
54420         elf_machine_lazy_rel): Likewise.
54421         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
54422         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
54423         elf_machine_lazy_rel): Likewise.
54424         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
54425         dl_hwcap via passed in argument.
54426         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
54427         Likewise.
54429 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54431         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
54433 2011-06-06  Roland McGrath  <roland@hack.frob.com>
54435         [BZ #12849]
54436         * manual/fdl-1.1.texi: New file, verbatim from:
54437         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
54438         * manual/lgpl-2.1.texi: New file, verbatim from:
54439         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
54440         * manual/Makefile (licenses): New variable, list those new file names.
54441         (texis): Use it.
54442         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
54444         * manual/fdl.texi: File removed.
54445         * manual/lesser.texi: File removed.
54446         * manual/libc.texinfo (Copying, Documentation License):
54447         Use new @include file names, put @appendix directive before @include.
54449 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
54451         [BZ #12841]
54452         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
54453         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
54454         (mq_open): Add __NTH.
54456 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
54458         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54459         Assume Intel Core i3/i5/i7 processor if AVX is available.
54461 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
54463         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
54464         typo.
54466 2011-05-31  Andreas Schwab  <schwab@redhat.com>
54468         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
54469         memory.  Use alloca_account.  Fix memory leak when retrying.
54471 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
54473         * version.h (RELEASE): Bump for 2.14 release.
54474         * include/features.h (__GLIBC_MINOR__): Bump to 14.
54476         * config.make.in (RANLIB): Remove entry.
54478 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
54480         * po/Makefile (po-sed-cmd): Add ksh to extensions.
54481         (libc.pot): Work around missing support for .ksh extension in xgettext.
54483         [BZ #12684]
54484         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
54485         if both request failed.
54486         (send_dg): In case of server errors clear resplen or *resplen2.
54488         [BZ #12454]
54489         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
54490         when there are multiple maps.
54491         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
54492         (_dl_fini): Remove test here.
54494         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
54496 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
54498         [BZ #12350]
54499         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
54500         bit from old_res_options.
54501         (gaih_inet): Likewise.
54503         [BZ #11099]
54504         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
54505         as signed.
54507         * resolv/res_init.c (res_setoptions): Make the code more compact.
54509         [BZ #11558]
54510         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
54511         set RES_USEVC.
54513         [BZ #11634]
54514         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
54516         * malloc/malloc.h: Mark malloc hook variables as deprecated.
54518         [BZ #11781]
54519         * malloc/malloc.h: Declare malloc hook variables as volatile.
54521         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
54522         in last patch.
54524         [BZ #11799]
54525         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
54526         raise in the comment.
54527         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
54528         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
54529         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
54531 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
54533         [BZ #12811]
54534         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
54535         grow the buffers more if it already has to be sufficient.
54536         (build_wcs_upper_buffer): Likewise.
54537         * posix/regexec.c (check_matching): Likewise.
54538         (clean_state_log_if_needed): Likewise.
54539         (extend_buffers): Don't enlarge buffers beyond size of the input
54540         buffer.
54541         Patches mostly by Emil Wojak <emil@wojak.eu>.
54542         * posix/bug-regex32.c: New file.
54543         * posix/Makefile (tests): Add bug-regex32.
54545         * locale/findlocale.c (_nl_find_locale): Return right away if
54546         _nl_explode_name failed.
54547         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
54549         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
54551         * debug/xtrace.sh: Unify messages.
54552         * malloc/memusage.sh: Likewise.
54554         [BZ #12813]
54555         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
54556         time symbol from vDSO.  Substitute with vsyscall if not available.
54557         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
54558         __vdso_time.
54560         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
54561         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
54562         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
54563         Add sendmmsg and internal_sendmmsg.
54564         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
54565         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
54566         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
54568         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
54569         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
54570         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
54572 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
54574         [BZ #12813]
54575         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
54576         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
54577         available.
54578         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
54579         __vdso_getcpu.
54581         [BZ #12814]
54582         * iconvdata/Makefile (tests): Add bug-iconv9.
54583         * iconvdata/bug-iconv9.c: New file.
54585 2011-05-27  Andreas Schwab  <schwab@redhat.com>
54587         [BZ #12814]
54588         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
54590 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
54592         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
54593         (struct user_regs_struct): Change intcs field back to cs.
54595 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
54597         * po/ja.po: Update from translation team.
54599 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
54601         [BZ #12795]
54602         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
54603         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
54605 2011-05-20  Andreas Schwab  <schwab@redhat.com>
54607         * stdlib/longlong.h: Update from GCC.
54609 2011-05-23  Andreas Schwab  <schwab@redhat.com>
54611         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
54612         parameter name.
54613         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
54614         Add parameter name.
54615         (__sysconf): Pass it down.
54617 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
54619         [BZ #12671]
54620         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
54621         some situations.
54622         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
54623         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
54624         add in in __libc_use_alloca calls.  Adjust callers.
54625         (glob): Use malloc in some situations.
54627         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
54628         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
54629         pltexit.
54631 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
54633         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
54634         and CLOCK_BOOTTIME_ALARM.
54636         [BZ #12782]
54637         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
54638         is returned.
54640         * string/_strerror.c (__strerror_r): Print negative errors as signed
54641         numbers.
54643         [BZ #12777]
54644         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
54645         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
54646         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
54648         * configure.in: Fix typo in redirection and correct removal of test
54649         files in two cases.
54651         [BZ #12788]
54652         * locale/setlocale.c (new_composite_name): Fix test to check for
54653         identical name of all categories.
54655         [BZ #12792]
54656         * libio/filedoalloc.c (local_isatty): New function.
54657         (_IO_file_doallocate): Use local_isatty.
54658         * stdio-common/perror.c (perror): In case a new stream is used
54659         forward the stream error.
54660         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
54661         error flag.
54663 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
54665         [BZ #11869]
54666         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
54667         alloca.
54668         * include/alloca.h (extend_alloca_account): Define.
54670         [BZ #11857]
54671         * posix/regex.h: Fix comments with documentation of user-accessible
54672         fields after compilation and describe correct free'ing of pattern
54673         after re_compile_pattern.
54674         Patch by Reuben Thomas <rrt@sc3d.org>.
54676 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
54678         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
54679         and -mno-altivec to prevent the compiler from using Altivec and/or
54680         VSX instructions when the corresponding registers are not available.
54682 2011-05-19  Andreas Schwab  <schwab@redhat.com>
54684         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
54686 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
54688         * libio/freopen.c (freopen): Use __dup2, not dup2.
54689         * libio/freopen64.c (freopen64): Likewise.
54691 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
54693         [BZ #12775]
54694         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
54695         * math/Makefile (tests): Add test-powl.
54696         (CFLAGS-test-powl.c): Define.
54697         * math/test-powl.c: New file.
54699 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
54701         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
54703 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
54705         [BZ #11837]
54706         * iconvdata/gb18030.c: Update to GB18020-2005.
54708 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
54710         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
54711         RE_SYNTAX_POSIX_AWK): Update to match recent development.
54712         Patch by Aharon Robbins <arnold@skeeve.com>.
54714         [BZ #11892]
54715         * stdlib/putenv.c (putenv): Don't always create copy of the variable
54716         on the stack.
54718         [BZ #11895]
54719         * misc/pselect.c (__pselect): Handle timeout value errors hidden
54720         through underflows.
54722         [BZ #12766]
54723         * misc/error.c (error_at_line): Ensure file_name and old_file_name
54724         point to strings before performing equality test for error_one_per_line
54725         mode.
54727         [BZ #11697]
54728         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
54730         [BZ #11820]
54731         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
54732         (struct user_fpregs_struct): Avoid __uint*_t types.
54734         [BZ #6420]
54735         * malloc/mtrace.c (tr_where): Add additional parameter to point to
54736         symbol info.  Use it instead of calling _dl_addr locally.
54737         (lock_and_info): New function.
54738         (tr_freehook): Call lock_and_info and pass symbol info as additional
54739         parameter to tr_where.
54740         (tr_mallochook): Likewise.
54741         (tr_reallochook): Likewise.
54742         (tr_memalignhook): Likewise.
54744         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
54745         used and couldn't be at all thread-safe.
54747 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
54749         * libio/freopen.c (freopen): Don't close old file descriptor
54750         before the new one is opened.  Instead dup the new file descriptor
54751         to the old one after the new stream is created.
54752         * libio/freopen64.c (freopen64): Likewise.
54753         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
54754         * libio/fileops.c (_IO_new_file_close_it): Handle new
54755         _IO_FLAGS2_NOCLOSE flag.
54756         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
54757         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
54758         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
54759         _IO_FLAGS2_NOCLOSE flag.
54760         * include/unistd.h: Add hidden_proto for dup3.
54761         Define __have_dup3.
54762         * io/dup3.c: Define hidden symbol.
54763         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
54765         [BZ #7101]
54766         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
54767         when an incomplete long option is used.
54768         * posix/tst-getopt_long1.c: New file.
54769         * posix/Makefile (tests): Add tst-getopt_long1.
54771         [BZ #10138]
54772         * scripts/config.guess: Update from autoconf-2.68.
54773         * scripts/config.sub: Likewise.
54775         [BZ #10157]
54776         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
54777         tests into ...
54778         (has_cpuclock): ...this.  New function.
54779         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
54780         macro here based on has_cpuclock code.
54782         [BZ #10149]
54783         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
54784         First byte (not low byte) is now always NUL.
54785         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
54787         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
54788         Use non-cancelable interfaces.
54790         [BZ #9809]
54791         * locale/iso-639.def: Add entry for Sorani.
54793         [BZ #11901]
54794         * include/stdlib.h: Move include protection to the right place.
54795         Define abort_msg_s.  Declare __abort_msg with it.
54796         * stdlib/abort.c (__abort_msg): Adjust type.
54797         * assert/assert.c (__assert_fail_base): New function.  Majority
54798         of code from __assert_fail.  Allocate memory for __abort_msg with
54799         mmap.
54800         (__assert_fail): Now call __assert_fail_base.
54801         * assert/assert-perr.c: Remove bulk of implementation.  Use
54802         __assert_fail_base.
54803         * include/assert.hL Declare __assert_fail_base.
54804         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
54805         mmap.
54806         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
54808 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
54810         [BZ #11952]
54811         [BZ #12453]
54812         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
54813         until all modules are registered in the DTV.
54814         * elf/Makefile: Add rules to build and run tst-tls19.
54815         * elf/tst-tls19.c: New file.
54816         * elf/tst-tls19mod1.c: New file.
54817         * elf/tst-tls19mod2.c: New file.
54818         * elf/tst-tls19mod3.c: New file.
54819         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
54821         [BZ #12083]
54822         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
54823         correctly.
54825         [BZ #12601]
54826         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
54827         two-byte sequence errors.
54828         * iconvdata/Makefile (tests): Add bug-iconv8.
54829         * iconvdata/bug-iconv8.c: New file.
54831         [BZ #12626]
54832         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
54833         buf2 definition.
54835         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
54837         [BZ #12432]
54838         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
54839         (dummy_getcfa): New function.
54840         (init): Get _Unwind_GetCFA address, use dummy if not found.
54841         (backtrace_helper): In recursion check, also check whether CFA changes.
54842         (__backtrace): Completely initialize arg.
54844         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
54845         storing incomplete byte sequence in state object.  Avoid testing for
54846         guaranteed too small input if we know there is enough data available.
54848 2011-05-11  Andreas Schwab  <schwab@redhat.com>
54850         * Makeconfig (+link-pie): Indent.
54851         * Rules (binaries-pie): Define if $(have-fpie) and
54852         $(build-shared).
54853         (binaries-shared): Also filter out $(binaries-pie).
54854         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
54855         * nscd/Makefile (others-pie): Add nscd.
54856         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
54857         ($(objpfx)nscd): Remove command override.
54858         * login/Makefile (others-pie): Add pt_chown.
54859         ($(objpfx)pt_chown): Remove command override.
54860         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
54861         remove command overrides.
54863 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
54865         * libio/tst_putwc.c: Fix error messages.
54867         [BZ #12724]
54868         * libio/fileops.c (_IO_new_file_close_it): Always flush when
54869         currently writing and seek to current position when not.
54870         * libio/Makefile (tests): Add bug-fclose1.
54871         * libio/bug-fclose1.c: New file.
54873 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
54875         [BZ #12511]
54876         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
54877         don't set DF_1_NODELETE here.
54878         (do_lookup_x): When entering new entry test for copy relocation
54879         and if necessary set DF_1_NODELETE flag.
54880         * elf/tst-unique4.cc: New file.
54881         * elf/tst-unique4.h: New file.
54882         * elf/tst-unique4lib.cc: New file.
54883         * elf/Makefile: Add rules to build and run tst-unique4.
54884         Patch by Piotr Bury <pbury@goahead.com>.
54886 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
54888         [BZ #12052]
54889         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
54891         [BZ #12625]
54892         * misc/mntent_r.c (addmntent): Flush the stream after the output
54894         [BZ #12393]
54895         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
54896         (is_trusted_path_normalize): Skip initial colon.  Append slash
54897         to empty buffer.  Duplicate is_trusted_path code but allow
54898         constructed patch to be prefix.
54899         (is_dst): Allow $ORIGIN followed by /.
54900         (_dl_dst_substitute): Correct clearing of check_for_trusted.
54901         Correct testing of result of is_trusted_path_normalize
54902         (decompose_rpath): Fix warning.
54904 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
54906         [BZ #11257]
54907         * grp/initgroups.c (internal_getgrouplist): When we found the service
54908         list through the initgroups entry in nsswitch.conf do not always
54909         continue on a successful lookup.  Don't always use the
54910         __nss_group_database value if it is set.
54911         * nss/nsswitch.conf (initgroups): Change action for successful db
54912         lookup to continue for compatibility.
54914 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
54916         [BZ #11532]
54917         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
54918         and CP774 modules.
54919         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
54920         and CP774 modules.
54921         * iconvdata/tst-tables.sh: Likewise.
54922         * iconvdata/cp770.c: New file.
54923         * iconvdata/cp771.c: New file.
54924         * iconvdata/cp772.c: New file.
54925         * iconvdata/cp773.c: New file.
54926         * iconvdata/cp774.c: New file.
54927         * iconvdata/testdata/CP770: New file.
54928         * iconvdata/testdata/CP770..UTF8: New file.
54929         * iconvdata/testdata/CP771: New file.
54930         * iconvdata/testdata/CP771..UTF8: New file.
54931         * iconvdata/testdata/CP772: New file.
54932         * iconvdata/testdata/CP772..UTF8: New file.
54933         * iconvdata/testdata/CP773: New file.
54934         * iconvdata/testdata/CP773..UTF8: New file.
54935         * iconvdata/testdata/CP774: New file.
54936         * iconvdata/testdata/CP774..UTF8: New file.
54938         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
54939         END CHARMAP line.
54940         * iconvdata/gen-8bit-gap.sh: Likewise.
54941         * iconvdata/gen-8bit.sh: Likewise.
54943         * locale/iso-639.def: Add ary entry.
54945         [BZ #11258]
54946         * locale/C-translit.h.in: Add U20A1 transliteration.
54948         [BZ #12178]
54949         * locale/iso-639.def: Add wae entry.
54950         Patch by Kevin Bortis <bortis@translate-wae.ch>.
54952         [BZ #12545]
54953         * locale/programs/localedef.c (construct_output_path): Use ssize_t
54954         for n.
54956         [BZ #12711]
54957         * locale/C-translit.h.in: Add entry for U20B9.
54958         Patch by pravin.d.s@gmail.com.
54960 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
54962         [BZ #12713]
54963         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
54964         ENAMETOOLONG use generic getcwd.
54965         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
54966         in rtld.  Use *stat64.
54967         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
54968         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
54969         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
54970         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
54971         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
54972         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
54973         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
54974         __fstatat64 macros.
54975         * include/dirent.h: Add libc_hidden_proto for rewinddir.
54976         * dirent/rewinddir.c: Add libc_hidden_def.
54977         * sysdeps/mach/hurd/rewinddir.c: Likewise.
54978         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
54980         * include/dirent.h (__alloc_dir): Add flags parameter.
54981         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
54982         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
54983         __alloc_dir.
54984         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
54985         from fdopendir if O_CLOEXEC is already set.
54987 2011-03-15  Alan Modra  <amodra@gmail.com>
54989         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
54990         l_tls_firstbyte_offset non-zero.  Save padding offset in
54991         l_tls_firstbyte_offset for later use.
54992         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
54993         freeing static tls block.
54995 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
54997         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
54998         where #ifdef was intended.  The intent is to prevent ARG_MAX from
54999         being defined by the kernel headers.
55001 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
55003         [BZ #12734]
55004         * resolv/resolv.h: Define RES_NOTLDQUERY.
55005         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
55006         no-tld-query and set RES_NOTLDQUERY.
55007         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
55008         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
55009         modern BIND to search name as TLD unless forbidden.
55011 2011-05-07  Petr Baudis  <pasky@suse.cz>
55012             Ulrich Drepper  <drepper@gmail.com>
55014         [BZ #12393]
55015         * elf/dl-load.c (fillin_rpath): Move trusted path check...
55016         (is_trusted_path): ...to here.
55017         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
55018         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
55019         using is_trusted_path_normalize() in setuid scripts.
55021 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
55023         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
55024         __BEGIN/__END_DECLS.
55026 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
55028         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
55029         NSS_STATUS_NOTFOUND if no record was found.
55031 2011-05-05  Andreas Schwab  <schwab@redhat.com>
55033         * sunrpc/Makefile (headers): Add rpc/netdb.h.
55034         (headers-not-in-tirpc): Remove rpc/netdb.h
55035         * resolv/netdb.h: Revert last change.
55037 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
55039         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
55040         circular dependency between libgcc.a and libc.a.
55042 2011-05-05  Andreas Schwab  <schwab@redhat.com>
55044         * resolv/netdb.h: Don't include <rpc/netdb.h>.
55045         * nis/Makefile: Don't install rpcsvc/*.
55046         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
55047         instead of <rpc/types.h>.
55048         (MAXHOSTNAMELEN): Define.
55050 2011-05-03  Andreas Schwab  <schwab@redhat.com>
55052         * elf/ldconfig.c (add_dir): Don't crash on empty path.
55054 2011-04-28  Maciej Babinski  <mbabinski@google.com>
55056         [BZ #12714]
55057         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
55058         gethostbyname4_r when IPv6 results are possible.
55060 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
55062         [BZ #12723]
55063         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
55064         _PC_PIPE_BUF handling.
55066 2011-04-30  Bruno Haible  <bruno@clisp.org>
55068         [BZ #12717]
55069         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
55070         * resolv/netdb.h (getnameinfo): Change type of flags parameter
55071         to 'int'.
55072         * inet/getnameinfo.c (getnameinfo): Likewise.
55074 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
55076         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
55077         to groups setting in database lookup.
55078         * nss/nsswitch.conf: Add initgroups entry.
55080 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
55082         [BZ #12685]
55083         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
55084         mode string.
55085         Patch by Eric Blake <eblake@redhat.com>.
55087 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
55089         * sunrpc/Makefile (need-export-routines): Add svc_run.
55090         (routines): Remove svc_run.
55091         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
55092         * sunrpc/clnt_perr.c (clnt_perrno): Export.
55093         * sunrpc/svc_run.c (svc_run): Likewise.
55094         * sunrpc/svc_udp.c (svcudp_create): Likewise.
55096 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
55098         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
55099         problem in reallocation in last patch.
55101 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
55103         * sunrpc/Makefile: Move inclusion of Rules.
55105 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
55107         * nss/nss_files/files-initgroups.c: New file.
55108         * nss/Makefile (libnss_files-routines): Add files-initgroups.
55109         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
55110         _nss_files_initgroups_dyn.
55112 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
55114         * elf/elf.h (R_ARM_IRELATIVE): Define.
55116 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
55118         * po/ru.po: Update from translation team.
55120 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
55122         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
55123         dependencies.
55125 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
55127         [BZ #12653]
55128         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
55129         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
55130         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
55131         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
55132         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
55134 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
55136         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
55137         differing bytes.
55138         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
55139         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
55140         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
55142 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
55144         [BZ #12420]
55145         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
55146         storing it.
55147         * stdlib/bug-getcontext.c: New file.
55148         * stdlib/Makefile: Add rules to build and run bug-getcontext.
55150 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55152         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
55153         instructions into .machine "z9-109".
55154         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
55155         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
55157 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55159         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
55160         between environment variables and auxiliary vector.
55162 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
55164         * Makefile: Add rules to build linkobj/libc.so.
55165         * include/libc-symbols.h: Define libc_hidden_nolink.
55166         * include/rpc/auth.h: Mark functions which are to be hidden.
55167         * include/rpc/auth_des.h: Likewise.
55168         * include/rpc/auth_unix.h: Likewise.
55169         * include/rpc/clnt.h: Likewise.
55170         * include/rpc/des_crypt.h: Likewise.
55171         * include/rpc/key_prot.h: Likewise.
55172         * include/rpc/pmap_clnt.h: Likewise.
55173         * include/rpc/pmap_prot.h: Likewise.
55174         * include/rpc/pmap_rmt.h: Likewise.
55175         * include/rpc/rpc_msg.h: Likewise.
55176         * include/rpc/svc.h: Likewise.
55177         * include/rpc/svc_auth.h: Likewise.
55178         * include/rpc/xdr.h: Likewise.
55179         * nis/Makefile: Link all DSOs against linkobj/libc.so.
55180         * nss/Makefile: Likewise.
55181         * sunrpc/Makefile: Don't install headers.  Build library with normal
55182         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
55183         * sunrpc/auth_des.c: Hide exported symbols by default, export some
55184         for the compat linking library.  Remove use of INTDEF/INTUSE.
55185         * sunrpc/auth_none.c: Likewise.
55186         * sunrpc/auth_unix.c: Likewise.
55187         * sunrpc/authdes_prot.c: Likewise.
55188         * sunrpc/authuxprot.c: Likewise.
55189         * sunrpc/clnt_gen.c: Likewise.
55190         * sunrpc/clnt_perr.c: Likewise.
55191         * sunrpc/clnt_raw.c: Likewise.
55192         * sunrpc/clnt_simp.c: Likewise.
55193         * sunrpc/clnt_tcp.c: Likewise.
55194         * sunrpc/clnt_udp.c: Likewise.
55195         * sunrpc/clnt_unix.c: Likewise.
55196         * sunrpc/des_crypt.c: Likewise.
55197         * sunrpc/des_soft.c: Likewise.
55198         * sunrpc/get_myaddr.c: Likewise.
55199         * sunrpc/key_call.c: Likewise.
55200         * sunrpc/key_prot.c: Likewise.
55201         * sunrpc/netname.c: Likewise.
55202         * sunrpc/pm_getmaps.c: Likewise.
55203         * sunrpc/pm_getport.c: Likewise.
55204         * sunrpc/pmap_clnt.c: Likewise.
55205         * sunrpc/pmap_prot.c: Likewise.
55206         * sunrpc/pmap_prot2.c: Likewise.
55207         * sunrpc/pmap_rmt.c: Likewise.
55208         * sunrpc/publickey.c: Likewise.
55209         * sunrpc/rpc_cmsg.c: Likewise.
55210         * sunrpc/rpc_common.c: Likewise.
55211         * sunrpc/rpc_dtable.c: Likewise.
55212         * sunrpc/rpc_prot.c: Likewise.
55213         * sunrpc/rpc_thread.c: Likewise.
55214         * sunrpc/rtime.c: Likewise.
55215         * sunrpc/svc.c: Likewise.
55216         * sunrpc/svc_auth.c: Likewise.
55217         * sunrpc/svc_authux.c: Likewise.
55218         * sunrpc/svc_raw.c: Likewise.
55219         * sunrpc/svc_run.c: Likewise.
55220         * sunrpc/svc_simple.c: Likewise.
55221         * sunrpc/svc_tcp.c: Likewise.
55222         * sunrpc/svc_udp.c: Likewise.
55223         * sunrpc/svc_unix.c: Likewise.
55224         * sunrpc/svcauth_des.c: Likewise.
55225         * sunrpc/xcrypt.c: Likewise.
55226         * sunrpc/xdr.c: Likewise.
55227         * sunrpc/xdr_array.c: Likewise.
55228         * sunrpc/xdr_float.c: Likewise.
55229         * sunrpc/xdr_intXX_t.c: Likewise.
55230         * sunrpc/xdr_mem.c: Likewise.
55231         * sunrpc/xdr_rec.c: Likewise.
55232         * sunrpc/xdr_ref.c: Likewise.
55233         * sunrpc/xdr_sizeof.c: Likewise.
55234         * sunrpc/xdr_stdio.c: Likewise.
55236 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
55238         [BZ #12650]
55239         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
55240         * sysdeps/ia64/dl-tls.h: Likewise.
55241         * sysdeps/powerpc/dl-tls.h: Likewise.
55242         * sysdeps/s390/dl-tls.h: Likewise.
55243         * sysdeps/sh/dl-tls.h: Likewise.
55244         * sysdeps/sparc/dl-tls.h: Likewise.
55245         * sysdeps/x86_64/dl-tls.h: Likewise.
55246         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
55248 2011-03-14  Andreas Schwab  <schwab@redhat.com>
55250         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
55251         rpath element also skip the following colon.
55252         (expand_dynamic_string_token): Add is_path parameter and pass
55253         down to DL_DST_REQUIRED and _dl_dst_substitute.
55254         (decompose_rpath): Call expand_dynamic_string_token with
55255         non-zero is_path.  Ignore empty rpaths.
55256         (_dl_map_object_from_fd): Call expand_dynamic_string_token
55257         with zero is_path.
55259 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
55261         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
55262         Make cancelable.
55264 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
55266         [BZ #12655]
55267         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
55268         Patch by Filipe David Manana <fdmanana@apache.org>.
55270 2011-04-07  Andreas Schwab  <schwab@redhat.com>
55272         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
55273         Maintain aligned stack.
55274         (CHECK_RSP): Remove unused macro.
55276 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
55278         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
55279         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
55281 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
55283         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
55285         * include/features.h: Mention __USE_XOPEN2K8 in comment.
55287 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
55289         [BZ #12518]
55290         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
55291         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
55292         * sysdeps/x86_64/memmove.c: New file.
55293         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
55294         (memcpy): Renamed to ...
55295         (__new_memcpy): This.
55296         (memcpy): Provide GLIBC_2_14 memcpy.
55297         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
55298         (memcpy): Provide GLIBC_2_2_5 memcpy.
55300 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
55302         [BZ #12631]
55303         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
55305 2011-03-30  Andreas Schwab  <schwab@redhat.com>
55307         * misc/syncfs.c: New file.
55308         * misc/Makefile (routines): Add syncfs.
55309         * posix/unistd.h: Declare syncfs.
55310         * sysdeps/unix/syscalls.list: Add syncfs.
55312 2011-04-01  Andreas Schwab  <schwab@redhat.com>
55314         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
55315         open_by_handle_at.
55316         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
55317         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55318         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55319         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55320         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55321         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
55322         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55324 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
55326         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
55327         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55328         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
55329         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55330         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55331         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55332         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55334         * io/Makefile: Compile fallocate.c, fallocate64.c, and
55335         sync_file_range.c with -fexceptions.
55336         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
55337         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
55338         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
55339         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
55340         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
55341         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
55342         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
55343         sync_file_range as cancellation point
55344         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
55345         now a wrapper around __call_sync_file_range with cancellation handling.
55346         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
55347         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
55348         function name to __call_sync_file_range.
55349         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
55350         Add call_sync_file_range.
55352 2011-04-01  Andreas Schwab  <schwab@redhat.com>
55354         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
55355         bits/timex.h.
55357 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
55359         * iconv/iconv.h: Fix typo in comment.
55360         * io/fcntl.h: Likewise.
55361         * libio/stdio.h: Likewise.
55362         * posix/spawn.h: Likewise.
55363         * posix/unistd.h: Likewise.
55364         * stdlib/stdlib.h: Likewise.
55365         * time/time.h: Likewise.
55366         * wcsmbs/wchar.h: Likewise.
55368         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
55369         open_by_handle): Add.
55370         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
55371         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
55372         Augment a few comments.
55373         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55374         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55375         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55376         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55377         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55378         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
55379         open_by_handle.
55381         * io/fcntl.h (AT_EMPTY_PATH): Define.
55383 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
55385         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
55386         * sysdeps/unix/sysv/linux/bits/time.h: New file.
55387         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
55388         to...
55389         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
55390         * Versions.def: Add GLIBC_2.14.
55391         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
55392         Export.
55394 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
55396         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
55397         round counter.
55398         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
55400 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
55402         [BZ #12597]
55403         * string/test-strncmp.c (do_page_test): New function.
55404         (check2): Likewise.
55405         (test_main): Call check2.
55406         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
55408 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
55410         [BZ #12587]
55411         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
55412         Handle cache information in CPU leaf 4.
55413         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
55415 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
55417         [BZ #12583]
55418         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
55419         character representation.
55420         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
55422 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
55424         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
55425         END(__isnan) to END(__isnanf) to match function entry point/label
55426         EALIGN(__isnanf,...).
55428 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
55430         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
55432 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
55434         [BZ #12510]
55435         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
55436         copy from the symbol referenced in the relocation to initialize the
55437         used variable.
55438         Patch by Piotr Bury <pbury@goahead.com>.
55439         * elf/Makefile: Add rules to build and tst-unique3.
55440         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
55441         * elf/tst-unique3.cc: New file.
55442         * elf/tst-unique3.h: New file.
55443         * elf/tst-unique3lib.cc: New file.
55444         * elf/tst-unique3lib2.cc: New file.
55446         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
55448 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
55450         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
55451         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
55452         to _start.
55454 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
55456         * elf/dl-load.c (_dl_map_object): If we are looking for the first
55457         to-be-loaded object along a path to loader is ld.so.
55459 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
55460             Ulrich Drepper  <drepper@gmail.com>
55462         * sysdeps/x86_64/memset.S: After aligning destination, code
55463         branches to different locations depending on the value of
55464         misalignment, when multiarch is enabled. Fix this.
55466 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
55468         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
55469         Set _x86_64_preferred_memory_instruction for AMD processsors.
55470         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55471         Set bit_Prefer_SSE_for_memop for AMD processors.
55473 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
55475         * libio/fmemopen.c (fmemopen): Optimize a bit.
55477 2011-03-03  Andreas Schwab  <schwab@redhat.com>
55479         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
55481 2011-03-03  Roland McGrath  <roland@redhat.com>
55483         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
55485 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
55487         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
55488         __bzero_ultra1 instead of __memset_ultra1.
55490 2011-02-23  Andreas Schwab  <schwab@redhat.com>
55491             Ulrich Drepper  <drepper@gmail.com>
55493         [BZ #12509]
55494         * include/link.h (struct link_map): Add l_orig_initfini.
55495         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
55496         returning unsuccessfully.
55497         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
55498         close of a file loaded at startup, restore the original l_initfini
55499         list.
55500         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
55501         list, store the pointer.
55502         * elf/Makefile ($(objpfx)noload-mem): New rule.
55503         (noload-ENV): Define.
55504         (tests): Add $(objpfx)noload-mem.
55505         * elf/noload.c: Include <memcheck.h>.
55506         (main): Call mtrace.  Close all opened handles.
55508 2011-02-17  Andreas Schwab  <schwab@redhat.com>
55510         [BZ #12454]
55511         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
55512         dependencies are missing.
55514 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55516         Fix __if_freereq crash: Unlike the generic version which uses free,
55517         Hurd needs munmap.
55518         * sysdeps/mach/hurd/ifreq.h: New file.
55520 2011-01-27  Petr Baudis  <pasky@suse.cz>
55521             Ulrich Drepper  <drepper@gmail.com>
55523         [BZ 12445]#
55524         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
55525         to extend_alloca().
55526         * stdio-common/bug23.c: New file.
55527         * stdio-common/Makefile (tests): Add bug23.
55529 2010-09-28  Andreas Schwab  <schwab@redhat.com>
55530             Ulrich Drepper  <drepper@gmail.com>
55532         [BZ #12489]
55533         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
55534         before performing relro protection.  At old place add assertion
55535         to make sure nothing changed.
55537 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
55538             Glauber de Oliveira Costa  <glommer@gmail.com>
55540         * elf/elf.h: Add new ARM TLS relocs.
55542 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
55544         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
55545         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
55546         cast from r3.
55547         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
55548         'tests' variable.
55549         * sysdeps/wordsize-64/tst-writev.c: New file.
55551 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
55553         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
55554         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
55555         insns in _dl_start to prevent a TOC reference before relocs are
55556         resolved.
55558 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
55560         [BZ #12469]
55561         * Makeconfig: Remove RANLIB definition.
55562         * Makerules: Don't use RANLIB.
55563         * aclocal.m4: Remove ranlib test.
55564         * configure.in: No need to check for ranlib.
55565         * elf/rtld-Rules: Don't use RANLIB.
55567 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55569         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
55570         protection macro.
55571         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
55572         inclusion protection macro.
55574         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
55575         SIGRTMIN and SIGRTMAX and print information in that case only when
55576         SIGRTMIN is defined.
55578 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
55580         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
55581         arginfo fn returning -1.
55583         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
55584         and thousands string is zero terminated.
55586 2011-02-03  Andreas Schwab  <schwab@redhat.com>
55588         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
55589         sysdeps/unix/sysv/linux/bits/socket.h.
55591 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55593         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
55594         (__CPU_COUNT): Remove old macros.
55595         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
55596         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
55597         (__CPU_ALLOC, __CPU_FREE): Add macros.
55598         (__sched_cpualloc, __sched_cpufree): Add declarations.
55600 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
55602         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
55603         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
55604         * nscd/aicache.c (addhstaiX): Return timeout of added value.
55605         (readdhstai): Return value of addhstaiX call.
55606         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
55607         (addgrbyX): Return value returned by cache_addgr.
55608         (readdgrbyname): Return value returned by addgrbyX.
55609         (readdgrbygid): Likewise.
55610         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
55611         (addpwbyX): Return value returned by cache_addpw.
55612         (readdpwbyname): Return value returned by addhstbyX.
55613         (readdpwbyuid): Likewise.
55614         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
55615         (addservbyX): Return value returned by cache_addserv.
55616         (readdservbyname): Return value returned by addservbyX:
55617         (readdservbyport): Likewise.
55618         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
55619         (addhstbyX): Return value returned by cache_addhst.
55620         (readdhstbyname): Return value returned by addhstbyX.
55621         (readdhstbyaddr): Likewise.
55622         (readdhstbynamev6): Likewise.
55623         (readdhstbyaddrv6): Likewise.
55624         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
55625         (readdinitgroups): Return value returned by addinitgroupsX.
55626         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
55627         (prune_cache): Keep track of timeout value of re-added entries.
55628         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
55629         * nscd/nscd.h: Adjust prototypes of readd* functions.
55631 2011-02-04  Roland McGrath  <roland@redhat.com>
55633         * nis/nis_server.c (nis_servstate): Use the right name for 0.
55634         (nis_stats): Likewise.
55635         * nis/nis_modify.c (nis_modify): Likewise.
55636         * nis/nis_remove.c (nis_remove): Likewise.
55637         * nis/nis_add.c (nis_add): Likewise.
55639         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
55641         * posix/fnmatch_loop.c: Add some consts.
55643         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
55645 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
55647         [BZ #12460]
55648         * config.make.in (config-cflags-novzeroupper): Define.
55649         * configure.in: Substitute libc_cv_cc_novzeroupper.
55650         * elf/Makefile (AVX-CFLAGS): Define.
55651         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
55652         (CFLAGS-tst-auditmod4a.c): Likewise.
55653         (CFLAGS-tst-auditmod4b.c): Likewise.
55654         (CFLAGS-tst-auditmod6b.c): Likewise.
55655         (CFLAGS-tst-auditmod6c.c): Likewise.
55656         (CFLAGS-tst-auditmod7b.c): Likewise.
55657         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
55659 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
55661         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
55662         function to the callback.
55663         Patch partly by Jiri Olsa <jolsa@redhat.com>.
55665 2011-02-02  Andreas Schwab  <schwab@redhat.com>
55667         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
55668         of errno.
55670 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
55672         [BZ #11724]
55673         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
55674         of constructors.
55675         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
55676         of destructors.
55677         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
55679         [BZ #11724]
55680         * elf/Makefile: Add rules to build and run new test.
55681         * elf/tst-initorder.c: New file.
55682         * elf/tst-initorder.exp: New file.
55683         * elf/tst-initordera1.c: New file.
55684         * elf/tst-initordera2.c: New file.
55685         * elf/tst-initordera3.c: New file.
55686         * elf/tst-initordera4.c: New file.
55687         * elf/tst-initorderb1.c: New file.
55688         * elf/tst-initorderb2.c: New file.
55689         * elf/tst-order-a1.c: New file.
55690         * elf/tst-order-a2.c: New file.
55691         * elf/tst-order-a3.c: New file.
55692         * elf/tst-order-a4.c: New file.
55693         * elf/tst-order-b1.c: New file.
55694         * elf/tst-order-b2.c: New file.
55695         * elf/tst-order-main.c: New file.
55696         New test case by George Gensure <werkt0@gmail.com>.
55698 2010-10-01  Andreas Schwab  <schwab@redhat.com>
55700         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
55701         decoding ACE if AI_CANONIDN.
55703 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
55705         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
55707 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
55709         * version.h (RELEASE): Bump for 2.13 release.
55710         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
55712         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
55714         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
55715         MADV_NOHUGEPAGE.
55716         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
55717         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
55718         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
55719         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
55720         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
55721         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
55723         * posix/getconf.c: Update copyright year.
55724         * catgets/gencat.c: Likewise.
55725         * csu/version.c: Likewise.
55726         * debug/catchsegv.sh: Likewise.
55727         * debug/xtrace.sh: Likewise.
55728         * elf/ldconfig.c: Likewise.
55729         * elf/ldd.bash.in: Likewise.
55730         * elf/sprof.c (print_version): Likewise.
55731         * iconv/iconv_prog.c: Likewise.
55732         * iconv/iconvconfig.c: Likewise.
55733         * locale/programs/locale.c: Likewise.
55734         * locale/programs/localedef.c: Likewise.
55735         * malloc/memusage.sh: Likewise.
55736         * malloc/mtrace.pl: Likewise.
55737         * nscd/nscd.c (print_version): Likewise.
55738         * nss/getent.c: Likewise.
55740         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
55741         PF_CAIF, and PF_ALG.
55742         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
55744 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
55746         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
55747         (modules-names): Use them.
55748         (ifunc-test-modules, ifunc-pie-tests): Define.
55749         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
55750         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
55751         (test-extras): Likewise.
55752         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
55753         $(compile-command.c).
55754         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
55755         (all-built-dso): Define.
55756         (check-textrel.out, check-execstack.out): Depend on it.
55758         * configure.in: Don't override --enable-multi-arch.
55760 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
55762         [BZ #6812]
55763         * nscd/hstcache.c (tryagain): Define.
55764         (cache_addhst): Return tryagain not notfound for temporary errors.
55765         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
55766         failed.
55768 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
55770         [BZ #10563]
55771         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
55772         to make the syscall.
55773         * sysdeps/unix/sysv/linux/setgroups.c: New file.
55775         [BZ #12378]
55776         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
55777         and fall back to matching as normal character if the string ends before
55778         the matching ']' is found.  This is what POSIX requires.
55779         * posix/testfnm.c: Adjust test result.
55780         * posix/globtest.sh: Adjust test result.  Add new test.
55781         * posix/tst-fnmatch.input: Likewise.
55782         * posix/tst-fnmatch2.c: Add new test.
55784 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
55786         * elf/Makefile (check-execstack): Revert last change.  Depend on
55787         check-execstack.h.
55788         (check-execstack.h): New target.
55789         (generated): Add check-execstack.h.
55790         * elf/check-execstack.c: Include "check-execstack.h".
55791         (main): Revert last change.
55792         (handle_file): Return zero if GNU_STACK is absent and
55793         DEFAULT_STACK_PERMS doesn't include PF_X.
55795 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
55797         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
55798         in child fails because the descriptor is already closed.
55799         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
55800         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
55801         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
55803         [BZ #12397]
55804         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
55805         syscall.
55807         [BZ #10484]
55808         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
55809         temporary buffer used to handle multi lookups locally.
55810         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
55812 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
55814         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
55815         loader is ld.so.
55817 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
55819         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
55820         alignment for SSE2.
55822 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
55824         [BZ #12394]
55825         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
55826         characters.  When rounding increased number of integer digits recompute
55827         number of groups.
55828         * stdio-common/tst-grouping.c: New file.
55829         * stdio-common/Makefile: Add rules to build and run tst-grouping.
55831 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
55833         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
55834         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
55836         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
55837         void.
55838         * bits/select.h: Likewise.
55840 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
55842         * po/ja.po: Update from translation team.
55844 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
55846         [BZ #11155]
55847         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
55848         implementation just like for lxstat, fxstatat, et al.
55850 2010-12-27  Jim Meyering  <meyering@redhat.com>
55852         [BZ #12348]
55853         * posix/regexec.c (build_trtable): Return failure indication upon
55854         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
55856 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
55858         [BZ #12201]
55859         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
55860         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
55861         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
55862         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
55864         [BZ #12207]
55865         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
55867         [BZ #12204]
55868         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
55869         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
55871 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
55873         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
55874         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
55875         script has SORT_BY_INIT_PRIORITY.
55876         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
55877         NO_CTORS_DTORS_SECTIONS is defined.
55878         * elf/soinit.c: Likewise.
55879         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
55880         NO_CTORS_DTORS_SECTIONS is defined.
55881         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
55882         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
55883         * sysdeps/sh/init-first.c: Likewise.
55884         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
55886 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
55888         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
55889         always use the slow path.
55891 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
55893         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
55894         similar rule which adds the sysdep directories to the header search in
55895         order to pick up the correct platform stackinfo.h.
55896         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
55897         perform test if it is, otherwise return successfully without testing.
55898         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
55899         DEFAULT_STACK_PERMS define in stackinfo.h.
55900         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
55901         defined in stackinfo.h.
55902         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
55903         DEFAULT_STACK_PERMS defined in stackinfo.h.
55904         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
55905         * sysdeps/ia64/stackinfo.h: Likewise.
55906         * sysdeps/s390/stackinfo.h: Likewise.
55907         * sysdeps/sh/stackinfo.h: Likewise.
55908         * sysdeps/sparc/stackinfo.h: Likewise.
55909         * sysdeps/x86_64/stackinfo.h: Likewise.
55910         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
55911         PF_X for powerpc64.  Retain PF_X for powerpc32.
55913 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
55915         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
55916         accurately.
55917         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
55918         GETDENTS_64BIT_ALIGNED.
55920 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
55922         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
55924 2010-12-10  Andreas Schwab  <schwab@redhat.com>
55926         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
55927         _GNU_SOURCE.
55929         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
55930         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
55931         Remove __restrict.
55932         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
55933         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
55935 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
55937         [BZ #11655]
55938         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
55939         are initialized.
55941 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
55943         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
55945 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
55947         * po/it.po: Update from translation team.
55949 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
55951         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
55952         unused codes.
55954 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
55956         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
55958 2010-11-24  Andreas Schwab  <schwab@redhat.com>
55960         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
55961         specially.
55962         (gaih_getanswer_slice): Likewise.
55964 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
55966         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
55968 2010-05-31  Petr Baudis  <pasky@suse.cz>
55970         [BZ #11149]
55971         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
55972         silently even in the chroot mode.
55974 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
55976         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
55977         last patch a bit.  Pretty printing
55979 2010-05-31  Petr Baudis <pasky@suse.cz>
55981         [BZ #10085]
55982         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
55983         initialization of skip_initgroups_dyn.
55985 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
55987         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
55988         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
55990 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
55992         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
55994 2010-11-11  Andreas Schwab  <schwab@redhat.com>
55996         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
55997         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
55998         (tst-fnmatch-ENV): Set MALLOC_TRACE.
55999         ($(objpfx)tst-fnmatch-mem): New rule.
56000         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
56001         * posix/tst-fnmatch.c (main): Call mtrace.
56003 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
56005         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56006         Support Intel processor model 6 and model 0x2c.
56008 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
56010         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
56011           signed comparison.
56013 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
56015         [BZ #12205]
56016         * string/test-strncasecmp.c (check_result): New function.
56017         (do_one_test): Use it.
56018         (check1): New function.
56019         (test_main): Use it.
56020         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
56021         Support strcasecmp and strncasecmp.
56023 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
56025         [BZ #12194]
56026         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
56027         * sysdeps/x86_64/bits/byteswap.h: Likewise.
56029 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
56031         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
56032         IFUNC support.
56033         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56034         memset-x86-64.
56035         * sysdeps/x86_64/multiarch/bzero.S: New file.
56036         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
56037         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
56038         * sysdeps/x86_64/multiarch/memset.S: New file.
56039         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
56040         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56041         Set bit_Prefer_SSE_for_memop for Intel processors.
56042         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
56043         Define.
56044         (index_Prefer_SSE_for_memop): Define.
56045         (HAS_PREFER_SSE_FOR_MEMOP): Define.
56047 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
56049         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
56050         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
56052 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
56054         [BZ #12191]
56055         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
56056         (__x86_64_raw_data_cache_size_half): Likewise.
56057         (__x86_64_raw_shared_cache_size): Likewise.
56058         (__x86_64_raw_shared_cache_size_half): Likewise.
56060         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
56061         (__x86_64_raw_data_cache_size_half): Likewise.
56062         (__x86_64_raw_shared_cache_size): Likewise.
56063         (__x86_64_raw_shared_cache_size_half): Likewise.
56064         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
56065         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
56066         and __x86_64_raw_shared_cache_size_half.  Round
56067         __x86_64_data_cache_size_half, __x86_64_data_cache_size
56068         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
56069         to multiple of 256 bytes.
56071 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
56073         [BZ #12167]
56074         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
56075         of inacessible symlinks.  Verify result of symlink before returning it.
56076         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
56077         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
56079 2010-10-28  Erich Ritz  <erichritz@gmail.com>
56081         * math/math.h (isinf): Fix typo in comment.
56083 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
56085         * po/da.po: Update from translation team.
56087 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
56089         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
56090         is added to the list.
56092 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56093             Ulrich Drepper  <drepper@gmail.com>
56095         * elf/dl-object.c (_dl_new_object): Don't append the new object to
56096         the global list here.  Move code to...
56097         (_dl_add_to_namespace_list): ...here.  New function.
56098         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
56099         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
56100         * elf/dl-load.c (lose): Don't remove the element from the list.
56101         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
56102         (_dl_map_object): Likewise.
56104 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
56106         [BZ #12159]
56107         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
56108         into all bytes of SSE register.
56109         Patch by Richard Li <richardpku@gmail.com>.
56111 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
56113         [BZ #12140]
56114         * malloc/malloc.c (_int_free): Fill correct number of bytes when
56115         perturbing.
56117 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
56119         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
56120         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
56121         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
56122         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
56123         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
56124         submachine.
56125         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
56127 2010-10-22  Andreas Schwab  <schwab@redhat.com>
56129         * include/dlfcn.h (__RTLD_SECURE): Define.
56130         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
56131         mode & __RTLD_SECURE instead.
56132         (open_path): Rename preloaded parameter to secure.
56133         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
56134         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
56135         * elf/dl-deps.c (openaux): Likewise.
56136         * elf/rtld.c (struct map_args): Remove is_preloaded.
56137         (map_doit): Don't use it.
56138         (dl_main): Likewise.
56139         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
56140         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
56142 2010-09-09  Andreas Schwab  <schwab@redhat.com>
56144         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
56145         (sysd-rules-targets): Remove duplicates.
56146         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
56147         rtld-%.$o dependency.
56149 2010-10-18  Andreas Schwab  <schwab@redhat.com>
56151         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
56152         _dl_map_object do it.
56154 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
56156         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
56157         fast fma builtins, define the macros in the C99 standard.
56158         (FP_FAST_FMAF): Likewise.
56159         (FP_FAST_FMAL): Likewise.
56160         * sysdeps/x86_64/bits/mathdef.h: Likewise.
56162         * bits/mathdef.h: Update copyright year.
56163         * sysdeps/powerpc/bits/mathdef.h: Likewise.
56165 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
56167         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
56168         builtins, define the macros in the C99 standard.
56169         (FP_FAST_FMAF): Likewise.
56170         (FP_FAST_FMAL): Likewise.
56171         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
56172         multiply/add.
56173         (FP_FAST_FMAF): Likewise.
56175 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
56177         [BZ #3268]
56178         * math/libm-test.inc (fma_test): Some new testcases.
56179         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
56180         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
56181         y and infinite z.  Do multiplication by C already in long double.
56182         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
56183         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
56184         y and infinite z.  Do bitwise or of inexact bit into u.d.
56185         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
56186         * sysdeps/i386/fpu/s_fmaf.S: Removed.
56187         * sysdeps/i386/fpu/s_fma.S: Removed.
56188         * sysdeps/i386/fpu/s_fmal.S: Removed.
56190 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
56192         [BZ #3268]
56193         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
56194         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
56195         computation is not scheduled after fetestexcept.  Fix value
56196         of minimum denormal long double.
56198 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
56200         [BZ #3268]
56201         * math/libm-test.inc (fma_test): Add some more tests.
56202         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
56203         correctly.
56205 2010-10-15  Andreas Schwab  <schwab@redhat.com>
56207         * scripts/data/localplt-s390-linux-gnu.data: New file.
56208         * scripts/data/localplt-s390x-linux-gnu.data: New file.
56210 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
56212         [BZ #3268]
56213         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
56214         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
56215         instead of dbl-64.
56216         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
56217         inlines.
56218         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
56219         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
56220         if one of x and y is very large and the other is subnormal.
56221         * sysdeps/s390/fpu/s_fmaf.c: New file.
56222         * sysdeps/s390/fpu/s_fma.c: New file.
56223         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
56224         * sysdeps/powerpc/fpu/s_fma.S: New file.
56225         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
56226         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
56227         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
56229 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
56231         [BZ #3268]
56232         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
56233         fma tests.
56234         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
56235         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
56236         * sysdeps/i386/i686/multiarch/s_fma.c: Include
56237         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
56238         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
56239         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
56240         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
56242 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
56244         [BZ #12078]
56245         * posix/regcomp.c (parse_branch): One more memory leak plugged.
56246         * posix/bug-regex31.input: Add test case.
56248 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
56250         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
56251         * posix/bug-regex31.input: New file.
56253         [BZ #12078]
56254         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
56255         (parse_sub_exp): Fix last change, use postorder.
56257         * posix/bug-regex31.c: New file.
56258         * posix/Makefile: Add rules to build and run bug-regex31.
56260         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
56262         [BZ #12078]
56263         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
56265         [BZ #12108]
56266         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
56267         to have entries in sys_siglist.
56269         [BZ #12093]
56270         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
56271         be NULL.
56273 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
56275         [BZ #3268]
56276         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
56277         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
56278         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
56279         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
56280         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
56281         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
56282         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
56283         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
56284         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
56285         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
56286         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
56287         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
56288         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
56289         * math/ftestexcept.c (fetestexcept): Likewise.
56290         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
56291         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
56292         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
56293         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
56294         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
56295         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
56296         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
56298 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
56300         [BZ #12107]
56301         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
56302         newline.
56304 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
56306         * string/bug-strstr1.c: New file.
56307         * string/Makefile: Add rules to build and run bug-strstr1.
56309 2010-10-05  Eric Blake  <eblake@redhat.com>
56311         [BZ #12092]
56312         * string/str-two-way.h (two_way_long_needle): Always clear memory
56313         when skipping input due to the shift table.
56315 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
56317         [BZ #12005]
56318         * malloc/mcheck.c: Handle large requests.
56320         [BZ #12077]
56321         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
56322         for strncmp and strncasecmp.
56323         * string/stratcliff.c: Add tests for strcmp and strncmp.
56324         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
56326 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
56328         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
56329         __set_fpscr.
56331 2010-09-30  Andreas Jaeger  <aj@suse.de>
56333         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
56334         (CGROUP_SUPER_MAGIC): Define.
56335         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
56336         Handle btrfs and cgroup file systems.
56337         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
56338         Likewise.
56340 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
56342         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
56343         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
56345 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56347         [BZ #12067]
56348         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
56349         trying to locate the ELF header.
56351 2010-09-27  Andreas Schwab  <schwab@redhat.com>
56353         [BZ #11611]
56354         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
56355         Mask out sign-bit copies when constructing f_fsid.
56357 2010-09-24  Petr Baudis <pasky@suse.cz>
56359         * debug/stack_chk_fail_local.c: Add missing licence exception.
56360         * debug/warning-nop.c: Likewise.
56362 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
56364         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
56365         implementing getdents64 using getdents syscall, set d_type if
56366         __ASSUME_GETDENTS32_D_TYPE.
56368 2010-09-16  Andreas Schwab  <schwab@redhat.com>
56370         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
56371         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
56373 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
56375         [BZ #12037]
56376         * posix/unistd.h: Undo change of feature selection for ftruncate from
56377         2010-01-11.
56379 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
56381         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
56382         detection.
56384 2010-09-20  Andreas Schwab  <schwab@redhat.com>
56386         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
56387         fanotify_mark.
56388         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
56390 2010-09-14  Andreas Schwab  <schwab@redhat.com>
56392         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
56393         variables after CHECK_SP call.
56394         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
56396 2010-09-13  Andreas Schwab  <schwab@redhat.com>
56397             Ulrich Drepper  <drepper@redhat.com>
56399         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
56400         re-relocationg ld.so.
56401         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
56402         _dl_init_paths call.
56403         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
56404         here anymore.
56406 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
56408         * resolv/res_init.c (__res_vinit): Count the default server we added.
56410 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
56411             Ulrich Drepper  <drepper@redhat.com>
56413         [BZ #11968]
56414         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
56415         (____longjmp_chk): Use %ebx for saving value across system call.
56416         Add unwind info.
56418 2010-09-06  Andreas Schwab  <schwab@redhat.com>
56420         * manual/Makefile: Don't mix pattern rules with normal rules.
56422 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
56424         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
56425         operation.
56426         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
56427         * libio/iofopncook.c (_IO_cookie_init): Likewise.
56428         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
56429         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
56430         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
56431         Likewise.
56433 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
56435         [BZ #11979]
56436         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
56437         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
56439 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
56441         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
56442         * sysdeps/x86_64/addmul_1.S: Likewise.
56443         * sysdeps/x86_64/lshift.S: Likewise.
56444         * sysdeps/x86_64/mul_1.S: Likewise.
56445         * sysdeps/x86_64/rshift.S: Likewise.
56446         * sysdeps/x86_64/sub_n.S: Likewise.
56447         * sysdeps/x86_64/submul_1.S: Likewise.
56449 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56451         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
56452         Define __sched_param instead of SCHED_* and sched_param when
56453         <bits/sched.h> is included with __need_schedparam defined.
56454         * bits/sched.h [__need_schedparam]
56455         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
56456         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
56457         (__defined_schedparam): Define to 1.
56458         (__sched_param): New structure, identical to sched_param.
56459         (__need_schedparam): Undefine.
56461 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
56463         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
56464         (epoll_create1): Declare.
56466         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
56468 2010-08-31  Andreas Schwab  <schwab@redhat.com>
56470         [BZ #7066]
56471         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
56472         shifting retval into place.
56474 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
56476         * nis/rpcsvc/nis.h: Update copyright notice.
56477         * nis/rpcsvc/nis.x: Likewise.
56478         * nis/rpcsvc/nis_callback.h: Likewise.
56479         * nis/rpcsvc/nis_callback.x: Likewise.
56480         * nis/rpcsvc/nis_object.x: Likewise.
56481         * nis/rpcsvc/nis_tags.h: Likewise.
56482         * nis/rpcsvc/yp.h: Likewise.
56483         * nis/rpcsvc/yp.x: Likewise.
56484         * nis/rpcsvc/ypupd.h: Likewise.
56485         * nis/yp_xdr.c: Likewise.
56486         * nis/ypupdate_xdr.c: Likewise.
56488         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
56489         mainly the body of pmap_getport.  Add parameters to specify timeouts.
56490         (pmap_getport): Use __libc_rpc_getport.
56491         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
56492         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
56493         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
56495 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
56497         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
56498         fanotify_mark.
56500 2010-08-27  Roland McGrath  <roland@redhat.com>
56502         * sysdeps/i386/i686/multiarch/Makefile
56503         (CFLAGS-varshift.c): New variable.
56505 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
56507         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
56508         * sysdeps/i386/i686/multiarch/varshift.c: New file.
56510         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
56512         * sysdeps/x86_64/strlen.S: Minimal code improvement.
56514 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
56516         * sysdeps/x86_64/strlen.S: Unroll the loop.
56517         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56518         strlen-sse2 strlen-sse2-bsf.
56519         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
56520         __strlen_no_bsf if bit_Slow_BSF is set.
56521         (__strlen_sse42): Removed.
56522         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
56523         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
56525 2010-08-25  Roland McGrath  <roland@redhat.com>
56527         * sysdeps/x86_64/multiarch/varshift.S: File removed.
56528         * sysdeps/x86_64/multiarch/varshift.c: New file.
56529         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
56530         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
56531         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
56532         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
56534 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
56536         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
56537         strlen-sse2 strlen-sse2-bsf.
56538         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
56539         __strlen_sse2_bsf if bit_Slow_BSF is unset.
56540         (__strlen_sse2): Removed.
56541         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
56542         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
56543         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
56544         bit_Slow_BSF for Atom.
56545         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
56546         (index_Slow_BSF): Define.
56547         (HAS_SLOW_BSF): Define.
56549 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
56551         [BZ #10851]
56552         * resolv/res_init.c (__res_vinit): When no server address at all
56553         is given default to loopback.
56555 2010-08-24  Roland McGrath  <roland@redhat.com>
56557         * configure.in: Remove config-name.h generation.
56558         * configure: Regenerated.
56559         * config-name.in: File removed.
56560         * scripts/config-uname.sh: New file.
56561         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
56562         ($(objdir)config-name.h): New target.
56564         * sunrpc/rpc_parse.h: Avoid nested comment.
56566 2010-08-24  Richard Henderson  <rth@redhat.com>
56567             Ulrich Drepper  <drepper@redhat.com>
56568             H.J. Lu  <hongjiu.lu@intel.com>
56570         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
56571         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
56572         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
56573         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
56574         _mm_alignr_epi8 with _mm_loadu_si128.
56575         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
56576         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
56577         (__m128i_shift_right): Removed.
56578         * sysdeps/i386/i686/multiarch/varshift.h: New file.
56579         * sysdeps/i386/i686/multiarch/varshift.S: New file.
56580         * sysdeps/x86_64/multiarch/varshift.h: New file.
56581         * sysdeps/x86_64/multiarch/varshift.S: New file.
56583 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
56585         * configure.in: Move assembler checks to before sysdep dir checking.
56587 2010-08-20  Petr Baudis  <pasky@suse.cz>
56589         * LICENSES: Sync the sunrpc license.
56591 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
56593         * sunrpc/auth_des.c: Update copyright notice once again.
56594         * sunrpc/auth_none.c: Likewise.
56595         * sunrpc/auth_unix.c: Likewise.
56596         * sunrpc/authdes_prot.c: Likewise.
56597         * sunrpc/authuxprot.c: Likewise.
56598         * sunrpc/bindrsvprt.c: Likewise.
56599         * sunrpc/clnt_gen.c: Likewise.
56600         * sunrpc/clnt_perr.c: Likewise.
56601         * sunrpc/clnt_raw.c: Likewise.
56602         * sunrpc/clnt_simp.c: Likewise.
56603         * sunrpc/clnt_tcp.c: Likewise.
56604         * sunrpc/clnt_udp.c: Likewise.
56605         * sunrpc/clnt_unix.c: Likewise.
56606         * sunrpc/des_crypt.c: Likewise.
56607         * sunrpc/des_soft.c: Likewise.
56608         * sunrpc/get_myaddr.c: Likewise.
56609         * sunrpc/getrpcport.c: Likewise.
56610         * sunrpc/key_call.c: Likewise.
56611         * sunrpc/key_prot.c: Likewise.
56612         * sunrpc/openchild.c: Likewise.
56613         * sunrpc/pm_getmaps.c: Likewise.
56614         * sunrpc/pm_getport.c: Likewise.
56615         * sunrpc/pmap_clnt.c: Likewise.
56616         * sunrpc/pmap_prot.c: Likewise.
56617         * sunrpc/pmap_prot2.c: Likewise.
56618         * sunrpc/pmap_rmt.c: Likewise.
56619         * sunrpc/rpc/auth.h: Likewise.
56620         * sunrpc/rpc/auth_unix.h: Likewise.
56621         * sunrpc/rpc/clnt.h: Likewise.
56622         * sunrpc/rpc/des_crypt.h: Likewise.
56623         * sunrpc/rpc/key_prot.h: Likewise.
56624         * sunrpc/rpc/netdb.h: Likewise.
56625         * sunrpc/rpc/pmap_clnt.h: Likewise.
56626         * sunrpc/rpc/pmap_prot.h: Likewise.
56627         * sunrpc/rpc/pmap_rmt.h: Likewise.
56628         * sunrpc/rpc/rpc.h: Likewise.
56629         * sunrpc/rpc/rpc_des.h: Likewise.
56630         * sunrpc/rpc/rpc_msg.h: Likewise.
56631         * sunrpc/rpc/svc.h: Likewise.
56632         * sunrpc/rpc/svc_auth.h: Likewise.
56633         * sunrpc/rpc/types.h: Likewise.
56634         * sunrpc/rpc/xdr.h: Likewise.
56635         * sunrpc/rpc_clntout.c: Likewise.
56636         * sunrpc/rpc_cmsg.c: Likewise.
56637         * sunrpc/rpc_common.c: Likewise.
56638         * sunrpc/rpc_cout.c: Likewise.
56639         * sunrpc/rpc_dtable.c: Likewise.
56640         * sunrpc/rpc_hout.c: Likewise.
56641         * sunrpc/rpc_main.c: Likewise.
56642         * sunrpc/rpc_parse.c: Likewise.
56643         * sunrpc/rpc_parse.h: Likewise.
56644         * sunrpc/rpc_prot.c: Likewise.
56645         * sunrpc/rpc_sample.c: Likewise.
56646         * sunrpc/rpc_scan.c: Likewise.
56647         * sunrpc/rpc_scan.h: Likewise.
56648         * sunrpc/rpc_svcout.c: Likewise.
56649         * sunrpc/rpc_tblout.c: Likewise.
56650         * sunrpc/rpc_util.c: Likewise.
56651         * sunrpc/rpc_util.h: Likewise.
56652         * sunrpc/rpcinfo.c: Likewise.
56653         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
56654         * sunrpc/rpcsvc/key_prot.x: Likewise.
56655         * sunrpc/rpcsvc/klm_prot.x: Likewise.
56656         * sunrpc/rpcsvc/mount.x: Likewise.
56657         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
56658         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
56659         * sunrpc/rpcsvc/rex.x: Likewise.
56660         * sunrpc/rpcsvc/rstat.x: Likewise.
56661         * sunrpc/rpcsvc/rusers.x: Likewise.
56662         * sunrpc/rpcsvc/sm_inter.x: Likewise.
56663         * sunrpc/rpcsvc/spray.x: Likewise.
56664         * sunrpc/rpcsvc/yppasswd.x: Likewise.
56665         * sunrpc/rtime.c: Likewise.
56666         * sunrpc/svc.c: Likewise.
56667         * sunrpc/svc_auth.c: Likewise.
56668         * sunrpc/svc_authux.c: Likewise.
56669         * sunrpc/svc_raw.c: Likewise.
56670         * sunrpc/svc_run.c: Likewise.
56671         * sunrpc/svc_simple.c: Likewise.
56672         * sunrpc/svc_tcp.c: Likewise.
56673         * sunrpc/svc_udp.c: Likewise.
56674         * sunrpc/svc_unix.c: Likewise.
56675         * sunrpc/svcauth_des.c: Likewise.
56676         * sunrpc/xcrypt.c: Likewise.
56677         * sunrpc/xdr.c: Likewise.
56678         * sunrpc/xdr_array.c: Likewise.
56679         * sunrpc/xdr_float.c: Likewise.
56680         * sunrpc/xdr_mem.c: Likewise.
56681         * sunrpc/xdr_rec.c: Likewise.
56682         * sunrpc/xdr_ref.c: Likewise.
56683         * sunrpc/xdr_sizeof.c: Likewise.
56684         * sunrpc/xdr_stdio.c: Likewise.
56686         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
56687         handling.
56689 2010-08-19  Andreas Schwab  <schwab@redhat.com>
56691         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
56693 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
56695         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
56696         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
56697         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
56698         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
56699         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
56700         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
56701         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
56702         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
56703         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
56704         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
56705         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
56706         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
56707         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
56708         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
56710 2010-07-26  Anton Blanchard  <anton@samba.org>
56712         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
56713         * malloc/arena.c (heap_trim): Likewise.
56715 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
56717         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
56718         here.  Not...
56719         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
56720         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
56722 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
56724         * sysdeps/i386/elf/Makefile: New file.
56726 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
56728         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
56729         from fanotify_init.
56730         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
56731         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
56733 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
56735         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
56736         of strncasecmp_l.
56737         * sysdeps/multiarch/strcmp.S: Likewise.
56739 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
56741         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
56742         strncase_l-nonascii.
56743         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
56744         Add strncase_l-ssse3.
56745         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
56746         * sysdeps/x86_64/strcmp.S: Likewise.
56747         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
56748         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
56749         * sysdeps/x86_64/strncase.S: New file.
56750         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
56751         * sysdeps/x86_64/strncase_l.S: New file.
56752         * string/Makefile (strop-tests): Add strncasecmp.
56753         * string/test-strncasecmp.c: New file.
56755         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
56756         warning.
56758         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
56759         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
56761 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
56763         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
56765 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
56767         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
56768         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
56769         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
56771 2010-05-01  Alan Modra  <amodra@gmail.com>
56773         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
56774         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
56775         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
56776         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
56777         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
56778         tidying.  Don't tail-call __sigjmp_save for static lib.
56779         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
56780         save location.
56781         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
56782         (CALL_MCOUNT): Add eh info, and nop after bl.
56783         (TAIL_CALL_SYSCALL_ERROR): New macro.
56784         (PSEUDO_RET): Use it.
56785         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
56786         Correct save location of integer regs and cr.
56787         (_dl_profile_resolve): Correct cr save location.  Delete nops
56788         after bl when SHARED.  Reduce cfi size a little by better
56789         placement of cfi directives.
56790         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
56791         make a stack frame.  Instead use parm save area as a temp.
56792         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
56793         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
56794         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
56795         Don't make a stack frame for parent, use parm save area.
56796         Increase child stack frame to 112 bytes.  Don't save unused reg,
56797         and adjust reg usage.  Set up cfi on error recovery and
56798         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
56799         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
56800         (__makecontext): Add dummy nop after jump to exit.
56801         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
56802         Use correct parm save area and cr save, reduce stack frame.
56803         Correct cfi for possible PSEUDO_RET frame setup.
56804         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
56805         Branch to local label emitted by PSEUDO_RET rather than
56806         __syscall_error.
56808 2010-08-12  Andreas Schwab  <schwab@redhat.com>
56810         [BZ #11904]
56811         * locale/programs/locale.c (print_assignment): New function.
56812         (show_locale_vars): Use it.
56814 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
56816         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
56817         field.
56818         (struct statfs64): Likewise.
56819         (_STATFS_F_FLAGS): Define.
56820         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
56821         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
56822         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
56823         (ST_VALID): Define locally.
56824         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
56825         __statvfs_getflags, use the provided value.
56826         * sysdeps/unix/sysv/linux/kernel-features.h: Define
56827         __ASSUME_STATFS_F_FLAGS.
56829         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
56831         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
56832         Add sys/fanotify.h.
56833         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
56834         fanotify_mask for GLIBC_2.13.
56835         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
56836         fanotify_init and fanotify_mark.
56837         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
56838         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
56840         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
56841         Add prlimit.
56842         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
56843         prlimit64 for GLIBC_2.13.
56844         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
56845         prlimit64.
56846         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
56847         syscall.
56848         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
56849         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
56850         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
56851         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
56852         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
56853         add prlimit alias.
56854         * sysdeps/unix/sysv/linux/prlimit.c: New file.
56856         [BZ #11903]
56857         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
56858         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
56860         * nss/Makefile: Add rules to build and run tst-nss-test1.
56861         * shlib-versions: Add entry for libnss_test1.
56862         * nss/nss_test1.c: New file.
56863         * nss/tst-nss-test1.c: New file.
56865         * nss/nsswitch.c (__nss_database_custom): Define new variable.
56866         (__nss_configure_lookup): Set appropriate entry in
56867         __nss_configure_lookup to true.
56868         * nss/nsswitch.h: Define enum with indeces of databases in
56869         databases and __nss_database_custom arrays.  Declare
56870         __nss_database_custom.
56871         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
56872         to avoid using nscd when custom rules are installed.
56873         * nss/getXXbyYY_r.c: Likewise.
56874         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
56876         * nss/nss_files/files-parse.c: Whitespace fixes.
56878 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
56880         [BZ #11883]
56881         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
56882         * posix/fnmatch_loop.c: Likewise.
56884 2010-07-17  Andi Kleen  <ak@linux.intel.com>
56886         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
56887         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
56888         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
56889         * Versions.def [GLIBC_2.13]: Add.
56891 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
56893         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
56894         Also fail if tpwd after pwuid call is NULL.
56896 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56898         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
56899         when converting to ms.
56901 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56903         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
56904         EOPNOTSUPP errors with ENOTTY.
56905         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
56906         EOPNOTSUPP errors with ENOTTY.
56908 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
56910         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
56911         Add strcasecmp_l-ssse3.
56912         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
56913         strcasecmp.
56914         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
56915         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
56916         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
56918 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
56920         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
56922         * string/Makefile (strop-tests): Add strcasecmp.
56923         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
56924         strcasecmp_l-nonascii.
56925         (gen-as-const-headers): Add locale-defines.sym.
56926         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
56927         * sysdeps/x86_64/strcasecmp.S: New file.
56928         * sysdeps/x86_64/strcasecmp_l.S: New file.
56929         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
56930         * sysdeps/x86_64/locale-defines.sym: New file.
56931         * string/test-strcasecmp.c: New file.
56933         * string/test-strcasestr.c: Test both ends of the range of characters.
56934         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
56936 2010-07-29  Roland McGrath  <roland@redhat.com>
56938         [BZ #11856]
56939         * manual/locale.texi (Yes-or-No Questions): Fix example code.
56941 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
56943         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
56944         for ld.so.
56946 2010-07-27  Andreas Schwab  <schwab@redhat.com>
56948         * manual/memory.texi (Malloc Tunable Parameters): Document
56949         M_PERTURB.
56951 2010-07-26  Roland McGrath  <roland@redhat.com>
56953         [BZ #11840]
56954         * configure.in (-fgnu89-inline check): Set and substitute
56955         gnu89_inline, not libc_cv_gnu89_inline.
56956         * configure: Regenerated.
56957         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
56959 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
56961         * string/test-strnlen.c: New file.
56962         * string/Makefile (strop-tests): Add strnlen.
56963         * string/tester.c (test_strnlen): Add a few more test cases.
56964         * string/tst-strlen.c: Better error reporting.
56966         * sysdeps/x86_64/strnlen.S: New file.
56968 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
56970         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
56971         lower-latency instructions.
56973 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
56975         * string/test-strcasestr.c: New file.
56976         * string/test-strstr.c: New file.
56977         * string/Makefile (strop-tests): Add strstr and strcasestr.
56978         * string/str-two-way.h: Don't undefine MAX.
56979         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
56981 2010-07-21  Andreas Schwab  <schwab@redhat.com>
56983         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
56984         strcasestr-nonascii.
56985         (CFLAGS-strcasestr-nonascii.c): Define.
56986         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
56987         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
56988         Remove unused attribute.
56990 2010-07-20  Roland McGrath  <roland@redhat.com>
56992         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
56993         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
56994         ld.so.cache was broken.  With it, there is no way to disable dsocaps
56995         like LD_HWCAP_MASK can disable hwcaps.
56997 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
56999         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
57001 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
57003         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
57004         call in strcasestr.
57005         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
57006         __strcasestr_sse42_nonascii.
57007         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
57008         strcasestr-nonascii.c.
57009         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
57011 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
57013         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
57014         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
57015         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
57016         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
57018 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
57020         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
57021         fcntl.
57023 2010-07-06  Andreas Schwab  <schwab@redhat.com>
57025         [BZ #11577]
57026         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
57027         dl_signal_cerror.
57029 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
57031         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
57032         _PC_PIPE_BUF using F_GETPIPE_SZ.
57034 2010-07-05  Roland McGrath  <roland@redhat.com>
57036         * manual/arith.texi (Rounding Functions): Fix rint description
57037         implicit in round description.
57039 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
57041         * elf/Makefile: Fix linking for a few tests to make recent linker
57042         happy.
57044 2010-06-30  Andreas Schwab  <schwab@redhat.com>
57046         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
57047         $(common-objpfx)libc_nonshared.a.
57049 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
57051         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
57052         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
57053         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
57054         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
57055         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
57056         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
57057         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
57058         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
57059         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
57060         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
57061         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
57062         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
57063         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
57064         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
57065         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
57066         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
57067         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
57068         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
57069         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
57070         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
57071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
57072         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
57073         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
57074         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
57075         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
57076         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
57077         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
57078         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
57079         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
57080         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
57081         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
57082         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
57083         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
57084         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
57085         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
57086         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
57087         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
57088         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
57089         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
57090         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
57091         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
57092         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
57093         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
57094         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
57095         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
57096         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
57097         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
57098         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
57100 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
57102         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
57103         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
57104         * string/memmove.c (memmove): Renamed to ...
57105         (MEMMOVE): ...this.  Default to memmove.
57106         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
57107         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
57108         (END_CHK): Define.
57109         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57110         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
57111         mempcpy-ssse3-back memmove-ssse3-back.
57112         * sysdeps/x86_64/multiarch/bcopy.S: New file .
57113         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
57114         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
57115         * sysdeps/x86_64/multiarch/memcpy.S: New file.
57116         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
57117         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
57118         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
57119         * sysdeps/x86_64/multiarch/memmove.c: New file.
57120         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
57121         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
57122         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
57123         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
57124         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
57125         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
57126         Define.
57127         (index_Fast_Copy_Backward): Define.
57128         (HAS_ARCH_FEATURE): Define.
57129         (HAS_FAST_REP_STRING): Define.
57130         (HAS_FAST_COPY_BACKWARD): Define.
57132 2010-06-21  Andreas Schwab  <schwab@redhat.com>
57134         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
57135         Restore proper fallback handling.
57137 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
57139         [BZ #11701]
57140         * posix/group_member.c (__group_member): Correct checking loop.
57142         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
57143         OOM in getpwuid_r correctly.  Return error number when the caller
57144         should return, otherwise -1.
57145         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
57146         call returning > 0 value.
57147         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
57149 2010-06-07  Andreas Schwab  <schwab@redhat.com>
57151         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
57152         libc_nonshared.a from targets in modules-names.
57154 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
57156         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
57157         requires it.
57159 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
57161         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
57162         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
57163         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
57164         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
57166 2010-06-02  Andreas Schwab  <schwab@redhat.com>
57168         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
57170 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
57172         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
57173         and F_GETPIPE_SZ.
57174         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
57175         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
57176         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
57177         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
57178         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
57179         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
57181 2010-06-14  Roland McGrath  <roland@redhat.com>
57183         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
57185 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
57187         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
57188         __REDIRECT followed by __THROW.
57189         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
57190         * posix/getopt.h (getopt): Likewise.
57192 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
57194         * hurd/lookup-at.c (__file_name_lookup_at): Accept
57195         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
57196         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
57197         in AT_FLAGS.
57198         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
57199         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
57201 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
57203         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
57205 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
57207         [BZ #11640]
57208         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57209         Properly check family and model.
57211 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
57213         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
57215 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
57217         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
57219 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
57221         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
57222         symbol reference.
57224 2010-05-19  Andreas Schwab  <schwab@redhat.com>
57226         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
57227         symbol reference.
57229 2010-05-21  Andreas Schwab  <schwab@redhat.com>
57231         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
57232         and internal_recvmmsg.
57233         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
57234         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
57235         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
57236         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
57238         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
57239         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
57240         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
57242 2010-05-20  Andreas Schwab  <schwab@redhat.com>
57244         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
57246 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
57248         POWER7 optimizations.
57249         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
57250         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
57252 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
57254         * version.h: Update for 2.13 development version.
57256 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
57258         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
57259         exceptions.  Return 0.
57261 2010-05-07  Roland McGrath  <roland@redhat.com>
57263         * elf/ldconfig.c (main): Add a const.
57265 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
57267         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
57268         (args_options): Add no-idn option.
57269         (ahosts_keys_int): Add idn_flags to ai_flags.
57270         (parse_option): Handle 'i' option to clear idn_flags.
57272         * malloc/malloc.c (_int_free): Possible race in the most recently
57273         added check.  Only act on the data if no current modification
57274         happened.
57276 See ChangeLog.17 for earlier changes.